Age | Commit message (Expand) | Author | Files | Lines |
2013-07-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 16 | -13/+433 |
2013-07-04 | of: Fix address decoding on Bimini and js2x machines | Benjamin Herrenschmidt | 1 | -2/+6 |
2013-07-04 | Merge branches 'for-3.11/wacom-fixed' and 'for-3.11/wiimote' into for-linus | Jiri Kosina | 8 | -1453/+3417 |
2013-07-04 | HID: wacom: Intuos4 battery charging changes | Przemo Firszt | 1 | -1/+13 |
2013-07-04 | Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream'... | Jiri Kosina | 12 | -256/+736 |
2013-07-04 | Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for... | Jiri Kosina | 795 | -6432/+19625 |
2013-07-04 | HID: i2c-hid: support sending HID output reports using the output register | Andrew Duggan | 1 | -3/+17 |
2013-07-04 | md/raid10: fix bug which causes all RAID10 reshapes to move no data. | NeilBrown | 1 | -5/+4 |
2013-07-04 | md/raid5: allow 5-device RAID6 to be reshaped to 4-device. | NeilBrown | 1 | -1/+1 |
2013-07-04 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 13 | -100/+1435 |
2013-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 15 | -292/+351 |
2013-07-04 | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 7 | -42/+249 |
2013-07-04 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 49 | -185/+374 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 198 | -2091/+2567 |
2013-07-04 | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 23 | -230/+315 |
2013-07-04 | drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test mode | Jean-Francois Dagenais | 1 | -0/+30 |
2013-07-04 | drivers/memstick/host/r592.c: convert to module_pci_driver | Libo Chen | 1 | -12/+1 |
2013-07-04 | drivers/memstick/host/jmb38x_ms: convert to module_pci_driver | Libo Chen | 1 | -12/+1 |
2013-07-04 | pps-gpio: add device-tree binding and support | Jan Luebbe | 1 | -54/+73 |
2013-07-04 | drivers/pps/clients/pps-gpio.c: convert to module_platform_driver | Jan Luebbe | 1 | -17/+1 |
2013-07-04 | drivers/pps/clients/pps-gpio.c: convert to devm_* helpers | Jan Luebbe | 1 | -21/+7 |
2013-07-04 | drivers/parport/share.c: use kzalloc | Alexandru Gheorghiu | 1 | -2/+1 |
2013-07-04 | aoe: update internal version number to v83 | Ed Cashin | 1 | -1/+1 |
2013-07-04 | aoe: update copyright date | Ed Cashin | 4 | -4/+4 |
2013-07-04 | aoe: perform I/O completions in parallel | Ed Cashin | 4 | -31/+134 |
2013-07-04 | nbd: correct disconnect behavior | Paul Clements | 1 | -1/+6 |
2013-07-04 | nbd: remove bogus BUG_ON in NBD_CLEAR_QUE | Michal Belczyk | 1 | -1/+0 |
2013-07-04 | rapidio: change endpoint device name format | Alexandre Bounine | 1 | -3/+2 |
2013-07-04 | rapidio: add udev notification | Alexandre Bounine | 2 | -0/+28 |
2013-07-04 | rapidio: add modular build option for the subsystem core | Alexandre Bounine | 2 | -14/+17 |
2013-07-04 | rapidio/tsi721: convert to modular mport driver | Alexandre Bounine | 4 | -10/+9 |
2013-07-04 | rapidio: update enumerator registration mechanism | Alexandre Bounine | 4 | -48/+149 |
2013-07-04 | rapidio/rionet: rework driver initialization and removal | Alexandre Bounine | 1 | -25/+78 |
2013-07-04 | rapidio: convert switch drivers to modules | Alexandre Bounine | 10 | -311/+544 |
2013-07-04 | drivers/rapidio/rio-scan.c: make functions static | Wu Fengguang | 1 | -2/+2 |
2013-07-04 | rapidio/switches: remove tsi500 driver | Alexandre Bounine | 3 | -86/+0 |
2013-07-04 | /dev/oldmem: Remove the interface | Zhang Yanfei | 1 | -47/+0 |
2013-07-04 | drivers/rtc/rtc-sirfsoc.c: add rtc drivers for CSR SiRFprimaII and SiRFatlasVI | Xianglong Du | 3 | -0/+483 |
2013-07-04 | drivers/rtc/rtc-ds1216.c: use module_platform_driver_probe() | Fabio Porcedda | 1 | -12/+1 |
2013-07-04 | rtc: omap: restore back (hard-code) wakeup support | Hebbar Gururaja | 1 | -0/+2 |
2013-07-04 | rtc: add NXP PCF2127 support (i2c) | Renaud Cerrato | 3 | -0/+251 |
2013-07-04 | drivers/rtc/rtc-palmas.c: init wakeup before device register | Wei Ni | 1 | -1/+1 |
2013-07-04 | drivers/rtc/class: convert from Legacy pm ops to dev_pm_ops | Shuah Khan | 1 | -6/+6 |
2013-07-04 | drivers/rtc/rtc-pcf2123.c: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -5/+10 |
2013-07-04 | drivers/rtc/interface.c: return -EBUSY, not -EACCES when device is busy | Chris Brand | 1 | -4/+4 |
2013-07-04 | drivers/rtc/rtc-twl.c: cleanup with module_platform_driver() conversion | Peter Ujfalusi | 1 | -11/+1 |
2013-07-04 | drivers/rtc/rtc-twl.c: fix rtc_reg_map initialization | Peter Ujfalusi | 1 | -5/+6 |
2013-07-04 | drivers/rtc/rtc-cmos.c: work around bios clearing rtc control | Derek Basehore | 1 | -13/+22 |
2013-07-04 | drivers/rtc/rtc-twl.c: ensure IRQ is wakeup enabled | Kevin Hilman | 1 | -2/+14 |
2013-07-04 | drivers/rtc/rtc-pcf8583.c: use PTR_RET() | Sachin Kamat | 1 | -4/+2 |