summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-07-141-6/+6
* lockdep: Fix wait-type for empty stackPeter Zijlstra2021-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: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-07-141-0/+60
* 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
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-143-3/+2
* Add a reference to ucounts for each credAlexey Gladkov2021-07-145-3/+98
* 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
* swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee2021-06-301-0/+3
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-2/+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
* locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-301-1/+3
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-5/+9
* crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu2021-06-231-0/+1
* 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
* bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-06-231-2/+18
* bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann2021-06-231-1/+3
* sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-231-2/+8
* bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann2021-06-231-4/+40
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-163-13/+6
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-06-161-6/+5
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* 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: Forbid trampoline attach for functions with variable argumentsJiri Olsa2021-06-161-0/+12
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-102-22/+17
* bpf: Simplify cases in bpf_base_func_protoTobias Klauser2021-06-101-8/+4
* bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang2021-06-031-6/+6
* seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-06-031-14/+16
* 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
* kcsan: Fix debugfs initcall return typeArnd Bergmann2021-05-261-1/+2
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-264-11/+17