summaryrefslogtreecommitdiff
path: root/drivers/input/serio/serio_raw.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-08-18Input: constify serio_device_idArvind Yadav
2014-12-03Input: initialize device counter variables with -1Aniroop Mathur
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-05-02Input: serio_raw - signal EFAULT even if read/write partially succeedsDmitry Torokhov
2012-04-20Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov
2012-04-04Input: serio - use module_serio_driverAxel Lin
2012-02-01Input: serio_raw - return proper result when serio_raw_read failsChe-Liang Chiou
2012-01-10Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov
2012-01-10Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov
2012-01-10Input: serio_raw - remove stray semicolonChe-Liang Chiou
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-09Input: serio_raw - remove BKLThadeu Lima de Souza Cascardo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-03-16Rationalize fasync return valuesJonathan Corbet
2008-11-01saner FASYNC handling on file closeAl Viro
2008-09-10Input: serio_raw - allow attaching to translated (SERIO_I8042XL) portsNiels de Vos
2008-07-02serio: BKL pushdownArnd Bergmann
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov
2005-04-16Linux-2.6.12-rc2Linus Torvalds