summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-06Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar
2021-03-06smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit
2021-03-06smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-03-06lockdep: Add lockdep lock state definesShuah Khan
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan
2021-03-06locking/csd_lock: Add more data to CSD lock debuggingJuergen Gross
2021-03-06locking/csd_lock: Prepare more CSD lock debuggingJuergen Gross
2021-03-06locking/csd_lock: Add boot parameter for controlling CSD lock debuggingJuergen Gross
2021-03-06static_call: Fix the module key fixupPeter Zijlstra
2021-03-06genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2021-03-06psi: Optimize task switch inside shared cgroupsChengming Zhou
2021-03-06psi: Pressure states are unlikelyJohannes Weiner
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song
2021-03-06cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort
2021-03-06cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort
2021-03-06cpu/hotplug: Allowing to reset fail injectionVincent Donnefort
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra
2021-03-06sched/fair: Merge for each idle cpu loop of ILBVincent Guittot
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra
2021-03-06sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra
2021-03-06sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra
2021-03-06sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot
2021-03-06sched: Simplify migration_cpu_stop()Valentin Schneider
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-03-04bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2021-03-04kernel: provide create_io_thread() helperJens Axboe
2021-03-04bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi
2021-03-04ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)
2021-03-04ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-03-04tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)