summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-21netxen: fix memory initializationAmit Kumar Salecha1-0/+2
2009-11-21ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King1-2/+2
2009-11-21firewire: ohci: pass correct iso xmit timestamps to coreJay Fenlason1-5/+20
2009-11-21TI DaVinci EMAC: Minor macro related updateschaithrika@ti.com1-15/+11
2009-11-21drivers/net: ks8851_mll ethernet network driver -resubmitDavid J. Choi1-74/+68
2009-11-21net: ETHOC should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2009-11-21e1000e: do not initiate autonegotiation during OEM configurationBruce Allan1-1/+2
2009-11-21e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan1-10/+0
2009-11-21e1000e: flow control thresholds not correct when changing mtuBruce Allan1-4/+3
2009-11-21e1000e: add Tx timeout factor for 100MbpsBruce Allan1-1/+1
2009-11-21e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan1-2/+10
2009-11-21e1000e: read of PHY register may access wrong page on 82578Bruce Allan1-24/+22
2009-11-21e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan3-12/+32
2009-11-21FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells1-0/+1
2009-11-21SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells1-0/+1
2009-11-21SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-11-21ixgbe: move tc variable to CONFIG_IXGBE_DCBJaswinder Singh Rajput1-1/+1
2009-11-20[ARM] pxa/cpufreq: fix index assignments for end markerDaniel Mack2-1/+2
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configSteven Rostedt2-8/+8
2009-11-20ARM: PNX4008: fix watchdog device driver nameRussell King1-2/+2
2009-11-20[ARM] kmap: fix build errors with DEBUG_HIGHMEM enabledRussell King1-0/+6
2009-11-20ioat3: fix pq completion versus channel deallocation raceDan Williams1-2/+2
2009-11-20async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams6-6/+46
2009-11-20dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams1-0/+4
2009-11-20ioat2,3: report all uncorrectable errorsDan Williams3-3/+5
2009-11-20Merge branch 'i2c-pnx-fixes' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-1/+6
2009-11-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-27/+83
2009-11-20i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells1-0/+2
2009-11-20i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells1-1/+1
2009-11-20i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells1-0/+3
2009-11-20ioat3: specify valid address for disabled-Q or disabled-PDan Williams1-5/+17
2009-11-20ioat2,3: disable asynchronous error notificationsDan Williams1-3/+1
2009-11-20ioat3: dca and raid operations are incompatibleDan Williams3-1/+9
2009-11-20sata_fsl: Split hard and soft resetJiang Yutang1-40/+44
2009-11-20Linux 2.6.32-rc8v2.6.32-rc8Linus Torvalds1-1/+1
2009-11-20Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-11/+9
2009-11-20vt: Fix use of "new" in a struct fieldAlan Cox2-5/+5
2009-11-20Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...David Woodhouse1-0/+3
2009-11-20netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy1-13/+5
2009-11-20netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy1-1/+1
2009-11-20veth: Fix veth_get_stats()Eric Dumazet1-19/+16
2009-11-20ieee802154: dont leak skbs in ieee802154_fake_xmit()Eric Dumazet1-4/+1
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells7-25/+90
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells1-27/+75
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells1-2/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingDavid Howells1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells3-7/+39
2009-11-19FS-Cache: Actually requeue an object when requestedDavid Howells1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells6-61/+75