| Commit message (Expand) | Author | Age | Files | Lines |
* | posix-timers: Convert abuses of BUG_ON to WARN_ON | Frederic Weisbecker | 2013-12-09 | 1 | -5/+5 |
* | posix-timers: Remove remaining uses of tasklist_lock | Frederic Weisbecker | 2013-12-09 | 1 | -32/+44 |
* | posix-timers: Use sighand lock instead of tasklist_lock on timer deletion | Frederic Weisbecker | 2013-12-09 | 1 | -6/+11 |
* | posix-timers: Use sighand lock instead of tasklist_lock for task clock sample | Frederic Weisbecker | 2013-12-09 | 1 | -3/+13 |
* | posix-timers: Consolidate posix_cpu_clock_get() | Frederic Weisbecker | 2013-12-09 | 1 | -34/+30 |
* | posix-timers: Remove useless clock sample on timers cleanup | Frederic Weisbecker | 2013-12-09 | 1 | -23/+7 |
* | posix-timers: Remove dead task special case | Frederic Weisbecker | 2013-12-09 | 1 | -45/+25 |
* | posix-timers: Cleanup reaped target handling | Frederic Weisbecker | 2013-12-09 | 1 | -6/+0 |
* | posix-timers: Remove dead process posix cpu timers caching | Frederic Weisbecker | 2013-12-09 | 1 | -34/+1 |
* | posix-timers: Remove dead thread posix cpu timers caching | Frederic Weisbecker | 2013-12-09 | 1 | -18/+16 |
* | posix-timers: Fix full dynticks CPUs kick on timer rescheduling | Frederic Weisbecker | 2013-12-02 | 1 | -11/+7 |
* | posix-timers: Spare workqueue if there is no full dynticks CPU to kick | Frederic Weisbecker | 2013-12-02 | 1 | -1/+2 |
* | posix_timers: fix racy timer delta caching on task exit | Frederic Weisbecker | 2013-07-03 | 1 | -11/+11 |
* | posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule() | Frederic Weisbecker | 2013-07-03 | 1 | -0/+1 |
* | posix_cpu_timers: consolidate expired timers check | Frederic Weisbecker | 2013-07-03 | 1 | -85/+33 |
* | posix_cpu_timers: consolidate timer list cleanups | Frederic Weisbecker | 2013-07-03 | 1 | -29/+19 |
* | posix_cpu_timer: consolidate expiry time type | Frederic Weisbecker | 2013-07-03 | 1 | -160/+106 |
* | posix_timers: Fix pre-condition to stop the tick on full dynticks | Frederic Weisbecker | 2013-04-22 | 1 | -3/+3 |
* | posix_timers: New API to prevent from stopping the tick when timers are running | Frederic Weisbecker | 2013-04-19 | 1 | -15/+26 |
* | posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed | Frederic Weisbecker | 2013-04-19 | 1 | -1/+34 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-19 | 1 | -2/+21 |
|\ |
|
| * | posix-cpu-timers: Fix nanosleep task_struct leak | Stanislaw Gruszka | 2013-02-15 | 1 | -2/+21 |
* | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -6/+22 |
|/ |
|
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-12-19 | 1 | -0/+3 |
|\ |
|
| * | random: Mix cputime from each thread that exits to the pool | Nick Kossifidis | 2012-12-16 | 1 | -0/+3 |
* | | cputime: Move thread_group_cputime() to sched code | Frederic Weisbecker | 2012-11-28 | 1 | -24/+0 |
|/ |
|
* | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 2011-12-15 | 1 | -80/+52 |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 1 | -7/+7 |
|\ |
|
| * | locking, sched: Annotate thread_group_cputimer as raw | Thomas Gleixner | 2011-09-13 | 1 | -6/+6 |
* | | cputimer: Cure lock inversion | Peter Zijlstra | 2011-10-18 | 1 | -3/+4 |
* | | posix-cpu-timers: Cure SMP wobbles | Peter Zijlstra | 2011-09-30 | 1 | -2/+3 |
|/ |
|
* | hrtimers: Avoid touching inactive timer bases | Thomas Gleixner | 2011-05-23 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | posix-timers: Cleanup namespace | Thomas Gleixner | 2011-02-02 | 1 | -2/+2 |
* | posix-timers: Make posix-cpu-timers functions static | Thomas Gleixner | 2011-02-02 | 1 | -12/+15 |
* | posix-timers: Convert clock_settime to clockid_to_kclock() | Thomas Gleixner | 2011-02-02 | 1 | -2/+0 |
* | posix-cpu-timers: Remove the stub nanosleep functions | Thomas Gleixner | 2011-02-02 | 1 | -11/+0 |
* | posix-timers: Cleanup restart_block usage | Thomas Gleixner | 2011-02-02 | 1 | -23/+15 |
* | posix-timers: Introduce clock_posix_cpu | Thomas Gleixner | 2011-02-02 | 1 | -0/+12 |
* | posix-timers: Cleanup struct initializers | Thomas Gleixner | 2011-02-02 | 1 | -12/+12 |
* | posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call | Sergey Senozhatsky | 2010-11-10 | 1 | -6/+6 |
* | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 1 | -4/+4 |
|\ |
|
| * | rlimits: add task_struct to update_rlimit_cpu | Jiri Slaby | 2010-07-16 | 1 | -4/+4 |
* | | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check() | Oleg Nesterov | 2010-06-18 | 1 | -1/+4 |
* | | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand() | Oleg Nesterov | 2010-06-18 | 1 | -6/+4 |
* | | sched: thread_group_cputime: Simplify, document the "alive" check | Oleg Nesterov | 2010-06-18 | 1 | -14/+7 |
|/ |
|
* | posix-cpu-timers: avoid "task->signal != NULL" checks | Oleg Nesterov | 2010-05-27 | 1 | -6/+6 |
* | posix-cpu-timers: Optimize run_posix_cpu_timers() | Stanislaw Gruszka | 2010-05-10 | 1 | -51/+29 |
* | Merge branch 'linus' into timers/core | Thomas Gleixner | 2010-05-10 | 1 | -3/+7 |
|\ |
|
| * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-03-26 | 1 | -3/+7 |
| |\ |
|