aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17I2O: Fix "defined but not used" build warningsSatyam Sharma1-47/+47
2007-10-17add CONFIG_VT_UNICODEBill Nottingham5-5/+26
2007-10-17make dmapool code use __set_current_state()Arjan van de Ven1-1/+1
2007-10-17Remove final traces of long-deprecated "ramdisk" kernel parmRobert P. J. Day1-6/+1
2007-10-17drivers/block/cciss.c: fix check-after-useAdrian Bunk1-29/+27
2007-10-17n_hdlc.c: fix check-after-useAdrian Bunk1-1/+1
2007-10-17cciss: fix error reporting for SG_IOSteve Cameron1-18/+61
2007-10-17NBD: allow hung network I/O to be cancelledPaul Clements1-31/+62
2007-10-17NBD: set uninitialized devices to size 0Paul Clements1-2/+5
2007-10-17floppy: tolerate DMA channel unavailabilityJan Beulich1-5/+9
2007-10-17jsm: Remove further unneeded crudAlan Cox1-40/+3
2007-10-17mxser: Remove use of dead TTY_FLIPBUF_SIZE definitionAlan Cox1-2/+1
2007-10-17unicode diacritics supportSamuel Thibault9-35/+146
2007-10-17aoe: remove unecessary wrapper functionEd L. Cashin3-17/+8
2007-10-17pnp: avoid a small unlikely memory leak in proc_read_escd()Jesper Juhl1-2/+3
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan1-1/+1
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas1-9/+13
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-17drivers/char/consolemap.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan1-1409/+1202
2007-10-17Remove "unsafe" from module structRusty Russell1-5/+4
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu3-14/+7
2007-10-17Clean up duplicate includes in drivers/w1/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl3-6/+0
2007-10-17pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson3-0/+385
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen1-2/+0
2007-10-17nbd: change a parameter's type to remove a memcpy callDenis Cheng1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng1-4/+2
2007-10-17kill DECLARE_MUTEX_LOCKEDChristoph Hellwig1-1/+3
2007-10-17Driver for the Atmel on-chip SSC on AT32AP and AT91Hans-Christian Egtvedt3-0/+187
2007-10-17oom: move prototypes to appropriate header fileDavid Rientjes1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-4/+3
2007-10-17mm: bdi init hooksPeter Zijlstra2-1/+24
2007-10-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds12-216/+558
2007-10-16missing include in mmcAl Viro1-0/+1
2007-10-16fix adbhid mismergeAl Viro1-1/+1
2007-10-16WOL bugfix for 3c59x.cSteffen Klassert1-1/+7
2007-10-16skge 1.12Stephen Hemminger1-1/+1
2007-10-16skge: add a debug interfaceStephen Hemminger3-0/+156
2007-10-16skge: eeprom supportStephen Hemminger2-2/+102
2007-10-16skge: internal statsStephen Hemminger2-30/+24
2007-10-16skge: XM PHY handling fixesStephen Hemminger2-44/+50
2007-10-16skge: changing MTU while running causes problemsStephen Hemminger1-7/+44
2007-10-16skge: fix ram buffer size calculationStephen Hemminger1-27/+24
2007-10-16gianfar: Fix compile regression caused by 09f75cd7Li Yang1-4/+3
2007-10-16net: Fix new EMAC driver for NAPI changesBenjamin Herrenschmidt1-8/+17
2007-10-16bonding: two small fixes for IPoIB supportJay Vosburgh2-8/+7
2007-10-16e1000e: don't poke PHY registers to retreive link statusAuke Kok1-10/+21
2007-10-16e1000e: fix error checksAdrian Bunk1-2/+2
2007-10-16e1000e: Fix debug printk macroAuke Kok1-1/+1