- 26cff4e timers: Fix endless looping between cascade() and internal_add_timer() by Hildner, Christian · 12 years ago
- db8c246 Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
- c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
- fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
- e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
- be53db6 alpha: take a bunch of syscalls into osf_sys.c by Al Viro · 12 years ago
- e40468a timers: Improve get_next_timer_interrupt() by Thomas Gleixner · 13 years ago
- 99d5f3a timers: Add accounting of non deferrable timers by Thomas Gleixner · 13 years ago
- facbb4a timers: Consolidate base->next_timer update by Thomas Gleixner · 13 years ago
- ec44bc7 timers: Create detach_if_pending() and use it by Thomas Gleixner · 13 years ago
- 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
- c54894c Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
- 4d82a1d lockdep: fix oops in processing workqueue by Peter Zijlstra · 13 years ago
- a29c33f userns: Convert setting and getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 13 years ago
- 048a0e8 timer: Fix mod_timer_pinned() header comment by Paul E. McKenney · 13 years ago
- 8c717b7 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 13 years ago
- dc4218b timer: Use debugobjects to catch deletion of uninitialized timers by Christine Chan · 13 years ago
- fb16b8c timer: Setup uninitialized timer with a stub callback by Stephen Boyd · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 1c3cc11 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 14 years ago
- 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 14 years ago
- 48228f7 lockdep/timers: Explain in detail the locking problems del_timer_sync() may cause by Steven Rostedt · 14 years ago
- 7ff2079 Revert "lockdep, timer: Fix del_timer_sync() annotation" by Peter Zijlstra · 14 years ago
- f266a51 lockdep, timer: Fix del_timer_sync() annotation by Peter Zijlstra · 14 years ago
- 871cf1e time: Move do_timer() to kernel/time/timekeeping.c by Torben Hohn · 14 years ago
- dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 7496351 timers: Use this_cpu_read by Christoph Lameter · 14 years ago
- dbd87b5 nohz: Fix get_next_timer_interrupt() vs cpu hotplug by Heiko Carstens · 14 years ago
- 0f004f5 sched: Cure more NO_HZ load average woes by Peter Zijlstra · 14 years ago
- 466bd30 timer: Warn when del_timer_sync() is called in hardirq context by Yong Zhang · 14 years ago
- 1118e2c timer: Del_timer_sync() can be used in softirq context by Yong Zhang · 14 years ago
- 6f1bc45 timer: Make try_to_del_timer_sync() the same on SMP and UP by Yong Zhang · 14 years ago
- dd6414b timer: Permit statically-declared work with deferrable timers by Phil Carmody · 14 years ago
- e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
- 0caa621 kernel/timer.c: fix kernel-doc function parameter warning by Randy Dunlap · 14 years ago
- af39008 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- c4efd6b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
- 5e7f5a1 timer: Added usleep_range timer by Patrick Pannuto · 14 years ago
- e1b004c Revert "timer: Added usleep[_range] timer" by Thomas Gleixner · 14 years ago
- 8cadd283 timer: add on-stack deferrable timer interfaces by Jesse Barnes · 15 years ago
- 22b8f15 timer: Added usleep[_range] timer by Patrick Pannuto · 14 years ago
- 866e261 timers: Document meaning of deferrable timer by J. Bruce Fields · 14 years ago
- 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 15 years ago
- 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 15 years ago
- 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
- 2abfb9e timers: Move local variable into else section by Thomas Gleixner · 15 years ago
- 8e63d77 timers: Fix slack calculation really by Thomas Gleixner · 15 years ago
- f00e047 timers: Fix slack calculation for expired timers by Jeff Chua · 15 years ago
- 332fbdb lockup_detector: Touch_softlockup cleanups and softlockup_tick removal by Don Zickus · 15 years ago
- dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
- 3bbb9ec timers: Introduce the concept of timer slack for legacy timers by Arjan van de Ven · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 802702e timer: Try to survive timer callback preempt_count leak by Thomas Gleixner · 15 years ago
- 576da12 timer: Split out timer function call by Thomas Gleixner · 15 years ago
- 06f71b9 timer: Print function name for timer callbacks modifying preemption count by Uwe Kleine-König · 15 years ago
- 829b6c1 timer stats: Fix del_timer_sync() and try_to_del_timer_sync() by Andrew Morton · 15 years ago
- fe43220 perf: Fix perf_event_do_pending() fallback callsite by Peter Zijlstra · 15 years ago
- cf1e367 timers: Remove duplicate setting of new_base in __mod_timer() by Simon Horman · 15 years ago
- 31bbb9b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
- a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 2b022e3 timers: Add tracepoints for timer_list timers by Xiao Guangrong · 15 years ago
- 90cba64 timer.c: Fix S/390 comments by Randy Dunlap · 15 years ago
- a157229 rcu: Simplify rcu_pending()/rcu_check_callbacks() API by Paul E. McKenney · 15 years ago
- 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
- 97fd9ed timers: Cache __next_timer_interrupt result by Martin Schwidefsky · 15 years ago
- 4841158 timer: Avoid reading uninitialized data by Pavel Roskin · 15 years ago
- 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 16 years ago
- 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 16 years ago
- 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
- a9862e0 Export add_timer_on for modules by Andi Kleen · 16 years ago
- 2d02494 sched, timers: cleanup avenrun users by Thomas Gleixner · 16 years ago
- dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 16 years ago
- eea08f3 timers: Logic to move non pinned timers by Arun R Bharadwaj · 16 years ago
- 597d027 timers: Framework for identifying pinned timers by Arun R Bharadwaj · 16 years ago
- a041988 timers: allow deferrable timers for intervals tv2-tv5 to be deferred by Jon Hunter · 16 years ago
- e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
- 422a253 Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 925d519 perf_counter: unify and fix delayed counter wakeup by Peter Zijlstra · 16 years ago
- 633fe79 timers: add missing kernel-doc by Randy Dunlap · 16 years ago
- c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 7401922 timers: add mod_timer_pending() by Ingo Molnar · 16 years ago
- 6f2b9b9 timer: implement lockdep deadlock detection by Johannes Berg · 16 years ago
- 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 16 years ago
- dbf040d [CVE-2009-0029] System call wrappers part 02 by Heiko Carstens · 16 years ago
- 58fd3aa [CVE-2009-0029] System call wrappers part 01 by Heiko Carstens · 16 years ago
- 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 16 years ago
- 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
- 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 16 years ago
- 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
- 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
- 9c133c4 Add round_jiffies_up and related routines by Alan Stern · 16 years ago
- c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago