index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
mm/huge_memory: fix comment in zap_huge_pud
Miaohe Lin
1
-6
/
+1
2022-07-17
mm/huge_memory: use helper macro __ATTR_RW
Miaohe Lin
1
-6
/
+4
2022-07-17
mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
Miaohe Lin
1
-2
/
+2
2022-07-17
mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
Miaohe Lin
1
-3
/
+3
2022-07-17
mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
Miaohe Lin
1
-15
/
+7
2022-07-17
mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
Miaohe Lin
1
-13
/
+5
2022-07-17
mm/huge_memory: fix comment of __pud_trans_huge_lock
Miaohe Lin
1
-3
/
+3
2022-07-17
mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2
-25
/
+0
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-4
/
+1
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-25
/
+1
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm: gup: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm: kfence: pass a pointer to virt_to_page()
Linus Walleij
1
-2
/
+2
2022-07-17
mm/highmem: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-17
mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
Xiang Yang
1
-2
/
+2
2022-07-17
mm/page_alloc: replace local_lock with normal spinlock
Mel Gorman
1
-45
/
+95
2022-07-17
mm/page_alloc: remotely drain per-cpu lists
Nicolas Saenz Julienne
1
-54
/
+4
2022-07-17
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
1
-21
/
+98
2022-07-17
mm/page_alloc: remove mistaken page == NULL check in rmqueue
Mel Gorman
1
-3
/
+1
2022-07-17
mm/page_alloc: split out buddy removal code from rmqueue into separate helper
Mel Gorman
1
-34
/
+47
2022-07-17
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
1
-2
/
+2
2022-07-17
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
1
-12
/
+12
2022-07-17
hugetlb: lazy page table copies in fork()
Mike Kravetz
1
-1
/
+1
2022-07-17
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
2
-29
/
+19
2022-07-17
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
1
-5
/
+51
2022-07-17
kasan: separate double free case from invalid free
Kuan-Ying Lee
3
-9
/
+14
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2
-9
/
+13
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
3
-17
/
+49
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2
-53
/
+48
2022-07-17
mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidate
Yang Shi
1
-1
/
+7
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2
-14
/
+7
2022-07-17
mm: khugepaged: check THP flag in hugepage_vma_check()
Yang Shi
1
-0
/
+3
2022-07-17
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
1
-10
/
+86
2022-07-17
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
1
-0
/
+14
2022-07-17
mm: factor helpers for memory_failure_dev_pagemap
Shiyang Ruan
1
-76
/
+95
2022-07-17
mm/gup: migrate device coherent pages when pinning instead of failing
Alistair Popple
3
-7
/
+96
2022-07-17
mm: add device coherent vma selection for memory migration
Alex Sierra
1
-3
/
+9
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
9
-15
/
+26
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
5
-16
/
+30
2022-07-17
mm: rename is_pinnable_page() to is_longterm_pinnable_page()
Alex Sierra
3
-4
/
+4
2022-07-17
mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()
SeongJae Park
1
-1
/
+3
2022-07-17
UML: add support for KASAN under x86_64
Patricia Alfonso
1
-2
/
+27
2022-07-07
mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON
Catalin Marinas
1
-7
/
+5
2022-07-07
mm: kasan: Skip unpoisoning of user pages
Catalin Marinas
1
-2
/
+5
2022-07-07
mm: kasan: Ensure the tags are visible before the tag in page->flags
Catalin Marinas
1
-1
/
+2
2022-07-04
mm: slab: optimize memcg_slab_free_hook()
Muchun Song
3
-68
/
+32
2022-07-04
mm/tracing: add 'accounted' entry into output of allocation tracepoints
Vasily Averin
4
-24
/
+23
[prev]
[next]