aboutsummaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)Author
2015-07-22irq_work: Split raised and lazy listslinux-lng-preempt-rt-3.14.43-2015.07linux-linaro-lng-v3.14-rtFrederic Weisbecker
2015-07-21Merge tag 'lsk-v3.14-15.06-rt' of http://git.linaro.org/kernel/linux-linaro-s...Gary S. Robertson
2015-06-01kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior
2015-06-01Revert "timers: do not raise softirq unconditionally"Steven Rostedt (Red Hat)
2015-06-01timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2015-06-01timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2015-06-01timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2015-06-01timers: Track total number of timers in listPaul E. McKenney
2015-06-01irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2015-06-01x86-no-perf-irq-work-rt.patchThomas Gleixner
2015-06-01timer: do not spin_trylock() on UPSebastian Andrzej Siewior
2015-06-01rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2015-06-01timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2015-06-01timer: Raise softirq if there's irq_workSteven Rostedt
2015-06-01timers: do not raise softirq unconditionallyThomas Gleixner
2015-06-01timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2015-06-01timers: Avoid the switch timers base set to NULL trick on RTThomas Gleixner
2015-06-01timer: delay waking softirqs from the jiffy tickPeter Zijlstra
2015-06-01timers: preempt-rt supportIngo Molnar
2015-06-01timers: prepare for full preemption improveZhao Hongjiang
2015-06-01timers: prepare for full preemptionIngo Molnar
2015-05-26Merge tag 'lsk-v3.14-15.04-rt' of http://git-geo.linaro.org/kernel/linux-lina...Gary S. Robertson
2015-03-23Revert "timers: do not raise softirq unconditionally"Steven Rostedt (Red Hat)
2015-03-23timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2015-03-23timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2015-03-23timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2015-03-23timers: Track total number of timers in listPaul E. McKenney
2015-01-19timer: create timer_quiesce_cpu() to isolate CPU from timersViresh Kumar
2015-01-19timer: track pinned timers with TIMER_PINNED flagViresh Kumar
2015-01-19timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar
2014-07-08Merge tag 'v3.14.10' into v3.14-rtAnders Roxell
2014-06-30timer: do not spin_trylock() on UPSebastian Andrzej Siewior
2014-06-30irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2014-06-30x86-no-perf-irq-work-rt.patchThomas Gleixner
2014-06-30rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-06-30timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2014-06-30timer: Raise softirq if there's irq_workSteven Rostedt
2014-06-30timers: do not raise softirq unconditionallyThomas Gleixner
2014-06-30timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2014-06-30timers: Avoid the switch timers base set to NULL trick on RTThomas Gleixner
2014-06-30timer: delay waking softirqs from the jiffy tickPeter Zijlstra
2014-06-30timers: preempt-rt supportIngo Molnar
2014-06-30timers: prepare for full preemption improveZhao Hongjiang
2014-06-30timers: prepare for full preemptionIngo Molnar
2014-06-07timer: Prevent overflow in apply_slackJiri Bohac
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