summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: mark {corgi,spitz,tosa}kbd drivers deprecatedEric Miao2010-02-102-6/+23
* Input: gpio-keys - add support for disabling gpios through sysfsMika Westerberg2010-02-042-11/+308
* Input: mark input interfaces as non-seekableDmitry Torokhov2010-02-042-0/+4
* Input: uinput - mark as non-seekableDmitry Torokhov2010-02-041-0/+1
* Input: add match() method to input hanldersDmitry Torokhov2010-02-044-35/+40
* Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()Ondrej Zary2010-02-041-3/+14
* Input: usbtouchscreen - add NEXIO (or iNexio) supportOndrej Zary2010-02-042-2/+264
* Input: usbtouchscreen - find input endpoint automaticallyOndrej Zary2010-02-041-3/+14
* Input: usbtouchscreen - convert from usb_device to usb_interfaceOndrej Zary2010-02-041-10/+12
* Input: add imx-keypad driver to support the IMX Keypad PortAlberto Panizzo2010-01-313-0/+604
* Input: Mac button emulation - allow compiling as a moduleDmitry Torokhov2010-01-302-5/+16
* Input: Mac button emulation - implement as an input filterDmitry Torokhov2010-01-304-78/+188
* Input: implement input filtersDmitry Torokhov2010-01-302-7/+42
* Input: uinput - remove BKL from uinput_open functionThadeu Lima de Souza Cascardo2010-01-291-3/+0
* Input: wm97xx - provide coordinate logs for accelerated I/OMark Brown2010-01-282-0/+6
* Input: xpad - add rumble support for original xbox controllerBenjamin Valentin2010-01-241-16/+37
* Input: xilinx_ps2 - use resource_sizeTobias Klauser2010-01-241-2/+2
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-213923-72893/+168825
|\
| * Linux 2.6.33-rc5v2.6.33-rc5Linus Torvalds2010-01-211-1/+1
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-218-12/+35
| |\
| | * perf: x86: Add support for the ANY bitStephane Eranian2010-01-212-0/+8
| | * perf: Change the is_software_event() definitionPeter Zijlstra2010-01-211-3/+8
| | * perf: Honour event state for aux stream dataPeter Zijlstra2010-01-211-0/+9
| | * perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra2010-01-211-2/+1
| | * perf kmem: Print usage help for unknown commandsPekka Enberg2010-01-201-1/+2
| | * perf kmem: Increase "Hit" column lengthPekka Enberg2010-01-201-2/+2
| | * hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference changeLuca Barbieri2010-01-171-3/+4
| | * perf timechart: Use tid not pid for COMM changeArjan van de Ven2010-01-171-1/+1
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-01-213-3/+6
| |\ \
| | * | sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang2010-01-211-1/+4
| | * | sched: Fix vmark regression on big machinesMike Galbraith2010-01-212-2/+2
| * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-211-2/+3
| |\ \ \
| | * | | libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo2010-01-201-2/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-01-217-73/+54
| |\ \ \
| | * | | tty: fix race in tty_fasyncGreg Kroah-Hartman2010-01-201-1/+1
| | * | | serial: serial_cs: oxsemi quirk breaks resumePavel Machek2010-01-201-1/+2
| | * | | serial: imx: bit &/| confusionRoel Kluin2010-01-201-1/+1
| | * | | serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox2010-01-201-5/+12
| | * | | serial-core: resume serial hardware with no_console_suspendStanislav Brabec2010-01-201-55/+33
| | * | | serial: 8250_pnp: use wildcard for serial Wacom tabletsMatthew Garrett2010-01-201-9/+1
| | * | | nozomi: quick fix for the close/close bugAlan Cox2010-01-201-1/+1
| | * | | compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto2010-01-201-0/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-01-216-45/+59
| |\ \ \
| | * | | Staging: hv: fix smp problems in the hyperv core codeGreg Kroah-Hartman2010-01-203-33/+35
| | * | | Staging: et131x: Fix 2.6.33rc1 regression in et131xAlan Cox2010-01-202-8/+16
| | * | | Staging: asus_oled: fix oops in 2.6.32.2Eugeni Dodonov2010-01-201-4/+8
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-01-212-21/+14
| |\ \ \
| | * | | Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman2010-01-201-20/+12
| | * | | driver-core: fix devtmpfs crash on s390Heiko Carstens2010-01-201-1/+2
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-01-2117-48/+112
| |\ \ \
OpenPOWER on IntegriCloud