platform/kernel/linux-starfive.git
2023-06-19 Hugh Dickinsmm/memory: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinsmm/khugepaged: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinsmm/huge_memory: split huge pmd under one pte_offset_map()
2023-06-19 Hugh Dickinsmm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
2023-06-19 Hugh Dickinsmm/migrate_device: allow pte_offset_map_lock() to fail
2023-06-19 Hugh Dickinsmm/mglru: allow pte_offset_map_nolock() to fail
2023-06-19 Hugh Dickinsmm/swapoff: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinsmm/madvise: clean up force_shm_swapin_readahead()
2023-06-19 Hugh Dickinsmm/madvise: clean up pte_offset_map_lock() scans
2023-06-19 Hugh Dickinsmm/mremap: retry if either pte_offset_map_*lock() fails
2023-06-19 Hugh Dickinsmm/mprotect: delete pmd_none_or_clear_bad_unless_trans_...
2023-06-19 Hugh Dickinsmm/various: give up if pte_offset_map[_lock]() fails
2023-06-19 Hugh Dickinsmm/debug_vm_pgtable,page_table_check: warn pte map...
2023-06-19 Hugh Dickinsmm/userfaultfd: allow pte_offset_map_lock() to fail
2023-06-19 Hugh Dickinsmm/userfaultfd: retry if pte_offset_map() fails
2023-06-19 Hugh Dickinsmm/hmm: retry if pte_offset_map() fails
2023-06-19 Hugh Dickinsmm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
2023-06-19 Hugh Dickinsmm/vmwgfx: simplify pmd & pud mapping dirty helpers
2023-06-19 Hugh Dickinsmm/pagewalk: walk_pte_range() allow for pte_offset_map()
2023-06-19 Hugh Dickinsmm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock...
2023-06-19 Hugh Dickinsmm/page_vma_mapped: pte_offset_map_nolock() not pte_loc...
2023-06-19 Hugh Dickinsmm/page_vma_mapped: reformat map_pte() with less indent...
2023-06-19 Hugh Dickinsmm/page_vma_mapped: delete bogosity in page_vma_mapped_...
2023-06-19 Hugh Dickinsmm/filemap: allow pte_offset_map_lock() to fail
2023-06-19 Hugh Dickinsmm/pgtable: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinsmm/pgtable: kmap_local_page() instead of kmap_atomic()
2023-06-19 Hugh Dickinsmm/migrate: remove cruft from migration_entry_wait()s
2023-06-19 Hugh Dickinsmm: use pmdp_get_lockless() without surplus barrier()
2023-06-19 Anders Roxellselftests: damon: add config file
2023-06-19 Lu Hongfeimm/vmalloc: replace the ternary conditional operator...
2023-06-19 Tarun Sahumm/folio: avoid special handling for order value 0...
2023-06-19 Marcelo Tosattivmstat: skip periodic vmstat update for isolated CPUs
2023-06-19 Hugh Dickinsxtensa: add pte_unmap() to balance pte_offset_map()
2023-06-19 Hugh Dickinsx86: sme_populate_pgd() use pte_offset_kernel()
2023-06-19 Hugh Dickinsx86: allow get_locked_pte() to fail
2023-06-19 Hugh Dickinssparc: iounit and iommu use pte_offset_kernel()
2023-06-19 Hugh Dickinssparc: allow pte_offset_map() to fail
2023-06-19 Hugh Dickinssparc/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinssh/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinss390: gmap use pte_unmap_unlock() not spin_unlock()
2023-06-19 Hugh Dickinss390: allow pte_offset_map_lock() to fail
2023-06-19 Hugh Dickinsriscv/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinspowerpc/hugetlb: pte_alloc_huge()
2023-06-19 Hugh Dickinspowerpc: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinspowerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
2023-06-19 Hugh Dickinsparisc/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinsparisc: unmap_uncached_pte() use pte_offset_kernel()
2023-06-19 Hugh Dickinsparisc: add pte_unmap() to balance get_ptep()
2023-06-19 Hugh Dickinsmips: add pte_unmap() to balance pte_offset_map()
2023-06-19 Hugh Dickinsmicroblaze: allow pte_offset_map() to fail
2023-06-19 Hugh Dickinsm68k: allow pte_offset_map[_lock]() to fail
2023-06-19 Hugh Dickinsia64/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinsarm64/hugetlb: pte_alloc_huge() pte_offset_huge()
2023-06-19 Hugh Dickinsarm64: allow pte_offset_map() to fail
2023-06-19 Hugh Dickinsarm: allow pte_offset_map[_lock]() to fail
2023-06-19 Yosry Ahmedmm: zswap: support exclusive loads
2023-06-19 Haifeng Xumm/mm_init.c: remove reset_node_present_pages()
2023-06-19 Haifeng Xumm/memory_hotplug: remove reset_node_managed_pages...
2023-06-19 Roberto Sassushmem: use ramfs_kill_sb() for kill_sb method of ramfs...
2023-06-19 Haifeng Xumm/mm_init.c: drop 'nid' parameter from check_for_memory()
2023-06-19 Yajun Dengmm/sparse: remove unused parameters in sparse_remove_se...
2023-06-19 ZhangPengmm/hugetlb: use a folio in hugetlb_fault()
2023-06-19 ZhangPengmm/hugetlb: use a folio in hugetlb_wp()
2023-06-19 ZhangPengmm/hugetlb: use a folio in copy_hugetlb_page_range()
2023-06-19 John Hubbardselftests: error out if kernel header files are not...
2023-06-19 John HubbardDocumentation: kselftest: "make headers" is a prerequisite
2023-06-19 John Hubbardselftests/mm: move certain uffd*() routines from vm_uti...
2023-06-19 John Hubbardselftests/mm: fix build failures due to missing MADV_CO...
2023-06-19 John Hubbardselftests/mm: fix a "possibly uninitialized" warning...
2023-06-19 John Hubbardselftests/mm: fix two -Wformat-security warnings in...
2023-06-19 John Hubbardselftests/mm: .gitignore: add mkdirty, va_high_addr_switch
2023-06-19 John Hubbardselftests/mm: fix invocation of tests that are run...
2023-06-19 John Hubbardselftests/mm: fix "warning: expression which evaluates...
2023-06-19 John Hubbardselftests/mm: fix unused variable warnings in hugetlb...
2023-06-19 John Hubbardselftests/mm: fix uffd-stress unused function warning
2023-06-19 Miaohe Linmemory tier: remove unneeded disable_all_demotion_targe...
2023-06-19 Miaohe Linmm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
2023-06-19 Miaohe Linmm: remove obsolete alloc_migrate_target()
2023-06-19 Zhaoyang Huangmm: skip CMA pages when they are not available
2023-06-19 Johannes Weinermm: page_isolation: write proper kerneldoc
2023-06-09 Lorenzo Stoakesmm/gup: disallow FOLL_LONGTERM GUP-fast writing to...
2023-06-09 Lorenzo Stoakesmm/gup: disallow FOLL_LONGTERM GUP-nonfast writing...
2023-06-09 Lorenzo Stoakesmm/mmap: separate writenotify and dirty tracking logic
2023-06-09 Liam Nimm/early_ioremap.c: improve the execution efficiency...
2023-06-09 Miaohe Linmemcg: use helper macro FLUSH_TIME
2023-06-09 Miaohe Linmm: page_alloc: remove unneeded header files
2023-06-09 Ryan Robertsmm: fix failure to unmap pte on highmem systems
2023-06-09 Ryan Robertsmm/damon/ops-common: refactor to use {pte|pmd}p_clear_y...
2023-06-09 Ryan Robertsmm/damon/ops-common: atomically test and clear young...
2023-06-09 Ryan Robertsmm: vmalloc must set pte via arch code
2023-06-09 Marcelo Tosattivmstat: allow_direct_reclaim should use zone_page_state...
2023-06-09 Christoph Hellwigfuse: use direct_write_fallback
2023-06-09 Christoph Hellwigfuse: drop redundant arguments to fuse_perform_write
2023-06-09 Christoph Hellwigfuse: update ki_pos in fuse_perform_write
2023-06-09 Christoph Hellwigfs: factor out a direct_write_fallback helper
2023-06-09 Christoph Hellwigiomap: use kiocb_write_and_wait and kiocb_invalidate_pages
2023-06-09 Christoph Hellwigiomap: update ki_pos in iomap_file_buffered_write
2023-06-09 Christoph Hellwigfilemap: add a kiocb_invalidate_post_direct_write helper
2023-06-09 Christoph Hellwigfilemap: add a kiocb_invalidate_pages helper
2023-06-09 Christoph Hellwigfilemap: add a kiocb_write_and_wait helper
next