index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: page_frag: Introduce page_frag_alloc_align()
Kevin Hao
2021-02-06
1
-3
/
+5
*
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Wang Hai
2021-01-28
1
-3
/
+1
*
Revert "mm: fix initialization of struct page for holes in memory layout"
Linus Torvalds
2021-01-26
1
-50
/
+34
*
mm/highmem: prepare for overriding set_pte_at()
Thomas Gleixner
2021-01-24
1
-1
/
+6
*
mm: fix page reference leak in soft_offline_page()
Dan Williams
2021-01-24
1
-4
/
+16
*
kasan, mm: fix resetting page_alloc tags for HW_TAGS
Andrey Konovalov
2021-01-24
1
-0
/
+2
*
kasan, mm: fix conflicts with init_on_alloc/free
Andrey Konovalov
2021-01-24
1
-3
/
+4
*
kasan: fix HW_TAGS boot parameters
Andrey Konovalov
2021-01-24
1
-45
/
+32
*
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen
2021-01-24
1
-2
/
+1
*
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Lecopzer Chen
2021-01-24
1
-8
/
+12
*
mm: fix numa stats for thp migration
Shakeel Butt
2021-01-24
1
-11
/
+12
*
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
2021-01-24
1
-2
/
+2
*
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
2021-01-24
1
-3
/
+1
*
mm: fix initialization of struct page for holes in memory layout
Mike Rapoport
2021-01-24
1
-34
/
+50
*
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()
Levi Yun
2021-01-21
1
-1
/
+1
*
mm: don't put pinned pages into the swap cache
Linus Torvalds
2021-01-17
1
-0
/
+2
*
mm/process_vm_access.c: include compat.h
Andrew Morton
2021-01-12
1
-0
/
+1
*
mm,hwpoison: fix printing of page flags
Oscar Salvador
2021-01-12
1
-1
/
+1
*
mm/hugetlb: fix potential missing huge page size info
Miaohe Lin
2021-01-12
1
-1
/
+1
*
mm: migrate: initialize err in do_migrate_pages
Jan Stancek
2021-01-12
1
-1
/
+1
*
mm/vmalloc.c: fix potential memory leak
Miaohe Lin
2021-01-12
1
-1
/
+3
*
arm/kasan: fix the array size of kasan_early_shadow_pte[]
Hailong Liu
2021-01-12
1
-1
/
+2
*
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
Hailong liu
2021-01-12
1
-15
/
+16
*
mm, slub: consider rest of partial list if acquire_slab() fails
Jann Horn
2021-01-12
1
-1
/
+1
*
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linus Torvalds
2021-01-05
1
-1
/
+1
*
mm: slub: call account_slab_page() after slab page initialization
Roman Gushchin
2020-12-29
1
-3
/
+2
*
kasan: fix null pointer dereference in kasan_record_aux_stack
Walter Wu
2020-12-29
1
-0
/
+2
*
mm: generalise COW SMC TLB flushing race comment
Nicholas Piggin
2020-12-29
1
-3
/
+5
*
mm/mremap.c: fix extent calculation
Kalesh Singh
2020-12-29
1
-1
/
+3
*
mm: memmap defer init doesn't work as expected
Baoquan He
2020-12-29
2
-4
/
+6
*
mm/hugetlb: fix deadlock in hugetlb_cow error path
Mike Kravetz
2020-12-29
1
-1
/
+21
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-12-24
1
-16
/
+89
|
\
|
*
mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...
David Hildenbrand
2020-12-18
1
-16
/
+89
*
|
kasan, mm: allow cache merging with no metadata
Andrey Konovalov
2020-12-22
2
-1
/
+13
*
|
kasan: sanitize objects when metadata doesn't fit
Andrey Konovalov
2020-12-22
8
-75
/
+147
*
|
kasan: clarify comment in __kasan_kfree_large
Andrey Konovalov
2020-12-22
1
-1
/
+1
*
|
kasan: simplify assign_tag and set_tag calls
Andrey Konovalov
2020-12-22
1
-6
/
+7
*
|
kasan: don't round_up too much
Andrey Konovalov
2020-12-22
2
-6
/
+3
*
|
kasan, mm: rename kasan_poison_kfree
Andrey Konovalov
2020-12-22
2
-18
/
+24
*
|
kasan, mm: check kasan_enabled in annotations
Andrey Konovalov
2020-12-22
1
-28
/
+28
*
|
kasan: add and integrate kasan boot parameters
Andrey Konovalov
2020-12-22
4
-7
/
+196
*
|
kasan: inline (un)poison_range and check_invalid_free
Andrey Konovalov
2020-12-22
2
-26
/
+31
*
|
kasan: open-code kasan_unpoison_slab
Andrey Konovalov
2020-12-22
1
-1
/
+1
*
|
kasan: inline random_tag for HW_TAGS
Andrey Konovalov
2020-12-22
2
-22
/
+14
*
|
kasan: inline kasan_reset_tag for tag-based modes
Andrey Konovalov
2020-12-22
8
-28
/
+14
*
|
kasan: remove __kasan_unpoison_stack
Andrey Konovalov
2020-12-22
1
-9
/
+3
*
|
kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
Andrey Konovalov
2020-12-22
1
-0
/
+2
*
|
kasan: introduce set_alloc_info
Andrey Konovalov
2020-12-22
1
-1
/
+6
*
|
kasan: rename get_alloc/free_info
Andrey Konovalov
2020-12-22
8
-31
/
+31
*
|
kasan: simplify quarantine_put call site
Andrey Konovalov
2020-12-22
3
-5
/
+5
[next]