| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/timer.c: fix kernel-doc function parameter warning | Randy Dunlap | 2010-08-10 | 1 | -0/+1 |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 1 | -2/+29 |
|\ |
|
| * | timer: Added usleep_range timer | Patrick Pannuto | 2010-08-04 | 1 | -0/+22 |
| * | Revert "timer: Added usleep[_range] timer" | Thomas Gleixner | 2010-08-04 | 1 | -22/+0 |
| * | timer: Added usleep[_range] timer | Patrick Pannuto | 2010-07-23 | 1 | -0/+22 |
| * | timers: Document meaning of deferrable timer | J. Bruce Fields | 2010-07-23 | 1 | -2/+7 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-06 | 1 | -6/+2 |
|\ \ |
|
| * | | sched: Change nohz idle load balancing logic to push model | Venkatesh Pallipadi | 2010-06-09 | 1 | -6/+2 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -1/+0 |
|\ \ |
|
| * \ | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | 1 | -1/+0 |
| |\ \
| | |/
| |/| |
|
| | * | lockup_detector: Touch_softlockup cleanups and softlockup_tick removal | Don Zickus | 2010-05-12 | 1 | -1/+0 |
* | | | timer: add on-stack deferrable timer interfaces | Jesse Barnes | 2010-08-03 | 1 | -0/+13 |
|/ / |
|
* | | kernel/: fix BUG_ON checks for cpu notifier callbacks direct call | Akinobu Mita | 2010-06-04 | 1 | -1/+1 |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-05-28 | 1 | -3/+7 |
|\ \ |
|
| * | | timers: Move local variable into else section | Thomas Gleixner | 2010-05-26 | 1 | -2/+3 |
| * | | timers: Fix slack calculation really | Thomas Gleixner | 2010-05-25 | 1 | -5/+8 |
* | | | kernel/: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-05-27 | 1 | -2/+5 |
|/ / |
|
* | | timers: Fix slack calculation for expired timers | Jeff Chua | 2010-05-24 | 1 | -3/+4 |
* | | Merge branch 'linus' into timers/core | Thomas Gleixner | 2010-05-10 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| * | timer stats: Fix del_timer_sync() and try_to_del_timer_sync() | Andrew Morton | 2010-03-12 | 1 | -0/+1 |
* | | timers: Introduce the concept of timer slack for legacy timers | Arjan van de Ven | 2010-04-06 | 1 | -0/+56 |
* | | timer: Try to survive timer callback preempt_count leak | Thomas Gleixner | 2010-03-12 | 1 | -3/+9 |
* | | timer: Split out timer function call | Thomas Gleixner | 2010-03-12 | 1 | -36/+36 |
* | | timer: Print function name for timer callbacks modifying preemption count | Uwe Kleine-König | 2010-03-12 | 1 | -5/+2 |
|/ |
|
* | perf: Fix perf_event_do_pending() fallback callsite | Peter Zijlstra | 2010-01-21 | 1 | -2/+1 |
* | timers: Remove duplicate setting of new_base in __mod_timer() | Simon Horman | 2009-12-17 | 1 | -2/+0 |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-23 | 1 | -4/+28 |
|\ |
|
| * | timers: Add tracepoints for timer_list timers | Xiao Guangrong | 2009-08-29 | 1 | -4/+28 |
* | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -2/+2 |
* | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-18 | 1 | -3/+25 |
|\ \
| |/ |
|
| * | timer.c: Fix S/390 comments | Randy Dunlap | 2009-08-26 | 1 | -2/+2 |
| * | Merge branch 'linus' into timers/core | Thomas Gleixner | 2009-08-14 | 1 | -1/+1 |
| |\ |
|
| * | | timers: Cache __next_timer_interrupt result | Martin Schwidefsky | 2009-08-04 | 1 | -1/+23 |
* | | | rcu: Simplify rcu_pending()/rcu_check_callbacks() API | Paul E. McKenney | 2009-08-23 | 1 | -2/+1 |
| |/
|/| |
|
* | | timer: Avoid reading uninitialized data | Pavel Roskin | 2009-07-18 | 1 | -1/+1 |
|/ |
|
* | timer stats: Optimize by adding quick check to avoid function calls | Heiko Carstens | 2009-06-24 | 1 | -0/+2 |
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2009-06-15 | 1 | -7/+44 |
|\ |
|
| * | timers: Logic to move non pinned timers | Arun R Bharadwaj | 2009-05-13 | 1 | -3/+14 |
| * | timers: Framework for identifying pinned timers | Arun R Bharadwaj | 2009-05-13 | 1 | -4/+27 |
| * | timers: allow deferrable timers for intervals tv2-tv5 to be deferred | Jon Hunter | 2009-05-02 | 1 | -0/+3 |
* | | Merge branch 'linus' into x86/mce3 | Ingo Molnar | 2009-06-11 | 1 | -78/+11 |
|\ \ |
|
| * \ | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 | 1 | -78/+8 |
| |\ \ |
|
| | * | | sched, timers: cleanup avenrun users | Thomas Gleixner | 2009-05-15 | 1 | -26/+6 |
| | * | | sched, timers: move calc_load() to scheduler | Thomas Gleixner | 2009-05-15 | 1 | -52/+2 |
| | |/ |
|
| * | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-04-29 | 1 | -2/+5 |
| |\ \
| | |/ |
|
| * | | perf_counter: unify and fix delayed counter wakeup | Peter Zijlstra | 2009-04-06 | 1 | -0/+3 |
* | | | Export add_timer_on for modules | Andi Kleen | 2009-05-28 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixe... | Linus Torvalds | 2009-04-09 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | timers: add missing kernel-doc | Randy Dunlap | 2009-04-02 | 1 | -2/+5 |