index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
Hugh Dickins
2021-04-23
1
-10
/
+11
*
mm/filemap: fix find_lock_entries hang on 32-bit THP
Hugh Dickins
2021-04-23
1
-2
/
+8
*
mm: ptdump: fix build failure
Christophe Leroy
2021-04-16
1
-1
/
+1
*
mm/mapping_dirty_helpers: guard hugepage pud's usage
Zack Rusin
2021-04-16
1
-0
/
+2
*
kasan: remove redundant config option
Walter Wu
2021-04-16
3
-3
/
+3
*
mm: eliminate "expecting prototype" kernel-doc warnings
Randy Dunlap
2021-04-16
3
-13
/
+22
*
Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-04-10
3
-10
/
+15
|
\
|
*
percpu: make pcpu_nr_empty_pop_pages per chunk type
Roman Gushchin
2021-04-09
3
-10
/
+15
*
|
kasan: fix conflict with page poisoning
Andrey Konovalov
2021-04-09
1
-1
/
+3
*
|
mm/gup: check page posion status for coredump.
Aili Yao
2021-04-09
2
-0
/
+24
|
/
*
mm: fix race by making init_zero_pfn() early_initcall
Ilya Lipnitskiy
2021-03-30
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-03-25
7
-10
/
+96
|
\
|
*
mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
Ira Weiny
2021-03-25
1
-2
/
+2
|
*
kfence: make compatible with kmemleak
Marco Elver
2021-03-25
2
-1
/
+11
|
*
z3fold: prevent reclaim/free race for headless pages
Thomas Hebb
2021-03-25
1
-1
/
+15
|
*
mm/mmu_notifiers: ensure range_end() is paired with range_start()
Sean Christopherson
2021-03-25
1
-0
/
+23
|
*
hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
Miaohe Lin
2021-03-25
2
-6
/
+45
*
|
mm/writeback: Add wait_on_page_writeback_killable
Matthew Wilcox (Oracle)
2021-03-23
1
-0
/
+16
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-03-14
10
-164
/
+234
|
\
|
*
mm/memcg: set memcg when splitting page
Zhou Guanghui
2021-03-13
1
-0
/
+1
|
*
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
2021-03-13
2
-10
/
+7
|
*
mm/userfaultfd: fix memory corruption due to writeprotect
Nadav Amit
2021-03-13
1
-0
/
+8
|
*
kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
Andrey Konovalov
2021-03-13
1
-2
/
+6
|
*
mm/madvise: replace ptrace attach requirement for process_madvise
Suren Baghdasaryan
2021-03-13
1
-1
/
+12
|
*
kfence: fix reports if constant function prefixes exist
Marco Elver
2021-03-13
1
-6
/
+12
|
*
kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
Marco Elver
2021-03-13
1
-1
/
+1
|
*
kfence: fix printk format for ptrdiff_t
Marco Elver
2021-03-13
1
-6
/
+6
|
*
mm/highmem.c: fix zero_user_segments() with start > end
OGAWA Hirofumi
2021-03-13
1
-5
/
+12
|
*
hugetlb: do early cow when page pinned on src mm
Peter Xu
2021-03-13
1
-4
/
+62
|
*
mm: use is_cow_mapping() across tree where proper
Peter Xu
2021-03-13
1
-3
/
+1
|
*
mm: introduce page_needs_cow_for_dma() for deciding whether cow
Peter Xu
2021-03-13
3
-18
/
+3
|
*
hugetlb: break earlier in add_reservation_in_range() when we can
Peter Xu
2021-03-13
1
-1
/
+1
|
*
hugetlb: dedup the code to add a new file_region
Peter Xu
2021-03-13
1
-24
/
+27
|
*
mm/page_alloc.c: refactor initialization of struct page for holes in memory l...
Mike Rapoport
2021-03-13
1
-83
/
+75
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-03-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
arm64: mte: Map hotplugged memory as Normal Tagged
Catalin Marinas
2021-03-10
1
-1
/
+1
*
|
Revert "mm, slub: consider rest of partial list if acquire_slab() fails"
Linus Torvalds
2021-03-10
1
-1
/
+1
|
/
*
swap: fix swapfile read/write offset
Jens Axboe
2021-03-02
2
-5
/
+13
*
MIPS: make userspace mapping young by default
Huang Pei
2021-02-26
1
-4
/
+0
*
kasan: clarify that only first bug is reported in HW_TAGS
Andrey Konovalov
2021-02-26
1
-1
/
+1
*
kasan: inline HW_TAGS helper functions
Andrey Konovalov
2021-02-26
1
-6
/
+7
*
kasan: ensure poisoning size alignment
Andrey Konovalov
2021-02-26
3
-31
/
+48
*
kasan, mm: optimize krealloc poisoning
Andrey Konovalov
2021-02-26
2
-8
/
+24
*
kasan, mm: fail krealloc on freed objects
Andrey Konovalov
2021-02-26
1
-0
/
+3
*
kasan: unify large kfree checks
Andrey Konovalov
2021-02-26
1
-10
/
+26
*
kasan: clean up setting free info in kasan_slab_free
Andrey Konovalov
2021-02-26
1
-4
/
+2
*
kasan: optimize large kmalloc poisoning
Andrey Konovalov
2021-02-26
1
-5
/
+15
*
kasan, mm: optimize kmalloc poisoning
Andrey Konovalov
2021-02-26
4
-48
/
+119
*
kasan, mm: don't save alloc stacks twice
Andrey Konovalov
2021-02-26
2
-4
/
+15
*
kasan: use error_report_end tracepoint
Alexander Potapenko
2021-02-26
1
-3
/
+5
[next]