index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-03
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
1
-1
/
+1
2022-07-03
mm: split huge PUD on wp_huge_pud fallback
Gowans, James
1
-13
/
+14
2022-07-03
mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()
David Hildenbrand
1
-10
/
+17
2022-07-03
mm: sparsemem: fix missing higher order allocation splitting
Muchun Song
1
-0
/
+8
2022-07-03
mm/damon: use set_huge_pte_at() to make huge pte old
Baolin Wang
1
-2
/
+1
2022-07-03
mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
Axel Rasmussen
1
-1
/
+4
2022-07-01
usercopy: use unsigned long instead of uintptr_t
Jason A. Donenfeld
1
-1
/
+1
2022-06-30
memblock: avoid some repeat when add new range
Jinyu Tang
1
-0
/
+11
2022-06-29
filemap: Use filemap_read_folio() in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-20
/
+9
2022-06-29
filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-06-29
filemap: Move 'filler' case to the end of do_read_cache_folio()
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
2
-96
/
+0
2022-06-29
shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-06-29
vmscan: Add check_move_unevictable_folios()
Matthew Wilcox (Oracle)
1
-22
/
+34
2022-06-29
filemap: Add filemap_get_folios()
Matthew Wilcox (Oracle)
1
-0
/
+59
2022-06-29
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
Matthew Wilcox (Oracle)
3
-22
/
+2
2022-06-29
hugetlb: Convert huge_add_to_page_cache() to use a folio
Matthew Wilcox (Oracle)
1
-4
/
+10
2022-06-29
mm: Remove __delete_from_page_cache()
Matthew Wilcox (Oracle)
3
-3
/
+3
2022-06-29
mm: Account dirty folios properly during splits
Matthew Wilcox (Oracle)
1
-3
/
+8
2022-06-28
arch/*/: remove CONFIG_VIRT_TO_BUS
Arnd Bergmann
1
-8
/
+0
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
11
-17
/
+17
2022-06-27
Merge branch 'master' into mm-stable
akpm
16
-40
/
+98
2022-06-27
mm: ioremap: Add ioremap/iounmap_allowed()
Kefeng Wang
1
-1
/
+10
2022-06-27
mm: ioremap: Setup phys_addr of struct vm_struct
Kefeng Wang
1
-0
/
+1
2022-06-27
mm: ioremap: Use more sensible name in ioremap_prot()
Kefeng Wang
1
-6
/
+8
2022-06-26
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
8
-6
/
+31
2022-06-23
filemap: Fix serialization adding transparent huge pages to page cache
Alistair Popple
1
-0
/
+2
2022-06-23
mm: Clear page->private when splitting or migrating a page
Matthew Wilcox (Oracle)
2
-0
/
+2
2022-06-20
filemap: Handle sibling entries in filemap_get_read_batch()
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-06-20
filemap: Correct the conditions for marking a folio as accessed
Matthew Wilcox (Oracle)
1
-3
/
+10
2022-06-20
Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-7
/
+36
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-9
/
+2
2022-06-16
mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_scan()
Waiman Long
1
-1
/
+27
2022-06-16
mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lock
Waiman Long
1
-0
/
+14
2022-06-16
mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()
Waiman Long
1
-10
/
+8
2022-06-16
mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compound_pages()
Gautam Menghani
1
-1
/
+1
2022-06-16
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
2
-22
/
+51
2022-06-16
mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
Miaohe Lin
1
-1
/
+1
2022-06-16
mm: kmemleak: check physical address when scan
Patrick Wang
1
-3
/
+14
2022-06-16
mm: kmemleak: add rbtree and store physical address for objects allocated with PA
Patrick Wang
1
-42
/
+91
2022-06-16
mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
Patrick Wang
1
-9
/
+31
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys()
Patrick Wang
2
-24
/
+10
2022-06-16
mm/memremap: fix wrong function name above memremap_pages()
Miaohe Lin
1
-2
/
+2
2022-06-16
mm/mempool: use might_alloc()
Daniel Vetter
1
-1
/
+1
2022-06-16
mm/slab: delete cache_alloc_debugcheck_before()
Daniel Vetter
1
-10
/
+0
2022-06-16
mm/page_alloc: use might_alloc()
Daniel Vetter
1
-4
/
+1
2022-06-16
mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
Qi Zheng
1
-28
/
+27
2022-06-16
mm/vmalloc: add code comment for find_vmap_area_exceed_addr()
Baoquan He
1
-2
/
+3
2022-06-16
mm/vmalloc: fix typo in local variable name
Baoquan He
1
-6
/
+6
2022-06-16
mm/vmalloc: remove the redundant boundary check
Baoquan He
1
-4
/
+2
[prev]
[next]