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
2020-12-22
kasan, arm64: implement HW_TAGS runtime
Andrey Konovalov
8
-15
/
+152
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
1
-5
/
+8
2020-12-22
kasan: define KASAN_GRANULE_SIZE for HW_TAGS
Andrey Konovalov
1
-0
/
+6
2020-12-22
arm64: kasan: add arch layer for memory tagging helpers
Andrey Konovalov
1
-0
/
+26
2020-12-22
kasan, mm: untag page address in free_reserved_area
Vincenzo Frascino
1
-0
/
+5
2020-12-22
kasan: separate metadata_fetch_row for each mode
Andrey Konovalov
4
-29
/
+45
2020-12-22
kasan: rename SHADOW layout macros to META
Andrey Konovalov
1
-15
/
+15
2020-12-22
kasan: rename print_shadow_for_address to print_memory_metadata
Andrey Konovalov
1
-3
/
+3
2020-12-22
kasan: rename addr_has_shadow to addr_has_metadata
Andrey Konovalov
3
-5
/
+5
2020-12-22
kasan, arm64: rename kasan_init_tags and mark as __init
Andrey Konovalov
1
-1
/
+1
2020-12-22
kasan, arm64: move initialization message
Andrey Konovalov
2
-3
/
+3
2020-12-22
kasan, arm64: only use kasan_depth for software modes
Andrey Konovalov
2
-0
/
+4
2020-12-22
kasan: decode stack frame only with KASAN_STACK_ENABLE
Andrey Konovalov
3
-162
/
+168
2020-12-22
kasan: hide invalid free check implementation
Andrey Konovalov
4
-18
/
+19
2020-12-22
kasan: rename report and tags files
Andrey Konovalov
5
-9
/
+9
2020-12-22
kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
Andrey Konovalov
3
-15
/
+13
2020-12-22
kasan: split out shadow.c from common.c
Andrey Konovalov
3
-487
/
+510
2020-12-22
kasan: only build init.c for software modes
Andrey Konovalov
2
-4
/
+4
2020-12-22
kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
Andrey Konovalov
7
-42
/
+43
2020-12-22
kasan: rename (un)poison_shadow to (un)poison_range
Andrey Konovalov
5
-37
/
+42
2020-12-22
kasan: group vmalloc code
Andrey Konovalov
1
-38
/
+40
2020-12-22
kasan: drop unnecessary GPL text from comment headers
Andrey Konovalov
8
-45
/
+0
2020-12-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-43
/
+10
2020-12-19
mm/Kconfig: fix spelling mistake "whats" -> "what's"
Colin Ian King
1
-1
/
+1
2020-12-19
mm/memcontrol:rewrite mem_cgroup_page_lruvec()
Hui Su
1
-37
/
+0
2020-12-19
mm/memcg: warning on !memcg after readahead page charged
Alex Shi
1
-6
/
+4
2020-12-19
mm/memcg: bail early from swap accounting if memcg disabled
Alex Shi
1
-0
/
+6
2020-12-18
mm/filemap: fix infinite loop in generic_file_buffered_read()
Kent Overstreet
1
-0
/
+3
2020-12-18
mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...
David Hildenbrand
1
-16
/
+89
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-1
/
+13
2020-12-16
Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2020-12-16
Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+5
2020-12-15
mm: fix some spelling mistakes in comments
Haitao Shi
6
-6
/
+6
2020-12-15
mm: simplify follow_pte{,pmd}
Christoph Hellwig
1
-30
/
+5
2020-12-15
mm: unexport follow_pte_pmd
Christoph Hellwig
1
-1
/
+0
2020-12-15
mm/memory_hotplug: quieting offline operation
Laurent Dufour
1
-1
/
+1
2020-12-15
mm: fix a race on nr_swap_pages
Zhaoyang Huang
1
-5
/
+6
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-326
/
+399
2020-12-15
mm/lru: revise the comments of lru_lock
Hugh Dickins
3
-22
/
+27
2020-12-15
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
3
-46
/
+10
2020-12-15
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
8
-125
/
+215
2020-12-15
mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
Alex Shi
1
-9
/
+35
2020-12-15
mm/compaction: do page isolation first in compaction
Alex Shi
2
-30
/
+55
2020-12-15
mm/lru: introduce TestClearPageLRU()
Alex Shi
2
-22
/
+20
2020-12-15
mm/mlock: remove __munlock_isolate_lru_page()
Alex Shi
1
-22
/
+9
2020-12-15
mm/mlock: remove lru_lock on TestClearPageMlocked
Alex Shi
1
-21
/
+5
2020-12-15
mm/vmscan: remove lruvec reget in move_pages_to_lru
Alex Shi
1
-1
/
+6
2020-12-15
mm/lru: move lock into lru_note_cost
Alex Shi
3
-5
/
+4
2020-12-15
mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
Alex Shi
1
-42
/
+23
[prev]
[next]