| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 5 | -7/+32 |
|\ |
|
| * | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 17 | -67/+173 |
| |\ |
|
| * | | uinput: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
| * | | serio: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -1/+5 |
| * | | mousedev: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -2/+10 |
| * | | hp_sdc_rtc: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 |
| * | | Input: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -4/+12 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*---------. \ \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 18 | -68/+192 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| | | | | | * | Merge commit 'v2.6.26-rc8' into x86/xen | Ingo Molnar | 2008-06-25 | 4 | -11/+54 |
| | | | | | |\
| | | | | |_|/
| | | | |/| | |
|
| | | | | | * | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-06-16 | 8 | -44/+101 |
| | | | | | |\
| | | | | | |/
| | | | | |/| |
|
| | | | | | * | xen pvfb: Dynamic mode support (screen resizing) | Markus Armbruster | 2008-05-27 | 1 | -0/+10 |
| | | | | | * | xen pvfb: Module aliases to support module autoloading | Markus Armbruster | 2008-05-27 | 1 | -0/+2 |
| | | | | | * | xen pvfb: Pointer z-axis (mouse wheel) support | Markus Armbruster | 2008-05-27 | 1 | -1/+7 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | drivers/input/ff-core.c needs <linux/sched.h> | Geert Uytterhoeven | 2008-07-02 | 1 | -0/+1 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-06-30 | 1 | -6/+11 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | Input: fix locking in force-feedback core | Dmitry Torokhov | 2008-06-30 | 1 | -6/+11 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-06-17 | 4 | -11/+54 |
| |\ \ \ \ \
| | |/ / / /
| | | | | /
| | |_|_|/
| |/| | | |
|
| | * | | | Input: appletouch - implement reset-resume logic | Oliver Neukum | 2008-06-17 | 1 | -8/+41 |
| | * | | | Input: i8042 - retry failed CTR writes when resuming | Jiri Kosina | 2008-06-17 | 1 | -2/+6 |
| | * | | | Input: i8042 - add Fujitsu-Siemens Amilo Pro V2030 to nomux table | Jiri Kosina | 2008-06-06 | 1 | -0/+7 |
| | * | | | Input: pcspkr - remove negative dependency on snd-pcsp | Stas Sergeev | 2008-06-06 | 1 | -1/+0 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-05-30 | 8 | -44/+101 |
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| | |
|
| | * | | Input: gtco - fix double kfree in error handling path | Dmitry Torokhov | 2008-05-30 | 1 | -10/+7 |
| | * | | Input: pxa27x_keypad - miscellaneous fixes | Antonio Ospite | 2008-05-28 | 1 | -13/+25 |
| | * | | Input: atkbd - mark keyboard as disabled when suspending/unloading | Dmitry Torokhov | 2008-05-28 | 1 | -0/+2 |
| | * | | Input: apanel - remove duplicate include | Huang Weiyi | 2008-05-27 | 1 | -1/+0 |
| | * | | Input: wm9713 - support five wire panels | Mark Brown | 2008-05-27 | 1 | -0/+22 |
| | * | | Input: wm97xx-core - fix race on PHY init | Mark Brown | 2008-05-27 | 1 | -11/+11 |
| | * | | Input: wm97xx-core - fix driver name | Mark Brown | 2008-05-27 | 1 | -1/+1 |
| | * | | Input: wm97xx-core - report a phys for WM97xx touchscreens | Mark Brown | 2008-05-27 | 1 | -0/+1 |
| | * | | Input: i8042 - make sure Dritek quirk is invoked at resume | Bruno Prémont | 2008-05-27 | 1 | -8/+25 |
| | * | | Input: i8042 - add Dritek quirk for Acer TravelMate 660 | Bruno Prémont | 2008-05-20 | 1 | -0/+7 |
| | |/ |
|
| * | | MODULE_LICENSE expects "GPL v2", not "GPLv2" | Al Viro | 2008-05-21 | 6 | -6/+6 |
|/ / |
|
* | | m68k: Return -ENODEV if no device is found | Geert Uytterhoeven | 2008-05-18 | 1 | -1/+1 |
* | | m68k: Some input drivers do not check the platform | Geert Uytterhoeven | 2008-05-18 | 3 | -0/+14 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2008-05-09 | 1 | -1/+1 |
|\ |
|
| * | input: i8042: sh64 IRQ definitions depend on cayman board. | Paul Mundt | 2008-05-08 | 1 | -1/+1 |
* | | pcspkr: fix dependancies | Stas Sergeev | 2008-05-07 | 1 | -1/+1 |
|/ |
|
* | m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h> | Geert Uytterhoeven | 2008-05-05 | 1 | -0/+1 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -1/+1 |
* | input: use get_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 3 | -17/+17 |
* | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev | 2008-04-29 | 1 | -8/+4 |
* | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 1 | -3/+3 |
* | usb input endianness annotations and fixes | Al Viro | 2008-04-28 | 2 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-28 | 1 | -78/+184 |
|\ |
|
| * | input: Rewrite sparcspkr device probing. | David S. Miller | 2008-04-26 | 1 | -78/+184 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-04-27 | 1 | -17/+17 |
|\ \
| |/
|/| |
|
| * | Input: xpad - fix build failure | Dmitry Torokhov | 2008-04-27 | 1 | -17/+17 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-04-25 | 1 | -8/+12 |
|\ \ |
|
| * | | USB: convert away from urb->status in xpad driver | Oliver Neukum | 2008-04-24 | 1 | -8/+12 |