aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-17add CONFIG_VT_UNICODEGravatar Bill Nottingham 5-5/+26
2007-10-17make dmapool code use __set_current_state()Gravatar Arjan van de Ven 1-1/+1
2007-10-17Remove final traces of long-deprecated "ramdisk" kernel parmGravatar Robert P. J. Day 1-6/+1
2007-10-17drivers/block/cciss.c: fix check-after-useGravatar Adrian Bunk 1-29/+27
2007-10-17n_hdlc.c: fix check-after-useGravatar Adrian Bunk 1-1/+1
2007-10-17cciss: fix error reporting for SG_IOGravatar Steve Cameron 1-18/+61
2007-10-17NBD: allow hung network I/O to be cancelledGravatar Paul Clements 1-31/+62
2007-10-17NBD: set uninitialized devices to size 0Gravatar Paul Clements 1-2/+5
2007-10-17floppy: tolerate DMA channel unavailabilityGravatar Jan Beulich 1-5/+9
2007-10-17jsm: Remove further unneeded crudGravatar Alan Cox 1-40/+3
2007-10-17mxser: Remove use of dead TTY_FLIPBUF_SIZE definitionGravatar Alan Cox 1-2/+1
2007-10-17unicode diacritics supportGravatar Samuel Thibault 9-35/+146
2007-10-17aoe: remove unecessary wrapper functionGravatar Ed L. Cashin 3-17/+8
2007-10-17pnp: avoid a small unlikely memory leak in proc_read_escd()Gravatar Jesper Juhl 1-2/+3
2007-10-17Tweak /proc/ipmi removalGravatar Alexey Dobriyan 1-1/+1
2007-10-17tpm: pay attention to IRQ info from PNPGravatar Bjorn Helgaas 1-9/+13
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-3/+2
2007-10-17drivers/char/consolemap.c: kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-2/+1
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