aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-5/+5
2013-06-28timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell1-207/+1
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell1-2/+1
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell1-1/+69
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-2/+2
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker1-6/+6
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker1-1/+0
2012-10-09timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian1-4/+6
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-9/+0
2012-08-21timer: Implement TIMER_IRQSAFETejun Heo1-11/+24
2012-08-21timer: Clean up timer initializersTejun Heo1-42/+14
2012-08-21timer: Generalize timer->base flags handlingTejun Heo1-8/+13
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-9/+0
2012-06-06timers: Improve get_next_timer_interrupt()Thomas Gleixner1-5/+8
2012-06-06timers: Add accounting of non deferrable timersThomas Gleixner1-8/+23
2012-06-06timers: Consolidate base->next_timer updateThomas Gleixner1-11/+15
2012-06-06timers: Create detach_if_pending() and use itThomas Gleixner1-33/+23
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+3
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra1-1/+3
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and kgidEric W. Biederman1-4/+4
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney1-1/+7
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+56
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines1-1/+1
2011-11-23timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan1-5/+48
2011-11-23timer: Setup uninitialized timer with a stub callbackStephen Boyd1-1/+8
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior1-8/+7
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+0
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+23
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka1-0/+6
2011-02-16lockdep/timers: Explain in detail the locking problems del_timer_sync() may causeSteven Rostedt1-0/+23
2011-02-08Revert "lockdep, timer: Fix del_timer_sync() annotation"Peter Zijlstra1-5/+3
2011-02-04lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra1-1/+5
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn1-13/+0
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-36/+14
2010-12-12timers: Use this_cpu_readChristoph Lameter1-2/+2
2010-12-08nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra1-1/+1
2010-10-22timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang1-1/+5
2010-10-22timer: Del_timer_sync() can be used in softirq contextYong Zhang1-5/+3
2010-10-22timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang1-14/+3
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody1-14/+1
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-2/+5