aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | * | | | | | timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-23
| | * | | | | | timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-23
| | * | | | | | tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-23
| | * | | | | | timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2013-12-23
| | * | | | | | timekeeping: Fix potential lost pv notification of time changeJohn Stultz2013-12-23
| | * | | | | | timekeeping: Fix lost updates to tai adjustmentJohn Stultz2013-12-23
| * | | | | | | Merge branch 'linus' into timers/coreIngo Molnar2014-01-12
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Remove dead task special caseFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Cleanup reaped target handlingFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker2013-12-09
| * | | | | | | posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker2013-12-09
| * | | | | | | Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-04
| |\ \ \ \ \ \ \
| | * | | | | | | posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker2013-12-02
| | * | | | | | | posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker2013-12-02
| | * | | | | | | context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-02
| | * | | | | | | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-02
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix __sched_setscheduler() nice testPeter Zijlstra2014-01-16
| * | | | | | | | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-16
| * | | | | | | | | sched: Fix up attr::sched_priority warningPeter Zijlstra2014-01-16
| * | | | | | | | | sched: Fix up scheduler syscall LTP failsPeter Zijlstra2014-01-16
| * | | | | | | | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra2014-01-16
| * | | | | | | | | sched/core: Fix htmldocs warningsJuri Lelli2014-01-16
| * | | | | | | | | sched/deadline: No need to check p if dl_se is validJuri Lelli2014-01-16
| * | | | | | | | | sched/deadline: Remove unused variablesPeter Zijlstra2014-01-16
| * | | | | | | | | sched/deadline: Fix sparse static warningsFengguang Wu2014-01-16
| * | | | | | | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-13
| * | | | | | | | | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-13
| * | | | | | | | | sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra2014-01-13
| * | | | | | | | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-13
| * | | | | | | | | sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra2014-01-13
| * | | | | | | | | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-13
| * | | | | | | | | sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Remove unused parameter from find_new_ilb()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano2014-01-13
| * | | | | | | | | sched: Reduce nohz_kick_needed() parametersDaniel Lezcano2014-01-13
| * | | | | | | | | sched: Reduce trigger_load_balance() parametersDaniel Lezcano2014-01-13
| * | | | | | | | | sched/deadline: Fix hotplug admission controlPeter Zijlstra2014-01-13
| * | | | | | | | | sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-13
| * | | | | | | | | sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra2014-01-13
| * | | | | | | | | sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli2014-01-13