summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-09-12Merge tag 'dma-mapping-6.17-2025-09-09' into HEADMarek Szyprowski
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-09-11entry: Add arch_irqentry_exit_need_resched() for arm64Jinjie Ruan
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2025-09-10audit: fix skb leak when audit rate limit is exceededGerald Yang
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-10Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-10PM: hibernate: Restrict GFP mask in hibernation_snapshot()Rafael J. Wysocki
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao