aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge branch 'resolve_btfids-implement-btf-tags-emission-for-kfuncs'Eduard Zingerman6-13/+304
2026-08-06docs, resolve_btfids: Document kfunc BTF annotation emissionIhor Solodrai3-5/+18
2026-08-06selftests/bpf: Verify decl tags emission in resolve_btfids testIhor Solodrai1-0/+40
2026-08-06resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai2-2/+31
2026-08-06selftests/bpf: Verify arena type tags in resolve_btfids testIhor Solodrai2-0/+76
2026-08-06resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai2-7/+134
2026-08-06resolve_btfids: Deduplicate BTF after btf2btf transformationsIhor Solodrai1-0/+6
2026-08-07bus: fsl-mc: drop unused assignment of acpi_device_id::driver_dataPawel Zalewski (The Capable Hub)1-1/+1
2026-08-07soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()Linkai Gong1-2/+1
2026-08-07phy: lynx-10g: use RCW override procedure for dynamic protocol changeVladimir Oltean2-9/+15
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean2-8/+409
2026-08-07dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR regionVladimir Oltean1-1/+14
2026-08-07soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()Vladimir Oltean1-7/+10
2026-08-07soc: fsl: guts: make it easier to determine on which SoC we are runningIoana Ciornei1-6/+41
2026-08-07soc: fsl: guts: add a central fsl_guts_read() functionIoana Ciornei1-4/+9
2026-08-07soc: fsl: guts: add a global structure to hold stateIoana Ciornei1-11/+18
2026-08-07soc: fsl: guts: use a macro to encode the DCFG CCSR spaceIoana Ciornei1-1/+3
2026-08-07soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setupVladimir Oltean1-13/+20
2026-08-07soc: fsl: dpio: fix kernel-doc typosRandy Dunlap1-2/+2
2026-08-07soc: fsl: fix kernel-doc warnings and typosRandy Dunlap1-9/+10
2026-08-07bus: fsl-mc: Remove redundant dev_err()Pan Chuang1-5/+1
2026-08-07soc: fsl: qe: Add support of IRQs in QE GPIOPaul Louvel2-1/+28
2026-08-06Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds19-165/+246
2026-08-06Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-11/+32
2026-08-06riscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui1-1/+4
2026-08-06ext4: fix estimate extent index blocks in ext4_ext_index_trans_blocks()Jan Kara1-3/+11
2026-08-06ext4: fix transaction overflow during writebackJan Kara1-3/+3
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara3-17/+17
2026-08-06selftests/mm: unpoison pages in memory-failure teardownMuhammad Usama Anjum1-22/+22
2026-08-06mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()Jiacheng Yu1-1/+4
2026-08-06mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macroJakov Novak1-16/+15
2026-08-06mm/zsmalloc: fix release order of locks in zs_page_migrate()Richard Chang1-2/+2
2026-08-06Documentation: zram: remove sections numberingSergey Senozhatsky1-20/+20
2026-08-06ksm: stop iterating VMAs when ksm_test_exit returns trueWang Wensheng1-1/+1
2026-08-06mm: fold userfaultfd_rwp() to false without CONFIG_ARCH_HAS_PTE_PROTNONEKiryl Shutsemau (Meta)1-0/+6
2026-08-06mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()Breno Leitao1-1/+1
2026-08-06zram: use a custom key for each zram objectSebastian Andrzej Siewior2-8/+4
2026-08-06zram: move lockmap to be per-zram instead per tableSebastian Andrzej Siewior2-13/+10
2026-08-06selftests/mm: fix gup_longterm EINVAL error messagezhaozhengzhuo1-1/+1
2026-08-06mm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner3-6/+33
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)4-45/+57
2026-08-06mm: compaction: support non-movable compaction for pageblock requestsJohannes Weiner1-7/+39
2026-08-06mm: page_alloc: __GFP_FS lockdep annotation for direct compactionJohannes Weiner1-0/+2
2026-08-06hugetlb: evaluate subpool free state while lockedYichong Chen1-2/+4
2026-08-06mm/damon: remove trailing semicolons after function definitionsXuewen Wang3-3/+3
2026-08-06mm/damon/ops-common: prevent migration fallback to non-target nodesJiahui Zhang1-1/+1
2026-08-06mm/damon: update outdated comment about DAMOS filter handlingSong Hu1-9/+8
2026-08-06arm64: remove early_ioremap_reset() call and __late_* macrosSang-Heon Jeon2-5/+0
2026-08-06riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()Sang-Heon Jeon1-3/+0
2026-08-06mm/early_ioremap: clarify early_ioremap_reset() semanticsSang-Heon Jeon1-3/+7