| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-01-20 | 8 | -254/+190 |
|\ |
|
| * | Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l... | Ingo Molnar | 2014-01-12 | 4 | -27/+29 |
| |\ |
|
| | * | timekeeping: Remove comment that's mostly out of date | John Stultz | 2013-12-23 | 1 | -10/+0 |
| | * | timekeeper: fix comment typo for tk_setup_internals() | Yijing Wang | 2013-12-23 | 1 | -1/+2 |
| | * | timekeeping: Fix missing timekeeping_update in suspend path | John Stultz | 2013-12-23 | 1 | -0/+2 |
| | * | timekeeping: Fix CLOCK_TAI timer/nanosleep delays | John Stultz | 2013-12-23 | 1 | -2/+2 |
| | * | tick/timekeeping: Call update_wall_time outside the jiffies lock | John Stultz | 2013-12-23 | 4 | -15/+7 |
| | * | timekeeping: Avoid possible deadlock from clock_was_set_delayed | John Stultz | 2013-12-23 | 1 | -2/+16 |
| | * | timekeeping: Fix potential lost pv notification of time change | John Stultz | 2013-12-23 | 1 | -9/+11 |
| | * | timekeeping: Fix lost updates to tai adjustment | John Stultz | 2013-12-23 | 1 | -1/+2 |
| * | | Merge branch 'linus' into timers/core | Ingo Molnar | 2014-01-12 | 26 | -170/+226 |
| |\ \
| | |/
| |/| |
|
| * | | 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 |
| * | | Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2013-12-04 | 6 | -47/+35 |
| |\ \ |
|
| | * | | 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 |
| | * | | context_tracking: Wrap static key check into more intuitive function name | Frederic Weisbecker | 2013-12-02 | 1 | -4/+4 |
| | * | | nohz: Convert a few places to use local per cpu accesses | Frederic Weisbecker | 2013-12-02 | 4 | -31/+22 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-01-20 | 24 | -323/+3087 |
|\ \ \ \ |
|
| * | | | | sched: Fix __sched_setscheduler() nice test | Peter Zijlstra | 2014-01-16 | 1 | -1/+2 |
| * | | | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flags | Peter Zijlstra | 2014-01-16 | 1 | -14/+28 |
| * | | | | sched: Fix up attr::sched_priority warning | Peter Zijlstra | 2014-01-16 | 1 | -2/+1 |
| * | | | | sched: Fix up scheduler syscall LTP fails | Peter Zijlstra | 2014-01-16 | 1 | -3/+11 |
| * | | | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()... | Peter Zijlstra | 2014-01-16 | 1 | -2/+4 |
| * | | | | sched/core: Fix htmldocs warnings | Juri Lelli | 2014-01-16 | 1 | -2/+2 |
| * | | | | sched/deadline: No need to check p if dl_se is valid | Juri Lelli | 2014-01-16 | 1 | -2/+1 |
| * | | | | sched/deadline: Remove unused variables | Peter Zijlstra | 2014-01-16 | 1 | -11/+0 |
| * | | | | sched/deadline: Fix sparse static warnings | Fengguang Wu | 2014-01-16 | 1 | -3/+3 |
| * | | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding | Peter Zijlstra | 2014-01-13 | 2 | -9/+11 |
| * | | | | sched/preempt, locking: Rework local_bh_{dis,en}able() | Peter Zijlstra | 2014-01-13 | 1 | -29/+6 |
| * | | | | sched/clock: Fix up clear_sched_clock_stable() | Peter Zijlstra | 2014-01-13 | 1 | -1/+12 |
| * | | | | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 2014-01-13 | 4 | -10/+37 |
| * | | | | sched/clock: Remove local_irq_disable() from the clocks | Peter Zijlstra | 2014-01-13 | 1 | -28/+6 |
| * | | | | locking: Optimize lock_bh functions | Peter Zijlstra | 2014-01-13 | 1 | -2/+2 |
| * | | | | sched: Factor out the on_null_domain() checks in trigger_load_balance() | Daniel Lezcano | 2014-01-13 | 1 | -3/+5 |
| * | | | | sched: Pass 'struct rq' to nohz_idle_balance() | Daniel Lezcano | 2014-01-13 | 1 | -6/+5 |
| * | | | | sched: Pass 'struct rq' to rebalance_domains() | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
| * | | | | sched: Remove unused parameter from nohz_balancer_kick() | Daniel Lezcano | 2014-01-13 | 1 | -4/+2 |
| * | | | | sched: Remove unused parameter from find_new_ilb() | Daniel Lezcano | 2014-01-13 | 1 | -2/+2 |
| * | | | | sched: Pass 'struct rq' to on_null_domain() | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
| * | | | | sched: Reduce nohz_kick_needed() parameters | Daniel Lezcano | 2014-01-13 | 1 | -4/+4 |
| * | | | | sched: Reduce trigger_load_balance() parameters | Daniel Lezcano | 2014-01-13 | 3 | -3/+5 |