summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] paride: rename pi_register() and pi_unregister()Alexey Dobriyan2006-12-0717-37/+37
* [PATCH] spi: set kset of master class dev explicitlyHans-Christian Egtvedt2006-12-071-0/+1
* [PATCH] spi: correct bus_num and buffer bug in spi coreHans-Christian Egtvedt2006-12-071-9/+7
* [PATCH] lockdep: fix ide/proc interactionPeter Zijlstra2006-12-071-4/+15
* [PATCH] via82cxxx: handle error condition properlyAlan Cox2006-12-071-5/+16
* [PATCH] SysRq-X: show blocked tasksIngo Molnar2006-12-071-1/+13
* [PATCH] SPI: improve sysfs compiler complaint handlingJeff Garzik2006-12-071-1/+3
* [PATCH] RTC: handle sysfs errorsJeff Garzik2006-12-074-7/+35
* [PATCH] PNP: handle sysfs errorsJeff Garzik2006-12-072-12/+35
* [PATCH] I2O: more error checkingJeff Garzik2006-12-072-10/+21
* [PATCH] ioremap balanced with iounmap for drivers/char/istallion.cAmol Lad2006-12-071-0/+4
* [PATCH] ioremap balanced with iounmap for drivers/char/moxa.cAmol Lad2006-12-071-1/+4
* [PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.cAmol Lad2006-12-071-1/+7
* [PATCH] serial uartlite driverPeter Korsgaard2006-12-073-0/+525
* [PATCH] cciss: cleanup cciss_interrupt modeMike Miller2006-12-071-5/+3
* [PATCH] cciss: add support for 1024 logical volumesMike Miller2006-12-073-40/+79
* [PATCH] cciss: remove unused revalidate_allvol functionMike Miller2006-12-071-73/+1
* [PATCH] cciss: change cciss_open for consistencyMike Miller2006-12-071-1/+1
* [PATCH] cciss: set sector_size to 2048 for performanceMike Miller2006-12-072-3/+10
* [PATCH] cciss: disable DMA prefetch on P600Mike Miller2006-12-072-0/+12
* [PATCH] cciss: fix pci ssid for the E500 controllerMike Miller2006-12-071-2/+2
* [PATCH] cciss: increase number of commands on controllerMike Miller2006-12-072-36/+40
* [PATCH] cciss: reference driver supportMike Miller2006-12-071-7/+23
* [PATCH] cciss: version changeMike Miller2006-12-071-3/+4
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-0725-9/+26
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-0725-38/+38
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-074-6/+6
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-0735-71/+71
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-0740-91/+91
* [PATCH] slab: remove SLAB_NOIOChristoph Lameter2006-12-071-1/+1
* [PATCH] add numa node information to struct deviceChristoph Hellwig2006-12-072-0/+2
* [PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin2006-12-071-4/+4
* [PATCH] drm-sis linkage fixAndrew Morton2006-12-071-0/+1
* [PATCH] ... and then some more work_struct-induced breakage (ibmvscsi)Al Viro2006-12-061-4/+6
* [PATCH] ... and more work_struct-induced breakage (mips)Al Viro2006-12-062-5/+13
* [PATCH] More work_struct induced breakage (s390)Al Viro2006-12-066-24/+21
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-066-23/+22
* [PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro2006-12-061-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-12-062-3/+40
|\
| * sh: Clock framework tidying.Paul Mundt2006-12-061-3/+3
| * sh: More flexible + SH7780 earlyprintk SCIF support.Paul Mundt2006-12-061-0/+1
| * sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato2006-12-061-0/+36
* | Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds2006-12-06243-1338/+1613
|\ \
| * | Actually update the fixed up compile failures.David Howells2006-12-063-11/+17
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-06121-1961/+4837
| |\ \
| * | | WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-0513-53/+71
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05122-1285/+5600
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05500-25427/+36894
| |\ \ \
| * | | | WorkStruct: make allyesconfigDavid Howells2006-11-22212-1180/+1434
| * | | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-2218-88/+89