summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0620-183/+173
|\
| * tick: Fix typos in commentsLaurent Gauthier2019-04-191-2/+2
| * tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov2019-03-291-0/+4
| * timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-283-4/+25
| * timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-242-8/+20
| * timer/trace: Replace deprecated vsprintf pointer extension %pf by %psAnna-Maria Gleixner2019-03-241-4/+6
| * timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-241-9/+4
| * tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner2019-03-241-3/+10
| * tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-235-27/+49
| * timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-235-14/+15
| * softirq: Remove tasklet_hrtimerThomas Gleixner2019-03-222-76/+0
| * xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner2019-03-222-13/+19
| * mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner2019-03-221-25/+21
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-064-31/+48
|\ \
| * | smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-04-241-1/+1
| * | cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf2019-04-023-30/+47
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-0622-193/+255
|\ \ \
| * | | nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-032-14/+70
| * | | sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin2019-05-031-5/+13
| * | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-034-2/+28
| * | | power/suspend: Add function to disable secondaries for suspendNicholas Piggin2019-05-034-10/+22
| * | | sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin2019-05-031-1/+1
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-03984-5188/+10147
| |\ \ \
| * | | | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-04-291-6/+10
| * | | | sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King2019-04-191-1/+1
| * | | | sched/topology: Update init_sched_domains() commentJuri Lelli2019-04-191-3/+2
| * | | | cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli2019-04-191-6/+5
| * | | | sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-1/+6
| * | | | sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-04-191-0/+2
| * | | | sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-0/+5
| * | | | sched/core: Fix typo in commentJoel Savitz2019-04-191-1/+1
| * | | | sched/core: Make some functions staticYueHaibing2019-04-182-6/+6
| * | | | sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-162-7/+4
| * | | | sched/core: Remove ttwu_activate()Peter Zijlstra2019-04-161-7/+2
| * | | | sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-163-99/+48
| * | | | sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider2019-04-161-1/+0
| * | | | sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider2019-04-101-3/+9
| * | | | sched/topology: Fix build_sched_groups() commentValentin Schneider2019-04-101-2/+2
| * | | | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing2019-04-031-2/+2
| * | | | sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)2019-04-031-1/+1
| * | | | rcuwait: Annotate task_struct with __rcuJoel Fernandes (Google)2019-04-031-1/+1
| * | | | sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-033-14/+14
| * | | | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2019-04-032-2/+2
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-06140-7954/+13203
|\ \ \ \ \
| * | | | | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-294-27/+28
| * | | | | watchdog: Fix typo in commentArash Fotouhi2019-04-181-1/+1
| * | | | | perf/x86/intel: Add Tremont core PMU supportKan Liang2019-04-161-0/+91
| * | | | | perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang2019-04-163-0/+98
| * | | | | perf/x86/msr: Add Icelake supportKan Liang2019-04-161-0/+1
| * | | | | perf/x86/intel/rapl: Add Icelake supportKan Liang2019-04-161-0/+2