| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: ad7879 - support auxiliary GPIOs via gpiolib | Michael Hennerich | 2010-01-19 | 2 | -60/+149 |
* | Input: sentelic - fix left/right horizontal scroll mapping | Tai-hwa Liang | 2010-01-13 | 1 | -3/+3 |
* | Input: pmouse - move Sentelic probe down the list | Tai-hwa Liang | 2010-01-13 | 1 | -13/+15 |
* | Input: add compat support for sysfs and /proc capabilities output | Dmitry Torokhov | 2010-01-12 | 1 | -15/+71 |
* | Input: i8042 - add Dritek quirk for Acer Aspire 5610. | Elliott Sales de Andrade | 2010-01-11 | 1 | -0/+7 |
* | Input: xbox - do not use GFP_KERNEL under spinlock | Dmitry Torokhov | 2010-01-09 | 1 | -2/+2 |
* | Input: psmouse - fix Synaptics detection when protocol is disabled | Daniel Drake | 2010-01-07 | 3 | -1/+19 |
* | Input: bcm5974 - report ABS_MT events | Henrik Rydberg | 2010-01-06 | 1 | -1/+43 |
* | Input: davinci_keyscan - add device_enable method to platform data | Miguel Aguilar | 2010-01-06 | 2 | -0/+9 |
* | Input: evdev - be less aggressive about sending SIGIO notifies | Adam Jackson | 2010-01-06 | 1 | -1/+2 |
* | Input: atkbd - fix canceling event_work in disconnect | Dmitry Torokhov | 2010-01-06 | 1 | -2/+8 |
* | Input: serio - fix potential deadlock when unbinding drivers | Eric W. Biederman | 2010-01-06 | 3 | -82/+28 |
* | Input: gf2k - fix &&/|| confusion in gf2k_connect() | Roel Kluin | 2010-01-01 | 1 | -1/+1 |
* | Input: iforce - wait for command completion when closing the device | Dmitry Torokhov | 2009-12-30 | 2 | -0/+4 |
* | Input: twl4030-pwrbutton - switch to using threaded IRQ | Felipe Balbi | 2009-12-29 | 1 | -12/+2 |
* | Input: twl4030_keypad - switch to using threaded IRQ | Felipe Balbi | 2009-12-29 | 1 | -9/+2 |
* | Input: lifebook - add CONFIG_DMI dependency | Dmitry Torokhov | 2009-12-29 | 2 | -3/+1 |
* | Input: wistron - fix test for CONFIG_PM | Rakib Mullick | 2009-12-29 | 1 | -1/+1 |
* | Input: psmouse - fix compile warning in hgpk module | René Bolldorf | 2009-12-29 | 1 | -1/+0 |
* | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources | Dmitry Torokhov | 2009-12-24 | 1 | -7/+22 |
* | Input: iforce - fix oops on device disconnect | Dmitry Torokhov | 2009-12-24 | 3 | -44/+12 |
* | Input: ff-memless - add notion of direction to for rumble effects | Jari Vanhala | 2009-12-24 | 1 | -0/+36 |
* | Input: ff-memless - another fix for signed to unsigned overflow | Dmitry Torokhov | 2009-12-24 | 1 | -3/+3 |
* | Input: ff-memless - start playing FF effects immediately | Jari Vanhala | 2009-12-24 | 1 | -4/+2 |
* | Input: serio - do not mark kseriod freezable anymore | Dmitry Torokhov | 2009-12-24 | 1 | -9/+2 |
* | Input: speed up suspend/shutdown for PS/2 mice and keyboards | Dmitry Torokhov | 2009-12-24 | 2 | -3/+7 |
* | Input: ALPS - add interleaved protocol support (Dell E6x00 series) | Sebastian Kapfer | 2009-12-15 | 2 | -27/+228 |
* | Input: keyboard - don't override beep with a bell | Dmitry Torokhov | 2009-12-15 | 1 | -3/+7 |
* | Input: altera_ps2 - fix test of unsigned in altera_ps2_probe() | Roel Kluin | 2009-12-15 | 1 | -3/+5 |
* | Input: add mc13783 touchscreen driver | Sascha Hauer | 2009-12-15 | 3 | -0/+271 |
* | Input: ep93xx_keypad - update driver to new core support | H Hartley Sweeten | 2009-12-15 | 2 | -110/+51 |
* | Merge commit 'linus' into next | Dmitry Torokhov | 2009-12-15 | 6818 | -384640/+659722 |
|\ |
|
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-14 | 5 | -31/+66 |
| |\ |
|
| | * | udf: Avoid IO in udf_clear_inode | Jan Kara | 2009-12-14 | 3 | -22/+41 |
| | * | udf: Try harder when looking for VAT inode | Jan Kara | 2009-12-14 | 1 | -8/+24 |
| | * | udf: Fix compilation with UDFFS_DEBUG enabled | Jan Kara | 2009-12-14 | 1 | -1/+1 |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-14 | 27 | -119/+192 |
| |\ \ |
|
| | * | | x86, mce: Clean up thermal init by introducing intel_thermal_supported() | Hidetoshi Seto | 2009-12-14 | 1 | -5/+12 |
| | * | | x86, mce: Thermal monitoring depends on APIC being enabled | Cyrill Gorcunov | 2009-12-14 | 1 | -2/+3 |
| | * | | x86: Gart: fix breakage due to IOMMU initialization cleanup | Yinghai Lu | 2009-12-14 | 2 | -6/+8 |
| | * | | x86: Move swiotlb initialization before dma32_free_bootmem | FUJITA Tomonori | 2009-12-14 | 1 | -1/+4 |
| | * | | x86: Fix build warning in arch/x86/mm/mmio-mod.c | Joe Perches | 2009-12-14 | 1 | -1/+1 |
| | * | | x86: Remove usedac in feature-removal-schedule.txt | FUJITA Tomonori | 2009-12-14 | 1 | -7/+0 |
| | * | | x86: Fix duplicated UV BAU interrupt vector | Cliff Wickman | 2009-12-13 | 1 | -1/+1 |
| | * | | nvram: Fix write beyond end condition; prove to gcc copy is safe | H. Peter Anvin | 2009-12-11 | 1 | -4/+10 |
| | * | | mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe | H. Peter Anvin | 2009-12-11 | 1 | -1/+1 |
| | * | | x86: Limit the number of processor bootup messages | Mike Travis | 2009-12-11 | 6 | -29/+47 |
| | * | | x86: Remove enabling x2apic message for every CPU | Mike Travis | 2009-12-11 | 1 | -1/+1 |
| | * | | doc: Add documentation for bootloader_{type,version} | H. Peter Anvin | 2009-12-11 | 1 | -0/+31 |
| | * | | x86, msr: Add support for non-contiguous cpumasks | Borislav Petkov | 2009-12-11 | 3 | -33/+42 |