aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang1-3/+1
2025-09-15srcu: Document srcu_flip() memory-barrier D relation to SRCU-fastPaul E. McKenney1-0/+10
2025-09-15Merge back earlier material related to system sleep for 6.18Rafael J. Wysocki4-5/+5
2025-09-15PM: EM: Fix late boot with holes in CPU topologyChristian Loehle1-5/+6
2025-09-15sched/fair: Do not balance task to a throttled cfs_rqAaron Lu1-4/+18
2025-09-15sched/fair: Do not special case tasks in throttled hierarchyAaron Lu1-4/+4
2025-09-15sched/fair: update_cfs_group() for throttled cfs_rqsAaron Lu1-3/+0
2025-09-15sched/fair: Propagate load for throttled cfs_rqAaron Lu1-8/+18
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt1-0/+4
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman28-60/+190
2025-09-14Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+3
2025-09-14perf: make pmu_bus constRicardo B. Marliere1-1/+1
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas1-0/+20
2025-09-13crash: add KUnit tests for crash_exclude_mem_rangeCoiby Xu4-0/+370
2025-09-13panic: remove redundant panic-cpu backtraceSergey Senozhatsky1-9/+21
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang3-3/+3
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang2-0/+10
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang4-16/+5
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2
2025-09-13panic: use panic_try_start() in vpanic()Jinchao Wang1-6/+2
2025-09-13panic: use panic_try_start() in nmi_panic()Jinchao Wang1-8/+2
2025-09-13crash_core: use panic_try_start() in crash_kexec()Jinchao Wang1-12/+3
2025-09-13panic: introduce helper functions for panic stateJinchao Wang2-5/+53
2025-09-13panic: clean up message about deprecated 'panic_print' parameterPetr Mladek1-3/+8
2025-09-13panic: add note that 'panic_print' parameter is deprecatedFeng Tang1-1/+18
2025-09-13kexec_core: remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...Oleg Nesterov1-10/+6
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang1-2/+0
2025-09-13watchdog/softlockup: fix incorrect CPU utilization output during softlockupZhenguoYao1-1/+13
2025-09-13watchdog/softlockup: fix wrong output when watchdog_thresh < 3ZhenguoYao1-4/+4
2025-09-13kcov: use write memory barrier after memcpy() in kcov_move_area()Soham Bagchi1-0/+9
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak1-0/+1
2025-09-13hung_task: dump blocker task if it is not hungMasami Hiramatsu (Google)1-37/+41
2025-09-13kho: make sure kho_scratch argument is fully consumedPratyush Yadav1-0/+4
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-12/+47
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes1-1/+1
2025-09-13mm: update fork mm->flags initialisation to use bitmapLorenzo Stoakes1-2/+5
2025-09-13mm: convert uprobes to mm_flags_*() accessorsLorenzo Stoakes1-16/+16
2025-09-13mm: convert prctl to mm_flags_*() accessorsLorenzo Stoakes1-8/+8
2025-09-13kho: allow scratch areas with zero sizeMike Rapoport (Microsoft)1-1/+6
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu2-4/+3
2025-09-13mm: memory-tiering: fix PGPROMOTE_CANDIDATE countingRuan Shiyang1-2/+3
2025-09-13rseq: Protect event mask against membarrier IPIThomas Gleixner1-5/+5
2025-09-13padata: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+3
2025-09-13padata: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-38/+169
2025-09-12dma-mapping: export new dma_*map_phys() interfaceLeon Romanovsky4-112/+37