summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-08-03md: Handle growth of v1.x metadata correctly.NeilBrown1-1/+7
2009-08-03md: avoid array overflow with bad v1.x metadataNeilBrown1-1/+6
2009-08-03md: when a level change reduces the number of devices, remove the excess.NeilBrown1-0/+7
2009-08-03md: Push down data integrity code to personalities.Andre Noll7-33/+80
2009-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-0/+11
2009-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds10-384/+144
2009-08-02Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds1-2/+2
2009-08-02mISDN: Fix handling of receive buffer size in L1oIPAndreas Eversberg1-2/+2
2009-08-02[WATCHDOG] Fix COH 901 327 watchdog enablementLinus Walleij1-0/+11
2009-08-02pcnet32: VLB support fixesDon Fry1-5/+7
2009-08-02pcnet32: remove superfluous NULL pointer check in pcnet32_probe1()Don Fry1-11/+7
2009-08-02netxen: fix coherent dma mask settingDhananjay Phadke1-12/+25
2009-08-02mISDN: Read buffer overflowroel kluin1-1/+1
2009-08-02s6gmac: Read buffer overflowroel kluin1-1/+1
2009-08-02tulip: Read buffer overflowroel kluin1-3/+3
2009-08-02pppol2tp: calls unregister_pernet_gen_device() at unload timeEric Dumazet1-0/+1
2009-08-02ppp: fix lost fragments in ppp_mp_explode() (resubmit)Ben McKeegan1-16/+18
2009-08-02Merge branch 'misc-2.6.31' into releaseLen Brown1-1/+1
2009-08-02Merge branch 'bugzilla-13825' into releaseLen Brown1-3/+6
2009-08-02eeepc-laptop: fix hot-unplug on resumeAlan Jenkins1-3/+6
2009-08-02Merge branch 'memhotplug-crash' into releaseLen Brown1-9/+25
2009-08-02ACPI: Ingore the memory block with zero block size in course of memory hotplugZhao Yakui1-3/+15
2009-08-02ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driverZhao Yakui1-6/+10
2009-08-02Merge branch 'bugzilla-13751' into releaseLen Brown1-0/+25
2009-08-02ACPI: bind workqueues to CPU 0 to avoid SMI corruptionBjorn Helgaas1-0/+25
2009-08-02Merge branch 'thinkpad' into releaseLen Brown2-366/+49
2009-08-02Merge branch 'bugzilla-13865' into releaseLen Brown1-5/+7
2009-08-02Merge branch 'bugzilla-13620-revert' into releaseLen Brown3-0/+31
2009-08-02ACPI: root-only read protection on /sys/firmware/acpi/tables/*Len Brown1-1/+1
2009-08-02parisc: hppb.c - fix printk format stringsHelge Deller1-3/+6
2009-08-02parisc: parisc-agp.c - use correct page_mask functionHelge Deller1-1/+1
2009-08-02parisc: sticore.c - check return valuesHelge Deller1-2/+7
2009-08-02parisc: dino.c - check return value of pci_assign_resource()Helge Deller1-1/+1
2009-08-02parisc: hp_sdc_mlc.c - check return value of down_trylock()Helge Deller1-1/+1
2009-08-02parisc: includecheck fix for ccio-dma.cJaswinder Singh Rajput1-1/+0
2009-08-02parisc: isa-eeprom - Fix loff_t usageMichael Buesch1-1/+1
2009-08-02parisc: fixed faulty check in lba_pciStoyan Gaydarov1-1/+1
2009-08-02parisc: Fix read buffer overflow in pdc_stable driverRoel Kluin1-1/+1
2009-08-01thinkpad-acpi: fix incorrect use of TPACPI_BRGHT_MODE_ECNVRAMHenrique de Moraes Holschuh1-14/+47
2009-08-01thinkpad-acpi: restrict procfs count value to sane upper limitMichael Buesch1-0/+2
2009-08-01thinkpad-acpi: remove dock and bay subdriversHenrique de Moraes Holschuh2-354/+0
2009-08-01thinkpad-acpi: disable broken bay and dock subdriversHenrique de Moraes Holschuh1-1/+3
2009-07-31Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-45/+56
2009-07-31imxmmc: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-31cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior2-7/+3
2009-07-31sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior1-2/+8
2009-07-31md/raid6: release spare page at ->stop()Dan Williams1-14/+12
2009-07-30ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr2-1/+6
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr2-9/+9
2009-07-30ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr1-3/+10