summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-07-203-1/+20
* cgroup: verify that source is a stringChristian Brauner2021-07-201-0/+2
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-191-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-191-25/+13
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-191-0/+49
* bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-07-191-18/+43
* rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-07-141-1/+1
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-07-141-0/+2
* sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-07-141-5/+12
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek2021-07-141-7/+12
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-07-141-6/+47
* lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng2021-07-141-1/+11
* locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng2021-07-141-2/+106
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-142-4/+32
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-141-0/+7
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-1/+1
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-06-301-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-06-301-17/+29
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-5/+9
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-231-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-231-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-231-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-281-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-281-10/+12
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-281-7/+11
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-264-11/+17
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-191-1/+3
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-191-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-191-1/+1
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-142-6/+6
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-141-13/+29
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-111-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-111-26/+15
* kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-112-2/+8
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-111-2/+1
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-111-0/+4