| Commit message (Expand) | Author | Age | Files | Lines |
* | kgdb: remove post_primary_code references | Jason Wessel | 2010-05-20 | 3 | -51/+0 |
* | kgdb,docs: Update the kgdb docs to include kdb | Jason Wessel | 2010-05-20 | 3 | -178/+532 |
* | kgdboc,keyboard: Keyboard driver for kdb with kgdb | Jason Wessel | 2010-05-20 | 5 | -10/+279 |
* | kgdb: gdb "monitor" -> kdb passthrough | Jason Wessel | 2010-05-20 | 5 | -6/+34 |
* | sparc,sunzilog: Add console polling support for sunzilog serial driver | Jason Wessel | 2010-05-20 | 1 | -0/+50 |
* | sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code | Jason Wessel | 2010-05-20 | 1 | -1/+5 |
* | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 2010-05-20 | 7 | -11/+50 |
* | kgdb: core changes to support kdb | Jason Wessel | 2010-05-20 | 9 | -20/+186 |
* | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-20 | 9 | -3/+92 |
* | kdb: core for kgdb back end (1 of 2) | Jason Wessel | 2010-05-20 | 12 | -0/+5967 |
* | kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin | Jason Wessel | 2010-05-20 | 1 | -0/+5 |
* | kgdb,sh: update superh kgdb exception handling | Jason Wessel | 2010-05-20 | 1 | -1/+13 |
* | kgdb,sparc: Add in kgdb_arch_set_pc for sparc | Jason Wessel | 2010-05-20 | 2 | -0/+12 |
* | MAINTAINERS: update kgdb, and debug_core info | Jason Wessel | 2010-05-20 | 1 | -2/+3 |
* | Separate the gdbstub from the debug core | Jason Wessel | 2010-05-20 | 5 | -957/+1030 |
* | Move kernel/kgdb.c to kernel/debug/debug_core.c | Jason Wessel | 2010-05-20 | 3 | -1/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-05-20 | 42 | -1233/+3995 |
|\ |
|
| * | Input: psmouse - small formatting changes to better follow coding style | Dmitry Torokhov | 2010-05-19 | 4 | -95/+100 |
| * | Input: synaptics - set dimensions as reported by firmware | Dmitry Torokhov | 2010-05-19 | 2 | -11/+27 |
| * | Input: elantech - relax signature checks | Dmitry Torokhov | 2010-05-19 | 1 | -1/+19 |
| * | Input: elantech - enforce common prefix on messages | Dmitry Torokhov | 2010-05-19 | 1 | -35/+32 |
| * | Input: wistron_btns - switch to using kmemdup() | Julia Lawall | 2010-05-19 | 1 | -2/+2 |
| * | Input: usbtouchscreen - switch to using kmemdup() | Julia Lawall | 2010-05-19 | 1 | -3/+2 |
| * | Input: do not force selecting i8042 on Moorestown | Jacob Pan | 2010-05-19 | 2 | -2/+2 |
| * | Input: Documentation/sysrq.txt - update KEY_SYSRQ info | Paul Fox | 2010-05-19 | 1 | -7/+7 |
| * | Input: 88pm860x_onkey - remove invalid irq number assignment | Haojian Zhuang | 2010-05-19 | 1 | -1/+0 |
| * | Input: i8042 - add a PNP entry to the aux device list | Matthew Garrett | 2010-05-19 | 1 | -0/+1 |
| * | Input: i8042 - add some extra PNP keyboard types | Matthew Garrett | 2010-05-19 | 1 | -0/+13 |
| * | Input: wm9712 - fix wm97xx_set_gpio() logic | Manuel Lauss | 2010-05-19 | 1 | -1/+1 |
| * | Merge commit 'v2.6.34' into next | Dmitry Torokhov | 2010-05-19 | 938 | -6367/+13494 |
| |\ |
|
| * | | Input: add keypad driver for keys interfaced to TCA6416 | Sriramakrishnan Govindarajan | 2010-05-03 | 4 | -0/+400 |
| * | | Input: remove obsolete {corgi,spitz,tosa}kbd.c | Eric Miao | 2010-05-03 | 6 | -1403/+0 |
| * | | Input: kbtab - do not advertise unsupported events | Dmitry Torokhov | 2010-04-20 | 1 | -24/+15 |
| * | | Input: kbtab - simplify kbtab_disconnect() | Dmitry Torokhov | 2010-04-20 | 1 | -7/+5 |
| * | | Input: kbtab - fix incorrect size parameter in usb_buffer_free | Axel Lin | 2010-04-20 | 1 | -2/+2 |
| * | | Input: acecad - don't advertise mouse events | Dmitry Torokhov | 2010-04-20 | 1 | -2/+0 |
| * | | Input: acecad - fix some formatting issues | Dmitry Torokhov | 2010-04-20 | 1 | -40/+36 |
| * | | Input: acecad - simplify usb_acecad_disconnect() | Dmitry Torokhov | 2010-04-20 | 1 | -7/+5 |
| * | | Input: acecad - fix incorrect size parameter in usb_buffer_free | Axel Lin | 2010-04-20 | 1 | -1/+1 |
| * | | Input: add driver for hampshire serial touchscreens | Adam Bennett | 2010-04-13 | 4 | -0/+219 |
| * | | Input: ad714x - add support for the AD7143/8/7A parts | Barry Song | 2010-04-13 | 3 | -7/+26 |
| * | | Input: add Analog Devices AD714x captouch input driver | Bryan Wu | 2010-04-13 | 8 | -0/+1694 |
| * | | Input: lm8323 - do not leave dangling client data pointer | Wolfram Sang | 2010-04-13 | 1 | -2/+4 |
| * | | Input: tsc2007 - do not leave dangling clientdata pointer | Wolfram Sang | 2010-04-13 | 1 | -0/+2 |
| * | | Input: keyboard - fix formatting issues | Dmitry Torokhov | 2010-04-13 | 1 | -131/+147 |
| * | | Input: keyboard - switch to using pr_err() and friends | Dmitry Torokhov | 2010-04-13 | 1 | -4/+7 |
| * | | Input: implement SysRq as a separate input handler | Dmitry Torokhov | 2010-04-13 | 4 | -83/+246 |
| * | | Input: add PCF8574 I2C keypad input device driver | Bryan Wu | 2010-04-13 | 3 | -0/+238 |
| * | | Input: remove now deprecated corgi_ts.c touchscreen driver | Eric Miao | 2010-04-13 | 3 | -402/+0 |
| * | | Input: wacom - streamline 2-finger touch support | Ping Cheng | 2010-04-13 | 2 | -73/+80 |