summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2023-01-20bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi
2023-01-20bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-12-28bpf: rename list_head -> graph_root in field info typesDave Marchevsky
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang
2022-12-27bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko
2022-12-27bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko
2022-12-27bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko
2022-12-27bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko
2022-12-27bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko
2022-12-27bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds
2022-12-23cfi: Fix CFI failure with KASANSami Tolvanen
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun
2022-12-22bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds