summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-05-11genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov1-1/+3
2021-05-11posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-05-07swiotlb: respect min_align_maskJianxiong Gao1-10/+31
2021-05-07swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleJianxiong Gao1-1/+0
2021-05-07swiotlb: refactor swiotlb_tbl_map_singleJianxiong Gao1-90/+89
2021-05-07swiotlb: clean up swiotlb_tbl_unmap_singleJianxiong Gao1-20/+21
2021-05-07swiotlb: factor out a nr_slots helperJianxiong Gao1-4/+9
2021-05-07swiotlb: factor out an io_tlb_offset helperJianxiong Gao1-7/+13
2021-05-07swiotlb: add a IO_TLB_SIZE defineJianxiong Gao1-6/+6
2021-05-07capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn1-3/+62
2021-05-07bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann1-10/+17
2021-05-07bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann1-8/+4
2021-04-28locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi1-3/+4
2021-04-28bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-04-28bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-16/+33
2021-04-28bpf: Allow variable-offset stack accessAndrei Matei1-146/+511
2021-04-28bpf: Permits pointers on stack for helper callsYonghong Song1-1/+2
2021-04-21bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-6/+11
2021-04-21bpf: Improve verifier error messages for usersDaniel Borkmann1-23/+63
2021-04-21bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-04-21bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-04-21bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9
2021-04-21bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann1-1/+1
2021-04-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa1-1/+2
2021-04-16ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2021-04-14lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-04-14workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang1-1/+1
2021-04-14bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky1-2/+10
2021-04-14bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-14bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen1-0/+5
2021-04-14gcov: re-fix clang-11+ supportNick Desaulniers1-10/+19
2021-04-07Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe1-1/+1
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-04-07static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-04-07locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long1-11/+14
2021-04-07kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezingJens Axboe1-1/+1
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov3-53/+171
2021-03-30PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-03-30bpf: Fix umd memory leak in copy_process()Zqiang2-10/+30
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov1-5/+38
2021-03-30bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos1-1/+1
2021-03-30gcov: fix clang-11+ supportNick Desaulniers1-0/+69
2021-03-30static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-30static_call: Fix the module key fixupPeter Zijlstra1-3/+4
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+53
2021-03-30mm/fork: clear PASID for new mmFenghua Yu1-0/+8
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4