开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-09
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
2023-02-09
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
Yajun Deng
2023-02-09
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2023-02-09
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
2023-02-09
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-09
mips: drop definition of pfn_valid() for DISCONTIGMEM
Mike Rapoport (IBM)
2023-02-09
m68k: use asm-generic/memory_model.h for both MMU and !MMU
Mike Rapoport (IBM)
2023-02-09
arm: include asm-generic/memory_model.h from page.h rather than memory.h
Mike Rapoport (IBM)
2023-02-09
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
2023-02-09
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
2023-02-09
mm: export dump_mm()
Suren Baghdasaryan
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2023-02-09
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-09
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2023-02-09
kernel/fork: convert vma assignment to a memcpy
Suren Baghdasaryan
2023-02-09
vma_merge: set vma iterator to correct position.
Liam R. Howlett
2023-02-09
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-09
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
2023-02-09
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
2023-02-09
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-09
mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
2023-02-09
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
2023-02-09
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2023-02-09
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
2023-02-09
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2023-02-09
mmap: clean up mmap_region() unrolling
Liam R. Howlett
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-09
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
2023-02-09
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
2023-02-09
madvise: use split_vma() instead of __split_vma()
Liam R. Howlett
2023-02-09
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2023-02-09
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2023-02-09
mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
2023-02-09
nommu: convert nommu to using the vma iterator
Liam R. Howlett
2023-02-09
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-09
mmap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-09
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
2023-02-09
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
2023-02-09
sched: convert to vma iterator
Liam R. Howlett
2023-02-09
task_mmu: convert to vma iterator
Liam R. Howlett
2023-02-09
mempolicy: convert to vma iterator
Liam R. Howlett
[next]