summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-041-0/+11
|\
| * lib: Add zstd support to decompressNick Terrell2020-07-311-0/+11
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0312-23/+86
|\ \
| * | sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
| * | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-293-2/+10
| * | sched: Fix a typo in a comment王文虎2020-07-271-1/+1
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-222-2/+9
| * | trace/events/sched.h: fix duplicated wordRandy Dunlap2020-07-221-1/+1
| * | linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap2020-07-221-3/+3
| * | sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
| * | sched: Better document ttwu()Peter Zijlstra2020-07-221-6/+6
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-2242-122/+323
| |\ \
| * | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-082-0/+5
| * | | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-081-7/+11
| * | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-0876-178/+643
| |\ \ \
| * | | | sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior2020-06-251-2/+0
| * | | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-1/+4
| * | | | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-0/+13
| * | | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-0/+3
| * | | | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-151-0/+1
| * | | | psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan2020-06-151-3/+4
| * | | | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-151-0/+8
| * | | | sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-0/+2
* | | | | Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-034-8/+60
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar2020-07-2861-146/+362
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf: <linux/perf_event.h>: drop a duplicated wordRandy Dunlap2020-07-221-1/+1
| * | | | | perf/x86: Remove task_ctx_sizeKan Liang2020-07-081-4/+0
| * | | | | perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang2020-07-081-0/+5
| * | | | | Merge branch 'perf/vlbr'Peter Zijlstra2020-07-0270-162/+626
| |\ \ \ \ \
| * | | | | | ftrace: Add perf ksymbol events for ftrace trampolinesAdrian Hunter2020-06-151-1/+1
| * | | | | | ftrace: Add symbols for ftrace trampolinesAdrian Hunter2020-06-151-4/+8
| * | | | | | kprobes: Add perf ksymbol events for kprobe insn pagesAdrian Hunter2020-06-151-0/+5
| * | | | | | kprobes: Add symbols for kprobe insn pagesAdrian Hunter2020-06-151-0/+15
| * | | | | | perf: Add perf text poke eventAdrian Hunter2020-06-152-1/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0314-476/+823
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-0/+2
| |\ \ \ \ \ \
| | * | | | | | rculist: Add ASSERT_EXCLUSIVE_ACCESS() to __list_splice_init_rcu()Paul E. McKenney2020-06-291-0/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-3115-10/+39
| |\ \ \ \ \ \
| * | | | | | | kcsan: Improve IRQ state trace reportingMarco Elver2020-07-311-0/+4
| * | | | | | | lockdep: Refactor IRQ trace events fields into structMarco Elver2020-07-312-9/+15
| * | | | | | | seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish2020-07-291-6/+23
| * | | | | | | lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish2020-07-291-0/+19
| * | | | | | | seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish2020-07-291-4/+5
| * | | | | | | seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish2020-07-291-77/+348
| * | | | | | | seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish2020-07-291-80/+78
| * | | | | | | seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish2020-07-291-2/+2
| * | | | | | | seqlock: Properly format kernel-doc code samplesAhmed S. Darwish2020-07-291-52/+56
| * | | | | | | Documentation: locking: Describe seqlock design and usageAhmed S. Darwish2020-07-291-45/+40
| * | | | | | | Merge branch 'locking/header'Peter Zijlstra2020-07-294-10/+3
| |\ \ \ \ \ \ \
| | * | | | | | | locking/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu2020-07-292-8/+1