summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich2023-09-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-2111-36/+184
|\
| * Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-216-20/+142
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-166-20/+142
| | |\
| | | * bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa2023-09-151-1/+3
| | | * bpf: Skip unit_size checking for global per-cpu allocatorHou Tao2023-09-151-0/+7
| | | * bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap2023-09-121-6/+7
| | | * bpf: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-121-1/+1
| | | * bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman2023-09-111-5/+7
| | | * bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-09-111-3/+18
| | | * bpf: Ensure unit_size is matched with slab cache object sizeHou Tao2023-09-111-2/+31
| | | * bpf: Don't prefill for unused bpf_mem_cacheHou Tao2023-09-111-2/+14
| | | * bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZEHou Tao2023-09-111-0/+38
| | | * bpf: Add override check to kprobe multi link attachJiri Olsa2023-09-081-0/+16
| * | | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-2/+25
| |\ \ \
| | * | | sched/fair: Fix SMT4 group_smt_balance handlingTim Chen2023-09-131-1/+11
| | * | | sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde2023-09-021-1/+14
| * | | | Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-0/+1
| |\ \ \ \
| | * | | | panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-151-0/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-09-153-14/+16
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu2023-09-121-6/+6
| | * | | PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2023-09-122-8/+10
* | | | | bpf: Remove unused variables.Alexei Starovoitov2023-09-191-5/+1
* | | | | bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi2023-09-191-1/+1
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-1710-168/+733
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi2023-09-161-0/+4
| * | | | bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi2023-09-162-0/+7
| * | | | bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi2023-09-161-1/+5
| * | | | bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi2023-09-161-0/+6
| * | | | bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi2023-09-161-13/+24
| * | | | bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi2023-09-161-2/+13
| * | | | bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-162-16/+126
| * | | | bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi2023-09-161-28/+100
| * | | | bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-163-15/+141
| * | | | bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi2023-09-163-10/+40
| * | | | arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi2023-09-161-0/+9
| * | | | bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba2023-09-151-1/+8
| * | | | bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-151-1/+1
| * | | | bpf: make it easier to add new metadata kfuncStanislav Fomichev2023-09-151-4/+5
| * | | | bpf: Charge modmem for struct_ops trampolineSong Liu2023-09-141-4/+22
| * | | | bpf, x64: Fix tailcall infinite loopLeon Hwang2023-09-122-2/+5
| * | | | bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov2023-09-081-7/+4
| * | | | bpf: task_group_seq_get_next: kill next_taskOleg Nesterov2023-09-081-8/+6
| * | | | bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov2023-09-081-1/+1
| * | | | bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov2023-09-081-10/+2
| * | | | bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov2023-09-081-7/+0
| * | | | bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao2023-09-081-2/+7
| * | | | bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao2023-09-081-1/+6
| * | | | bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song2023-09-081-0/+20
| * | | | bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song2023-09-081-8/+51