summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-15sched/fair: update_cfs_group() for throttled cfs_rqsAaron Lu
2025-09-15sched/fair: Propagate load for throttled cfs_rqAaron Lu
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-14Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-14perf: make pmu_bus constRicardo B. Marliere
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas
2025-09-13crash: add KUnit tests for crash_exclude_mem_rangeCoiby Xu
2025-09-13panic: remove redundant panic-cpu backtraceSergey Senozhatsky
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang
2025-09-13panic: use panic_try_start() in vpanic()Jinchao Wang
2025-09-13panic: use panic_try_start() in nmi_panic()Jinchao Wang
2025-09-13crash_core: use panic_try_start() in crash_kexec()Jinchao Wang
2025-09-13panic: introduce helper functions for panic stateJinchao Wang
2025-09-13panic: clean up message about deprecated 'panic_print' parameterPetr Mladek
2025-09-13panic: add note that 'panic_print' parameter is deprecatedFeng Tang
2025-09-13kexec_core: remove redundant 0 value initializationLiao Yuanhong
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...Oleg Nesterov
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang
2025-09-13watchdog/softlockup: fix incorrect CPU utilization output during softlockupZhenguoYao
2025-09-13watchdog/softlockup: fix wrong output when watchdog_thresh < 3ZhenguoYao
2025-09-13kcov: use write memory barrier after memcpy() in kcov_move_area()Soham Bagchi
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak
2025-09-13hung_task: dump blocker task if it is not hungMasami Hiramatsu (Google)
2025-09-13kho: make sure kho_scratch argument is fully consumedPratyush Yadav
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: convert prctl to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13kho: allow scratch areas with zero sizeMike Rapoport (Microsoft)
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu
2025-09-13mm: memory-tiering: fix PGPROMOTE_CANDIDATE countingRuan Shiyang
2025-09-13rseq: Protect event mask against membarrier IPIThomas Gleixner
2025-09-13padata: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-13padata: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-12dma-mapping: export new dma_*map_phys() interfaceLeon Romanovsky
2025-09-12dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()Leon Romanovsky
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky
2025-09-12dma-mapping: convert dma_direct_*map_page to be phys_addr_t basedLeon Romanovsky
2025-09-12iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_physLeon Romanovsky
2025-09-12dma-mapping: rename trace_dma_*map_page to trace_dma_*map_physLeon Romanovsky
2025-09-12dma-debug: refactor to use physical addresses for page mappingLeon Romanovsky