summaryrefslogtreecommitdiffstats
path: root/drivers/char/dtlk.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* dtlk: remove double call to nonseekable_openKirill Smelkov2019-05-061-1/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-3/+3
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-4/+4
|/
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-7/+8
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* dtlk: off by one in {read,write}_tts()Roel Kluin2009-06-191-3/+3
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-2/+3
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+2
* dtlk: fix error checks in module_init()Akinobu Mita2007-05-081-4/+10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-5/+3
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-2/+2
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* [PATCH] Remove extraneous \n in doubletalk init printk.Dave Jones2006-04-111-1/+1
* [PATCH] misc verify_area cleanupsJesper Juhl2005-05-011-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+659