index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
lp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
lp: fix sparc64 LPSETTIMEOUT ioctl
Arnd Bergmann
1
-0
/
+4
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-02-13
char: lp: mark expected switch fall-through
Gustavo A. R. Silva
1
-2
/
+2
2018-12-19
char: lp: use new parport device model
Sudip Mukherjee
1
-4
/
+9
2018-12-19
char: lp: properly count the lp devices
Sudip Mukherjee
1
-0
/
+1
2018-12-19
char: lp: use first unused lp number while registering
Sudip Mukherjee
1
-1
/
+5
2018-12-19
char: lp: detach the device when parallel port is removed
Sudip Mukherjee
1
-9
/
+10
2018-12-19
char: lp: introduce list to save port number
Sudip Mukherjee
1
-0
/
+4
2018-11-27
char: lp: fix spacing style before open parenthesis
Sudip Mukherjee
1
-92
/
+92
2018-11-27
char: lp: fix whitespace with pointers
Sudip Mukherjee
1
-5
/
+5
2018-11-27
char: lp: use tabs instead of spaces
Sudip Mukherjee
1
-9
/
+9
2018-11-27
char: lp: do not use return as a function
Sudip Mukherjee
1
-3
/
+3
2018-11-27
char: lp: move trailing statement to next line
Sudip Mukherjee
1
-3
/
+6
2018-11-27
char: lp: remove trailing whitespace
Sudip Mukherjee
1
-15
/
+15
2018-01-25
char: lp: use true or false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2017-11-28
lp: support 64-bit time_t user space
Arnd Bergmann
1
-16
/
+51
2017-05-17
char: lp: fix possible integer overflow in lp_setup()
Willy Tarreau
1
-1
/
+5
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2013-12-19
char: Int overflow in lp_do_ioctl().
Yongjian Xu
1
-0
/
+2
2013-05-17
Char: lp, protect LPGETSTATUS with port_mutex
salina@us.ibm.com
1
-0
/
+3
2013-02-23
new helper: file_inode(file)
Al Viro
1
-4
/
+4
2012-03-30
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-21
compat: Handle COMPAT_USE_64BIT_TIME in the lp driver
H. Peter Anvin
1
-4
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+8
2009-12-11
lp: move compat_ioctl handling into lp.c
Arnd Bergmann
1
-26
/
+89
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-06-21
lp: cdev lock_kernel() pushdown
Jonathan Corbet
1
-12
/
+26
2008-02-06
Parallel port: convert port_mutex to the mutex API
Matthias Kaehlcke
1
-5
/
+5
2007-10-17
lp_console: cleanups
Pavel Machek
1
-9
/
+8
2007-10-13
Convert from class_device to device in drivers/char
tonyj@suse.de
1
-3
/
+2
2007-05-08
ROUND_UP macro cleanup in drivers/char/lp.c
Milind Arun Choudhary
1
-4
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-08
layered parport code uses parport->dev
David Brownell
1
-1
/
+1
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert char-drivers
Josef Sipek
1
-2
/
+2
2006-09-29
[PATCH] There is no devfs, there has never been a devfs, we have always been ...
Alan Cox
1
-2
/
+2
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-3
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
1
-1
/
+0
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-1
/
+1
2005-09-10
[PATCH] drivers/char/lp.c : Use of the time_after() macro
Marcelo Feitoza Parisi
1
-1
/
+2
[next]