summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi
2022-01-18bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-07Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-01-06Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-06cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-01-06cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2022-01-05bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-29notifier: Return an error when a callback has already been registeredBorislav Petkov
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo
2021-12-23Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-12-21bpf: Use struct_size() helperXiu Jianfeng
2021-12-19Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-19Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-12-19Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-12-18bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-18bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo