aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann1-6/+0
2023-07-31swiotlb: unexport is_swiotlb_activeChristoph Hellwig1-1/+0
2023-07-31cpu/SMT: Fix cpu_smt_possible() commentZhang Rui1-1/+1
2023-07-31genirq: Remove unused extern declarationYueHaibing1-2/+0
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch3-19/+20
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra2-3/+5
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman12-103/+197
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)1-7/+8
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian1-8/+11
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)1-11/+22
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)1-19/+3
2023-07-30ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak1-14/+6
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)4-22/+24
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+17
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-76/+155
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-22/+21
2023-07-29kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-07-28tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian1-10/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui1-0/+1
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui1-0/+2
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui1-0/+1
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui1-2/+1
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian1-10/+12
2023-07-28bpf: Non-atomically allocate freelist during prefillYiFei Zhu1-4/+8
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song2-4/+4
2023-07-28kernel/reboot: Add device to sys_off_handlerBenjamin Bara1-0/+3
2023-07-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara1-0/+1
2023-07-28cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman1-16/+44
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman1-1/+23
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour1-2/+2
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-1/+20
2023-07-28cpu/SMT: Move smt/control simple exit cases earlierMichael Ellerman1-6/+6
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman1-0/+1
2023-07-28cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour1-14/+10
2023-07-27bpf: Add kernel/bpftool asm support for new instructionsYonghong Song1-6/+51
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song2-13/+38
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-2/+2
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song2-18/+98
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song2-2/+19
2023-07-27bpf: Handle sign-extenstin ctx member accessesYonghong Song1-0/+6
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song2-28/+157
2023-07-27bpf: Support new sign-extension load insnsYonghong Song2-24/+137
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+21
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh1-3/+3
2023-07-26kunit: time: Mark test as slow using test attributesRae Moar1-1/+1
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds1-0/+4
2023-07-26sched/topology: Align group flags when removing degenerate domainChen Yu1-2/+1
2023-07-26sched/fair: remove util_est boostingVincent Guittot1-3/+0
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)1-4/+4
2023-07-25bpf: work around -Wuninitialized warningArnd Bergmann1-6/+6