aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2-2/+2
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo3-38/+53
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo3-177/+132
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2-27/+27
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo1-25/+14
2021-12-18locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang1-1/+1
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao1-2/+1
2021-12-16Only output backtracking information in log level 2Christy Lee1-3/+3
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee1-21/+36
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-14/+69
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-41/+75
2021-12-16Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-11/+10
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-17/+36
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski6-0/+6
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore1-11/+10
2021-12-15audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore1-1/+17
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-14audit: use struct_size() helper in kmalloc()Xiu Jianfeng3-3/+3
2021-12-14signal: Skip the altstack update when not neededChang S. Bae1-0/+9
2021-12-14cgroup: return early if it is already on preloaded listWei Yang1-2/+2
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+4
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2-4/+4
2021-12-13cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long1-11/+3
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa3-6/+134
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa1-4/+3
2021-12-11bpf: Silence coverity false positive warning.Alexei Starovoitov1-4/+4
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2021-12-11bpf: Add bpf_strncmp helperHou Tao1-0/+16
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+9
2021-12-10timers: implement usleep_idle_range()SeongJae Park1-7/+9
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-66/+587
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+13
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-0/+7
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon1-4/+0
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver2-6/+10
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver1-0/+9
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver2-21/+30
2021-12-09sched, kcsan: Enable memory barrier instrumentationMarco Elver1-4/+3
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationMarco Elver2-0/+143
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver1-0/+319
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver1-29/+63
2021-12-09kcsan: Show location access was reordered toMarco Elver1-12/+23
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver2-10/+10
2021-12-09kcsan: Add core memory barrier instrumentation functionsMarco Elver1-1/+67
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver1-15/+187
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsMarco Elver1-3/+15