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-07-28
writeback.h: fix a typo in the wbc_init_bio() description
Andreas Gruenbacher
1
-1
/
+1
2026-07-28
mm: add writeback.h to docs build
Matthew Wilcox (Oracle)
1
-0
/
+1
2026-07-28
mm/page_owner: document page_owner filter
Zhen Ni
1
-2
/
+76
2026-07-28
tools/mm: add page_owner_filter userspace tool
Zhen Ni
2
-2
/
+312
2026-07-28
mm/page_owner: add NUMA node filter
Zhen Ni
1
-2
/
+52
2026-07-28
mm/page_owner: add print_mode filter
Zhen Ni
1
-6
/
+110
2026-07-28
mm/migrate: use migrate_info field instead of private
Shivank Garg
2
-7
/
+10
2026-07-28
mm/migrate: fix stale list name in migrate_folios_move() comment
Shivank Garg
1
-1
/
+1
2026-07-28
mm/migrate: rename page to folio leftovers
Shivank Garg
1
-19
/
+17
2026-07-28
mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()
Kefeng Wang
1
-1
/
+1
2026-07-28
mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()
Kefeng Wang
1
-1
/
+1
2026-07-28
mm: mprotect: use walk_page_range_vma() in mprotect_fixup()
Kefeng Wang
1
-8
/
+1
2026-07-28
mm: mincore: use walk_page_range_vma() in do_mincore()
Kefeng Wang
1
-1
/
+10
2026-07-28
mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_me...
Ye Liu
1
-3
/
+7
2026-07-28
mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES bou...
Ye Liu
1
-2
/
+12
2026-07-28
mm/page_owner: drop redundant page_owner prefix from static symbols
Ye Liu
1
-18
/
+16
2026-07-28
mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
Ye Liu
1
-4
/
+5
2026-07-28
mm/page_owner: add missing newline to count_threshold format string
Ye Liu
1
-1
/
+1
2026-07-28
mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
Ye Liu
1
-2
/
+8
2026-07-28
mm: use enum migrate_reason instead of int for migration reason parameters
Ye Liu
7
-22
/
+27
2026-07-28
mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...
Ye Liu
4
-6
/
+10
2026-07-28
mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
Ye Liu
1
-26
/
+26
2026-07-28
mm/kmemleak: stop the per-cpu and struct page scans early too
Breno Leitao
1
-6
/
+17
2026-07-28
mm/kmemleak: stop the task stack scan early when interrupted
Breno Leitao
1
-6
/
+12
2026-07-28
mm/kmemleak: avoid soft lockup when scanning task stacks
Breno Leitao
1
-13
/
+38
2026-07-28
mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
Ethan Nelson-Moore
1
-1
/
+1
2026-07-28
mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()
Markus Elfring
1
-3
/
+1
2026-07-28
arch_numa: remove redundant nodemask clears in numa_init()
Sang-Heon Jeon
1
-4
/
+0
2026-07-28
csky: implement flush_cache_vmap() in C
Andrew Morton
1
-1
/
+6
2026-07-28
mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
Ben Dooks
1
-0
/
+2
2026-07-28
mm: remove PageTransCompound()
Kefeng Wang
2
-22
/
+9
2026-07-28
mm/percpu: avoid IO/FS reclaim in backing allocations
Kaitao Cheng
1
-5
/
+13
2026-07-28
mm/percpu: make cached pages lookup explicit
Kaitao Cheng
1
-3
/
+9
2026-07-28
mm/percpu: honor GFP constraints when populating chunks
Kaitao Cheng
2
-13
/
+27
2026-07-28
mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
Kaitao Cheng
3
-14
/
+15
2026-07-28
mm: replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header files
Thomas Huth
10
-18
/
+18
2026-07-28
mm/filemap: reduce unnecessary xarray lookups in filemap_get_folios_contig()
Chi Zhiling
1
-15
/
+14
2026-07-28
mm/filemap: reduce unnecessary xarray lookups when read cached pages
Chi Zhiling
1
-1
/
+6
2026-07-28
mm/lruvec: trace LRU add drains and drain-all requests
JP Kobryn
2
-1
/
+14
2026-07-28
mm: memcg: remove stray text from obj_stock_pcp comment
Guopeng Zhang
1
-1
/
+1
2026-07-28
mm/memory-failure: remove redundant initialization for hw_memory_failure
Igor Putko
1
-1
/
+1
2026-07-28
mm/kasan: remove redundant initialization for kasan_flag_write_only
Igor Putko
1
-1
/
+1
2026-07-28
mm/mprotect: drop 'sub' from batching context
Dev Jain
1
-6
/
+6
2026-07-28
mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
Dev Jain
2
-10
/
+10
2026-07-28
tools/mm: add thp_swap_allocator_test binary to .gitignore
Zenghui Yu
1
-0
/
+1
2026-07-28
mm/memcontrol: remove unused for_each_mem_cgroup macro and cleanup
Joshua Hahn
2
-7
/
+1
2026-07-28
Documentation/x86: Document the intricacies of GS context switching
Borislav Petkov (AMD)
1
-0
/
+97
2026-07-28
Merge zorro updates from Uwe Kleine-König.
Martin K. Petersen
8
-27
/
+32
2026-07-28
hwmon: add Altera SoC FPGA hardware monitoring driver
Tze Yee Ng
6
-0
/
+633
2026-07-28
firmware: stratix10-svc: add async HWMON read commands and register socfpga-h...
Tze Yee Ng
2
-3
/
+81
[prev]
[next]