summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-07-14cred: add missing return error code when set_cred_ucounts() failedYang Yingliang
2021-07-14rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney
2021-07-14bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend
2021-07-14psi: Fix race between psi_trigger_create/destroyZhaoyang Huang
2021-07-14lockdep: Fix wait-type for empty stackPeter Zijlstra
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-07-14sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort
2021-07-14sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-07-14kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek
2021-07-14clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney
2021-07-14clocksource: Retry clock read if long delays detectedPaul E. McKenney
2021-07-14lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng
2021-07-14locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-07-14Add a reference to ucounts for each credAlexey Gladkov
2021-07-14tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-07-14tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2021-06-30swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee
2021-06-30mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-30kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek
2021-06-30kthread_worker: split code for canceling the delayed work timerPetr Mladek
2021-06-30locking/lockdep: Improve noinstr vs errorsPeter Zijlstra
2021-06-30module: limit enabling module.sig_enforceMimi Zohar
2021-06-23crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu
2021-06-23tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-23tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-23tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-23bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann
2021-06-23bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-06-23sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot
2021-06-23bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan
2021-06-16sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-06-16sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-16wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2021-06-16bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa
2021-06-10bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
2021-06-10bpf: Simplify cases in bpf_base_func_protoTobias Klauser
2021-06-03bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang
2021-06-03seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon
2021-05-28bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-05-28bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann