| Commit message (Expand) | Author | Age |
* | Input: xpad - remove mouse buttons and axes for dance pads | Christoph Fritz | 2010-07-13 |
* | Input: atlas_btns - switch to using pr_err() and friends | Dmitry Torokhov | 2010-07-13 |
* | Input: atlas_btns - fix mixing acpi_status and int for return value | Axel Lin | 2010-07-13 |
* | Input: atlas_btns - adds a missing owner field for atlas_acpi_driver | Axel Lin | 2010-07-13 |
* | Input: twl4030-pwrbutton - replace __devinit with __init | Markus Lehtonen | 2010-07-09 |
* | Input: mcs - Add MCS touchkey driver | Joonyoung Shim | 2010-07-04 |
* | Input: release pressed keys when resuming device | Oliver Neukum | 2010-07-03 |
* | Input: ads7846 - extend the driver for ads7845 controller support | Anatolij Gustschin | 2010-07-03 |
* | Input: ads7846 - do not allow altering platform data | Dmitry Torokhov | 2010-07-03 |
* | Input: adxl34 - make enable/disable separate from suspend/resume | Dmitry Torokhov | 2010-07-03 |
* | Input: ad7879 - report EV_KEY/BTN_TOUCH events | Michael Hennerich | 2010-07-03 |
* | Input: ad7879 - fix spi word size to 16 bit | Michael Hennerich | 2010-07-03 |
* | Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overhead | Michael Hennerich | 2010-07-03 |
* | Input: ad7879 - add open and close methods | Dmitry Torokhov | 2010-07-03 |
* | Input: ad7879 - split bus logic out | Mike Frysinger | 2010-07-03 |
* | Input: ad7879 - use threaded IRQ | Dmitry Torokhov | 2010-06-30 |
* | Merge commit 'v2.6.35-rc3' into next | Dmitry Torokhov | 2010-06-30 |
|\ |
|
| * | Linux 2.6.35-rc3v2.6.35-rc3 | Linus Torvalds | 2010-06-11 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-11 |
| |\ |
|
| | * | Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2010-06-11 |
| | |\ |
|
| | | * | wimax/i2400m: fix missing endian correction read in fw loader | Inaky Perez-Gonzalez | 2010-06-11 |
| | * | | net8139: fix a race at the end of NAPI | Figo.zhang | 2010-06-11 |
| | * | | pktgen: Fix accuracy of inter-packet delay. | Daniel Turull | 2010-06-11 |
| | * | | pkt_sched: gen_estimator: add a new lock | Eric Dumazet | 2010-06-11 |
| | * | | net: deliver skbs on inactive slaves to exact matches | John Fastabend | 2010-06-11 |
| | * | | ipv6: fix ICMP6_MIB_OUTERRORS | Eric Dumazet | 2010-06-09 |
| | * | | r8169: fix mdio_read and update mdio_write according to hw specs | Timo Teräs | 2010-06-09 |
| | * | | Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6 | David S. Miller | 2010-06-09 |
| | |\ \ |
|
| | | * | | net: Print num_rx_queues imbalance warning only when there are allocated queues | Tim Gardner | 2010-06-09 |
| | * | | | gianfar: Revive the driver for eTSEC devices (disable timestamping) | Anton Vorontsov | 2010-06-09 |
| | * | | | caif: fix a couple range checks | Dan Carpenter | 2010-06-09 |
| | * | | | phylib: Add support for the LXT973 phy. | Richard Cochran | 2010-06-09 |
| | |/ / |
|
| * | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2010-06-11 |
| |\ \ \ |
|
| | * | | | PM / x86: Save/restore MISC_ENABLE register | Ondrej Zary | 2010-06-07 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2010-06-11 |
| |\ \ \ \ |
|
| | * | | | | Btrfs: The file argument for fsync() is never null | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: handle ERR_PTR from posix_acl_from_xattr() | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: avoid BUG when dropping root and reference in same transaction | Sage Weil | 2010-06-11 |
| | * | | | | Btrfs: prohibit a operation of changing acl's mask when noacl mount option used | Shi Weihua | 2010-06-11 |
| | * | | | | Btrfs: should add a permission check for setfacl | Shi Weihua | 2010-06-11 |
| | * | | | | Btrfs: btrfs_lookup_dir_item() can return ERR_PTR | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: unwind after btrfs_start_transaction() errors | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: btrfs_iget() returns ERR_PTR | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: handle kzalloc() failure in open_ctree() | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: handle error returns from btrfs_lookup_dir_item() | Dan Carpenter | 2010-06-11 |
| | * | | | | Btrfs: Fix BUG_ON for fs converted from extN | Yan, Zheng | 2010-06-11 |
| | * | | | | Btrfs: Fix null dereference in relocation.c | Yan, Zheng | 2010-06-11 |
| | * | | | | Btrfs: fix remap_file_pages error | Miao Xie | 2010-06-11 |
| | * | | | | Btrfs: uninitialized data is check_path_shared() | Dan Carpenter | 2010-06-11 |