aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds1-50/+34
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner1-1/+6
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov1-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov1-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov1-45/+32
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-14/+25
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner3-3/+5
2021-01-24fs: add file and path permissions helpersChristian Brauner3-3/+3
2021-01-22mm: Make mem_obj_dump() vmalloc() dumps include start and lengthPaul E. McKenney1-1/+2
2021-01-22mm: Make mem_dump_obj() handle vmalloc() memoryPaul E. McKenney2-6/+20
2021-01-22mm: Make mem_dump_obj() handle NULL and zero-sized pointersPaul E. McKenney1-1/+6
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney6-0/+177
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2-8/+9
2021-01-21mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()Will Deacon1-18/+17
2021-01-21mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon2-19/+12
2021-01-21mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()Levi Yun1-1/+1
2021-01-20mm: Allow architectures to request 'old' entries when prefaultingWill Deacon2-5/+29
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2-185/+191
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-14mm: memblock: remove return value of memblock_free_all()Daeseok Youn1-5/+1
2021-01-12mm/process_vm_access.c: include compat.hAndrew Morton1-0/+1
2021-01-12mm,hwpoison: fix printing of page flagsOscar Salvador1-1/+1
2021-01-12mm/hugetlb: fix potential missing huge page size infoMiaohe Lin1-1/+1
2021-01-12mm: migrate: initialize err in do_migrate_pagesJan Stancek1-1/+1
2021-01-12mm/vmalloc.c: fix potential memory leakMiaohe Lin1-1/+3
2021-01-12arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu1-1/+2
2021-01-12mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu1-15/+16
2021-01-12mm, slub: consider rest of partial list if acquire_slab() failsJann Horn1-1/+1
2021-01-12mm: Close race in generic_access_physDaniel Vetter1-3/+43
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter3-225/+0
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter1-36/+17
2021-01-05mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds1-1/+1
2020-12-29mm: slub: call account_slab_page() after slab page initializationRoman Gushchin1-3/+2
2020-12-29kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu1-0/+2
2020-12-29mm: generalise COW SMC TLB flushing race commentNicholas Piggin1-3/+5
2020-12-29mm/mremap.c: fix extent calculationKalesh Singh1-1/+3
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He2-4/+6
2020-12-29mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz1-1/+21
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-16/+89