aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes1-0/+13
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita1-1/+1
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+7
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+5
2010-05-26timers: Move local variable into else sectionThomas Gleixner1-2/+3
2010-05-25timers: Fix slack calculation reallyThomas Gleixner1-5/+8
2010-05-24timers: Fix slack calculation for expired timersJeff Chua1-3/+4
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner1-0/+2
2010-04-06timers: Introduce the concept of timer slack for legacy timersArjan van de Ven1-0/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12timer: Try to survive timer callback preempt_count leakThomas Gleixner1-3/+9
2010-03-12timer: Split out timer function callThomas Gleixner1-36/+36
2010-03-12timer: Print function name for timer callbacks modifying preemption countUwe Kleine-König1-5/+2
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton1-0/+1
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra1-2/+1
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman1-2/+0
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+28
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-2/+2
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+25
2009-08-29timers: Add tracepoints for timer_list timersXiao Guangrong1-4/+28
2009-08-26timer.c: Fix S/390 commentsRandy Dunlap1-2/+2
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney1-2/+1
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner1-1/+1
2009-08-04timers: Cache __next_timer_interrupt resultMartin Schwidefsky1-1/+23
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens1-0/+2
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+44
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-78/+11
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-78/+8
2009-05-28Export add_timer_on for modulesAndi Kleen1-0/+1
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner1-26/+6
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner1-52/+2
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj1-3/+14
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj1-4/+27
2009-05-02timers: allow deferrable timers for intervals tv2-tv5 to be deferredJon Hunter1-0/+3
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-2/+5
2009-04-09Merge 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-tipLinus Torvalds1-2/+5
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra1-0/+3
2009-04-02timers: add missing kernel-docRandy Dunlap1-2/+5
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+57
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-37/+73
2009-02-14timer: implement lockdep deadlock detectionJohannes Berg1-11/+57
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 02Heiko Carstens1-5/+5
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-13/+0
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-7/+5
2008-11-14Merge branch 'master' into nextJames Morris1-30/+99
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+4