aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-17epca.c: reformat comments and coding style improvementsGravatar Alexey Dobriyan 1-1409/+1202
2007-10-17Remove "unsafe" from module structGravatar Rusty Russell 1-5/+4
2007-10-17convert ill defined log2() to ilog2()Gravatar Fengguang Wu 3-14/+7
2007-10-17Clean up duplicate includes in drivers/w1/Gravatar Jesper Juhl 1-1/+0
2007-10-17Clean up duplicate includes in drivers/char/Gravatar Jesper Juhl 3-6/+0
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsGravatar Olof Johansson 3-0/+385
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cGravatar Diego Woitasen 1-2/+0
2007-10-17nbd: change a parameter's type to remove a memcpy callGravatar Denis Cheng 1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableGravatar Denis Cheng 1-4/+2
2007-10-17kill DECLARE_MUTEX_LOCKEDGravatar Christoph Hellwig 1-1/+3
2007-10-17Driver for the Atmel on-chip SSC on AT32AP and AT91Gravatar Hans-Christian Egtvedt 3-0/+187
2007-10-17oom: move prototypes to appropriate header fileGravatar David Rientjes 1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 2-4/+3
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 2-1/+24
2007-10-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-216/+558
2007-10-16missing include in mmcGravatar Al Viro 1-0/+1
2007-10-16fix adbhid mismergeGravatar Al Viro 1-1/+1
2007-10-16WOL bugfix for 3c59x.cGravatar Steffen Klassert 1-1/+7
2007-10-16skge 1.12Gravatar Stephen Hemminger 1-1/+1
2007-10-16skge: add a debug interfaceGravatar Stephen Hemminger 3-0/+156
2007-10-16skge: eeprom supportGravatar Stephen Hemminger 2-2/+102
2007-10-16skge: internal statsGravatar Stephen Hemminger 2-30/+24
2007-10-16skge: XM PHY handling fixesGravatar Stephen Hemminger 2-44/+50
2007-10-16skge: changing MTU while running causes problemsGravatar Stephen Hemminger 1-7/+44
2007-10-16skge: fix ram buffer size calculationGravatar Stephen Hemminger 1-27/+24
2007-10-16gianfar: Fix compile regression caused by 09f75cd7Gravatar Li Yang 1-4/+3
2007-10-16net: Fix new EMAC driver for NAPI changesGravatar Benjamin Herrenschmidt 1-8/+17
2007-10-16bonding: two small fixes for IPoIB supportGravatar Jay Vosburgh 2-8/+7
2007-10-16e1000e: don't poke PHY registers to retreive link statusGravatar Auke Kok 1-10/+21
2007-10-16e1000e: fix error checksGravatar Adrian Bunk 1-2/+2
2007-10-16e1000e: Fix debug printk macroGravatar Auke Kok 1-1/+1
2007-10-16tokenring/3c359.c: fixed array index problemGravatar Marcus Meissner 1-1/+1
2007-10-16[netdrvr] forcedeth: remove in-driver copy of net_device_statsGravatar Jeff Garzik 1-36/+36
2007-10-16[netdrvr] forcedeth: improved probe info; dev_printk() cleanupsGravatar Jeff Garzik 1-31/+57
2007-10-16forcedeth: fix NAPI rx poll functionGravatar Ingo Molnar 1-3/+5
2007-10-16Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 46-1689/+442
2007-10-16fix cirrusfb breakageGravatar Al Viro 1-2/+3
2007-10-17firewire: fw-cdev: reorder wakeup vs. spinlockGravatar Jay Fenlason 1-3/+2
2007-10-17firewire: in-code doc updates.Gravatar Yann Dirson 1-1/+5
2007-10-17firewire: a header cleanupGravatar Stefan Richter 2-6/+4
2007-10-17firewire: adopt read cycle timer ABI from raw1394Gravatar Stefan Richter 1-0/+26
2007-10-17firewire: fw-ohci: check for misconfigured bus (phyID == 63)Gravatar Stefan Richter 2-2/+9
2007-10-17firewire: fw-ohci: missing dma_unmap_singleGravatar Stefan Richter 1-0/+3
2007-10-17firewire: fw-ohci: log posted write errorsGravatar Stefan Richter 1-2/+6
2007-10-17firewire: fw-ohci: reorder includesGravatar Stefan Richter 1-6/+6
2007-10-17firewire: fw-ohci: fix includesGravatar Stefan Richter 1-3/+3
2007-10-17firewire: fw-ohci: enforce read order for selfID generationGravatar Stefan Richter 1-0/+3
2007-10-17firewire: fw-sbp2: use an own workqueue (fix system responsiveness)Gravatar Stefan Richter 1-4/+13
2007-10-17firewire: fw-sbp2: expose module parameter for workaroundsGravatar Stefan Richter 1-12/+54
2007-10-17firewire: fw-sbp2: add support for multiple logical units per targetGravatar Stefan Richter 2-256/+324