summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-06bpf: Fix verifier support for validation of async callbacksKris Van Hees1-0/+1
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann1-6/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller23-369/+672
2021-12-31bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-9/+31
2021-12-30net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+1
2021-12-30bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh4-15/+50
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang1-0/+6
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+11
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo1-0/+11
2021-12-24Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+9
2021-12-22bpf: Use struct_size() helperXiu Jianfeng2-7/+2
2021-12-19Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+1
2021-12-19Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2021-12-19Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2021-12-19bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi1-21/+73
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo7-24/+38
2021-12-19bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2-6/+28
2021-12-19bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2-2/+2
2021-12-19bpf: Introduce MEM_RDONLY flagHao Luo3-38/+53
2021-12-19bpf: 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-18timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao1-2/+1
2021-12-17Only output backtracking information in log level 2Christy Lee1-3/+3
2021-12-17bpf: Right align verifier states in verifier logs.Christy Lee1-21/+36
2021-12-17bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-14/+69
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-41/+75
2021-12-17Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+10
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-17/+36
2021-12-17add 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-15bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-15bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-15signal: Skip the altstack update when not neededChang S. Bae1-0/+9
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2-4/+4
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-12bpf: Silence coverity false positive warning.Alexei Starovoitov1-4/+4
2021-12-12bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2021-12-12bpf: Add bpf_strncmp helperHou Tao1-0/+16
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+9
2021-12-11timers: implement usleep_idle_range()SeongJae Park1-7/+9
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-66/+587
2021-12-11Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+13
2021-12-11Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7