index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
mm: zswap: invaldiate entry after writeback
Domenico Cerasuolo
1
-16
/
+17
2023-06-20
mm: kill lock|unlock_page_memcg()
Kefeng Wang
5
-30
/
+10
2023-06-20
mm/page_owner/cma: show pfn in cma/page_owner with hex format
Kassey Li
2
-3
/
+3
2023-06-20
buffer: convert block_truncate_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+16
2023-06-20
buffer: use a folio in __find_get_block_slow()
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-06-20
buffer: convert link_dev_buffers to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-06-20
buffer: convert init_page_buffers() to folio_init_buffers()
Matthew Wilcox (Oracle)
1
-10
/
+8
2023-06-20
buffer: convert grow_dev_page() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+15
2023-06-20
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
4
-19
/
+21
2023-06-20
buffer: convert __block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-19
/
+19
2023-06-20
buffer: convert block_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+13
2023-06-20
buffer: make block_write_full_page() handle large folios correctly
Matthew Wilcox (Oracle)
1
-12
/
+10
2023-06-20
gfs2: support ludicrously large folios in gfs2_trans_add_databufs()
Matthew Wilcox (Oracle)
2
-4
/
+4
2023-06-20
buffer: convert __block_write_full_page() to __block_write_full_folio()
Matthew Wilcox (Oracle)
5
-32
/
+32
2023-06-20
gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()
Matthew Wilcox (Oracle)
1
-13
/
+13
2023-06-20
gfs2: pass a folio to __gfs2_jdata_write_folio()
Matthew Wilcox (Oracle)
1
-15
/
+16
2023-06-20
gfs2: use a folio inside gfs2_jdata_writepage()
Matthew Wilcox (Oracle)
1
-4
/
+5
2023-06-20
mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro
Nick Desaulniers
1
-1
/
+1
2023-06-20
percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...
Yu Ma
1
-2
/
+9
2023-06-20
memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check
Miaohe Lin
1
-1
/
+1
2023-06-20
mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
Miaohe Lin
2
-4
/
+4
2023-06-20
mm: remove unused vma_init_lock()
YueHaibing
1
-1
/
+0
2023-06-20
kernel: pid_namespace: remove unused set_memfd_noexec_scope()
YueHaibing
1
-1
/
+0
2023-06-20
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
3
-39
/
+33
2023-06-20
mm/folio: replace set_compound_order with folio_set_order
Tarun Sahu
2
-26
/
+16
2023-06-20
mm: zswap: remove zswap_header
Domenico Cerasuolo
1
-30
/
+22
2023-06-20
mm: zswap: simplify writeback function
Domenico Cerasuolo
1
-51
/
+19
2023-06-20
mm: zswap: remove shrink from zpool interface
Domenico Cerasuolo
6
-93
/
+14
2023-06-20
mm: zswap: remove page reclaim logic from zsmalloc
Domenico Cerasuolo
1
-380
/
+12
2023-06-20
mm: zswap: remove page reclaim logic from z3fold
Domenico Cerasuolo
1
-243
/
+2
2023-06-20
mm: zswap: remove page reclaim logic from zbud
Domenico Cerasuolo
1
-162
/
+1
2023-06-20
mm: zswap: add pool shrinking mechanism
Domenico Cerasuolo
1
-5
/
+92
2023-06-20
selftests: mm: remove duplicate unneeded defines
Muhammad Usama Anjum
17
-100
/
+6
2023-06-20
selftests: mm: remove wrong kernel header inclusion
Muhammad Usama Anjum
1
-1
/
+1
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
47
-228
/
+301
2023-06-20
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
1
-14
/
+14
2023-06-20
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
1
-1
/
+1
2023-06-20
sh: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2
-6
/
+6
2023-06-20
microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h
Catalin Marinas
2
-5
/
+5
2023-06-20
powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2
-4
/
+4
2023-06-20
arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
Catalin Marinas
2
-1
/
+7
2023-06-20
mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible
Catalin Marinas
1
-0
/
+5
2023-06-20
iommu/dma: force bouncing if the size is not cacheline-aligned
Catalin Marinas
3
-11
/
+81
2023-06-20
dma-mapping: force bouncing if the kmalloc() size is not cache-line-aligned
Catalin Marinas
3
-1
/
+67
2023-06-20
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
4
-10
/
+10
2023-06-20
scatterlist: add dedicated config for DMA flags
Robin Murphy
3
-7
/
+10
2023-06-20
arm64: allow kmalloc() caches aligned to the smaller cache_line_size()
Catalin Marinas
1
-0
/
+3
2023-06-20
iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
2023-06-20
dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
2023-06-20
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
[next]