summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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
| * bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song2023-09-082-22/+106
| * bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song2023-09-082-0/+9
| * bpf: Add support for non-fix-size percpu mem allocationYonghong Song2023-09-082-11/+11
* | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-136-30/+88
|\ \
| * | eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan2023-09-121-4/+9
| * | tracing/synthetic: Print out u64 values properlyTero Kristo2023-09-121-1/+1
| * | tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-091-13/+0
| * | tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-091-2/+2
| * | ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-09-091-0/+5
| * | ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-09-071-0/+2
| * | tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * | tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+22
| * | tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * | tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-071-5/+10
| * | tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-073-2/+33
* | | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-091-4/+4
|\ \ \
| * \ \ Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-081-4/+4
| |\ \ \
| | * | | bpf: make bpf_prog_pack allocator portablePuranjay Mohan2023-09-061-4/+4
* | | | | Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-094-13/+18
|\ \ \ \ \
| * | | | | Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang2023-09-081-5/+0
| * | | | | dma-pool: remove a __maybe_unused label in atomic_pool_expandChristoph Hellwig2023-08-311-2/+2
| * | | | | dma-contiguous: fix the Kconfig entry for CONFIG_DMA_NUMA_CMAChristoph Hellwig2023-08-301-1/+1
| * | | | | dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky2023-08-301-5/+15
* | | | | | Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-081-2/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |