aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/dtlk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-05-06dtlk: remove double call to nonseekable_openKirill Smelkov1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-3/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-7/+8
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-06-19dtlk: off by one in {read,write}_tts()Roel Kluin1-3/+3
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-2/+3
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+2
2007-05-08dtlk: fix error checks in module_init()Akinobu Mita1-4/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-5/+3
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-2/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-3/+0
2006-04-11[PATCH] Remove extraneous \n in doubletalk init printk.Dave Jones1-1/+1
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+659