summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij2010-02-041-38/+327
* ARM: 5896/1: MMCI: work around a hardware bug in U300Linus Walleij2010-01-271-0/+11
* ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij2010-01-271-6/+12
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-052343-211690/+333333
|\
| * lguest: fix bug in setting guest GDT entryRusty Russell2010-01-041-1/+3
| * Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-01-047-265/+177
| |\
| | * [S390] qdio: convert global statistics to per-device statsJan Glauber2010-01-047-265/+177
| * | tosh: Use non bkl ioctlAlan Cox2010-01-041-5/+7
| * | i2o: propogate the BKL down into the ioctl methodAlan Cox2010-01-041-7/+6
| * | sony_pi: Remove the BKL from open and ioctlJohn Kacur2010-01-041-6/+5
| |/
| * twl4030-irq.c: fix compiler warning due to raw-spinlock conversionLinus Torvalds2010-01-011-2/+2
| * pci: avoid compiler warning in quirks.cLinus Torvalds2010-01-011-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-12-317-92/+174
| |\
| | * firewire, ieee1394: update Kconfig helpStefan Richter2009-12-293-49/+56
| | * firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter2009-12-291-1/+3
| | * firewire: cdev: fix another memory leak in an error pathStefan Richter2009-12-291-0/+1
| | * firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch2009-12-293-42/+114
| * | PCI: Fix build if quirks are not enabledRafael J. Wysocki2009-12-313-17/+19
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-4/+5
| |\ \
| | * | x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori2009-12-301-4/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-3114-96/+94
| |\ \ \
| | * | | Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2009-12-302-0/+4
| | * | | Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi2009-12-301-12/+2
| | * | | Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi2009-12-301-9/+2
| | * | | Input: lifebook - add CONFIG_DMI dependencyDmitry Torokhov2009-12-302-3/+1
| | * | | Input: wistron - fix test for CONFIG_PMRakib Mullick2009-12-301-1/+1
| | * | | Input: psmouse - fix compile warning in hgpk moduleRené Bolldorf2009-12-301-1/+0
| | * | | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-251-7/+22
| | * | | Input: iforce - fix oops on device disconnectDmitry Torokhov2009-12-253-44/+12
| | * | | Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala2009-12-251-0/+36
| | * | | Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov2009-12-251-3/+3
| | * | | Input: ff-memless - start playing FF effects immediatelyJari Vanhala2009-12-251-4/+2
| | * | | Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov2009-12-251-9/+2
| | * | | Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-252-3/+7
| * | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-319-35/+150
| |\ \ \ \
| | * \ \ \ Merge branch 'resume-sci-force-bootparam' into releaseLen Brown2009-12-311-12/+17
| | |\ \ \ \
| | | * | | | ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui2009-12-311-12/+17
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'video-error-case' into releaseLen Brown2009-12-301-1/+3
| | |\ \ \ \
| | | * | | | ACPI video: correct error-handling codeZhang Rui2009-12-301-1/+3
| | | |/ / /
| | * | | | Merge branch 'bugzilla-13671' into releaseLen Brown2009-12-301-0/+4
| | |\ \ \ \
| | | * | | | ACPI video: no warning message if "acpi_backlight=vendor" is usedZhang Rui2009-12-301-0/+4
| | | |/ / /
| | * | | | Merge branch 'thinkpad' into releaseLen Brown2009-12-302-14/+73
| | |\ \ \ \
| | | * | | | thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh2009-12-271-0/+5
| | | * | | | thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2009-12-272-0/+49
| | | * | | | thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh2009-12-271-13/+18
| | | * | | | thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh2009-12-271-1/+1
| | | |/ / /
| | * | | | Merge branch 'wmi' into releaseLen Brown2009-12-304-14/+58
| | |\ \ \ \
| | | * | | | ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
| | | * | | | dell-wmi - fix condition to abort driver loadingDmitry Torokhov2009-12-301-1/+1
| | | * | | | wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2