index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-21
mm/show_mem: add trylock while printing alloc info
Yueyang Pan
1
-1
/
+4
2025-09-21
mm/show_mem: dump the status of the mem alloc profiling before printing
Yueyang Pan
1
-1
/
+2
2025-09-21
virtio_balloon: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
1
-5
/
+3
2025-09-21
arm64: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
1
-1
/
+1
2025-09-21
powerpc: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
1
-1
/
+1
2025-09-21
riscv: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
1
-2
/
+2
2025-09-21
x86: stop calling page_address() in free_pages()
Vishal Moola (Oracle)
2
-2
/
+2
2025-09-21
aoe: stop calling page_address() in free_page()
Vishal Moola (Oracle)
1
-1
/
+1
2025-09-21
mm/page_alloc: add kernel-docs for free_pages()
Vishal Moola (Oracle)
1
-0
/
+9
2025-09-21
mm: remove mlock_count from struct page
Matthew Wilcox (Oracle)
1
-8
/
+2
2025-09-21
mpage: convert do_mpage_readpage() to return void type
Chi Zhiling
1
-4
/
+4
2025-09-21
mpage: terminate read-ahead on read error
Chi Zhiling
1
-0
/
+6
2025-09-21
mm/filemap: align last_index to folio size
Youling Tang
2
-2
/
+9
2025-09-21
mm: constify highmem related functions for improved const-correctness
Max Kellermann
6
-33
/
+33
2025-09-21
mm: constify assert/test functions in mm.h
Max Kellermann
1
-20
/
+20
2025-09-21
mm: constify various inline functions for improved const-correctness
Max Kellermann
1
-12
/
+13
2025-09-21
mm: constify ptdesc_pmd_pts_count() and folio_get_private()
Max Kellermann
1
-2
/
+2
2025-09-21
mm: constify arch_pick_mmap_layout() for improved const-correctness
Max Kellermann
5
-11
/
+11
2025-09-21
parisc: constify mmap_upper_limit() parameter
Max Kellermann
2
-2
/
+2
2025-09-21
mm, s390: constify mapping related test/getter functions
Max Kellermann
4
-10
/
+10
2025-09-21
mm: constify process_shares_mm() for improved const-correctness
Max Kellermann
2
-4
/
+4
2025-09-21
fs: constify mapping related test functions for improved const-correctness
Max Kellermann
1
-3
/
+3
2025-09-21
mm: constify zone related test/getter functions
Max Kellermann
1
-21
/
+21
2025-09-21
mm: constify pagemap related test/getter functions
Max Kellermann
1
-27
/
+28
2025-09-21
mm: constify shmem related test functions for improved const-correctness
Max Kellermann
3
-9
/
+9
2025-09-21
mm: hugeltb: check NUMA_NO_NODE in only_alloc_fresh_hugetlb_folio()
Kefeng Wang
1
-4
/
+3
2025-09-21
mm: hugetlb: remove struct hstate from init_new_hugetlb_folio()
Kefeng Wang
1
-4
/
+4
2025-09-21
mm: hugetlb: directly pass order when allocate a hugetlb folio
Kefeng Wang
4
-21
/
+24
2025-09-21
mm: hugetlb: convert to account_new_hugetlb_folio()
Kefeng Wang
1
-8
/
+8
2025-09-21
mm: hugetlb: convert to use more alloc_fresh_hugetlb_folio()
Kefeng Wang
1
-32
/
+14
2025-09-21
mm: show_mem: show number of zspages in show_free_areas
Thadeu Lima de Souza Cascardo
1
-0
/
+6
2025-09-21
mm/hugetlb: retry to allocate for early boot hugepage allocation
Li RongQing
1
-4
/
+22
2025-09-21
kasan: apply write-only mode in kasan kunit testcases
Yeoreum Yun
1
-69
/
+136
2025-09-21
kasan/hw-tags: introduce kasan.write_only option
Yeoreum Yun
7
-3
/
+79
2025-09-21
mm: remove nth_page()
David Hildenbrand
2
-3
/
+0
2025-09-21
block: update comment of "struct bio_vec" regarding nth_page()
David Hildenbrand
1
-5
/
+2
2025-09-21
kfence: drop nth_page() usage
David Hildenbrand
1
-5
/
+7
2025-09-21
mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
David Hildenbrand
1
-1
/
+7
2025-09-21
crypto: remove nth_page() usage within SG entry
David Hildenbrand
3
-8
/
+8
2025-09-21
vfio/pci: drop nth_page() usage within SG entry
David Hildenbrand
2
-4
/
+2
2025-09-21
scsi: sg: drop nth_page() usage within SG entry
David Hildenbrand
1
-2
/
+1
2025-09-21
scsi: scsi_lib: drop nth_page() usage within SG entry
David Hildenbrand
1
-2
/
+1
2025-09-21
mmc: drop nth_page() usage within SG entry
David Hildenbrand
2
-4
/
+4
2025-09-21
memstick: drop nth_page() usage within SG entry
David Hildenbrand
2
-4
/
+2
2025-09-21
mspro_block: drop nth_page() usage within SG entry
David Hildenbrand
1
-2
/
+1
2025-09-21
drm/i915/gem: drop nth_page() usage within SG entry
David Hildenbrand
1
-1
/
+1
2025-09-21
ata: libata-sff: drop nth_page() usage within SG entry
David Hildenbrand
1
-3
/
+3
2025-09-21
scatterlist: disallow non-contigous page ranges in a single SG entry
David Hildenbrand
2
-1
/
+3
2025-09-21
dma-remap: drop nth_page() in dma_common_contiguous_remap()
David Hildenbrand
1
-1
/
+1
2025-09-21
mm/cma: refuse handing out non-contiguous page ranges
David Hildenbrand
3
-15
/
+65
[prev]
[next]