Age | Commit message (Expand) | Author | Files | Lines |
2008-03-14 | firewire: endianess fix | Stefan Richter | 1 | -1/+1 |
2008-03-08 | bluetooth: Add another Broadcom device | Karsten Keil | 1 | -0/+1 |
2008-03-07 | ide: update references to Documentation/ide/ide.txt (v2) | Randy Dunlap | 2 | -16/+16 |
2008-03-07 | ide: fix buggy code in ide_register_hw() | Peter Teoh | 1 | -1/+1 |
2008-03-07 | ide: fix enabling DMA on it821x in "smart" mode | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-03-07 | ide-cd: mark REQ_TYPE_ATA_PC write requests with REQ_RW flag | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
2008-03-07 | gigaset: fix Oops on module unload regression | Tilman Schmidt | 1 | -2/+4 |
2008-03-07 | drivers/char/esp.c: fix bootup lockup | Ingo Molnar | 1 | -0/+1 |
2008-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 | Linus Torvalds | 2 | -10/+6 |
2008-03-06 | fb: hitfb: Balance probe/remove section annotations. | Paul Mundt | 1 | -2/+2 |
2008-03-06 | fb: pvr2fb: Fix up remaining section mismatch. | Paul Mundt | 1 | -8/+4 |
2008-03-06 | Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 4 | -8/+11 |
2008-03-06 | parisc: fix IOMMU's device boundary overflow bug on 32bits arch | FUJITA Tomonori | 2 | -4/+4 |
2008-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 25 | -326/+375 |
2008-03-06 | Merge branch 'fixes-25' of git://git.kernel.org/pub/scm/linux/kernel/git/dave... | Linus Torvalds | 2 | -10/+12 |
2008-03-06 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 4 | -11/+13 |
2008-03-05 | [SCSI] mpt fusion: don't oops if NumPhys==0 | Krzysztof Oledzki | 1 | -0/+5 |
2008-03-05 | [CPUFREQ] fix section mismatch warnings | Sam Ravnborg | 2 | -2/+2 |
2008-03-05 | [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store | Dave Jones | 1 | -4/+5 |
2008-03-05 | [CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show | Dave Jones | 1 | -4/+5 |
2008-03-05 | [SCSI] iscsi class: regression - fix races with state manipulation and blocki... | Mike Christie | 1 | -28/+48 |
2008-03-05 | [SCSI] qla4xxx: regression - add start scan callout | Mike Christie | 1 | -12/+14 |
2008-03-05 | [SCSI] qla4xxx: fix host reset dpc race | Mike Christie | 2 | -5/+10 |
2008-03-05 | ahci: work around ATI SB600 h/w quirk | Jeff Garzik | 1 | -1/+13 |
2008-03-05 | pata_hpt*, pata_serverworks: fix UDMA masking | Alan Cox | 3 | -7/+7 |
2008-03-05 | [S390] zcrypt: fix ap_device_list handling | Ralph Wuerthner | 1 | -5/+7 |
2008-03-05 | [S390] sclp_vt220: speed up console output for interactive work | Christian Borntraeger | 1 | -1/+1 |
2008-03-05 | [S390] dasd: fix reference counting in display method for proc/dasd/devices | Stefan Weinhuber | 1 | -1/+3 |
2008-03-05 | [S390] dasd: let dasd erp matching recognize alias recovery | Stefan Weinhuber | 1 | -4/+2 |
2008-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 8 | -26/+39 |
2008-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 3 | -103/+21 |
2008-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 9 | -48/+26 |
2008-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 13 | -66/+128 |
2008-03-05 | input: add I2C to config since the driver makes several i2c*() calls | Randy Dunlap | 1 | -3/+3 |
2008-03-05 | md: the md RAID10 resync thread could cause a md RAID10 array deadlock | K.Tanaka | 1 | -0/+2 |
2008-03-05 | md: fix possible raid1/raid10 deadlock on read error during resync | NeilBrown | 2 | -4/+18 |
2008-03-05 | md: don't attempt read-balancing for raid10 'far' layouts | Keld Simonsen | 1 | -3/+9 |
2008-03-05 | md: lock access to rdev attributes properly | NeilBrown | 1 | -9/+26 |
2008-03-05 | md: make sure a reshape is started when device switches to read-write | NeilBrown | 1 | -0/+1 |
2008-03-05 | md: clean up irregularity with raid autodetect | NeilBrown | 1 | -1/+3 |
2008-03-05 | md: guard against possible bad array geometry in v1 metadata | NeilBrown | 1 | -2/+6 |
2008-03-05 | md: reduce CPU wastage on idle md array with a write-intent bitmap | NeilBrown | 1 | -2/+17 |
2008-03-05 | md: fix deadlock in md/raid1 and md/raid10 when handling a read error | NeilBrown | 2 | -43/+81 |
2008-03-05 | iommu: parisc: make the IOMMUs respect the segment boundary limits | FUJITA Tomonori | 3 | -18/+58 |
2008-03-05 | iommu: parisc: pass struct device to iommu_alloc_range | FUJITA Tomonori | 3 | -7/+7 |
2008-03-05 | hisax_fcpcipnp: move request_irq later in probe | Kyle McMartin | 1 | -17/+17 |
2008-03-05 | ACPI: thinkpad-acpi: fix hotkey_get_tablet_mode | Henrique de Moraes Holschuh | 1 | -1/+2 |
2008-03-05 | drivers/serial/m32r_sio.c: correct use of ! and & | Julia Lawall | 1 | -1/+1 |
2008-03-05 | drivers/isdn: correct use of ! and & | Julia Lawall | 2 | -4/+5 |
2008-03-05 | drivers/char/isicom.c: correct use of ! and & | Julia Lawall | 1 | -1/+1 |