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
2021-02-05
mm: hugetlb: fix missing put_page in gather_surplus_pages()
Muchun Song
1
-1
/
+4
2021-02-05
kasan: make addr_has_metadata() return true for valid addresses
Vincenzo Frascino
1
-1
/
+1
2021-02-05
mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
Waiman Long
1
-0
/
+4
2021-02-05
memblock: do not start bottom-up allocations with kernel_end
Roman Gushchin
1
-43
/
+6
2021-02-05
mm: thp: fix MADV_REMOVE deadlock on shmem THP
Hugh Dickins
1
-14
/
+23
2021-02-05
mm, compaction: move high_pfn to the for loop scope
Rokudo Yan
1
-1
/
+2
2021-02-05
mm: migrate: do not migrate HugeTLB page whose refcount is one
Muchun Song
1
-0
/
+6
2021-02-05
mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
Muchun Song
1
-2
/
+1
2021-02-05
mm: hugetlb: fix a race between isolating and freeing page
Muchun Song
1
-2
/
+2
2021-02-05
mm: hugetlb: fix a race between freeing and dissolving the page
Muchun Song
1
-0
/
+39
2021-02-05
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
1
-1
/
+1
2021-01-28
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Wang Hai
1
-3
/
+1
2021-01-26
Revert "mm: fix initialization of struct page for holes in memory layout"
Linus Torvalds
1
-50
/
+34
2021-01-24
mm/highmem: prepare for overriding set_pte_at()
Thomas Gleixner
1
-1
/
+6
2021-01-24
mm: fix page reference leak in soft_offline_page()
Dan Williams
1
-4
/
+16
2021-01-24
kasan, mm: fix resetting page_alloc tags for HW_TAGS
Andrey Konovalov
1
-0
/
+2
2021-01-24
kasan, mm: fix conflicts with init_on_alloc/free
Andrey Konovalov
1
-3
/
+4
2021-01-24
kasan: fix HW_TAGS boot parameters
Andrey Konovalov
1
-45
/
+32
2021-01-24
kasan: fix incorrect arguments passing in kasan_add_zero_shadow
Lecopzer Chen
1
-2
/
+1
2021-01-24
kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
Lecopzer Chen
1
-8
/
+12
2021-01-24
mm: fix numa stats for thp migration
Shakeel Butt
1
-11
/
+12
2021-01-24
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
1
-2
/
+2
2021-01-24
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
1
-3
/
+1
2021-01-24
mm: fix initialization of struct page for holes in memory layout
Mike Rapoport
1
-34
/
+50
2021-01-21
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()
Levi Yun
1
-1
/
+1
2021-01-17
mm: don't put pinned pages into the swap cache
Linus Torvalds
1
-0
/
+2
2021-01-12
mm/process_vm_access.c: include compat.h
Andrew Morton
1
-0
/
+1
2021-01-12
mm,hwpoison: fix printing of page flags
Oscar Salvador
1
-1
/
+1
2021-01-12
mm/hugetlb: fix potential missing huge page size info
Miaohe Lin
1
-1
/
+1
2021-01-12
mm: migrate: initialize err in do_migrate_pages
Jan Stancek
1
-1
/
+1
2021-01-12
mm/vmalloc.c: fix potential memory leak
Miaohe Lin
1
-1
/
+3
2021-01-12
arm/kasan: fix the array size of kasan_early_shadow_pte[]
Hailong Liu
1
-1
/
+2
2021-01-12
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
Hailong liu
1
-15
/
+16
2021-01-12
mm, slub: consider rest of partial list if acquire_slab() fails
Jann Horn
1
-1
/
+1
2021-01-05
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linus Torvalds
1
-1
/
+1
2020-12-29
mm: slub: call account_slab_page() after slab page initialization
Roman Gushchin
1
-3
/
+2
2020-12-29
kasan: fix null pointer dereference in kasan_record_aux_stack
Walter Wu
1
-0
/
+2
2020-12-29
mm: generalise COW SMC TLB flushing race comment
Nicholas Piggin
1
-3
/
+5
2020-12-29
mm/mremap.c: fix extent calculation
Kalesh Singh
1
-1
/
+3
2020-12-29
mm: memmap defer init doesn't work as expected
Baoquan He
2
-4
/
+6
2020-12-29
mm/hugetlb: fix deadlock in hugetlb_cow error path
Mike Kravetz
1
-1
/
+21
2020-12-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-16
/
+89
2020-12-22
kasan, mm: allow cache merging with no metadata
Andrey Konovalov
2
-1
/
+13
2020-12-22
kasan: sanitize objects when metadata doesn't fit
Andrey Konovalov
8
-75
/
+147
2020-12-22
kasan: clarify comment in __kasan_kfree_large
Andrey Konovalov
1
-1
/
+1
2020-12-22
kasan: simplify assign_tag and set_tag calls
Andrey Konovalov
1
-6
/
+7
2020-12-22
kasan: don't round_up too much
Andrey Konovalov
2
-6
/
+3
2020-12-22
kasan, mm: rename kasan_poison_kfree
Andrey Konovalov
2
-18
/
+24
2020-12-22
kasan, mm: check kasan_enabled in annotations
Andrey Konovalov
1
-28
/
+28
2020-12-22
kasan: add and integrate kasan boot parameters
Andrey Konovalov
4
-7
/
+196
[next]