| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: serio_raw - signal EFAULT even if read/write partially succeeds | Dmitry Torokhov | 2012-05-02 | 1 | -15/+18 |
* | Input: serio_raw - ensure we don't block in non-blocking read | Dmitry Torokhov | 2012-04-20 | 1 | -18/+25 |
* | Input: serio - use module_serio_driver | Axel Lin | 2012-04-04 | 1 | -12/+1 |
* | Input: serio_raw - return proper result when serio_raw_read fails | Che-Liang Chiou | 2012-02-01 | 1 | -6/+9 |
* | Input: serio_raw - return proper result when serio_raw_write fails | Dmitry Torokhov | 2012-01-10 | 1 | -1/+1 |
* | Input: serio_raw - really signal HUP upon disconnect | Dmitry Torokhov | 2012-01-10 | 1 | -2/+2 |
* | Input: serio_raw - remove stray semicolon | Che-Liang Chiou | 2012-01-10 | 1 | -1/+1 |
* | Input: serio_raw - fix memory leak when closing char device | Dmitry Torokhov | 2011-10-10 | 1 | -25/+29 |
* | Input: serio_raw - kick clients when disconnecting port | Dmitry Torokhov | 2011-10-10 | 1 | -6/+23 |
* | Input: serio_raw - explicitly mark disconnected ports as dead | Dmitry Torokhov | 2011-10-10 | 1 | -8/+13 |
* | Input: serio_raw - fix coding style issues | Dmitry Torokhov | 2011-10-10 | 1 | -5/+9 |
* | Input: serio_raw - use dev_*() for messages | Dmitry Torokhov | 2011-10-10 | 1 | -5/+7 |
* | Input: serio_raw - use bool for boolean data | Dmitry Torokhov | 2011-10-10 | 1 | -3/+3 |
* | Input: serio_raw - perform proper locking when adding clients to list | Dmitry Torokhov | 2011-10-10 | 1 | -3/+5 |
* | Input: serio_raw - rename serio_raw_list to serio_raw_client | Dmitry Torokhov | 2011-10-10 | 1 | -36/+39 |
* | Input: serio_raw - use kref instead of rolling out its own refcounting | Dmitry Torokhov | 2011-10-10 | 1 | -15/+13 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | Input: serio_raw - remove BKL | Thadeu Lima de Souza Cascardo | 2010-03-09 | 1 | -6/+5 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 | 1 | -3/+1 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -1/+0 |
* | Input: serio_raw - allow attaching to translated (SERIO_I8042XL) ports | Niels de Vos | 2008-09-10 | 1 | -0/+6 |
* | serio: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -1/+5 |
* | Input: serio_raw - shut up errorneous warning | Andrew Morton | 2007-07-10 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-12-08 | 1 | -1/+1 |
|\ |
|
| * | Driver core: change misc class_devices to be real devices | Greg Kroah-Hartman | 2006-12-01 | 1 | -1/+1 |
* | | Input: handle serio_register_driver() errors | Akinobu Mita | 2006-11-23 | 1 | -2/+1 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | Input: use kzalloc() throughout the code | Eric Sesterhenn | 2006-03-14 | 1 | -4/+2 |
* | Input: serio - semaphore to mutex conversion | Arjan van de Ven | 2006-02-19 | 1 | -11/+12 |
* | Input: serio_raw - link serio_raw misc device to corresponding | Dmitry Torokhov | 2005-07-11 | 1 | -0/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+403 |