summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2023-01-252-0/+269
* bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-251-0/+6
* bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2023-01-252-1/+90
* bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-252-3/+90
* bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen2023-01-233-32/+92
* bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-233-1/+76
* bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-233-30/+78
* bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev2023-01-231-105/+117
* bpf: Move offload initialization into late_initcallStanislav Fomichev2023-01-231-15/+7
* bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-234-24/+24
* bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi2023-01-211-13/+11
* bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi2023-01-211-42/+33
* bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi2023-01-211-8/+26
* bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-211-12/+62
* bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi2023-01-211-0/+88
* bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2023-01-211-18/+66
* bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi2023-01-211-4/+84
* bpf: Change modules resolving for kprobe multi linkJiri Olsa2023-01-201-46/+47
* livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-204-12/+15
* bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa2023-01-181-3/+19
* bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien2023-01-111-11/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0621-128/+253
|\
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-054-18/+48
| |\
| | * bpf: Always use maximal size for copy_array()Kees Cook2022-12-281-5/+7
| | * bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee2022-12-281-12/+27
| | * bpf: Fix panic due to wrong pageattr of im->imageChuang Wang2022-12-281-0/+4
| | * Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-242-1/+10
| | |\
| | | * bpf: fix nullness propagation for reg to reg comparisonsHao Sun2022-12-231-1/+8
| | | * bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao2022-12-191-0/+2
| * | | Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-37/+17
| |\ \ \
| | * | | perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
| | * | | perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
| | * | | perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
| | * | | perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
| * | | | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-01-013-16/+56
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers2022-12-271-4/+7
| | * | | rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2022-12-122-12/+49
| * | | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-233-7/+9
| |\ \ \ \
| | * | | | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| | * | | | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
| * | | | | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-231-0/+4
| |\ \ \ \ \
| | * | | | | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
| * | | | | | Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds2022-12-231-0/+5
| |\ \ \ \ \ \
| | * | | | | | gcov: add support for checksum fieldRickard x Andersson2022-12-211-0/+5
| | |/ / / / /
| * | | | | | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-222-2/+2
| |\ \ \ \ \ \
| | * | | | | | rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-202-2/+2
| * | | | | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-226-48/+112
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-153-10/+17
| | * | | | | | tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-154-24/+85
| | * | | | | | kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-6/+2