summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | tcx: Fix splat during dev unregisterMartin KaFai Lau2023-07-311-4/+8
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-275-7/+21
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds2023-07-261-0/+4
| | |_|/ / | |/| | |
| * | | | Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-234-7/+17
| |\| | | | | |_|/ | |/| |
| | * | tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
| | * | ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
| | * | tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2014-56/+87
|\| |
| * | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-201-7/+25
| |\ \
| | * | bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi2023-07-181-2/+19
| | * | bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi2023-07-181-5/+6
| * | | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-181-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda2023-07-171-5/+5