index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
mm/page_io: use a folio in __end_swap_bio_read()
ZhangPeng
1
-3
/
+3
2023-08-18
mm/page_io: use a folio in __end_swap_bio_write()
ZhangPeng
1
-4
/
+4
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
2
-0
/
+6
2023-08-18
mm/page_io: remove unneeded SetPageError()
ZhangPeng
1
-3
/
+0
2023-08-18
mm/page_io: remove unneeded ClearPageUptodate()
ZhangPeng
1
-2
/
+0
2023-08-18
mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set
Kemeng Shi
1
-2
/
+2
2023-08-18
mm/compaction: correct comment of candidate pfn in fast_isolate_freepages
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/mprotect: fix obsolete function name in change_pte_range()
Miaohe Lin
1
-1
/
+1
2023-08-18
selftests/mm: run all tests from run_vmtests.sh
Ryan Roberts
3
-40
/
+64
2023-08-18
selftests/mm: optionally pass duration to transhuge-stress
Ryan Roberts
1
-2
/
+10
2023-08-18
selftests/mm: make migration test robust to failure
Ryan Roberts
2
-4
/
+10
2023-08-18
selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
Ryan Roberts
1
-1
/
+1
2023-08-18
selftests/mm: fix thuge-gen test bugs
Ryan Roberts
1
-2
/
+2
2023-08-18
selftests/mm: enable mrelease_test for arm64
Ryan Roberts
1
-0
/
+1
2023-08-18
selftests/mm: skip soft-dirty tests on arm64
Ryan Roberts
3
-4
/
+32
2023-08-18
selftests: line buffer test program's stdout
Ryan Roberts
3
-2
/
+38
2023-08-18
mm: fix obsolete function name above debug_pagealloc_enabled_static()
Miaohe Lin
1
-2
/
+2
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
13
-63
/
+76
2023-08-18
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
8
-152
/
+14
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
7
-1
/
+15
2023-08-18
mmu_notifiers: fixup comment in mmu_interval_read_begin()
Alistair Popple
1
-2
/
+2
2023-08-18
arm64/smmu: use TLBI ASID when invalidating entire range
Alistair Popple
1
-3
/
+13
2023-08-18
maple_tree: Be more strict about locking
Liam R. Howlett
2
-3
/
+14
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
2
-2
/
+5
2023-08-18
maple_tree: relax lockdep checks for on-stack trees
Liam R. Howlett
1
-1
/
+3
2023-08-18
mm/mmap: clean up validate_mm() calls
Liam R. Howlett
1
-20
/
+4
2023-08-18
mm/hugetlb: get rid of page_hstate()
Sidhartha Kumar
3
-17
/
+7
2023-08-18
mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
Kemeng Shi
1
-5
/
+7
2023-08-18
mm: kfence: allocate kfence_metadata at runtime
Peng Zhang
4
-44
/
+97
2023-08-18
memory tier: use helper macro __ATTR_RW()
Miaohe Lin
1
-7
/
+6
2023-08-18
maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
Mike Rapoport (IBM)
1
-1
/
+1
2023-08-18
maple_tree: mtree_insert*: fix typo in kernel-doc description
Mike Rapoport (IBM)
1
-2
/
+2
2023-08-18
fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...
Zhu, Lipeng
1
-1
/
+1
2023-08-18
mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
Haifeng Xu
1
-4
/
+2
2023-08-18
mm/memcg: minor cleanup for mc_handle_present_pte()
Miaohe Lin
1
-3
/
+2
2023-08-18
arm64: support batched/deferred tlb shootdown during page reclamation/migration
Barry Song
4
-4
/
+55
2023-08-18
mm/tlbbatch: introduce arch_flush_tlb_batched_pending()
Yicong Yang
2
-1
/
+6
2023-08-18
mm/tlbbatch: rename and extend some functions
Barry Song
3
-9
/
+12
2023-08-18
mm/tlbbatch: introduce arch_tlbbatch_should_defer()
Anshuman Khandual
2
-8
/
+13
2023-08-18
mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed
Baoquan He
2
-32
/
+0
2023-08-18
arm64 : mm: add wrapper function ioremap_prot()
Baoquan He
2
-6
/
+7
2023-08-18
powerpc: mm: convert to GENERIC_IOREMAP
Christophe Leroy
5
-50
/
+16
2023-08-18
mm: move is_ioremap_addr() into new header file
Baoquan He
5
-24
/
+32
2023-08-18
mm/ioremap: consider IOREMAP space in generic ioremap
Christophe Leroy
1
-3
/
+12
2023-08-18
parisc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-63
/
+15
2023-08-18
xtensa: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-64
/
+27
2023-08-18
sh: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-86
/
+20
2023-08-18
sh: add <asm-generic/io.h> including
Baoquan He
2
-7
/
+49
2023-08-18
s390: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-56
/
+23
2023-08-18
openrisc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-54
/
+7
[next]