summaryrefslogtreecommitdiff
path: root/drivers/char/lp.c
Commit message (Expand)AuthorAge
* char: lp: use true or false for boolean valuesGustavo A. R. Silva2018-01-25
* lp: support 64-bit time_t user spaceArnd Bergmann2017-11-28
* char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-16
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* char: Int overflow in lp_do_ioctl().Yongjian Xu2013-12-18
* Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com2013-05-16
* new helper: file_inode(file)Al Viro2013-02-22
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\
| * compat: Handle COMPAT_USE_64BIT_TIME in the lp driverH. Peter Anvin2012-02-20
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
|/
* lp: move compat_ioctl handling into lp.cArnd Bergmann2009-12-10
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-21
* lp: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
* Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke2008-02-06
* lp_console: cleanupsPavel Machek2007-10-17
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-12
* ROUND_UP macro cleanup in drivers/char/lp.cMilind Arun Choudhary2007-05-08
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* layered parport code uses parport->devDavid Brownell2007-05-08
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-13
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-08
* [PATCH] There is no devfs, there has never been a devfs, we have always been ...Alan Cox2006-09-29
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-03
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28
* [PATCH] drivers/char/lp.c : Use of the time_after() macroMarcelo Feitoza Parisi2005-09-10
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-20
* Linux-2.6.12-rc2Linus Torvalds2005-04-16