Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | ACPI: Battery: Add support for _BIX extended info method | Alexey Starikovskiy | 2010-01-15 | 1 | -10/+58 | |
| * | | | | | | | | | ACPI: SBS: Export cycle_count | Alexey Starikovskiy | 2010-01-15 | 1 | -0/+5 | |
| * | | | | | | | | | POWER: Add support for cycle_count | Alexey Starikovskiy | 2010-01-15 | 1 | -0/+1 | |
| * | | | | | | | | | ACPI: Battery: Add bit flags | Alexey Starikovskiy | 2010-01-15 | 1 | -12/+14 | |
* | | | | | | | | | | init dynamic bin_attribute structures | Wolfram Sang | 2010-03-14 | 2 | -0/+2 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Add include to i2c-xii.c to fix build error | Randy Dunlap | 2010-03-14 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-03-14 | 31 | -274/+535 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table | Christoph Fritz | 2010-03-13 | 1 | -0/+7 | |
| * | | | | | | | | | Input: ALPS - fix stuck buttons on some touchpads | Martin Buck | 2010-03-13 | 1 | -30/+17 | |
| * | | | | | | | | | Input: wm831x-on - convert to use genirq | Mark Brown | 2010-03-11 | 1 | -4/+5 | |
| * | | | | | | | | | Input: ads7846 - add wakeup support | Ranjith Lohithakshan | 2010-03-11 | 1 | -0/+10 | |
| * | | | | | | | | | Input: appletouch - fix integer overflow issue | Vadim Zaliva | 2010-03-11 | 1 | -3/+3 | |
| * | | | | | | | | | Input: ad7877 - increase pen up imeout | Michael Hennerich | 2010-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | Input: ads7846 - add support for AD7843 parts | Michael Hennerich | 2010-03-09 | 2 | -4/+15 | |
| * | | | | | | | | | Input: bf54x-keys - fix system hang when pressing a key | Mike Frysinger | 2010-03-09 | 1 | -1/+1 | |
| * | | | | | | | | | Input: alps - add support for the touchpad on Toshiba Tecra A11-11L | Thomas Bächler | 2010-03-09 | 1 | -0/+2 | |
| * | | | | | | | | | Input: remove BKL, fix input_open_file() locking | Arnd Bergmann | 2010-03-09 | 1 | -8/+10 | |
| * | | | | | | | | | Input: serio_raw - remove BKL | Thadeu Lima de Souza Cascardo | 2010-03-09 | 1 | -6/+5 | |
| * | | | | | | | | | Input: mousedev - remove BKL | Thadeu Lima de Souza Cascardo | 2010-03-09 | 1 | -6/+0 | |
| * | | | | | | | | | Input: add driver for TWL4030 vibrator device | Jari Vanhala | 2010-03-09 | 3 | -0/+309 | |
| * | | | | | | | | | Input: enable remote wakeup for PNP i8042 keyboard ports | Alan Stern | 2010-03-09 | 1 | -0/+3 | |
| * | | | | | | | | | Input: scancode in get/set_keycodes should be unsigned | Dmitry Torokhov | 2010-03-08 | 13 | -86/+76 | |
| * | | | | | | | | | Input: i8042 - use platfrom_create_bundle() helper | Dmitry Torokhov | 2010-03-08 | 1 | -16/+8 | |
| * | | | | | | | | | Merge commit 'v2.6.34-rc1' into for-linus | Dmitry Torokhov | 2010-03-08 | 3086 | -85858/+204529 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Input: wacom - merge out and in prox events | Ping Cheng | 2010-03-05 | 1 | -104/+59 | |
| * | | | | | | | | | Input: gamecon - fix off by one range check | Dan Carpenter | 2010-03-05 | 1 | -1/+1 | |
| * | | | | | | | | | Input: wacom - replace WACOM_PKGLEN_PENABLED | Ping Cheng | 2010-03-01 | 3 | -4/+3 | |
* | | | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-03-14 | 12 | -61/+48 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | i2c-algo-bit: Add pre- and post-xfer hooks | Jean Delvare | 2010-03-13 | 1 | -0/+9 | |
| * | | | | | | | | | | at24: Init dynamic bin_attribute structures | Wolfram Sang | 2010-03-13 | 1 | -0/+1 | |
| * | | | | | | | | | | i2c: Drop configure option I2C_DEBUG_CHIP | Jean Delvare | 2010-03-13 | 1 | -8/+0 | |
| * | | | | | | | | | | tsl2550: Move from i2c/chips to misc | Jean Delvare | 2010-03-13 | 7 | -41/+14 | |
| * | | | | | | | | | | i2c-i801: Don't use the block buffer for I2C block writes | Jean Delvare | 2010-03-13 | 1 | -2/+4 | |
| * | | | | | | | | | | i2c-powermac: Be less verbose in the absence of real errors. | Jean Delvare | 2010-03-13 | 1 | -7/+18 | |
| * | | | | | | | | | | i2c-smbus: Use device_lock/device_unlock | Stephen Rothwell | 2010-03-13 | 1 | -3/+2 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-03-13 | 4 | -1/+242 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sparc64: Add very basic XVR-1000 framebuffer driver. | David S. Miller | 2010-03-13 | 3 | -0/+241 | |
| * | | | | | | | | | | | qlogicpti: Remove slash in QlogicPTI irq name | Meelis Roos | 2010-03-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-03-13 | 58 | -454/+743 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messages | Joe Perches | 2010-03-13 | 1 | -24/+30 | |
| * | | | | | | | | | | | | sky2: Avoid rtnl_unlock without rtnl_lock | Mike McCormack | 2010-03-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant | Julia Lawall | 2010-03-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-03-13 | 11 | -94/+91 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2010-03-10 | 3 | -37/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Revert "iwlwifi: Send broadcast probe request only when asked to" | Reinette Chatre | 2010-03-09 | 2 | -34/+17 | |
| | | * | | | | | | | | | | | | iwl3945: fix memory corruption | Reinette Chatre | 2010-03-09 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | ipw2200: use kmalloc for large local variables | Zhu Yi | 2010-03-10 | 1 | -2/+17 | |
| | * | | | | | | | | | | | | | ath5k: read eeprom IQ calibration values correctly for G mode | Bruno Randolf | 2010-03-10 | 2 | -8/+11 | |
| | * | | | | | | | | | | | | | ath5k: fix I/Q calibration (for real) | Bruno Randolf | 2010-03-10 | 2 | -18/+20 | |
| | * | | | | | | | | | | | | | ath5k: fix TSF reset | Bruno Randolf | 2010-03-10 | 1 | -4/+3 |