summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich2023-01-281-1/+15
* bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich2023-01-285-7/+435
* bpf: Build-time assert that cpumask offset is zeroDavid Vernet2023-01-281-0/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-2811-304/+1460
|\
| * bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+1
| * bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet2023-01-251-2/+3
| * bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet2023-01-251-0/+208
| * 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-242-1/+90
| * bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-242-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-201-13/+11
| * bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi2023-01-201-42/+33
| * bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi2023-01-201-8/+26
| * bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-201-12/+62
| * bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi2023-01-201-0/+88
| * bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2023-01-201-18/+66
| * bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi2023-01-201-4/+84
| * bpf: Change modules resolving for kprobe multi linkJiri Olsa2023-01-191-46/+47
| * livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei2023-01-194-12/+15
| * bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa2023-01-171-3/+19
| * bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien2023-01-101-11/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-275-28/+60
|\ \
| * | module: Don't wait for GOING modulesPetr Pavlu2023-01-241-5/+21
| * | Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-01-222-23/+35
| |\ \
| | * | sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long2023-01-161-2/+8
| | * | sched/fair: Fixes for capacity inversion detectionQais Yousef2023-01-131-2/+11
| | * | sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-01-131-19/+16
| * | | Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-211-0/+2
| |\ \ \
| | * | | prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-211-0/+2
| * | | | Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-01-211-0/+2
| |\ \ \ \
| | * | | | kheaders: explicitly validate existence of cpio commandThomas Weißschuh2023-01-181-0/+2
| | |/ / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-207-38/+29
|\| | | |
| * | | | Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-01-205-23/+21
| |\ \ \ \
| | * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-175-23/+21
| | |\ \ \ \
| | | * | | | bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst2023-01-131-1/+3
| | | * | | | bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang2023-01-121-2/+2
| | | * | | | bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore2023-01-091-14/+6
| | | * | | | bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore2023-01-092-7/+2
| | | * | | | bpf: Skip task with pid=1 in send_signal_common()Hao Sun2023-01-061-0/+3
| | | * | | | bpf: Skip invalid kfunc call in backtrack_insnHao Sun2023-01-061-0/+6
| | | |/ / /
| * | | | | Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-191-0/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-191-0/+2
| | |\ \ \ \ \
| | | * | | | | kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman2023-01-161-0/+1