summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
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-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: explicitly update timestamp when reporting softlockupPetr Mladek
2021-05-19watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-05-14bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko
2021-05-14bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo
2021-05-14bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann
2021-05-14bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-05-14rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-05-11tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-11kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada
2021-05-11futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner
2021-05-11Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner
2021-05-11kcsan, debugfs: Move debugfs file creation out of early initMarco Elver
2021-05-11sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-05-11sched,fair: Alternative sched_slice()Peter Zijlstra
2021-05-11perf: Rework perf_event_exit_event()Peter Zijlstra
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-05-11kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-05-11genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov
2021-05-11posix-timers: Preserve return value in clock_adjtime32()Chen Jun
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-05-07swiotlb: respect min_align_maskJianxiong Gao
2021-05-07swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleJianxiong Gao
2021-05-07swiotlb: refactor swiotlb_tbl_map_singleJianxiong Gao
2021-05-07swiotlb: clean up swiotlb_tbl_unmap_singleJianxiong Gao
2021-05-07swiotlb: factor out a nr_slots helperJianxiong Gao