| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-10-16 | 50 | -338/+2252 |
|\ |
|
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-10-15 | 51 | -352/+2309 |
| |\ |
|
| | * | Input: wm97xx - update email address for Liam Girdwood | Liam Girdwood | 2008-10-13 | 6 | -16/+11 |
| | * | Input: i8042 - add Thinkpad R31 to nomux list | Colin B Macdonald | 2008-10-13 | 1 | -0/+7 |
| | * | Input: move map_to_7segment.h to include/linux | Atsushi Nemoto | 2008-10-10 | 3 | -4/+3 |
| | * | Input: ads7846 - fix cache line sharing issue | Dmitry Torokhov | 2008-10-09 | 1 | -36/+51 |
| | * | Input: cm109 - add missing newlines to messages | Daniel Gimpelevich | 2008-10-09 | 1 | -12/+10 |
| | * | Input: document i8042.debug in kernel-parameters.txt | Jiri Kosina | 2008-10-08 | 1 | -0/+1 |
| | * | Input: keyboard - fix potential out of bound access to key_map | Dmitry Torokhov | 2008-10-08 | 1 | -1/+1 |
| | * | Input: psmouse - add OLPC touchpad driver | Andres Salomon | 2008-09-21 | 6 | -2/+560 |
| | * | Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacks | Andres Salomon | 2008-09-21 | 2 | -14/+23 |
| | * | Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of | Andres Salomon | 2008-09-21 | 2 | -5/+13 |
| | * | Input: psmouse - export psmouse_set_state for ps/2 extensions to use | Andres Salomon | 2008-09-21 | 2 | -1/+2 |
| | * | Input: ads7846 - introduce .gpio_pendown to get pendown state | Eric Miao | 2008-09-10 | 2 | -14/+57 |
| | * | Input: ALPS - add signature for DualPoint found in Dell Latitude E6500 | Elvis Pranskevichus | 2008-09-10 | 1 | -0/+1 |
| | * | Input: serio_raw - allow attaching to translated (SERIO_I8042XL) ports | Niels de Vos | 2008-09-10 | 1 | -0/+6 |
| | * | Input: cm109 - don't use obsolete logging macros | Stephen Rothwell | 2008-09-10 | 1 | -16/+16 |
| | * | Input: atkbd - expand Latitude's force release quirk to other Dells | Matthew Garrett | 2008-09-10 | 1 | -5/+5 |
| | * | Input: bf54x-keys - add power management support | Michael Hennerich | 2008-09-10 | 1 | -1/+12 |
| | * | Input: atmel_tsadcc - improve accuracy | Dan Liang | 2008-09-10 | 1 | -13/+24 |
| | * | Input: convert drivers to use strict_strtoul() | Joe Rouvier | 2008-09-10 | 6 | -51/+53 |
| | * | Input: appletouch - handle geyser 3/4 status bits | Sven Anders | 2008-08-08 | 1 | -18/+35 |
| | * | Input: appletouch - prepare for geyser 3/4 handling | Sven Anders | 2008-08-08 | 1 | -69/+197 |
| | * | Input: gpio-keys - simplify argument list for report_event | Uwe Kleine-König | 2008-08-08 | 1 | -4/+5 |
| | * | Input: gpio-keys - optimize interrupt handler | Uwe Kleine-König | 2008-08-08 | 1 | -23/+12 |
| | * | Input: wistron - add support for Fujitsu-Siemens Amilo Pro v3505 | Remi Herilier | 2008-08-08 | 1 | -0/+19 |
| | * | Input: add driver for USB VoIP phones with CM109 chipset | Alfred E. Heggestad | 2008-08-08 | 3 | -0/+898 |
| | * | Input: add keycodes for remote controls/phone keypads | Aristeu Rozanski | 2008-07-30 | 1 | -0/+13 |
| | * | Input: expand keycode space | Dmitry Torokhov | 2008-07-30 | 2 | -2/+2 |
| | * | Input: ati_remote2 - add autosuspend support | Ville Syrjala | 2008-07-30 | 1 | -6/+127 |
| | * | Input: ati_remote2 - add loadable keymap support | Ville Syrjala | 2008-07-30 | 1 | -29/+101 |
| | * | Input: gameport - mark gameport_register_driver() __must_check | Dmitry Torokhov | 2008-07-30 | 1 | -1/+1 |
| | * | Input: gameport - check return value of gameport_register_driver() | Dmitry Torokhov | 2008-07-30 | 12 | -25/+12 |
| | * | Input: gameport - make gameport_register_driver() return errors | Dmitry Torokhov | 2008-07-30 | 2 | -24/+71 |
* | | | rtc: rtc-ds1286 and rtc-m48t35 need <linux/io.h> | Geert Uytterhoeven | 2008-10-16 | 2 | -0/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2008-10-16 | 3 | -73/+53 |
|\ \ \ |
|
| * | | | HID: blacklist additional SoundGraph iMon LCD models | Jarod Wilson | 2008-10-16 | 2 | -0/+4 |
| * | | | HID: fix/improve help texts for quirk drivers | Jiri Kosina | 2008-10-16 | 1 | -18/+13 |
| * | | | HID: fix default building of HID-quirk drivers | Jiri Kosina | 2008-10-16 | 1 | -55/+36 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-16 | 36 | -137/+268 |
|\ \ \ \ |
|
| * | | | | decnet: Fix compiler warning in dn_dev.c | David S. Miller | 2008-10-15 | 1 | -1/+1 |
| * | | | | IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option | Pedro Ribeiro | 2008-10-15 | 2 | -3/+5 |
| * | | | | net/802/fc.c: Fix compilation warnings | Manish Katiyar | 2008-10-15 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-14 | 21 | -32/+67 |
| |\ \ \ \ |
|
| | * | | | | rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb" | Felix Fietkau | 2008-10-14 | 1 | -4/+5 |
| | * | | | | rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip | Florent Fourcot | 2008-10-14 | 1 | -0/+2 |
| | * | | | | p54usb: Device ID updates | Christian Lamparter | 2008-10-14 | 1 | -1/+2 |
| | * | | | | mac80211: fixme for kernel-doc | Randy Dunlap | 2008-10-14 | 1 | -1/+2 |
| | * | | | | ath9k/mac80211: disallow fragmentation in ath9k, report to userspace | Johannes Berg | 2008-10-14 | 2 | -2/+8 |
| | * | | | | libertas : Remove unused variable warning for "old_channel" from cmd.c | Manish Katiyar | 2008-10-14 | 1 | -0/+2 |