summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-306-10/+18
|\
| * sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-6/+6
| * sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-101-1/+1
| * sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-101-0/+1
| * sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli2018-01-101-2/+0
| * sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-102-0/+9
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-01-1072-458/+371
| |\
| * | sched/headers: Constify object_is_on_stack()Sascha Hauer2017-12-061-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-301-3/+7
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-01-177-13/+94
| |\ \ \
| * | | | perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13Jiri Olsa2018-01-081-3/+6
| * | | | perf: Add sample_id to PERF_RECORD_ITRACE_START event commentJiri Olsa2018-01-081-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-304-8/+6
|\ \ \ \
| * | | | lockdep: Convert some users to constMatthew Wilcox2018-01-183-6/+4
| * | | | lockdep: Make lockdep checking constantMatthew Wilcox2018-01-181-2/+2
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-0/+48
|\ \ \ \ \
| * | | | | efi: Parse ARM error information valueTyler Baicar2018-01-031-0/+44
| * | | | | efi: Move ARM CPER code to new fileTyler Baicar2018-01-031-0/+4
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-3012-90/+51
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-0312-90/+51
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-----. \ \ \ \ \ Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-1112-89/+50
| | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-111-1/+1
| | | | | | * | | | | | torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney2017-12-111-0/+6
| | | | | * | | | | | | netlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1
| | | | | * | | | | | | genetlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1
| | | | | * | | | | | | seqlock: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-2/+1
| | | | | * | | | | | | rtnetlink: Update now-misleading smp_read_barrier_depends() commentPaul E. McKenney2017-12-041-2/+1
| | | | | * | | | | | | rcu: Adjust read-side accessor comments for READ_ONCE()Paul E. McKenney2017-12-041-12/+11
| | | | | * | | | | | | percpu: READ_ONCE() now implies smp_read_barrier_depends()Paul E. McKenney2017-12-041-3/+3
| | | | | |/ / / / / /
| | | | * | | | | | | tracing, rcu: Hide trace event rcu_nocb_wake when not usedSteven Rostedt (VMware)2017-12-111-0/+2
| | | | * | | | | | | srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney2017-11-281-4/+4
| | | | |/ / / / / /
| | | * | | | | | | tracing, rcu: Remove no longer used trace event rcu_prep_idleSteven Rostedt (VMware)2017-11-281-40/+0
| | | * | | | | | | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney2017-11-281-7/+5
| | | * | | | | | | rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney2017-11-281-5/+8
| | | * | | | | | | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-281-4/+4
| | | * | | | | | | rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney2017-11-281-6/+8
| | | * | | | | | | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-273-6/+1
| | | |/ / / / / /
| | * / / / / / / rcu: Account for rcu_all_qs() in cond_resched()Paul E. McKenney2017-12-041-1/+1
| | |/ / / / / /
* | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-0/+9
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-293-61/+114
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-2728-37/+178
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-5/+16
| * | | | | | | | | | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-162-1/+19
| * | | | | | | | | | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-3/+3
| * | | | | | | | | | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-2/+2
| * | | | | | | | | | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-3/+3
| * | | | | | | | | | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-12/+8
| * | | | | | | | | | hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner2018-01-161-2/+2
| * | | | | | | | | | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-11/+9