summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-10-07locking/rwbase: Optimize rwbase_read_trylockDavidlohr Bueso-3/+2
2021-10-07Merge branch 'tip/locking/urgent'Peter Zijlstra-20/+45
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-89/+155
2021-10-06coredump: Don't perform any cleanups before dumping coreEric W. Biederman-35/+14
2021-10-06exit: Factor coredump_exit_mm out of exit_mmEric W. Biederman-35/+41
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman-2/+2
2021-10-06signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman-14/+4
2021-10-06sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra-1/+2
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov-1/+10
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi-0/+1
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi-0/+2
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi-0/+52
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi-0/+18
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi-27/+179
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)-35/+445
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)-61/+217
2021-10-05cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma-3/+0
2021-10-05PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort-0/+40
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort-0/+13
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort-2/+4
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort-1/+3
2021-10-05PM: EM: Fix inefficient states detectionVincent Donnefort-15/+8
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot-5/+0
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner-8/+2
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner-10/+6
2021-10-05sched: Disable TTWU_QUEUE on RTThomas Gleixner-0/+5
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner-0/+4
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner-1/+1
2021-10-05sched: Make cookie functions staticShaokun Zhang-9/+5
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri-0/+92
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri-7/+13
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri-2/+3
2021-10-05sched/fair: Optimize checking for group_asym_packingRicardo Neri-1/+1
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri-3/+19
2021-10-05kthread: Move prio/affinite change into the newly created threadSebastian Andrzej Siewior-8/+8
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker-12/+49
2021-10-05sched: Remove unused inline function __rq_clock_broken()YueHaibing-5/+0
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao-0/+93
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao-0/+2
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao-0/+124
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao-0/+2
2021-10-05sched: Introduce task block time in schedstatsYafang Shao-2/+5
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao-115/+152
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao-97/+140
2021-10-05sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao-3/+3
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang-3/+22
2021-10-05sched: adjust sleeper credit for SCHED_IDLE entitiesJosh Don-1/+6
2021-10-05sched: reduce sched slice for SCHED_IDLE entitiesJosh Don-5/+27
2021-10-05sched: Account number of SCHED_IDLE entities on each cfs_rqJosh Don-1/+27
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra-111/+45