Age | Commit message (Expand) | Author | Files | Lines |
2012-01-15 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 9 | -16/+16 |
2012-01-14 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -1/+1 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 9 | -16/+16 |
2012-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 10 | -14/+109 |
2012-01-11 | Input: bcm5974 - set BUTTONPAD property | Jussi Pakkanen | 1 | -0/+3 |
2012-01-11 | Input: serio_raw - return proper result when serio_raw_write fails | Dmitry Torokhov | 1 | -1/+1 |
2012-01-11 | Input: serio_raw - really signal HUP upon disconnect | Dmitry Torokhov | 1 | -2/+2 |
2012-01-11 | Input: serio_raw - remove stray semicolon | Che-Liang Chiou | 1 | -1/+1 |
2012-01-11 | Input: revert some over-zealous conversions to module_platform_driver() | Dmitry Torokhov | 8 | -10/+102 |
2012-01-11 | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -1/+1 |
2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 118 | -1576/+4647 |
2012-01-10 | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+2 |
2012-01-10 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -2/+3 |
2012-01-10 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -12/+162 |
2012-01-09 | Merge branch 'samsung/driver' into next/drivers | Arnd Bergmann | 5 | -7/+23 |
2012-01-09 | Merge branch 'next' into for-linus | Dmitry Torokhov | 127 | -2474/+4979 |
2012-01-09 | mfd: Unify abx500 headers in mfd/abx500 | Linus Walleij | 1 | -1/+1 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+12 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -5/+5 |
2012-01-08 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 14 | -227/+14 |
2012-01-07 | Merge branch 'depends/rmk/for-linus' into samsung/dt | Arnd Bergmann | 5 | -7/+23 |
2012-01-07 | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 1 | -0/+2 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 14 | -227/+14 |
2012-01-05 | input: xilinx_ps2: Don't use NO_IRQ | Michal Simek | 1 | -1/+1 |
2012-01-05 | Input: tc3589x-keypad - add missing kerneldoc | Naga Radhesh | 1 | -0/+2 |
2012-01-05 | Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messages | Dmitry Torokhov | 1 | -8/+9 |
2012-01-05 | Input: ucb1400_ts - convert to threaded IRQ | Dmitry Torokhov | 1 | -122/+113 |
2012-01-05 | Input: ucb1400_ts - drop inline annotations | Dmitry Torokhov | 1 | -9/+9 |
2012-01-05 | Input: usb1400_ts - add __devinit/__devexit section annotations | Dmitry Torokhov | 1 | -5/+5 |
2012-01-05 | Input: ucb1400_ts - set driver owner | Dmitry Torokhov | 1 | -0/+1 |
2012-01-05 | Input: ucb1400_ts - convert to use dev_pm_ops | Dmitry Torokhov | 1 | -6/+6 |
2012-01-05 | Xen: consolidate and simplify struct xenbus_driver instantiation | Jan Beulich | 1 | -5/+2 |
2012-01-04 | switch ->is_visible() to returning umode_t | Al Viro | 2 | -4/+4 |
2012-01-04 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
2011-12-31 | Input: psmouse - make sure we do not use stale methods | Dmitry Torokhov | 1 | -69/+124 |
2011-12-31 | Input: evdev - do not block waiting for an event if fd is nonblock | Dima Zavin | 1 | -8/+7 |
2011-12-31 | Input: evdev - if no events and non-block, return EAGAIN not 0 | Dima Zavin | 1 | -0/+3 |
2011-12-31 | Input: evdev - only allow reading events if a full packet is present | Dima Zavin | 1 | -1/+1 |
2011-12-31 | Input: add driver for pixcir i2c touchscreens | Jianchun Bian | 3 | -0/+252 |
2011-12-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -5/+6 |
2011-12-30 | Input: samsung-keypad - implement runtime power management support | Mark Brown | 1 | -7/+80 |
2011-12-30 | Input: tegra-kbc - report wakeup key for some platforms | Rakesh Iyer | 1 | -3/+24 |
2011-12-30 | Input: tegra-kbc - add device tree bindings | Olof Johansson | 1 | -8/+84 |
2011-12-29 | Input: sentelic - fix retrieving number of buttons | Tai-hwa Liang | 2 | -3/+4 |
2011-12-28 | Merge branch 'drivers/pxa-gpio' into next/drivers | Arnd Bergmann | 1 | -2/+3 |
2011-12-28 | Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() | Axel Lin | 1 | -2/+3 |
2011-12-28 | Input: add driver for AUO In-Cell touchscreens using pixcir ICs | Heiko Stübner | 3 | -0/+666 |
2011-12-26 | Merge branch 'pm-domains' into pm-for-linus | Rafael J. Wysocki | 1 | -1/+12 |
2011-12-26 | PM / input / touchscreen: Make st1232 use device PM QoS constraints | Rafael J. Wysocki | 1 | -1/+12 |
2011-12-24 | Input: mpu3050 - configure the sampling method | Heikki Krogerus | 1 | -5/+103 |