summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-208-254/+190Star
|\
| * Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-124-27/+29
| |\
| | * timekeeping: Remove comment that's mostly out of dateJohn Stultz2013-12-231-10/+0Star
| | * timekeeper: fix comment typo for tk_setup_internals()Yijing Wang2013-12-231-1/+2
| | * timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-231-0/+2
| | * timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-231-2/+2
| | * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-234-15/+7Star
| | * timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2013-12-231-2/+16
| | * timekeeping: Fix potential lost pv notification of time changeJohn Stultz2013-12-231-9/+11
| | * timekeeping: Fix lost updates to tai adjustmentJohn Stultz2013-12-231-1/+2
| * | Merge branch 'linus' into timers/coreIngo Molnar2014-01-1226-170/+226
| |\ \ | | |/ | |/|
| * | posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker2013-12-091-5/+5
| * | posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker2013-12-091-32/+44
| * | posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker2013-12-091-6/+11
| * | posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker2013-12-091-3/+13
| * | posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker2013-12-091-34/+30Star
| * | posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker2013-12-091-23/+7Star
| * | posix-timers: Remove dead task special caseFrederic Weisbecker2013-12-091-45/+25Star
| * | posix-timers: Cleanup reaped target handlingFrederic Weisbecker2013-12-091-6/+0Star
| * | posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker2013-12-091-34/+1Star
| * | posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker2013-12-091-18/+16Star
| * | Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-046-47/+35Star
| |\ \
| | * | posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker2013-12-021-11/+7Star
| | * | posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker2013-12-021-1/+2
| | * | context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-021-4/+4
| | * | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-024-31/+22Star
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-2024-323/+3087
|\ \ \ \
| * | | | sched: Fix __sched_setscheduler() nice testPeter Zijlstra2014-01-161-1/+2
| * | | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-161-14/+28
| * | | | sched: Fix up attr::sched_priority warningPeter Zijlstra2014-01-161-2/+1Star
| * | | | sched: Fix up scheduler syscall LTP failsPeter Zijlstra2014-01-161-3/+11
| * | | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra2014-01-161-2/+4
| * | | | sched/core: Fix htmldocs warningsJuri Lelli2014-01-161-2/+2
| * | | | sched/deadline: No need to check p if dl_se is validJuri Lelli2014-01-161-2/+1Star
| * | | | sched/deadline: Remove unused variablesPeter Zijlstra2014-01-161-11/+0Star
| * | | | sched/deadline: Fix sparse static warningsFengguang Wu2014-01-161-3/+3
| * | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-132-9/+11
| * | | | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-131-29/+6Star
| * | | | sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra2014-01-131-1/+12
| * | | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-134-10/+37
| * | | | sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra2014-01-131-28/+6Star
| * | | | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-131-2/+2
| * | | | sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano2014-01-131-3/+5
| * | | | sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano2014-01-131-6/+5Star
| * | | | sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano2014-01-131-4/+4
| * | | | sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano2014-01-131-4/+2Star
| * | | | sched: Remove unused parameter from find_new_ilb()Daniel Lezcano2014-01-131-2/+2
| * | | | sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano2014-01-131-4/+4
| * | | | sched: Reduce nohz_kick_needed() parametersDaniel Lezcano2014-01-131-4/+4
| * | | | sched: Reduce trigger_load_balance() parametersDaniel Lezcano2014-01-133-3/+5