index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
resolve_btfids: Deduplicate BTF after btf2btf transformations
Ihor Solodrai
1
-0
/
+6
2026-08-07
bus: fsl-mc: drop unused assignment of acpi_device_id::driver_data
Pawel Zalewski (The Capable Hub)
1
-1
/
+1
2026-08-07
soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()
Linkai Gong
1
-2
/
+1
2026-08-07
phy: lynx-10g: use RCW override procedure for dynamic protocol change
Vladimir Oltean
2
-9
/
+15
2026-08-07
soc: fsl: guts: implement the RCW override procedure
Vladimir Oltean
2
-8
/
+409
2026-08-07
dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR region
Vladimir Oltean
1
-1
/
+14
2026-08-07
soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()
Vladimir Oltean
1
-7
/
+10
2026-08-07
soc: fsl: guts: make it easier to determine on which SoC we are running
Ioana Ciornei
1
-6
/
+41
2026-08-07
soc: fsl: guts: add a central fsl_guts_read() function
Ioana Ciornei
1
-4
/
+9
2026-08-07
soc: fsl: guts: add a global structure to hold state
Ioana Ciornei
1
-11
/
+18
2026-08-07
soc: fsl: guts: use a macro to encode the DCFG CCSR space
Ioana Ciornei
1
-1
/
+3
2026-08-07
soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setup
Vladimir Oltean
1
-13
/
+20
2026-08-07
soc: fsl: dpio: fix kernel-doc typos
Randy Dunlap
1
-2
/
+2
2026-08-07
soc: fsl: fix kernel-doc warnings and typos
Randy Dunlap
1
-9
/
+10
2026-08-07
bus: fsl-mc: Remove redundant dev_err()
Pan Chuang
1
-5
/
+1
2026-08-07
soc: fsl: qe: Add support of IRQs in QE GPIO
Paul Louvel
2
-1
/
+28
2026-08-06
Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/s...
Linus Torvalds
19
-165
/
+246
2026-08-06
Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
5
-11
/
+32
2026-08-06
riscv: ftrace: Fix ftrace_modify_call failure on kprobed functions
Pu Lehui
1
-1
/
+4
2026-08-06
ext4: fix estimate extent index blocks in ext4_ext_index_trans_blocks()
Jan Kara
1
-3
/
+11
2026-08-06
ext4: fix transaction overflow during writeback
Jan Kara
1
-3
/
+3
2026-08-06
ext4: teach ext4_meta_trans_blocks() about number of allocated extents
Jan Kara
3
-17
/
+17
2026-08-06
selftests/mm: unpoison pages in memory-failure teardown
Muhammad Usama Anjum
1
-22
/
+22
2026-08-06
mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
Jiacheng Yu
1
-1
/
+4
2026-08-06
mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
Jakov Novak
1
-16
/
+15
2026-08-06
mm/zsmalloc: fix release order of locks in zs_page_migrate()
Richard Chang
1
-2
/
+2
2026-08-06
Documentation: zram: remove sections numbering
Sergey Senozhatsky
1
-20
/
+20
2026-08-06
ksm: stop iterating VMAs when ksm_test_exit returns true
Wang Wensheng
1
-1
/
+1
2026-08-06
mm: fold userfaultfd_rwp() to false without CONFIG_ARCH_HAS_PTE_PROTNONE
Kiryl Shutsemau (Meta)
1
-0
/
+6
2026-08-06
mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
Breno Leitao
1
-1
/
+1
2026-08-06
zram: use a custom key for each zram object
Sebastian Andrzej Siewior
2
-8
/
+4
2026-08-06
zram: move lockmap to be per-zram instead per table
Sebastian Andrzej Siewior
2
-13
/
+10
2026-08-06
selftests/mm: fix gup_longterm EINVAL error message
zhaozhengzhuo
1
-1
/
+1
2026-08-06
mm: page_alloc: fix non-movable reclaim storm in defrag_mode
Johannes Weiner
3
-6
/
+33
2026-08-06
mm: page_alloc: move capture_control to the page allocator
Vlastimil Babka (SUSE)
4
-45
/
+57
2026-08-06
mm: compaction: support non-movable compaction for pageblock requests
Johannes Weiner
1
-7
/
+39
2026-08-06
mm: page_alloc: __GFP_FS lockdep annotation for direct compaction
Johannes Weiner
1
-0
/
+2
2026-08-06
hugetlb: evaluate subpool free state while locked
Yichong Chen
1
-2
/
+4
2026-08-06
mm/damon: remove trailing semicolons after function definitions
Xuewen Wang
3
-3
/
+3
2026-08-06
mm/damon/ops-common: prevent migration fallback to non-target nodes
Jiahui Zhang
1
-1
/
+1
2026-08-06
mm/damon: update outdated comment about DAMOS filter handling
Song Hu
1
-9
/
+8
2026-08-06
arm64: remove early_ioremap_reset() call and __late_* macros
Sang-Heon Jeon
2
-5
/
+0
2026-08-06
riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()
Sang-Heon Jeon
1
-3
/
+0
2026-08-06
mm/early_ioremap: clarify early_ioremap_reset() semantics
Sang-Heon Jeon
1
-3
/
+7
2026-08-06
selftests/mm/pagemap_ioctl: fix missing NULL checks after calloc()
longlong yan
1
-1
/
+7
2026-08-06
selftests/mm: use MAP_FAILED for mmap error check
longlong yan
1
-53
/
+53
2026-08-06
mm/rmap: batch unmap file folios belonging to uffd-wp VMAs
Dev Jain
1
-4
/
+2
2026-08-06
mm/memory: batch set uffd-wp markers during zapping
Dev Jain
3
-39
/
+29
2026-08-06
mm/memory: move pte_install_uffd_wp_if_needed() into memory.c
Dev Jain
3
-53
/
+63
2026-08-06
hugetlb: make hugepage_put_subpool() tolerate NULL
Yichong Chen
2
-4
/
+5
[prev]
[next]