Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | sched/deadline: Optimize dl_bw_cpus() | Dietmar Eggemann | 2020-06-15 | 1 | -1/+7 | |
| * | | | | | | | | sched: correct SD_flags returned by tl->sd_flags() | Peng Liu | 2020-06-15 | 1 | -1/+1 | |
| * | | | | | | | | sched/fair: Fix NOHZ next idle balance | Vincent Guittot | 2020-06-15 | 1 | -9/+14 | |
| * | | | | | | | | sched/deadline: Impose global limits on sched_attr::sched_period | Peter Zijlstra | 2020-06-15 | 2 | -2/+35 | |
| * | | | | | | | | isolcpus: Affine unbound kernel threads to housekeeping cpus | Marcelo Tosatti | 2020-06-15 | 2 | -3/+6 | |
| * | | | | | | | | kthread: Switch to cpu_possible_mask | Marcelo Tosatti | 2020-06-15 | 1 | -2/+2 | |
| * | | | | | | | | psi: eliminate kthread_worker from psi trigger scheduling mechanism | Suren Baghdasaryan | 2020-06-15 | 1 | -49/+64 | |
| * | | | | | | | | sched/debug: Add new tracepoints to track util_est | Vincent Donnefort | 2020-06-15 | 2 | -0/+8 | |
| * | | | | | | | | sched/fair: Remove unused 'sd' parameter from scale_rt_capacity() | Dietmar Eggemann | 2020-06-15 | 1 | -2/+2 | |
| * | | | | | | | | sched/idle,stop: Remove .get_rr_interval from sched_class | Dietmar Eggemann | 2020-06-15 | 2 | -15/+0 | |
| * | | | | | | | | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task() | Dietmar Eggemann | 2020-06-15 | 3 | -3/+3 | |
| * | | | | | | | | sched/pelt: Remove redundant cap_scale() definition | Dietmar Eggemann | 2020-06-15 | 1 | -2/+0 | |
| * | | | | | | | | sched/cputime: Improve cputime_adjust() | Oleg Nesterov | 2020-06-15 | 1 | -45/+1 | |
* | | | | | | | | | Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-08-03 | 4 | -16/+302 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer() | Masami Hiramatsu | 2020-07-28 | 1 | -3/+0 | |
| * | | | | | | | | | Merge tag 'v5.8-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2020-07-28 | 24 | -212/+482 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | perf/x86: Remove task_ctx_size | Kan Liang | 2020-07-08 | 1 | -3/+1 | |
| * | | | | | | | | | perf/core: Use kmem_cache to allocate the PMU specific data | Kan Liang | 2020-07-08 | 1 | -1/+7 | |
| * | | | | | | | | | perf/core: Factor out functions to allocate/free the task_ctx_data | Kan Liang | 2020-07-08 | 1 | -6/+15 | |
| * | | | | | | | | | Merge branch 'perf/vlbr' | Peter Zijlstra | 2020-07-02 | 39 | -238/+377 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | ftrace: Add perf text poke events for ftrace trampolines | Adrian Hunter | 2020-06-15 | 1 | -0/+14 | |
| * | | | | | | | | | ftrace: Add perf ksymbol events for ftrace trampolines | Adrian Hunter | 2020-06-15 | 1 | -2/+12 | |
| * | | | | | | | | | ftrace: Add symbols for ftrace trampolines | Adrian Hunter | 2020-06-15 | 2 | -2/+80 | |
| * | | | | | | | | | kprobes: Add perf ksymbol events for kprobe insn pages | Adrian Hunter | 2020-06-15 | 1 | -0/+12 | |
| * | | | | | | | | | kprobes: Add symbols for kprobe insn pages | Adrian Hunter | 2020-06-15 | 2 | -4/+78 | |
| * | | | | | | | | | perf: Add perf text poke event | Adrian Hunter | 2020-06-15 | 1 | -1/+89 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-08-03 | 12 | -167/+1309 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch | Ingo Molnar | 2020-08-03 | 1 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs | peterz@infradead.org | 2020-07-27 | 1 | -1/+7 | |
| * | | | | | | | | | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar | 2020-08-01 | 7 | -9/+1136 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kcsan: Disable branch tracing in core runtime | Marco Elver | 2020-06-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | kcsan: Simplify compiler flags | Marco Elver | 2020-06-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | kcsan: Add jiffies test to test suite | Marco Elver | 2020-06-29 | 1 | -0/+23 | |
| | * | | | | | | | | | | kcsan: Remove existing special atomic rules | Marco Elver | 2020-06-29 | 1 | -4/+2 | |
| | * | | | | | | | | | | kcsan: Rename test.c to selftest.c | Marco Elver | 2020-06-29 | 2 | -1/+1 | |
| | * | | | | | | | | | | kcsan: Silence -Wmissing-prototypes warning with W=1 | Marco Elver | 2020-06-29 | 1 | -0/+9 | |
| | * | | | | | | | | | | kcsan: Prefer '__no_kcsan inline' in test | Marco Elver | 2020-06-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | locking/osq_lock: Annotate a data race in osq_lock | Qian Cai | 2020-06-29 | 1 | -1/+5 | |
| | * | | | | | | | | | | kcsan: Add test suite | Marco Elver | 2020-06-29 | 2 | -0/+1087 | |
| | * | | | | | | | | | | fork: Annotate a data race in vm_area_dup() | Qian Cai | 2020-06-29 | 1 | -1/+7 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflict | Ingo Molnar | 2020-07-31 | 6 | -20/+27 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kcsan: Improve IRQ state trace reporting | Marco Elver | 2020-07-31 | 3 | -0/+33 | |
| * | | | | | | | | | | | lockdep: Refactor IRQ trace events fields into struct | Marco Elver | 2020-07-31 | 2 | -39/+35 | |
| * | | | | | | | | | | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2020-07-25 | 18 | -201/+450 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | futex: Remove unused or redundant includes | André Almeida | 2020-07-18 | 1 | -17/+0 | |
| * | | | | | | | | | | | | futex: Consistently use fshared as boolean | André Almeida | 2020-07-18 | 1 | -5/+5 | |
| * | | | | | | | | | | | | futex: Remove needless goto's | André Almeida | 2020-07-17 | 1 | -24/+16 | |
| * | | | | | | | | | | | | futex: Remove put_futex_key() | André Almeida | 2020-07-17 | 1 | -49/+12 | |
| * | | | | | | | | | | | | lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument | Peter Zijlstra | 2020-07-10 | 2 | -16/+16 | |
| * | | | | | | | | | | | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variables | Peter Zijlstra | 2020-07-10 | 3 | -18/+22 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | |