summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-10-07futex: Split out PI futexPeter Zijlstra
2021-10-07futex: Rename: {get,cmpxchg}_futex_value_locked()Peter Zijlstra
2021-10-07futex: Rename hash_futex()Peter Zijlstra
2021-10-07futex: Rename __unqueue_futex()Peter Zijlstra
2021-10-07futex: Rename: queue_{,un}lock()Peter Zijlstra
2021-10-07futex: Rename futex_wait_queue_me()Peter Zijlstra
2021-10-07futex: Rename {,__}{,un}queue_me()Peter Zijlstra
2021-10-07futex: Split out syscallsPeter Zijlstra
2021-10-07futex: Move to kernel/futex/Peter Zijlstra
2021-10-07locking/rwbase: Optimize rwbase_read_trylockDavidlohr Bueso
2021-10-07Merge branch 'tip/locking/urgent'Peter Zijlstra
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman
2021-10-06signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-10-05cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma
2021-10-05PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort
2021-10-05PM: EM: Fix inefficient states detectionVincent Donnefort
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner
2021-10-05sched: Disable TTWU_QUEUE on RTThomas Gleixner
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner
2021-10-05sched: Make cookie functions staticShaokun Zhang
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri
2021-10-05sched/fair: Optimize checking for group_asym_packingRicardo Neri
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri
2021-10-05kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao