开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-09
mlock: convert mlock to vma iterator
Liam R. Howlett
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-09
userfaultfd: use vma iterator
Liam R. Howlett
2023-02-09
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-09
ipc/shm: use the vma iterator for munmap calls
Liam R. Howlett
2023-02-09
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-09
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-09
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
2023-02-09
mmap: convert vma_link() vma iterator
Liam R. Howlett
2023-02-09
kernel/fork: convert forking to using the vmi iterator
Liam R. Howlett
2023-02-09
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2023-02-09
maple_tree: fix mas_prev() and mas_find() state handling
Liam R. Howlett
2023-02-09
maple_tree: fix handle of invalidated state in mas_wr_store_setup()
Liam R. Howlett
2023-02-09
test_maple_tree: test modifications while iterating
Liam R. Howlett
2023-02-09
maple_tree: reduce user error potential
Liam R. Howlett
2023-02-09
maple_tree: fix potential rcu issue
Liam R. Howlett
2023-02-09
maple_tree: add mas_init() function
Liam R. Howlett
2023-02-09
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
2023-02-09
arm/mm: fix swp type masking in __swp_entry()
David Hildenbrand
2023-02-02
mpage: convert __mpage_writepage() to use a folio more fully
Matthew Wilcox (Oracle)
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2023-02-02
block: remove ->rw_page
Christoph Hellwig
2023-02-02
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
2023-02-02
mm: remove the __swap_writepage return value
Christoph Hellwig
2023-02-02
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
2023-02-02
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
2023-02-02
mm: remove the swap_readpage return value
Christoph Hellwig
2023-02-02
mpage: stop using bdev_{read,write}_page
Christoph Hellwig
2023-02-02
mm: refactor va_remove_mappings
Christoph Hellwig
2023-02-02
mm: split __vunmap
Christoph Hellwig
2023-02-02
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
2023-02-02
mm: use remove_vm_area in __vunmap
Christoph Hellwig
2023-02-02
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
2023-02-02
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
2023-02-02
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
2023-02-02
mm: remove __vfree_deferred
Christoph Hellwig
2023-02-02
mm: remove __vfree
Christoph Hellwig
2023-02-02
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
2023-02-02
mm, compaction: finish pageblocks on complete migration failure
Mel Gorman
2023-02-02
mm, compaction: finish scanning the current pageblock if requested
Mel Gorman
2023-02-02
mm, compaction: check if a page has been captured before draining PCP pages
Mel Gorman
2023-02-02
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
2023-02-02
mm/gup.c: fix typo in comments
Jongwoo Han
2023-02-02
kasan: reset page tags properly with sampling
Andrey Konovalov
2023-02-02
mm/sparse: fix "unused function 'pgdat_to_phys'" warning
Mike Rapoport
2023-02-02
mm/page_owner: record single timestamp value for high order allocations
Hyeonggon Yoo
2023-02-02
mm: memory-failure: document memory failure stats
Jiaqi Yan
[next]