summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)Author
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar
2010-08-04timer: Added usleep_range timerPatrick Pannuto
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes
2010-07-23timer: Added usleep[_range] timerPatrick Pannuto
2010-07-23timers: Document meaning of deferrable timerJ. Bruce Fields
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-06-04kernel/: fix BUG_ON checks for cpu notifier callbacks direct callAkinobu Mita
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-26timers: Move local variable into else sectionThomas Gleixner
2010-05-25timers: Fix slack calculation reallyThomas Gleixner
2010-05-24timers: Fix slack calculation for expired timersJeff Chua
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-04-06timers: Introduce the concept of timer slack for legacy timersArjan van de Ven
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12timer: Try to survive timer callback preempt_count leakThomas Gleixner
2010-03-12timer: Split out timer function callThomas Gleixner
2010-03-12timer: Print function name for timer callbacks modifying preemption countUwe Kleine-König
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-08-29timers: Add tracepoints for timer_list timersXiao Guangrong
2009-08-26timer.c: Fix S/390 commentsRandy Dunlap
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner
2009-08-04timers: Cache __next_timer_interrupt resultMartin Schwidefsky
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-05-28Export add_timer_on for modulesAndi Kleen
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj
2009-05-02timers: allow deferrable timers for intervals tv2-tv5 to be deferredJon Hunter
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-09Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe...Linus Torvalds
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra
2009-04-02timers: add missing kernel-docRandy Dunlap