summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2021-05-07swiotlb: factor out an io_tlb_offset helperJianxiong Gao
2021-05-07swiotlb: add a IO_TLB_SIZE defineJianxiong Gao
2021-05-07capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn
2021-05-07bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
2021-04-28locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi
2021-04-28bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-04-28bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-04-28bpf: Allow variable-offset stack accessAndrei Matei
2021-04-28bpf: Permits pointers on stack for helper callsYonghong Song
2021-04-21bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-04-21bpf: Improve verifier error messages for usersDaniel Borkmann
2021-04-21bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-04-21bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-04-21bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-04-21bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann
2021-04-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa
2021-04-16ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-04-14lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann
2021-04-14workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-04-14bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky
2021-04-14bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-14bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen
2021-04-14gcov: re-fix clang-11+ supportNick Desaulniers
2021-04-07Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)