summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann2020-06-151-1/+7
| * | | | | | | | sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-06-151-1/+1
| * | | | | | | | sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
| * | | | | | | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-152-2/+35
| * | | | | | | | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-152-3/+6
| * | | | | | | | kthread: Switch to cpu_possible_maskMarcelo Tosatti2020-06-151-2/+2
| * | | | | | | | psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan2020-06-151-49/+64
| * | | | | | | | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-152-0/+8
| * | | | | | | | sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann2020-06-151-2/+2
| * | | | | | | | sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2020-06-152-15/+0
| * | | | | | | | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-153-3/+3
| * | | | | | | | sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann2020-06-151-2/+0
| * | | | | | | | sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-45/+1
* | | | | | | | | Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-034-16/+302
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu2020-07-281-3/+0
| * | | | | | | | | Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar2020-07-2824-212/+482
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | perf/x86: Remove task_ctx_sizeKan Liang2020-07-081-3/+1
| * | | | | | | | | perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang2020-07-081-1/+7
| * | | | | | | | | perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang2020-07-081-6/+15
| * | | | | | | | | Merge branch 'perf/vlbr'Peter Zijlstra2020-07-0239-238/+377
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | ftrace: Add perf text poke events for ftrace trampolinesAdrian Hunter2020-06-151-0/+14
| * | | | | | | | | ftrace: Add perf ksymbol events for ftrace trampolinesAdrian Hunter2020-06-151-2/+12
| * | | | | | | | | ftrace: Add symbols for ftrace trampolinesAdrian Hunter2020-06-152-2/+80
| * | | | | | | | | kprobes: Add perf ksymbol events for kprobe insn pagesAdrian Hunter2020-06-151-0/+12
| * | | | | | | | | kprobes: Add symbols for kprobe insn pagesAdrian Hunter2020-06-152-4/+78
| * | | | | | | | | perf: Add perf text poke eventAdrian Hunter2020-06-151-1/+89
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0312-167/+1309
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar2020-08-031-1/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org2020-07-271-1/+7
| * | | | | | | | | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-017-9/+1136
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | kcsan: Disable branch tracing in core runtimeMarco Elver2020-06-291-1/+1
| | * | | | | | | | | | kcsan: Simplify compiler flagsMarco Elver2020-06-291-2/+2
| | * | | | | | | | | | kcsan: Add jiffies test to test suiteMarco Elver2020-06-291-0/+23
| | * | | | | | | | | | kcsan: Remove existing special atomic rulesMarco Elver2020-06-291-4/+2
| | * | | | | | | | | | kcsan: Rename test.c to selftest.cMarco Elver2020-06-292-1/+1
| | * | | | | | | | | | kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver2020-06-291-0/+9
| | * | | | | | | | | | kcsan: Prefer '__no_kcsan inline' in testMarco Elver2020-06-291-2/+2
| | * | | | | | | | | | locking/osq_lock: Annotate a data race in osq_lockQian Cai2020-06-291-1/+5
| | * | | | | | | | | | kcsan: Add test suiteMarco Elver2020-06-292-0/+1087
| | * | | | | | | | | | fork: Annotate a data race in vm_area_dup()Qian Cai2020-06-291-1/+7
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-316-20/+27
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kcsan: Improve IRQ state trace reportingMarco Elver2020-07-313-0/+33
| * | | | | | | | | | | lockdep: Refactor IRQ trace events fields into structMarco Elver2020-07-312-39/+35
| * | | | | | | | | | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-2518-201/+450
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | futex: Remove unused or redundant includesAndré Almeida2020-07-181-17/+0
| * | | | | | | | | | | | futex: Consistently use fshared as booleanAndré Almeida2020-07-181-5/+5
| * | | | | | | | | | | | futex: Remove needless goto'sAndré Almeida2020-07-171-24/+16
| * | | | | | | | | | | | futex: Remove put_futex_key()André Almeida2020-07-171-49/+12
| * | | | | | | | | | | | lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-102-16/+16
| * | | | | | | | | | | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra2020-07-103-18/+22
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |