summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-304/+1460
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+60
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet-1/+1
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet-2/+3
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet-0/+208
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet-0/+269
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet-0/+6
2023-01-24bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet-1/+90
2023-01-24bpf: Enable annotating trusted nested pointersDavid Vernet-3/+90
2023-01-24module: Don't wait for GOING modulesPetr Pavlu-5/+21
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen-32/+92
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev-1/+76
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev-30/+78
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev-105/+117
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev-15/+7
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev-24/+24
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman-0/+2
2023-01-20bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi-13/+11
2023-01-20bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi-42/+33
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi-8/+26
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi-12/+62
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi-0/+88
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi-18/+66
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi-4/+84
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-38/+29
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-23/+21
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa-46/+47
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei-12/+15
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek-0/+2
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-23/+21
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa-3/+19
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef-19/+16
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+76
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+60
2023-01-10bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien-11/+27
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-1/+6