index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-08-24
openrisc: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
nios2: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
mips: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
microblaze: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
m68k: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
loongarch: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
ia64: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
hexagon: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
csky: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
arm64: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
arm: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
arc: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
alpha: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
mm: add default definition of set_ptes()
Matthew Wilcox (Oracle)
2023-08-24
mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
Matthew Wilcox (Oracle)
2023-08-24
mm: add folio_flush_mapping()
Matthew Wilcox (Oracle)
2023-08-24
mm: add generic flush_icache_pages() and documentation
Matthew Wilcox (Oracle)
2023-08-24
mm: convert page_table_check_pte_set() to page_table_check_ptes_set()
Matthew Wilcox (Oracle)
2023-08-24
minmax: add in_range() macro
Matthew Wilcox (Oracle)
2023-08-24
mm: memcg: use rstat for non-hierarchical stats
Yosry Ahmed
2023-08-24
mm: handle userfaults under VMA lock
Suren Baghdasaryan
2023-08-24
mm: handle swap page faults under per-VMA lock
Suren Baghdasaryan
2023-08-24
mm: change folio_lock_or_retry to use vm_fault directly
Suren Baghdasaryan
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
2023-08-24
mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
Suren Baghdasaryan
2023-08-24
swap: remove remnants of polling from read_swap_cache_async
Suren Baghdasaryan
2023-08-24
mm: memory-failure: fix potential page refcnt leak in memory_failure()
Miaohe Lin
2023-08-24
mm/memory.c: fix mismerge
Matthew Wilcox
2023-08-24
mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
Hugh Dickins
2023-08-24
hugetlb: clear flags in tail pages that will be freed individually
Mike Kravetz
2023-08-24
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-24
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
2023-08-24
selftests: cachestat: catch failing fsync test on tmpfs
Andre Przywara
2023-08-24
selftests: cachestat: test for cachestat availability
Andre Przywara
2023-08-24
maple_tree: disable mas_wr_append() when other readers are possible
Liam R. Howlett
2023-08-24
madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...
Yin Fengwei
2023-08-24
madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...
Yin Fengwei
2023-08-24
madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...
Yin Fengwei
2023-08-21
mm: convert split_huge_pages_pid() to use a folio
Matthew Wilcox (Oracle)
2023-08-21
mm: add tail private fields to struct folio
Matthew Wilcox (Oracle)
2023-08-21
mm: remove folio_test_transhuge()
Matthew Wilcox (Oracle)
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
2023-08-21
mm: rearrange page flags
Matthew Wilcox (Oracle)
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
2023-08-21
mm: remove HUGETLB_PAGE_DTOR
Matthew Wilcox (Oracle)
2023-08-21
mm: remove free_compound_page() and the compound_page_dtors array
Matthew Wilcox (Oracle)
2023-08-21
mm: convert prep_transhuge_page() to folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
2023-08-21
mm: convert free_transhuge_folio() to folio_undo_large_rmappable()
Matthew Wilcox (Oracle)
2023-08-21
mm: convert free_huge_page() to free_huge_folio()
Matthew Wilcox (Oracle)
2023-08-21
mm: call free_huge_page() directly
Matthew Wilcox (Oracle)
[next]