summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2021-12-16Only output backtracking information in log level 2Christy Lee
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann
2021-12-14signal: Skip the altstack update when not neededChang S. Bae
2021-12-14arm64: Enable KCSANKefeng Wang
2021-12-14perf: Add a counter for number of user access events in contextRob Herring
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa
2021-12-11bpf: Silence coverity false positive warning.Alexei Starovoitov
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong
2021-12-11bpf: Add bpf_strncmp helperHou Tao
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-10timers: implement usleep_idle_range()SeongJae Park
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon
2021-12-09ucounts: Fix rlimit max values checkAlexey Gladkov
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09wait: add wake_up_pollfree()Eric Biggers
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse
2021-12-06bpf: Silence purge_cand_cache build warning.Alexei Starovoitov
2021-12-06bpf: Remove config check to enable bpf support for branch recordsKajol Jain
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-03libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy