summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/timerdev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-051-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* mISDN: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro2013-04-291-2/+1
* mISDN: fix mISDN_read()/mISDN_read() raceAl Viro2013-04-291-9/+14
* mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro2013-04-291-9/+5
* mISDN: fix races between misdn_del_timer() and timer callbackAl Viro2013-04-291-13/+9
* mISDN: fix the races with timers going off just as they are deletedAl Viro2013-04-291-2/+12
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-6/+6
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-121-3/+4
* mISDN: remove unnecessary test on f_posJan Blunck2010-05-271-2/+0
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mISDN: Cleanup debug messagesKarsten Keil2009-05-251-1/+1
* MISDN: list usage cleanupEric Sesterhenn2009-02-261-2/+1
* mISDN: timerdev: use __user for mISDN_read's buffer argumentHannes Eder2008-12-121-2/+2
* mISDN: make global symbols static or include header filesHannes Eder2008-12-121-0/+1
* mISDN: consistently define 'debug' as '*u_int'Hannes Eder2008-12-121-2/+2
* misdn: use nonseekable_open()Andrew Morton2008-10-131-1/+1
* mISDN: misc timerdev fixesAndi Kleen2008-09-221-16/+6
* Add mISDN core filesKarsten Keil2008-07-271-0/+301