开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-06
mm: introduce pmd_install() helper
Qi Zheng
2021-11-06
mm: add zap_skip_check_mapping() helper
Peter Xu
2021-11-06
mm: drop first_index/last_index in zap_details
Peter Xu
2021-11-06
mm: clear vmf->pte after pte_unmap_same() returns
Peter Xu
2021-11-06
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2021-11-06
mm/memory.c: avoid unnecessary kernel/user pointer conversion
Amit Daniel Kachhap
2021-11-06
mm: use __pfn_to_section() instead of open coding it
Rolf Eike Beer
2021-11-06
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
2021-11-06
memcg: prohibit unconditional exceeding the limit of dying tasks
Vasily Averin
2021-11-06
mm, oom: do not trigger out_of_memory from the #PF
Michal Hocko
2021-11-06
mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
Vasily Averin
2021-11-06
mm: list_lru: only add memcg-aware lrus to the global lru list
Muchun Song
2021-11-06
mm: memcontrol: remove the kmem states
Muchun Song
2021-11-06
mm: memcontrol: remove kmemcg_id reparenting
Muchun Song
2021-11-06
mm: list_lru: fix the return value of list_lru_count_one()
Muchun Song
2021-11-06
mm: list_lru: remove holding lru lock
Muchun Song
2021-11-06
memcg, kmem: further deprecate kmem.limit_in_bytes
Shakeel Butt
2021-11-06
mm/list_lru.c: prefer struct_size over open coded arithmetic
Len Baker
2021-11-06
mm/memcg: remove obsolete memcg_free_kmem()
Waiman Long
2021-11-06
memcg: unify memcg stat flushing
Shakeel Butt
2021-11-06
memcg: flush stats only if updated
Shakeel Butt
2021-11-06
mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
Peter Xu
2021-11-06
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
2021-11-06
mm/swapfile: fix an integer overflow in swap_show()
Rafael Aquini
2021-11-06
mm/swapfile: remove needless request_queue NULL pointer check
Xu Wang
2021-11-06
mm/gup: further simplify __gup_device_huge()
John Hubbard
2021-11-06
mm: move more expensive part of XA setup out of mapping check
Jens Axboe
2021-11-06
mm/filemap.c: remove bogus VM_BUG_ON
Matthew Wilcox (Oracle)
2021-11-06
mm: don't read i_size of inode unless we need it
Jens Axboe
2021-11-06
mm: simplify bdi refcounting
Christoph Hellwig
2021-11-06
mm: don't automatically unregister bdis
Christoph Hellwig
2021-11-06
fs: explicitly unregister per-superblock BDIs
Christoph Hellwig
2021-11-06
mtd: call bdi_unregister explicitly
Christoph Hellwig
2021-11-06
mm: export bdi_unregister
Christoph Hellwig
2021-11-06
mm: stop filemap_read() from grabbing a superfluous page
David Howells
2021-11-06
mm/page_ext.c: fix a comment
Yinan Zhang
2021-11-06
percpu: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
mm/vmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
mm/kvmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
slab: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
slab: clean up function prototypes
Kees Cook
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-11-06
rapidio: avoid bogus __alloc_size warning
Kees Cook
2021-11-06
kasan: test: bypass __alloc_size checks
Kees Cook
2021-11-06
mm: debug_vm_pgtable: don't use __P000 directly
Guo Ren
2021-11-06
mm/smaps: simplify shmem handling of pte holes
Peter Xu
2021-11-06
mm/smaps: use vma->vm_pgoff directly when counting partial swap
Peter Xu
2021-11-06
mm/smaps: fix shmem pte hole swap calculation
Peter Xu
2021-11-06
kasan: test: add memcpy test that avoids out-of-bounds write
Peter Collingbourne
[next]