aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Update sh architecture file patterns.Paul Mundt2009-04-141-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-04-141688-65940/+124031
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-04-1311-18/+116
| |\
| | * docbook: make cleandocsRandy Dunlap2009-04-111-3/+8
| | * kbuild: fix spurious initramfs rebuildMaxime Bizon2009-04-111-1/+1
| | * Documentation: explain the difference between __bitwise and __bitwise__Sam Ravnborg2009-04-111-0/+8
| | * kbuild: make it possible for the linker to discard local symbols from vmlinuxDavid Howells2009-04-112-0/+12
| | * kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich2009-04-111-2/+2
| | * kbuild: fix a few typos in top-level MakefileKirill Smelkov2009-04-111-2/+2
| | * kbuild: introduce destination-y for exported headersSam Ravnborg2009-04-112-8/+77
| | * kbuild: use git svn instead of git-svn in setlocalversionPeter Korsgaard2009-04-111-1/+1
| | * kconfig: fix update-po-config to accect backslash in inputSam Ravnborg2009-04-111-0/+4
| | * kbuild: fix option processing for -I in headerdepUwe Kleine-König2009-04-111-1/+1
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-133-28/+35
| |\ \
| | * | ata: fix obviously wrong commentVegard Nossum2009-04-131-3/+1
| | * | ahci: force CAP_NCQ for earlier NV MCPsTejun Heo2009-04-131-24/+33
| | * | [libata] sata_via: kill uninit'd var warningJeff Garzik2009-04-131-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-04-1328-200/+3062
| |\ \ \
| | * \ \ Merge branch 'next' into for-linusDmitry Torokhov2009-04-0828-200/+3062
| | |\ \ \
| | | * | | Input: i8042 - add HP DV9700 to the noloop listDmitry Torokhov2009-04-071-0/+8
| | | * | | Input: arrange drivers/input/misc/Makefile in alphabetical orderDmitry Torokhov2009-03-091-15/+14
| | | * | | Input: add AD7879 Touchscreen driverMichael Hennerich2009-03-094-0/+850
| | | * | | Input: add AD7877 touchscreen driverMichael Hennerich2009-03-093-0/+858
| | | * | | Input: bf54x-keys - fix typo in warningMichael Hennerich2009-03-091-2/+2
| | | * | | Input: add driver for S1 button of rb532Phil Sutter2009-03-095-18/+137
| | | * | | Input: generic driver for rotary encoders on GPIOsDaniel Mack2009-03-085-0/+348
| | | * | | Input: hilkbd - fix crash when removing hilkbd moduleHelge Deller2009-03-081-60/+80
| | | * | | Input: atkbd - add quirk for Fujitsu Siemens Amilo PA 1510Daniel Mierswa2009-03-081-0/+17
| | | * | | Input: atkbd - consolidate force release quirk setupDaniel Mierswa2009-03-081-74/+46
| | | * | | Input: add accelerated touchscreen support for Marvell ZyloniteMark Brown2009-03-083-0/+254
| | | * | | Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH eventsMike Rapoport2009-03-082-1/+5
| | | * | | Input: wm97xx - use disable_irq_nosync() for MainstoneMark Brown2009-03-081-1/+1
| | | * | | Input: wm97xx - add BTN_TOUCH event to wm97xx to use it with AndroidMike Rapoport2009-03-081-4/+9
| | | * | | Input: fix polling of /proc/bus/input/devicesDmitry Torokhov2009-03-081-3/+3
| | | * | | Merge commit 'v2.6.29-rc7' into nextDmitry Torokhov2009-03-083049-38220/+100708
| | | |\ \ \
| | | * | | | Input: psmouse - add newline to OLPC HGPK touchpad debuggingAndy Whitcroft2009-02-281-1/+1
| | | * | | | Input: ati_remote2 - check module paramsVille Syrjala2009-01-291-4/+60
| | | * | | | Input: ati_remote2 - add per device attrsVille Syrjala2009-01-291-15/+126
| | | * | | | Input: ati_remote2 - complete suspend supportVille Syrjala2009-01-291-0/+78
| | | * | | | Input: stop autorepeat timer on key releaseJohannes Berg2009-01-291-0/+7
| | | * | | | Input: pc110pad - use no_pci_devices()Roel Kluin2009-01-291-4/+1
| | | * | | | Input: add support for the Maple mouse on the SEGA DreamcastAdrian McMenamin2009-01-293-4/+163
| * | | | | | PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-135-4/+29
| * | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-132-3/+12
| |\ \ \ \ \ \
| | * | | | | | intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse2009-04-101-1/+10
| | * | | | | | Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu2009-04-061-2/+2
| * | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-1310-19/+57
| |\ \ \ \ \ \ \
| | * | | | | | | x86: add linux kernel support for YMM stateSuresh Siddha2009-04-124-2/+15
| | * | | | | | | x86: fix wrong section of pat_disable & make it staticMarcin Slusarz2009-04-121-1/+1
| | * | | | | | | x86: Fix section mismatches in mpparseRakib Mullick2009-04-121-3/+4