summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)Author
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-03-20timer: Use variable head instead of &work_list in __run_timers()Viresh Kumar
2014-03-04timer: Make sure TIMER_FLAG_MASK bits are free in allocated baseViresh Kumar
2014-03-04timer: Check failure of timer_cpu_notify() before calling init_timer_stats()Viresh Kumar
2014-02-28Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner
2014-02-25timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov
2014-02-25timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2014-02-25timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2014-02-25timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2014-02-25timers: Track total number of timers in listPaul E. McKenney
2014-02-14timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar
2014-02-13asmlinkage: Make jiffies visibleAndi Kleen
2013-11-19timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-06-28timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker
2012-10-09timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-08-21timer: Implement TIMER_IRQSAFETejun Heo
2012-08-21timer: Clean up timer initializersTejun Heo
2012-08-21timer: Generalize timer->base flags handlingTejun Heo
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro
2012-06-06timers: Improve get_next_timer_interrupt()Thomas Gleixner
2012-06-06timers: Add accounting of non deferrable timersThomas Gleixner
2012-06-06timers: Consolidate base->next_timer updateThomas Gleixner
2012-06-06timers: Create detach_if_pending() and use itThomas Gleixner
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman
2012-04-26timer: Fix mod_timer_pinned() header commentPaul E. McKenney
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines
2011-11-23timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan
2011-11-23timer: Setup uninitialized timer with a stub callbackStephen Boyd
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds