summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [NET]: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.hDavid S. Miller2007-05-171-2/+2
| * | | [NET]: lockdep classes in register_netdeviceJarek Poplawski2007-05-171-0/+69
| |/ /
* | | slub: another slabinfo fixChristoph Lameter2007-05-181-0/+9
* | | revert "cancel_delayed_work: use del_timer() instead of del_timer_sync()"Oleg Nesterov2007-05-181-1/+1
* | | Revert "[PATCH] x86: Drop cc-options call for all options supported in gcc 3.2+"Linus Torvalds2007-05-172-2/+2
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-05-1718-79/+77
|\ \ \
| * \ \ Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-1794-669/+647
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-1789-403/+1648
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-05-1668-956/+739
| |\ \ \
| * \ \ \ Merge branch 'origin'Trond Myklebust2007-05-1539-630/+588
| |\ \ \ \
| * | | | | SUNRPC: Fix sparse warningsTrond Myklebust2007-05-143-4/+4
| * | | | | NLM: Fix sparse warningsTrond Myklebust2007-05-143-6/+5
| * | | | | NFS: Fix more sparse warningsTrond Myklebust2007-05-142-5/+5
| * | | | | NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-145-8/+8
| * | | | | SUNRPC: remove dead variable 'rpciod_running'Christoph Hellwig2007-05-141-2/+0
| * | | | | NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.cTrond Myklebust2007-05-142-46/+47
| * | | | | NFS: use zero_user_pageNate Diller2007-05-142-6/+6
| * | | | | NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov2007-05-141-1/+1
| * | | | | NLM: Fix locking client timeouts...Trond Myklebust2007-05-141-1/+1
* | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-176-43/+18
|\ \ \ \ \ \
| * | | | | | sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo2007-05-171-1/+1
| * | | | | | libata: remove libata.spindown_compatTejun Heo2007-05-174-25/+16
| * | | | | | sata_nv: fix fallout of devres conversionTejun Heo2007-05-171-11/+1
| * | | | | | drivers/ata: remove the wildcard from sata_nv driverPeer Chen2007-05-171-6/+0
| | |_|_|_|/ | |/| | | |
* | | | | | e1000: Fix msi enable leak on error, don't print error message, cleanupAuke Kok2007-05-172-28/+15
* | | | | | ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2007-05-172-23/+15
* | | | | | NetXen: Fix NetXen driver ping on system-pMithlesh Thukral2007-05-171-1/+1
* | | | | | spidernet: node-aware skbuff allocationChristoph Hellwig2007-05-171-1/+2
* | | | | | gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood2007-05-171-0/+11
* | | | | | ibm_emac: fix link speed detection changeEugene Surovegin2007-05-171-1/+1
* | | | | | ibm_emac: improved PHY supportEugene Surovegin2007-05-171-15/+45
* | | | | | ibm_emac: fix section mismatch warningsEugene Surovegin2007-05-178-10/+8
* | | | | | small netdevices.txt fixChristoph Hellwig2007-05-171-1/+1
* | | | | | sky2: memory barriers changeStephen Hemminger2007-05-171-4/+11
* | | | | | sky2: remove dual port workaroundStephen Hemminger2007-05-171-7/+0
* | | | | | sky2: MIB counter overflow handlingStephen Hemminger2007-05-171-0/+6
* | | | | | sky2: keep track of receive alloc failuresStephen Hemminger2007-05-171-1/+3
* | | | | | sky2: PHY register settingsStephen Hemminger2007-05-171-1/+6
* | | | | | sky2: remove Gigabyte 88e8056 restrictionStephen Hemminger2007-05-171-30/+0
|/ / / / /
* | | | | Fix incorrect prototype for ipxrtr_route_packet()David Woodhouse2007-05-171-1/+1
* | | | | NS16550A: Restore HS settings in EXCR2 on resumeDavid Woodhouse2007-05-171-3/+18
* | | | | mm: more rmap checkingNick Piggin2007-05-173-11/+62
* | | | | Fix page allocation flags in grow_dev_page()Christoph Lameter2007-05-171-1/+2
* | | | | swsusp: fix sysfs interfaceRafael J. Wysocki2007-05-172-3/+4
* | | | | circular locking dependency found in QUOTA OFFJan Kara2007-05-172-17/+8
* | | | | i386: don't check_pgt_cache in flush_tlb_mmHugh Dickins2007-05-171-1/+1
* | | | | ecryptfs: use zero_user_pageNate Diller2007-05-171-11/+3
* | | | | make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename ...Dan Aloni2007-05-173-4/+4
* | | | | icom: add new sub-device-id to support new adapterwendy xiong2007-05-172-24/+32
* | | | | rtc kconfig clarificationDavid Brownell2007-05-171-3/+3
OpenPOWER on IntegriCloud