summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+0
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi-1/+0
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-6/+23
2023-09-06kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate processQing Zhang-4/+14
2023-09-06kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mappingQing Zhang-0/+6
2023-09-06kfence: Defer the assignment of the local variable addrEnze Li-2/+3
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds-24/+53
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen-13/+10
2023-09-05revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton-1/+1
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-29/+18
2023-09-05rcu: dump vmalloc memory info safelyZqiang-1/+3
2023-09-05mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)-4/+22
2023-09-05memcontrol: ensure memcg acquired by id is properly set upJohannes Weiner-5/+17
2023-09-02mm/kmemleak: move up cond_resched() call in page scanning loopWaiman Long-2/+3
2023-09-02mm: page_alloc: remove stale CMA guard codeJohannes Weiner-17/+4
2023-09-02mm/hwpoison: rename hwp_walk* to hwpoison_walk*Jiaqi Yan-8/+8
2023-09-02mm: memory-failure: add PageOffline() checkMiaohe Lin-2/+3
2023-09-02mm/pagewalk: fix bootstopping regression from extra pte_unmap()Hugh Dickins-1/+1
2023-09-01Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-41/+28
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+32
2023-08-30Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen-2/+2
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds-6/+9
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2625/+2638
2023-08-29Merge tag 'slab-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-34/+101
2023-08-29Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+8
2023-08-29Merge branch 'slab/for-6.6/random_kmalloc' into slab/for-nextVlastimil Babka-9/+68
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-35/+14
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-44/+36
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-233/+967
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-15/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds-43/+146
2023-08-25mm/percpu.c: print error message too if atomic alloc failedBaoquan He-2/+4
2023-08-25mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He-23/+15
2023-08-25mm/percpu.c: remove redundant checkBaoquan He-1/+0
2023-08-25mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao-15/+9
2023-08-24secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)-1/+1
2023-08-24hugetlb: add documentation for vma_kernel_pagesize()Matthew Wilcox (Oracle)-3/+8
2023-08-24mm: fix clean_record_shared_mapping_range kernel-docMatthew Wilcox (Oracle)-5/+6
2023-08-24mm: fix get_mctgt_type() kernel-docMatthew Wilcox (Oracle)-18/+13
2023-08-24mm: fix kernel-doc warning from tlb_flush_rmaps()Matthew Wilcox (Oracle)-0/+1
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)-4/+4
2023-08-24mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)-20/+2
2023-08-24mm: remove checks for pte_indexMatthew Wilcox (Oracle)-16/+1
2023-08-24memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin-3/+0
2023-08-24mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand-14/+15
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand-13/+12
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand-15/+13