summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-07-31bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song-1/+2
2023-07-31rcu-tasks: Permit use of debug-objects with RCU Tasks flavorsPaul E. McKenney-10/+6
2023-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao-4/+10
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao-10/+11
2023-07-31tcx: Fix splat during dev unregisterMartin KaFai Lau-4/+8
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher-33/+34
2023-07-31dma-contiguous: check for memory region overlapBinglei Wang-0/+5
2023-07-31dma-contiguous: support numa CMA for specified nodeYajun Deng-26/+84
2023-07-31dma-contiguous: support per-numa CMA for all architecturesYajun Deng-4/+10
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann-6/+0
2023-07-31swiotlb: unexport is_swiotlb_activeChristoph Hellwig-1/+0
2023-07-31cpu/SMT: Fix cpu_smt_possible() commentZhang Rui-1/+1
2023-07-31genirq: Remove unused extern declarationYueHaibing-2/+0
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch-19/+20
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra-3/+5
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman-103/+197
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)-7/+8
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian-8/+11
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)-11/+22
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)-19/+3
2023-07-30ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak-14/+6
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)-22/+24
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+17
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-76/+155
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-22/+21
2023-07-29kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)-1/+13
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian-10/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui-0/+1
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui-0/+2
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui-0/+1
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui-2/+1
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian-10/+12
2023-07-28bpf: Non-atomically allocate freelist during prefillYiFei Zhu-4/+8
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song-4/+4
2023-07-28kernel/reboot: Add device to sys_off_handlerBenjamin Bara-0/+3
2023-07-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara-0/+1
2023-07-28cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman-16/+44
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman-1/+23
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour-2/+2
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman-1/+20
2023-07-28cpu/SMT: Move smt/control simple exit cases earlierMichael Ellerman-6/+6
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman-0/+1
2023-07-28cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour-14/+10
2023-07-27bpf: Add kernel/bpftool asm support for new instructionsYonghong Song-6/+51
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song-13/+38
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song-2/+2
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song-18/+98
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song-2/+19
2023-07-27bpf: Handle sign-extenstin ctx member accessesYonghong Song-0/+6
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song-28/+157