summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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)
2021-04-07static_call: Align static_call_is_init() patching conditionPeter Zijlstra
2021-04-07locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long
2021-04-07kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezingJens Axboe
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-30PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba
2021-03-30bpf: Fix umd memory leak in copy_process()Zqiang
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-30bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos
2021-03-30gcov: fix clang-11+ supportNick Desaulniers
2021-03-30static_call: Fix static_call_set_init()Peter Zijlstra
2021-03-30static_call: Fix the module key fixupPeter Zijlstra
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-30mm/fork: clear PASID for new mmFenghua Yu
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner
2021-03-25static_call: Fix static_call_update() sanity checkPeter Zijlstra
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-25module: harden ELF info handlingFrank van der Linden
2021-03-25module: avoid *goto*s in module_sig_check()Sergey Shtylyov
2021-03-25module: merge repetitive strings in module_sig_check()Sergey Shtylyov
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen
2021-03-17perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-03-17sysctl.c: fix underflow value setting risk in vm_tableLin Feng
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-03-04kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2021-03-04printk: fix deadlock when kernel panicMuchun Song