OSDN Git Service

tomoyo/tomoyo-test1.git
2023-02-10 Liam R. Howlettmm/mmap: move anon_vma setting in __vma_adjust()
2023-02-10 Liam R. Howlettmm: change munmap splitting order and move_vma()
2023-02-10 Liam R. Howlettmmap: clean up mmap_region() unrolling
2023-02-10 Liam R. Howlettmm: add vma iterator to vma_adjust() arguments
2023-02-10 Liam R. Howlettmm: pass vma iterator through to __vma_adjust()
2023-02-10 Liam R. Howlettmm: remove unnecessary write to vma iterator in __vma_a...
2023-02-10 Liam R. Howlettmadvise: use split_vma() instead of __split_vma()
2023-02-10 Liam R. Howlettmm: pass through vma iterator to __vma_adjust()
2023-02-10 Liam R. Howlettmmap: convert __vma_adjust() to use vma iterator
2023-02-10 Liam R. Howlettmm/damon/vaddr-test.h: stop using vma_mas_store() for...
2023-02-10 Liam R. Howlettmm: switch vma_merge(), split_vma(), and __split_vma...
2023-02-10 Liam R. Howlettnommu: pass through vma iterator to shrink_vma()
2023-02-10 Liam R. Howlettnommu: convert nommu to using the vma iterator
2023-02-10 Liam R. Howlettmm/mremap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: pass through vmi iterator to __split_vma()
2023-02-10 Liam R. Howlettmadvise: use vmi iterator for __split_vma() and vma_merge()
2023-02-10 Liam R. Howlettsched: convert to vma iterator
2023-02-10 Liam R. Howletttask_mmu: convert to vma iterator
2023-02-10 Liam R. Howlettmempolicy: convert to vma iterator
2023-02-10 Liam R. Howlettcoredump: convert to vma iterator
2023-02-10 Liam R. Howlettmlock: convert mlock to vma iterator
2023-02-10 Liam R. Howlettmm: change mprotect_fixup to vma iterator
2023-02-10 Liam R. Howlettuserfaultfd: use vma iterator
2023-02-10 Liam R. Howlettipc/shm: introduce new do_vma_munmap() to munmap
2023-02-10 Liam R. Howlettipc/shm: use the vma iterator for munmap calls
2023-02-10 Liam R. Howlettmm: add temporary vma iterator versions of vma_merge...
2023-02-10 Liam R. Howlettmmap: convert vma_expand() to use vma iterator
2023-02-10 Liam R. Howlettmmap: change do_mas_munmap and do_mas_aligned_munmap...
2023-02-10 Liam R. Howlettmm/mmap: remove preallocation from do_mas_align_munmap()
2023-02-10 Liam R. Howlettmmap: convert vma_link() vma iterator
2023-02-10 Liam R. Howlettkernel/fork: convert forking to using the vmi iterator
2023-02-10 Liam R. Howlettmm/mmap: convert brk to use vma iterator
2023-02-10 Liam R. Howlettmm: expand vma iterator interface
2023-02-10 Liam R. Howlettmaple_tree: fix mas_prev() and mas_find() state handling
2023-02-10 Liam R. Howlettmaple_tree: fix handle of invalidated state in mas_wr_s...
2023-02-10 Liam R. Howletttest_maple_tree: test modifications while iterating
2023-02-10 Liam R. Howlettmaple_tree: reduce user error potential
2023-02-10 Liam R. Howlettmaple_tree: fix potential rcu issue
2023-02-10 Liam R. Howlettmaple_tree: add mas_init() function
2023-02-10 Matthew Wilcox... mm: fix memcpy_from_file_folio() integer underflow
2023-02-10 David Hildenbrandarm/mm: fix swp type masking in __swp_entry()
2023-02-03 Matthew Wilcox... mpage: convert __mpage_writepage() to use a folio more...
2023-02-03 Matthew Wilcox... fs: convert writepage_t callback to pass a folio
2023-02-03 Matthew Wilcox... mm: add memcpy_from_file_folio()
2023-02-03 Christoph Hellwigblock: remove ->rw_page
2023-02-03 Christoph Hellwigmm: factor out a swap_writepage_bdev helper
2023-02-03 Christoph Hellwigmm: remove the __swap_writepage return value
2023-02-03 Christoph Hellwigmm: use an on-stack bio for synchronous swapin
2023-02-03 Christoph Hellwigmm: factor out a swap_readpage_bdev helper
2023-02-03 Christoph Hellwigmm: remove the swap_readpage return value
2023-02-03 Christoph Hellwigmpage: stop using bdev_{read,write}_page
2023-02-03 Christoph Hellwigmm: refactor va_remove_mappings
2023-02-03 Christoph Hellwigmm: split __vunmap
2023-02-03 Christoph Hellwigmm: move debug checks from __vunmap to remove_vm_area
2023-02-03 Christoph Hellwigmm: use remove_vm_area in __vunmap
2023-02-03 Christoph Hellwigmm: move __remove_vm_area out of va_remove_mappings
2023-02-03 Christoph Hellwigmm: call vfree instead of __vunmap from delayed_vfree_work
2023-02-03 Christoph Hellwigmm: move vmalloc_init and free_work down in vmalloc.c
2023-02-03 Christoph Hellwigmm: remove __vfree_deferred
2023-02-03 Christoph Hellwigmm: remove __vfree
2023-02-03 Christoph Hellwigmm: reject vmap with VM_FLUSH_RESET_PERMS
2023-02-03 Mel Gormanmm, compaction: finish pageblocks on complete migration...
2023-02-03 Mel Gormanmm, compaction: finish scanning the current pageblock...
2023-02-03 Mel Gormanmm, compaction: check if a page has been captured befor...
2023-02-03 Mel Gormanmm, compaction: rename compact_control->rescan to finis...
2023-02-03 Jongwoo Hanmm/gup.c: fix typo in comments
2023-02-03 Andrey Konovalovkasan: reset page tags properly with sampling
2023-02-03 Mike Rapoportmm/sparse: fix "unused function 'pgdat_to_phys'" warning
2023-02-03 Hyeonggon Yoomm/page_owner: record single timestamp value for high...
2023-02-03 Jiaqi Yanmm: memory-failure: document memory failure stats
2023-02-03 Jiaqi Yanmm: memory-failure: bump memory failure stats to pglist...
2023-02-03 Jiaqi Yanmm: memory-failure: add memory failure stats to sysfs
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: simplify lru_gen_look_around()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve walk_pmd_range()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve lru_gen_exit_memcg()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for memcg LRU
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for Bloom filters
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for rmap/PT walk feedback
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for working set protection
2023-02-03 Zhaoyang Huangmm: move KMEMLEAK's Kconfig items from lib to mm
2023-02-03 SeongJae Parkmm/damon/core-test: add a test for damon_update_monitor...
2023-02-03 SeongJae Parkmm/damon/core: update monitoring results for new monito...
2023-02-03 SeongJae Parkmm/damon: update comments in damon.h for damon_attrs
2023-02-03 Waiman Longmm/kmemleak: fix UAF bug in kmemleak_scan()
2023-02-03 Waiman Longmm/kmemleak: simplify kmemleak_cond_resched() usage
2023-02-03 Kees Cookkselftest: vm: add tests for memory-deny-write-execute
2023-02-03 Joey Goulymm: implement memory-deny-write-execute as a prctl
2023-02-03 Herton R. Krzesinskitools/mm: allow users to provide additional cflags...
2023-02-03 Deming WangDocumentation: mm: use `s/higmem/highmem/` fix typo...
2023-02-03 Levi Yunmm/cma: fix potential memory loss on cma_declare_contig...
2023-02-03 Yang Yangswap_state: update shadow_nodes for anonymous page
2023-02-03 Sidhartha Kumarmm/hugetlb: convert get_hwpoison_huge_page() to folios
2023-02-03 Sergey Senozhatskyzsmalloc: set default zspage chain size to 8
2023-02-03 Sergey Senozhatskyzsmalloc: make zspage chain size configurable
2023-02-03 Sergey Senozhatskyzsmalloc: skip chain size calculation for pow_of_2...
2023-02-03 Sergey Senozhatskyzsmalloc: rework zspage chain size selection
2023-02-03 Anshuman Khandualmm/page_alloc: use deferred_pages_enabled() wherever...
2023-02-03 Pasha Tatashinmm/page_ext: init page_ext early if there are no deferr...
2023-02-03 Huaisheng Yemm/damon/core: skip apply schemes if empty
next