index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-09-22
2
-3
/
+20
|
\
|
*
mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
Maurizio Lombardi
2022-09-22
1
-1
/
+8
|
*
mm/slab_common: fix possible double free of kmem_cache
Feng Tang
2022-09-19
1
-1
/
+4
|
*
kasan: call kasan_malloc() from __kmalloc_*track_caller()
Peter Collingbourne
2022-09-16
1
-0
/
+4
|
*
mm/slub: fix to return errno if kmalloc() fails
Chao Yu
2022-09-08
1
-1
/
+4
*
|
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2022-09-03
2
-11
/
+14
*
|
Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-09-01
1
-16
/
+29
|
\
|
|
*
mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...
Waiman Long
2022-09-01
1
-16
/
+29
*
|
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
2022-09-01
1
-13
/
+16
*
|
mm/mprotect: only reference swap pfn page if type match
Peter Xu
2022-08-28
1
-1
/
+2
*
|
mm/damon/dbgfs: avoid duplicate context directory creation
Badari Pulavarty
2022-08-28
1
-0
/
+3
*
|
bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
Liu Shixin
2022-08-28
1
-0
/
+2
*
|
mm/zsmalloc: do not attempt to free IS_ERR handle
Sergey Senozhatsky
2022-08-28
1
-1
/
+1
*
|
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
2022-08-28
2
-6
/
+10
*
|
shmem: update folio if shmem_replace_page() updates the page
Matthew Wilcox (Oracle)
2022-08-28
1
-0
/
+1
*
|
mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
Miaohe Lin
2022-08-28
1
-1
/
+1
*
|
mm/shmem: shmem_replace_page() remember NR_SHMEM
Hugh Dickins
2022-08-21
1
-0
/
+2
*
|
mm/shmem: tmpfs fallocate use file_modified()
Hugh Dickins
2022-08-21
1
-1
/
+2
*
|
mm/shmem: fix chattr fsflags support in tmpfs
Hugh Dickins
2022-08-21
1
-23
/
+31
*
|
mm/hugetlb: support write-faults in shared mappings
David Hildenbrand
2022-08-21
1
-7
/
+19
*
|
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
2022-08-21
1
-2
/
+5
*
|
mm/uffd: reset write protection when unregister with wp-mode
Peter Xu
2022-08-21
1
-11
/
+18
*
|
mm: add DEVICE_ZONE to FOR_ALL_ZONES
Hao Lee
2022-08-21
1
-1
/
+8
*
|
mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
David Hildenbrand
2022-08-21
2
-43
/
+89
|
/
*
Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-10
5
-601
/
+684
|
\
|
*
mm, hwpoison: enable memory error handling on 1GB hugepage
Naoya Horiguchi
2022-08-09
1
-16
/
+0
|
*
mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
Naoya Horiguchi
2022-08-09
1
-4
/
+6
|
*
mm, hwpoison: make __page_handle_poison returns int
Naoya Horiguchi
2022-08-09
1
-5
/
+11
|
*
mm, hwpoison: set PG_hwpoison for busy hugetlb pages
Naoya Horiguchi
2022-08-09
1
-4
/
+4
|
*
mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
Naoya Horiguchi
2022-08-09
1
-5
/
+47
|
*
mm, hwpoison, hugetlb: support saving mechanism of raw error pages
Naoya Horiguchi
2022-08-09
2
-12
/
+100
|
*
mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
Naoya Horiguchi
2022-08-09
1
-2
/
+30
|
*
mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_...
Naoya Horiguchi
2022-08-09
1
-2
/
+1
|
*
mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE
Muchun Song
2022-08-09
1
-1
/
+1
|
*
mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
Muchun Song
2022-08-09
3
-103
/
+96
|
*
mm: hugetlb_vmemmap: replace early_param() with core_param()
Muchun Song
2022-08-09
1
-8
/
+2
|
*
mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
Muchun Song
2022-08-09
2
-400
/
+398
|
*
mm: hugetlb_vmemmap: introduce the name HVO
Muchun Song
2022-08-09
2
-6
/
+6
|
*
mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
Muchun Song
2022-08-09
1
-58
/
+7
*
|
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2022-08-10
1
-0
/
+5
|
\
\
|
*
|
resource: Introduce alloc_free_mem_region()
Dan Williams
2022-07-22
1
-0
/
+5
*
|
|
Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-09
1
-0
/
+11
|
\
\
\
|
*
|
|
memblock: avoid some repeat when add new range
Jinyu Tang
2022-06-30
1
-0
/
+11
*
|
|
|
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-09
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-09
1
-1
/
+1
*
|
|
|
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
66
-1716
/
+3396
|
\
\
\
\
|
*
|
|
|
mm: Kconfig: fix typo
Sophia Gabriella
2022-07-30
1
-1
/
+1
|
*
|
|
|
mm: memory-failure: convert to pr_fmt()
Kefeng Wang
2022-07-30
1
-30
/
+28
|
*
|
|
|
mm: use is_zone_movable_page() helper
Kefeng Wang
2022-07-30
1
-1
/
+1
|
*
|
|
|
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
2022-07-30
3
-2
/
+20
[next]