| Commit message (Expand) | Author | Age | Files | Lines |
* | [tree-wide] finally take no_llseek out | Al Viro | 2024-09-27 | 1 | -1/+0 |
* | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert | 2024-07-03 | 1 | -1/+0 |
* | ppdev: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 2024-06-04 | 1 | -0/+1 |
* | ppdev: Add an error check in register_device | Huai-Yuan Liu | 2024-05-04 | 1 | -4/+11 |
* | ppdev: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 2024-01-04 | 1 | -3/+3 |
* | ppdev: make ppdev_class a static const structure | Ivan Orlov | 2023-06-23 | 1 | -9/+10 |
* | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | ppdev: Distribute switch variables for initialization | Kees Cook | 2020-02-23 | 1 | -12/+8 |
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -11/+1 |
|\ |
|
| * | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -11/+1 |
* | | ppdev: fix PPGETTIME/PPSETTIME ioctls | Arnd Bergmann | 2019-11-13 | 1 | -4/+12 |
|/ |
|
* | char: ppdev: Fix a possible null-pointer dereference in pp_release() | Jia-Ju Bai | 2019-07-25 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
* | ppdev: remove unused ROUND_UP macro | Guoqing Jiang | 2017-07-17 | 1 | -3/+0 |
* | ppdev: fix registering same device name | Sudip Mukherjee | 2017-03-16 | 1 | -2/+9 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | ppdev: don't print a free'd string | Colin Ian King | 2017-01-11 | 1 | -5/+8 |
* | ppdev: check before attaching port | Sudip Mukherjee | 2016-11-29 | 1 | -2/+21 |
* | ppdev: use pr_* macros | Sudip Mukherjee | 2016-11-29 | 1 | -6/+5 |
* | ppdev: fix memory leak | Sudip Mukherjee | 2016-11-29 | 1 | -1/+1 |
* | ppdev: fix double-free of pp->pdev->name | Jann Horn | 2016-11-10 | 1 | -3/+0 |
* | ppdev: use new parport device model | Sudip Mukherjee | 2016-08-31 | 1 | -5/+20 |
* | Revert "ppdev: use new parport device model" | Linus Torvalds | 2016-03-25 | 1 | -20/+5 |
* | ppdev: use dev_* macros | Sudip Mukherjee | 2016-02-15 | 1 | -7/+7 |
* | ppdev: use new parport device model | Sudip Mukherjee | 2016-02-15 | 1 | -5/+20 |
* | ppdev: remove space before tab | Sudip Mukherjee | 2016-02-15 | 1 | -1/+1 |
* | ppdev: fix parenthesis alignment | Sudip Mukherjee | 2016-02-15 | 1 | -13/+13 |
* | ppdev: remove braces | Sudip Mukherjee | 2016-02-15 | 1 | -35/+22 |
* | ppdev: add missing blank line | Sudip Mukherjee | 2016-02-15 | 1 | -0/+6 |
* | ppdev: remove whitespace around pointers | Sudip Mukherjee | 2016-02-15 | 1 | -12/+12 |
* | ppdev: space prohibited between function name and parenthesis | Sudip Mukherjee | 2016-02-15 | 1 | -96/+96 |
* | ppdev: add support for compat ioctl | Bamvor Jian Zhang | 2016-02-09 | 1 | -0/+12 |
* | ppdev: convert to y2038 safe | Bamvor Jian Zhang | 2016-02-09 | 1 | -20/+55 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -3/+3 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2012-10-28 | 1 | -1/+2 |
|\ |
|
| * | ppdev: ppdev_init: do not return zero in case of failure | Alexey Khoroshilov | 2012-09-05 | 1 | -1/+2 |
* | | parport: dead code in pp_write | Alan Cox | 2012-10-15 | 1 | -5/+1 |
|/ |
|
* | drivers/char/ppdev.c: put gotten port value | Julia Lawall | 2011-05-27 | 1 | -0/+1 |
* | drivers/char/ppdev.c: fix information leak to userland | Vasiliy Kulikov | 2010-10-28 | 1 | -0/+1 |
* | drivers: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 | 1 | -4/+4 |
* | drivers/char/ppdev.c: use kasprintf | Julia Lawall | 2010-05-27 | 1 | -3/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | ppdev: reduce kernel log spam | Michael Buesch | 2009-06-18 | 1 | -18/+11 |
* | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+2 |
* | ppdev: wrap ioctl handler in driver and push lock down | Alan Cox | 2008-07-25 | 1 | -5/+13 |
* | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 | 1 | -2/+3 |
* | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 2008-06-20 | 1 | -1/+2 |
* | Add "no BKL needed" comments to several drivers | Jonathan Corbet | 2008-06-20 | 1 | -0/+1 |