summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-06resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai
2026-08-06selftests/bpf: Verify arena type tags in resolve_btfids testIhor Solodrai
2026-08-06resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai
2026-08-06resolve_btfids: Deduplicate BTF after btf2btf transformationsIhor Solodrai
2026-08-07bus: fsl-mc: drop unused assignment of acpi_device_id::driver_dataPawel Zalewski (The Capable Hub)
2026-08-07soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()Linkai Gong
2026-08-07phy: lynx-10g: use RCW override procedure for dynamic protocol changeVladimir Oltean
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean
2026-08-07dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR regionVladimir Oltean
2026-08-07soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()Vladimir Oltean
2026-08-07soc: fsl: guts: make it easier to determine on which SoC we are runningIoana Ciornei
2026-08-07soc: fsl: guts: add a central fsl_guts_read() functionIoana Ciornei
2026-08-07soc: fsl: guts: add a global structure to hold stateIoana Ciornei
2026-08-07soc: fsl: guts: use a macro to encode the DCFG CCSR spaceIoana Ciornei
2026-08-07soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setupVladimir Oltean
2026-08-07soc: fsl: dpio: fix kernel-doc typosRandy Dunlap
2026-08-07soc: fsl: fix kernel-doc warnings and typosRandy Dunlap
2026-08-07bus: fsl-mc: Remove redundant dev_err()Pan Chuang
2026-08-07soc: fsl: qe: Add support of IRQs in QE GPIOPaul Louvel
2026-08-06Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/s...Linus Torvalds
2026-08-06Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-08-06riscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui
2026-08-06ext4: fix estimate extent index blocks in ext4_ext_index_trans_blocks()Jan Kara
2026-08-06ext4: fix transaction overflow during writebackJan Kara
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara
2026-08-06selftests/mm: unpoison pages in memory-failure teardownMuhammad Usama Anjum
2026-08-06mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()Jiacheng Yu
2026-08-06mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macroJakov Novak
2026-08-06mm/zsmalloc: fix release order of locks in zs_page_migrate()Richard Chang
2026-08-06Documentation: zram: remove sections numberingSergey Senozhatsky
2026-08-06ksm: stop iterating VMAs when ksm_test_exit returns trueWang Wensheng
2026-08-06mm: fold userfaultfd_rwp() to false without CONFIG_ARCH_HAS_PTE_PROTNONEKiryl Shutsemau (Meta)
2026-08-06mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()Breno Leitao
2026-08-06zram: use a custom key for each zram objectSebastian Andrzej Siewior
2026-08-06zram: move lockmap to be per-zram instead per tableSebastian Andrzej Siewior
2026-08-06selftests/mm: fix gup_longterm EINVAL error messagezhaozhengzhuo
2026-08-06mm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
2026-08-06mm: compaction: support non-movable compaction for pageblock requestsJohannes Weiner
2026-08-06mm: page_alloc: __GFP_FS lockdep annotation for direct compactionJohannes Weiner
2026-08-06hugetlb: evaluate subpool free state while lockedYichong Chen
2026-08-06mm/damon: remove trailing semicolons after function definitionsXuewen Wang
2026-08-06mm/damon/ops-common: prevent migration fallback to non-target nodesJiahui Zhang
2026-08-06mm/damon: update outdated comment about DAMOS filter handlingSong Hu
2026-08-06arm64: remove early_ioremap_reset() call and __late_* macrosSang-Heon Jeon
2026-08-06riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()Sang-Heon Jeon
2026-08-06mm/early_ioremap: clarify early_ioremap_reset() semanticsSang-Heon Jeon
2026-08-06selftests/mm/pagemap_ioctl: fix missing NULL checks after calloc()longlong yan
2026-08-06selftests/mm: use MAP_FAILED for mmap error checklonglong yan
2026-08-06mm/rmap: batch unmap file folios belonging to uffd-wp VMAsDev Jain