summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03module: Expose module_init_layout_section()James Morse
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen
2023-08-02cgroup: clean up printk()Kamalesh Babulal
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik
2023-08-01swiotlb: determine potential physical address limitPetr Tesarik
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik
2023-08-01swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik
2023-08-01swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik
2023-08-01swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik
2023-07-31bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao
2023-07-31bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao
2023-07-31bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song
2023-07-31rcu-tasks: Permit use of debug-objects with RCU Tasks flavorsPaul E. McKenney
2023-07-31bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao
2023-07-31bpf, cpumap: Make sure kthread is running before map update returnsHou Tao
2023-07-31tcx: Fix splat during dev unregisterMartin KaFai Lau
2023-07-31eventfs: Move tracing/events to eventfsAjay Kaher
2023-07-31dma-contiguous: check for memory region overlapBinglei Wang
2023-07-31dma-contiguous: support numa CMA for specified nodeYajun Deng
2023-07-31dma-contiguous: support per-numa CMA for all architecturesYajun Deng
2023-07-31dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann
2023-07-31swiotlb: unexport is_swiotlb_activeChristoph Hellwig
2023-07-31cpu/SMT: Fix cpu_smt_possible() commentZhang Rui
2023-07-31genirq: Remove unused extern declarationYueHaibing
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-30tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)
2023-07-30tracing: Set actual size after ring buffer resizeZheng Yejian
2023-07-30tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)
2023-07-30tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)
2023-07-30ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak
2023-07-30tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-30Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds