index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2023-09-08
Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2023-09-06
kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
Qing Zhang
2023-09-06
kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
Qing Zhang
2023-09-06
kfence: Defer the assignment of the local variable addr
Enze Li
2023-09-05
Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
2023-09-05
revert "memfd: improve userspace warnings for missing exec-related flags".
Andrew Morton
2023-09-05
Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-09-05
rcu: dump vmalloc memory info safely
Zqiang
2023-09-05
mm/vmalloc: add a safer version of find_vm_area() for debug
Joel Fernandes (Google)
2023-09-05
memcontrol: ensure memcg acquired by id is properly set up
Johannes Weiner
2023-09-02
mm/kmemleak: move up cond_resched() call in page scanning loop
Waiman Long
2023-09-02
mm: page_alloc: remove stale CMA guard code
Johannes Weiner
2023-09-02
mm/hwpoison: rename hwp_walk* to hwpoison_walk*
Jiaqi Yan
2023-09-02
mm: memory-failure: add PageOffline() check
Miaohe Lin
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
2023-09-01
Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-30
Merge tag 'md-next-20230814-resend' into loongarch-next
Huacai Chen
2023-08-29
Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
Merge tag 'slab-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-08-29
Merge tag 'parisc-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
Merge branch 'slab/for-6.6/random_kmalloc' into slab/for-next
Vlastimil Babka
2023-08-28
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-08-28
Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-25
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-08-25
mm/percpu.c: print error message too if atomic alloc failed
Baoquan He
2023-08-25
mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bit
Baoquan He
2023-08-25
mm/percpu.c: remove redundant check
Baoquan He
2023-08-25
mm/percpu: Remove some local variables in pcpu_populate_pte
Bibo Mao
2023-08-24
secretmem: convert page_is_secretmem() to folio_is_secretmem()
Matthew Wilcox (Oracle)
2023-08-24
hugetlb: add documentation for vma_kernel_pagesize()
Matthew Wilcox (Oracle)
2023-08-24
mm: fix clean_record_shared_mapping_range kernel-doc
Matthew Wilcox (Oracle)
2023-08-24
mm: fix get_mctgt_type() kernel-doc
Matthew Wilcox (Oracle)
2023-08-24
mm: fix kernel-doc warning from tlb_flush_rmaps()
Matthew Wilcox (Oracle)
2023-08-24
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2023-08-24
mm: allow ->huge_fault() to be called without the mmap_lock held
Matthew Wilcox (Oracle)
2023-08-24
mm: remove checks for pte_index
Matthew Wilcox (Oracle)
2023-08-24
memcg: remove duplication detection for mem_cgroup_uncharge_swap
Lu Jialin
2023-08-24
mm/huge_memory: work on folio->swap instead of page->private when splitting f...
David Hildenbrand
2023-08-24
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
2023-08-24
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
2023-08-24
mm: call update_mmu_cache_range() in more page fault handling paths
Matthew Wilcox (Oracle)
2023-08-24
filemap: batch PTE mappings
Yin Fengwei
[next]