summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann-10/+10
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe-0/+1
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann-20/+3
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin-1/+1
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen-0/+2
2023-08-02cgroup: clean up printk()Kamalesh Babulal-2/+2
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig-3/+11
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld-1/+81
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld-8/+14
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta-4/+8
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik-8/+6
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik-25/+123
2023-08-01swiotlb: determine potential physical address limitPetr Tesarik-0/+14
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik-9/+309
2023-08-01swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik-0/+26
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik-64/+111
2023-08-01swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik-6/+55
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik-1/+38
2023-08-01swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik-0/+3
2023-07-31bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao-2/+0
2023-07-31bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao-3/+0
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