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
*
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
*
kfence: use error_report_end tracepoint
Alexander Potapenko
2021-02-26
1
-0
/
+2
*
kfence: report sensitive information based on no_hash_pointers
Marco Elver
2021-02-26
4
-23
/
+14
*
kfence: add test suite
Marco Elver
2021-02-26
5
-15
/
+886
*
kfence, kasan: make KFENCE compatible with KASAN
Alexander Potapenko
2021-02-26
4
-4
/
+39
*
mm, kfence: insert KFENCE hooks for SLUB
Alexander Potapenko
2021-02-26
2
-14
/
+48
*
mm, kfence: insert KFENCE hooks for SLAB
Alexander Potapenko
2021-02-26
3
-10
/
+35
*
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2021-02-26
3
-34
/
+43
*
mm: add Kernel Electric-Fence infrastructure
Alexander Potapenko
2021-02-26
5
-0
/
+1197
*
mm/early_ioremap.c: use __func__ instead of function name
Stephen Zhang
2021-02-26
1
-6
/
+6
*
mm/backing-dev.c: use might_alloc()
Daniel Vetter
2021-02-26
1
-1
/
+2
*
mm/dmapool: use might_alloc()
Daniel Vetter
2021-02-26
1
-1
/
+2
*
mm/zsmalloc.c: use page_private() to access page->private
Miaohe Lin
2021-02-26
1
-1
/
+1
*
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
2021-02-26
1
-6
/
+11
*
mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()
Miaohe Lin
2021-02-26
1
-2
/
+1
*
mm: set the sleep_mapped to true for zbud and z3fold
Tian Tao
2021-02-26
2
-0
/
+2
*
mm/zswap: add the flag can_sleep_mapped
Tian Tao
2021-02-26
2
-5
/
+59
*
mm: zswap: clean up confusing comment
Randy Dunlap
2021-02-26
1
-3
/
+3
*
mm/rmap: correct obsolete comment of page_get_anon_vma()
Miaohe Lin
2021-02-26
1
-2
/
+2
*
mm/rmap: use page_not_mapped in try_to_unmap()
Miaohe Lin
2021-02-26
1
-8
/
+3
*
mm/rmap: fix obsolete comment in __page_check_anon_rmap()
Miaohe Lin
2021-02-26
1
-2
/
+1
*
mm/rmap: remove unneeded semicolon in page_not_mapped()
Miaohe Lin
2021-02-26
1
-1
/
+1
*
mm/rmap: correct some obsolete comments of anon_vma
Miaohe Lin
2021-02-26
1
-2
/
+2
*
mm/mlock: stop counting mlocked pages when none vma is found
Miaohe Lin
2021-02-26
1
-1
/
+1
*
mm/memory_hotplug: prevalidate the address range being added with platform
Anshuman Khandual
2021-02-26
2
-20
/
+66
*
mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn
Miaohe Lin
2021-02-26
1
-5
/
+4
*
mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
David Hildenbrand
2021-02-26
1
-1
/
+1
*
mm/memory_hotplug: rename all existing 'memhp' into 'mhp'
Anshuman Khandual
2021-02-26
1
-6
/
+6
*
mm: fix memory_failure() handling of dax-namespace metadata
Dan Williams
2021-02-26
2
-0
/
+21
*
mm: teach pfn_to_online_page() about ZONE_DEVICE section collisions
Dan Williams
2021-02-26
1
-0
/
+38
*
mm: teach pfn_to_online_page() to consider subsection validity
Dan Williams
2021-02-26
1
-4
/
+19
*
mm: move pfn_to_online_page() out of line
Dan Williams
2021-02-26
1
-0
/
+16
*
mm/vmstat.c: erase latency in vmstat_shepherd
Jiang Biao
2021-02-26
1
-0
/
+2
*
mm: vmstat: add some comments on internal storage of byte items
Johannes Weiner
2021-02-26
1
-0
/
+12
*
mm: vmstat: fix NOHZ wakeups for node stat changes
Johannes Weiner
2021-02-26
1
-6
/
+9
*
mm: cma: print region name on failure
Patrick Daly
2021-02-26
1
-2
/
+2
*
mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
David Hildenbrand
2021-02-26
2
-2
/
+5
*
mm/cma: expose all pages to the buddy if activation of an area fails
David Hildenbrand
2021-02-26
1
-22
/
+21
[next]