summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-05-111-2/+3
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-05-112-1/+14
* perf: Rework perf_event_exit_event()Peter Zijlstra2021-05-111-63/+79
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-111-0/+4
* kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)2021-05-111-1/+1
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-05-111-3/+12
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-05-111-1/+3
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-05-111-2/+2
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-111-1/+4
* perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek2021-05-071-6/+6
* swiotlb: respect min_align_maskJianxiong Gao2021-05-071-10/+31
* swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleJianxiong Gao2021-05-071-1/+0
* swiotlb: refactor swiotlb_tbl_map_singleJianxiong Gao2021-05-071-90/+89
* swiotlb: clean up swiotlb_tbl_unmap_singleJianxiong Gao2021-05-071-20/+21
* swiotlb: factor out a nr_slots helperJianxiong Gao2021-05-071-4/+9
* swiotlb: factor out an io_tlb_offset helperJianxiong Gao2021-05-071-7/+13
* swiotlb: add a IO_TLB_SIZE defineJianxiong Gao2021-05-071-6/+6
* capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-05-071-3/+62
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-071-10/+17
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-071-8/+4
* locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi2021-04-281-3/+4
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-281-29/+44
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-281-16/+33
* bpf: Allow variable-offset stack accessAndrei Matei2021-04-281-146/+511
* bpf: Permits pointers on stack for helper callsYonghong Song2021-04-281-1/+2
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-211-6/+11
* bpf: Improve verifier error messages for usersDaniel Borkmann2021-04-211-23/+63
* bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-04-211-8/+13
* bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-04-211-4/+5
* bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-04-211-10/+9
* bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann2021-04-211-1/+1
* lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-04-211-1/+2
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-04-161-3/+6
* lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-04-141-1/+1
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-141-1/+1
* bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky2021-04-141-2/+10
* bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-141-1/+1
* bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen2021-04-141-0/+5
* gcov: re-fix clang-11+ supportNick Desaulniers2021-04-141-10/+19
* Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-04-071-1/+1
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* static_call: Align static_call_is_init() patching conditionPeter Zijlstra2021-04-071-10/+4
* locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long2021-04-071-11/+14
* kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezingJens Axboe2021-04-071-1/+1
* bpf: Fix fexit trampoline.Alexei Starovoitov2021-04-073-53/+171
* PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba2021-03-301-1/+1
* bpf: Fix umd memory leak in copy_process()Zqiang2021-03-302-10/+30
* ftrace: Fix modify_ftrace_direct.Alexei Starovoitov2021-03-301-5/+38
* bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos2021-03-301-1/+1
* gcov: fix clang-11+ supportNick Desaulniers2021-03-301-0/+69