summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-24bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi
2024-04-24bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov
2024-04-23bpf: add bpf_wq_startBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires
2024-04-23bpf: wq: add bpf_wq_initBenjamin Tissoires
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-23bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires
2024-04-23bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires
2024-04-23bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-04-23bpf: make timer data struct more genericBenjamin Tissoires
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-22bpf: Fix typo in function save_aux_ptr_typeRafael Passos
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan
2024-04-16btf: Avoid weak external referencesArd Biesheuvel
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov
2024-03-29bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-03-28bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-03-28bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko
2024-03-28bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-27bpf: Protect against int overflow for stack access sizeAndrei Matei
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei
2024-03-27Fix memory leak in posix_clock_open()Linus Torvalds
2024-03-27bpf: fix warning for crash_kexecHari Bathini
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-26crash: use macro to add crashk_res into iomem early for specific archBaoquan He