summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Handle early registration gracefullyThomas Gleixner2016-07-141-0/+7
* Merge branch 'core/urgent' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-131-0/+2
|\
| * cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner2016-07-131-0/+2
* | Merge branch 'core/rcu' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-139-736/+844
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-309-736/+844
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney2016-06-159-736/+844
| | |\ \ \
| | | | * | rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun2016-06-141-1/+3
| | | | * | rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng2016-06-141-3/+11
| | | | * | torture: Stop onoff task if there is only one cpuBoqun Feng2016-06-141-0/+8
| | | | * | torture: Break online and offline functions out of torture_onoff()Paul E. McKenney2016-06-141-64/+104
| | | | * | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-142-8/+1
| | | | * | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-141-6/+1
| | | |/ / | | |/| |
| | | * | rcu: Correctly handle sparse possible cpusMark Rutland2016-06-154-23/+34
| | | * | rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-152-0/+23
| | | * | rcu: Fix a typo in a commentPaul E. McKenney2016-06-151-1/+1
| | | * | rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-151-2/+5
| | | * | rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2016-06-142-88/+94
| | | * | rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2016-06-142-543/+566
| | | * | rcu: Remove some superfluous linesPeter Zijlstra2016-06-141-3/+0
| | | * | rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney2016-06-141-2/+1
| | | * | rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney2016-06-141-1/+1
| | |/ /
* | | | Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-1312-537/+749
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-0729-692/+1077
| |\ \ \
| | * | | timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner2016-07-071-16/+35
| | * | | timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| | * | | timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
| | * | | timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-073-21/+120
| | * | | timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1
| | * | | timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
| | * | | timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
| | * | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-19/+0
| | * | | timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-362/+467
| | * | | timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
| | * | | signals: Use hrtimer for sigtimedwait()Thomas Gleixner2016-07-071-14/+10
| | * | | timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-34/+5
| | * | | timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
| * | | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang2016-07-051-0/+1
| * | | | timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar2016-07-011-21/+21
| * | | | timers/nohz: Fix several typosWei Jiangang2016-07-011-5/+5
| * | | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-06-216-24/+28
| |\ \ \ \
| | * | | | timer: Avoid using timespecArnd Bergmann2016-06-201-3/+3
| | * | | | time: Avoid timespec in udelay_testArnd Bergmann2016-06-201-8/+8
| | * | | | time: Add time64_to_tm()Deepa Dinamani2016-06-201-5/+6
| | * | | | alarmtimer: Fix comments describing structure fieldsPratyush Patel2016-06-201-1/+0
| | * | | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-201-4/+6
| | * | | | clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-201-3/+5
| | | |_|/ | | |/| |
| * | | | hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1
| * | | | timers: Clarify usleep_range() function commentBjorn Helgaas2016-06-101-1/+7
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-081-22/+20
|\ \ \ \
| * | | | sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2016-06-271-16/+11