summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-069-38/+37
|\
| * kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-281-3/+2
| * kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-281-2/+2
| * sched/wait: Use freezable_schedule() when possibleHugo Lefeuvre2019-02-111-3/+3
| * sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-111-4/+4
| * Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-1141-226/+348
| |\
| * | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-2/+2
| * | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-16/+7
| * | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-043-2/+3
| * | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-042-3/+4
| * | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-1/+1
| * | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-1/+2
| * | sched: Remove stale PF_MUTEX_TESTER bitThomas Gleixner2019-01-291-1/+0
| * | sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+7
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-064-12/+100
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-1/+6
| |\ \ \
| | * | | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-1/+6
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-2835-106/+230
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier2019-02-061-2/+5
| * | | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-1/+1
| * | | | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-1/+2
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-0440-222/+293
| |\ \ \ \
| * | | | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-213-1/+41
| * | | | | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-212-1/+33
| * | | | | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-3/+3
| * | | | | perf: Remove duplicated workqueue.h include from perf_event.hYueHaibing2019-01-211-1/+0
| * | | | | perf/core: Remove unused perf_flagsAndrew Murray2019-01-211-2/+0
| * | | | | perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-211-0/+1
| * | | | | perf/core: Add function to test for event exclusion flagsAndrew Murray2019-01-211-0/+9
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-068-1684/+4795
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra2019-02-281-2/+4
| * | | | | | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-281-24/+4
| * | | | | | locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-3/+18
| * | | | | | locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-281-3/+6
| * | | | | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+5
| * | | | | | locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-281-0/+1
| * | | | | | locking/lockdep: Reorder struct lock_class membersBart Van Assche2019-02-281-7/+7
| * | | | | | locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra2019-02-281-20/+4
| * | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-2835-106/+230
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | locking/atomics: Check atomic headers with sha1sumMark Rutland2019-02-133-0/+3
| * | | | | | Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar2019-02-114-1624/+4742
| |\ \ \ \ \ \
| | * | | | | | locking/atomics: Switch to generated instrumentationMark Rutland2018-11-011-169/+1489
| | * | | | | | locking/atomics: Switch to generated atomic-longMark Rutland2018-11-011-215/+958
| | * | | | | | locking/atomics: Switch to generated fallbacksMark Rutland2018-11-012-1240/+2295
| * | | | | | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-061-14/+27
|\ \ \ \ \ \ \
| * | | | | | | efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-02-161-13/+13
| * | | | | | | efi: Use 32-bit alignment for efi_guid_tArd Biesheuvel2019-02-041-1/+14
| |/ / / / / /
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-0511-218/+36
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-1311-218/+36
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |