aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/timerdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-10-18mISDN: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro1-2/+12
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-6/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-05-27mISDN: remove unnecessary test on f_posJan Blunck1-2/+0
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-1/+1
2009-02-26MISDN: list usage cleanupEric Sesterhenn1-2/+1
2008-12-12mISDN: timerdev: use __user for mISDN_read's buffer argumentHannes Eder1-2/+2
2008-12-12mISDN: make global symbols static or include header filesHannes Eder1-0/+1
2008-12-12mISDN: consistently define 'debug' as '*u_int'Hannes Eder1-2/+2
2008-10-13misdn: use nonseekable_open()Andrew Morton1-1/+1
2008-09-22mISDN: misc timerdev fixesAndi Kleen1-16/+6
2008-07-27Add mISDN core filesKarsten Keil1-0/+301