aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-12dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()Leon Romanovsky1-5/+21
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky1-1/+2
2025-09-12dma-mapping: convert dma_direct_*map_page to be phys_addr_t basedLeon Romanovsky3-28/+43
2025-09-12iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_physLeon Romanovsky2-5/+5
2025-09-12dma-mapping: rename trace_dma_*map_page to trace_dma_*map_physLeon Romanovsky1-2/+2
2025-09-12dma-debug: refactor to use physical addresses for page mappingLeon Romanovsky3-33/+32
2025-09-12Merge tag 'dma-mapping-6.17-2025-09-09' into HEADMarek Szyprowski5-7/+71
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan1-0/+30
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan2-3/+4
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov44-97/+307
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-4/+26
2025-09-11entry: Add arch_irqentry_exit_need_resched() for arm64Jinjie Ruan1-1/+15
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-16/+36
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki2-4/+26
2025-09-10audit: fix skb leak when audit rate limit is exceededGerald Yang1-1/+3
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang1-0/+4
2025-09-10Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+13
2025-09-10PM: hibernate: Restrict GFP mask in hibernation_snapshot()Rafael J. Wysocki1-0/+1
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao4-21/+70
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao1-23/+35
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao3-29/+61
2025-09-10printk: kunit: support offstack cpumaskArnd Bergmann1-6/+18