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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
1
-0
/
+5
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
1
-24
/
+24
2023-08-18
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
1
-54
/
+2
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
1
-1
/
+0
2023-08-18
maple_tree: Be more strict about locking
Liam R. Howlett
1
-1
/
+6
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
1
-0
/
+3
2023-08-18
maple_tree: relax lockdep checks for on-stack trees
Liam R. Howlett
1
-1
/
+3
2023-08-18
mm/hugetlb: get rid of page_hstate()
Sidhartha Kumar
1
-10
/
+0
2023-08-18
mm: kfence: allocate kfence_metadata at runtime
Peng Zhang
1
-5
/
+6
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/tlbbatch: rename and extend some functions
Barry Song
1
-2
/
+2
2023-08-18
mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed
Baoquan He
1
-26
/
+0
2023-08-18
mm: move is_ioremap_addr() into new header file
Baoquan He
2
-5
/
+30
2023-08-18
mm: ioremap: allow ARCH to have its own ioremap method definition
Baoquan He
1
-0
/
+3
2023-08-18
mm/ioremap: define generic_ioremap_prot() and generic_iounmap()
Christophe Leroy
1
-0
/
+4
2023-08-18
asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
Baoquan He
1
-3
/
+3
2023-08-18
buffer: remove set_bh_page()
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-08-18
highmem: add memcpy_to_folio() and memcpy_from_folio()
Matthew Wilcox (Oracle)
1
-0
/
+44
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set
Kemeng Shi
1
-7
/
+4
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set
Kemeng Shi
1
-7
/
+4
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_set
Kemeng Shi
1
-7
/
+4
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear
Kemeng Shi
2
-8
/
+5
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear
Kemeng Shi
2
-8
/
+5
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear
Kemeng Shi
2
-8
/
+5
2023-08-18
mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISON
Jiaqi Yan
1
-0
/
+5
2023-08-18
mm: remove clear_page_idle()
Xueshi Hu
1
-5
/
+0
2023-08-18
mm: delete mmap_write_trylock() and vma_try_start_write()
Hugh Dickins
2
-27
/
+0
2023-08-18
mm/pgtable: add pte_free_defer() for pgtable as page
Hugh Dickins
2
-0
/
+6
2023-08-18
mm/pgtable: add PAE safety to __pte_offset_map()
Hugh Dickins
1
-0
/
+4
2023-08-18
mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
Hugh Dickins
1
-2
/
+2
2023-08-18
maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gap
Peng Zhang
1
-2
/
+0
2023-08-18
mm: userfaultfd: document and enable new UFFDIO_POISON feature
Axel Rasmussen
1
-3
/
+6
2023-08-18
mm: userfaultfd: add new UFFDIO_POISON ioctl
Axel Rasmussen
2
-0
/
+20
2023-08-18
mm-make-pte_marker_swapin_error-more-general-fix
Andrew Morton
1
-0
/
+2
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
2
-5
/
+29
2023-08-18
mm/memcg: minor cleanup for MEM_CGROUP_ID_MAX
Miaohe Lin
1
-2
/
+0
2023-08-18
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
1
-0
/
+16
2023-08-18
mm: remove obsolete comment above struct per_cpu_pages
Miaohe Lin
1
-1
/
+0
2023-08-18
memory tier: rename destroy_memory_type() to put_memory_type()
Miaohe Lin
1
-2
/
+2
2023-08-18
ksm: add ksm zero pages for each process
xu xin
2
-5
/
+12
2023-08-18
ksm: count all zero pages placed by KSM
xu xin
1
-0
/
+12
2023-08-18
ksm: support unsharing KSM-placed zero pages
xu xin
1
-0
/
+6
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
1
-3
/
+1
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
1
-1
/
+1
2023-08-18
mm/gup: retire follow_hugetlb_page()
Peter Xu
1
-12
/
+0
2023-08-18
mm/hugetlb: add page_mask for hugetlb_follow_page_mask()
Peter Xu
1
-3
/
+5
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
1
-12
/
+0
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
1
-2
/
+2
2023-08-18
mm: remove page_rmapping()
ZhangPeng
1
-1
/
+0
[next]