summaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAgeFilesLines
* timer: Prevent overflow in apply_slackJiri Bohac2014-04-301-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-15/+42
|\
| * timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-201-6/+1
| * timer: Use variable head instead of &work_list in __run_timers()Viresh Kumar2014-03-201-1/+1
| * timer: Make sure TIMER_FLAG_MASK bits are free in allocated baseViresh Kumar2014-03-041-3/+2
| * timer: Check failure of timer_cpu_notify() before calling init_timer_stats()Viresh Kumar2014-03-041-2/+2
| * Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner2014-02-281-2/+28
| |\
| | * timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov2014-02-251-2/+2
| | * timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney2014-02-251-0/+1
| | * timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney2014-02-251-0/+2
| | * timers: Reduce __run_timers() latency for empty listPaul E. McKenney2014-02-251-0/+18
| | * timers: Track total number of timers in listPaul E. McKenney2014-02-251-0/+5
| * | timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar2014-02-141-1/+8
| |/
* / asmlinkage: Make jiffies visibleAndi Kleen2014-02-131-1/+1
|/
* timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-11-191-3/+2
* sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-251-4/+4
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-5/+5
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-06-281-3/+5
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-151-1/+1
|\
| * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-141-1/+1
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-8/+8
|\ \ | |/ |/|
| * nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-2/+2
| * nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker2013-03-211-6/+6
* | kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell2013-04-301-207/+1
* | kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell2013-04-301-2/+1
* | kernel/compat.c: make do_sysinfo() staticStephen Rothwell2013-04-301-1/+69
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-0/+1
|\
| * sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
* | printk: Wake up klogd using irq_workFrederic Weisbecker2012-11-181-1/+0
|/
* timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-091-4/+6
* Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-10-091-9/+0
|\
| * alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-9/+0
* | timer: Implement TIMER_IRQSAFETejun Heo2012-08-211-11/+24
* | timer: Clean up timer initializersTejun Heo2012-08-211-42/+14
* | timer: Generalize timer->base flags handlingTejun Heo2012-08-211-8/+13
|/
* timers: Improve get_next_timer_interrupt()Thomas Gleixner2012-06-061-5/+8
* timers: Add accounting of non deferrable timersThomas Gleixner2012-06-061-8/+23
* timers: Consolidate base->next_timer updateThomas Gleixner2012-06-061-11/+15
* timers: Create detach_if_pending() and use itThomas Gleixner2012-06-061-33/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-4/+4
|\
| * userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-031-4/+4
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-05-221-1/+3
|\ \
| * | lockdep: fix oops in processing workqueuePeter Zijlstra2012-05-151-1/+3
| |/
* / timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
|/
* Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-01-061-6/+56
|\
| * timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan2011-11-231-5/+48
| * timer: Setup uninitialized timer with a stub callbackStephen Boyd2011-11-231-1/+8
* | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1
|/
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior2011-06-031-8/+7