aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
Commit message (Expand)AuthorAge
* timer: add on-stack deferrable timer interfacesJesse Barnes2010-08-03
* kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita2010-06-04
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-28
|\
| * timers: Move local variable into else sectionThomas Gleixner2010-05-26
| * timers: Fix slack calculation reallyThomas Gleixner2010-05-25
* | kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-27
|/
* timers: Fix slack calculation for expired timersJeff Chua2010-05-24
* Merge branch 'linus' into timers/coreThomas Gleixner2010-05-10
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
| * timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton2010-03-12
* | timers: Introduce the concept of timer slack for legacy timersArjan van de Ven2010-04-06
* | timer: Try to survive timer callback preempt_count leakThomas Gleixner2010-03-12
* | timer: Split out timer function callThomas Gleixner2010-03-12
* | timer: Print function name for timer callbacks modifying preemption countUwe Kleine-König2010-03-12
|/
* perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra2010-01-21
* timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman2009-12-16
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-23
|\
| * timers: Add tracepoints for timer_list timersXiao Guangrong2009-08-29
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-18
|\|
| * timer.c: Fix S/390 commentsRandy Dunlap2009-08-26
| * Merge branch 'linus' into timers/coreThomas Gleixner2009-08-14
| |\
| * | timers: Cache __next_timer_interrupt resultMartin Schwidefsky2009-08-04
* | | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-23
| |/ |/|
* | timer: Avoid reading uninitialized dataPavel Roskin2009-07-18
|/
* timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-24
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-15
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-13
| * timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-13
| * timers: allow deferrable timers for intervals tv2-tv5 to be deferredJon Hunter2009-05-02
* | Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-11
|\ \
| * \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-11
| |\ \
| | * | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-15
| | * | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-15
| | |/
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-29
| |\|
| * | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-06
* | | Export add_timer_on for modulesAndi Kleen2009-05-28
| |/ |/|
* | Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds2009-04-09
|\ \ | |/ |/|
| * timers: add missing kernel-docRandy Dunlap2009-04-01
* | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-30
|\ \ | |/ |/|
| * timer: implement lockdep deadlock detectionJohannes Berg2009-02-14
* | timers: add mod_timer_pending()Ingo Molnar2009-02-18
|/
* [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-14
* [CVE-2009-0029] System call wrappers part 02Heiko Carstens2009-01-14
* [CVE-2009-0029] System call wrappers part 01Heiko Carstens2009-01-14
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-14
* [PATCH] idle cputime accountingMartin Schwidefsky2008-12-31
* [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-31
* Merge branch 'master' into nextJames Morris2008-11-13
|\
| * Add round_jiffies_up and related routinesAlan Stern2008-11-06