index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-27
mm: kfence: fix missing objcg housekeeping for SLAB
Muchun Song
1
-0
/
+1
2022-03-27
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2022-03-26
Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-03-25
fs/iomap: Fix buffered write page prefaulting
Andreas Gruenbacher
1
-1
/
+1
2022-03-24
mm: madvise: MADV_DONTNEED_LOCKED
Johannes Weiner
1
-10
/
+14
2022-03-24
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
1
-1
/
+24
2022-03-24
mm: generalize ARCH_HAS_FILTER_PGPROT
Anshuman Khandual
1
-0
/
+3
2022-03-24
mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
Hugh Dickins
1
-4
/
+4
2022-03-24
mm: warn on deleting redirtied only if accounted
Hugh Dickins
2
-15
/
+17
2022-03-24
mm/huge_memory: remove stale locking logic from __split_huge_pmd()
David Hildenbrand
1
-36
/
+4
2022-03-24
mm/huge_memory: remove stale page_trans_huge_mapcount()
David Hildenbrand
1
-48
/
+0
2022-03-24
mm/swapfile: remove stale reuse_swap_page()
David Hildenbrand
1
-104
/
+0
2022-03-24
mm/khugepaged: remove reuse_swap_page() usage
David Hildenbrand
1
-11
/
+0
2022-03-24
mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
David Hildenbrand
1
-4
/
+9
2022-03-24
mm: streamline COW logic in do_swap_page()
David Hildenbrand
1
-12
/
+43
2022-03-24
mm: slightly clarify KSM logic in do_swap_page()
David Hildenbrand
1
-15
/
+23
2022-03-24
mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
David Hildenbrand
1
-1
/
+9
2022-03-24
mm: optimize do_wp_page() for exclusive pages in the swapcache
David Hildenbrand
1
-6
/
+14
2022-03-24
mm/huge_memory: make is_transparent_hugepage() static
Miaohe Lin
1
-2
/
+1
2022-03-24
mm: enable MADV_DONTNEED for hugetlb mappings
Mike Kravetz
1
-3
/
+30
2022-03-24
kasan: disable LOCKDEP when printing reports
Andrey Konovalov
1
-1
/
+5
2022-03-24
kasan: move and hide kasan_save_enable/restore_multi_shot
Andrey Konovalov
2
-13
/
+24
2022-03-24
kasan: reorder reporting functions
Andrey Konovalov
1
-41
/
+41
2022-03-24
kasan: respect KASAN_BIT_REPORTED in all reporting routines
Andrey Konovalov
1
-3
/
+32
2022-03-24
kasan: add comment about UACCESS regions to kasan_report
Andrey Konovalov
1
-0
/
+5
2022-03-24
kasan: rename kasan_access_info to kasan_report_info
Andrey Konovalov
4
-10
/
+10
2022-03-24
kasan: move and simplify kasan_report_async
Andrey Konovalov
1
-14
/
+14
2022-03-24
kasan: call print_report from kasan_report_invalid_free
Andrey Konovalov
2
-16
/
+32
2022-03-24
kasan: merge __kasan_report into kasan_report
Andrey Konovalov
1
-21
/
+15
2022-03-24
kasan: restructure kasan_report
Andrey Konovalov
1
-6
/
+9
2022-03-24
kasan: simplify kasan_find_first_bad_addr call sites
Andrey Konovalov
4
-4
/
+10
2022-03-24
kasan: split out print_report from __kasan_report
Andrey Konovalov
2
-30
/
+35
2022-03-24
kasan: move disable_trace_on_warning to start_report
Andrey Konovalov
1
-1
/
+2
2022-03-24
kasan: move update_kunit_status to start_report
Andrey Konovalov
1
-41
/
+34
2022-03-24
kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
Andrey Konovalov
2
-11
/
+9
2022-03-24
kasan: simplify kasan_update_kunit_status() and call sites
Andrey Konovalov
1
-16
/
+14
2022-03-24
kasan: simplify async check in end_report()
Andrey Konovalov
1
-1
/
+1
2022-03-24
kasan: print basic stack frame info for SW_TAGS
Andrey Konovalov
2
-1
/
+13
2022-03-24
kasan: improve stack frame info in reports
Andrey Konovalov
1
-4
/
+5
2022-03-24
kasan: rearrange stack frame info in reports
Andrey Konovalov
2
-14
/
+13
2022-03-24
kasan: more line breaks in reports
Andrey Konovalov
1
-2
/
+5
2022-03-24
kasan: drop addr check from describe_object_addr
Andrey Konovalov
1
-3
/
+0
2022-03-24
kasan: print virtual mapping info in reports
Andrey Konovalov
1
-1
/
+14
2022-03-24
mm/kasan: remove unnecessary CONFIG_KASAN option
tangmeng
1
-1
/
+1
2022-03-24
kasan: test: support async (again) and asymm modes for HW_TAGS
Andrey Konovalov
3
-19
/
+30
2022-03-24
kasan: add kasan.vmalloc command line flag
Andrey Konovalov
2
-1
/
+50
2022-03-24
kasan: clean up feature flags for HW_TAGS mode
Andrey Konovalov
2
-18
/
+22
2022-03-24
kasan: mark kasan_arg_stacktrace as __initdata
Andrey Konovalov
1
-2
/
+5
2022-03-24
kasan, vmalloc: only tag normal vmalloc allocations
Andrey Konovalov
3
-20
/
+44
2022-03-24
kasan, vmalloc: add vmalloc tagging for HW_TAGS
Andrey Konovalov
3
-12
/
+141
[next]