summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()Yafang Shao2023-08-161-3/+2
* bpf: Support default .validate() and .update() behavior for struct_ops linksDavid Vernet2023-08-141-6/+9
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-109-25/+44
|\
| * bpf: lru: Remove unused declaration bpf_lru_promote()Yue Haibing2023-08-081-1/+0
| * bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-073-7/+16
| * bpf: Fix an incorrect verification success with movsx insnYonghong Song2023-08-071-11/+20
| * bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang2023-08-041-2/+2
| * bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee2023-08-041-1/+1
| * bpf: Fix mprog detachment for empty mprog entryDaniel Borkmann2023-08-041-0/+2
| * bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu2023-08-031-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+42
|\ \ | |/ |/|
| * Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-071-1/+42
| |\
| | * workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo2023-07-251-1/+42
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-0310-131/+536
|\ \ \
| * | | net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-033-0/+3
| * | | bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-08-022-20/+3
| * | | tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta2023-08-011-4/+8
| * | | bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao2023-07-311-2/+0
| * | | bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao2023-07-311-3/+0
| * | | bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song2023-07-311-1/+2
| * | | bpf: Non-atomically allocate freelist during prefillYiFei Zhu2023-07-281-4/+8
| * | | bpf: Fix compilation warning with -WparenthesesYonghong Song2023-07-282-4/+4
| * | | bpf: Add kernel/bpftool asm support for new instructionsYonghong Song2023-07-271-6/+51
| * | | bpf: Support new 32bit offset jmp instructionYonghong Song2023-07-272-13/+38
| * | | bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song2023-07-271-2/+2
| * | | bpf: Support new signed div/mod instructions.Yonghong Song2023-07-272-18/+98
| * | | bpf: Support new unconditional bswap instructionYonghong Song2023-07-272-2/+19
| * | | bpf: Handle sign-extenstin ctx member accessesYonghong Song2023-07-271-0/+6
| * | | bpf: Support new sign-extension mov insnsYonghong Song2023-07-272-28/+157
| * | | bpf: Support new sign-extension load insnsYonghong Song2023-07-272-24/+137
| * | | bpf: work around -Wuninitialized warningArnd Bergmann2023-07-251-6/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-0313-122/+226
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-032-19/+33
| |\ \ \
| | * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-032-19/+33
| | |\ \ \
| | | * | | bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao2023-07-311-4/+10
| | | * | | bpf, cpumap: Make sure kthread is running before map update returnsHou Tao2023-07-311-10/+11
| | | * | | bpf: Disable preemption in bpf_event_outputJiri Olsa2023-07-251-1/+5
| | | * | | bpf: Disable preemption in bpf_perf_event_outputJiri Olsa2023-07-251-4/+7
| * | | | | Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-302-5/+17
| |\ \ \ \ \
| | * | | | | kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-07-291-1/+13
| | * | | | | tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)2023-07-261-4/+4
| * | | | | | Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-304-76/+155
| |\ \ \ \ \ \
| | * | | | | | locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra2023-07-174-76/+155
| * | | | | | | Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-295-22/+21
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-07-281-10/+4
| | * | | | | | tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui2023-07-281-0/+1
| | * | | | | | tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui2023-07-281-0/+2
| | * | | | | | tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui2023-07-281-0/+1
| | * | | | | | ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui2023-07-281-2/+1
| | * | | | | | ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-07-281-10/+12