summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-30psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner
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-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-16tracing: Correct the length check which causes memory corruptionLiangyan
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-16tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker
2021-06-16wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2021-06-16bpf: Add deny list of btf ids check for tracing programsJiri Olsa
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-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
2021-05-28bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-05-26kcsan: Fix debugfs initcall return typeArnd Bergmann
2021-05-26locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang
2021-05-26locking/lockdep: Correct calling tracepointsLeo Yan
2021-05-26ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov
2021-05-19alarmtimer: Check RTC features instead of opsAlexandre Belloni
2021-05-19sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-19kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand
2021-05-19kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand
2021-05-19kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-19swiotlb: Fix the type of indexClaire Chang
2021-05-19watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek
2021-05-19watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek
2021-05-19watchdog/softlockup: report the overall time of softlockupsPetr Mladek
2021-05-19watchdog: explicitly update timestamp when reporting softlockupPetr Mladek
2021-05-19watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek