Age | Commit message (Expand) | Author |
2020-04-24 | mm: check that mm is still valid in madvise() | Linus Torvalds |
2020-04-21 | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path | Yang Shi |
2020-04-21 | shmem: fix possible deadlocks on shmlock_user_lock | Hugh Dickins |
2020-04-21 | vmalloc: fix remap_vmalloc_range() bounds checks | Jann Horn |
2020-04-21 | mm/shmem: fix build without THP | Hugh Dickins |
2020-04-21 | mm/ksm: fix NULL pointer dereference when KSM zero page is enabled | Muchun Song |
2020-04-21 | mm, gup: return EINTR when gup is interrupted by fatal signals | Michal Hocko |
2020-04-21 | mm/hugetlb: fix a addressing exception caused by huge_pte_offset | Longpeng |
2020-04-21 | slub: avoid redzone when choosing freepointer location | Kees Cook |
2020-04-19 | mm: Fix MREMAP_DONTUNMAP accounting on VMA merge | Brian Geffon |
2020-04-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-04-10 | mm/memremap: set caching mode for PCI P2PDMA memory to WC | Logan Gunthorpe |
2020-04-10 | mm/memory_hotplug: add pgprot_t to mhp_params | Logan Gunthorpe |
2020-04-10 | mm/memory_hotplug: rename mhp_restrictions to mhp_params | Logan Gunthorpe |
2020-04-10 | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual |
2020-04-10 | mm/memory.c: add vm_insert_pages() | Arjun Roy |
2020-04-10 | mm/memory.c: refactor insert_page to prepare for batched-lock insert | Arjun Roy |
2020-04-10 | mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area | Jaewon Kim |
2020-04-10 | mm: hugetlb: optionally allocate gigantic hugepages using cma | Roman Gushchin |
2020-04-10 | mm: cma: NUMA node interface | Aslan Bakirov |
2020-04-10 | mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static | Jason Yan |
2020-04-10 | mm/page_alloc.c: fix kernel-doc warning | Randy Dunlap |
2020-04-10 | mm, slab_common: fix a typo in comment "eariler"->"earlier" | Qiujun Huang |
2020-04-10 | mm, memcg: do not high throttle allocators based on wraparound | Jakub Kicinski |
2020-04-10 | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-04-08 | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-04-08 | mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signal | Hillf Danton |
2020-04-07 | mm/gup: Mark lock taken only after a successful retake | Peter Xu |
2020-04-07 | mm/mempolicy: Allow lookup_node() to handle fatal signal | Peter Xu |
2020-04-07 | kasan: unset panic_on_warn before calling panic() | Kees Cook |
2020-04-07 | kasan: stackdepot: move filter_irq_stacks() to stackdepot.c | Alexander Potapenko |
2020-04-07 | proc: faster open/read/close with "permanent" files | Alexey Dobriyan |
2020-04-07 | mm/dmapool.c: micro-optimisation remove unnecessary branch | Mateusz Nosek |
2020-04-07 | mm: use fallthrough; | Joe Perches |
2020-04-07 | mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant | Mateusz Nosek |
2020-04-07 | mm: fix ambiguous comments for better code readability | chenqiwu |
2020-04-07 | mm/zsmalloc: add missing annotation for unpin_tag() | Jules Irenge |
2020-04-07 | mm/zsmalloc: add missing annotation for pin_tag() | Jules Irenge |
2020-04-07 | mm/zsmalloc: add missing annotation for migrate_read_unlock() | Jules Irenge |
2020-04-07 | mm/zsmalloc: add missing annotation for migrate_read_lock() | Jules Irenge |
2020-04-07 | mm/slub: add missing annotation for put_map() | Jules Irenge |
2020-04-07 | mm/slub: add missing annotation for get_map() | Jules Irenge |
2020-04-07 | mm/mempolicy: add missing annotation for queue_pages_pmd() | Jules Irenge |
2020-04-07 | mm/hugetlb: add missing annotation for gather_surplus_pages() | Jules Irenge |
2020-04-07 | mm/compaction: add missing annotation for compact_lock_irqsave | Jules Irenge |
2020-04-07 | mm/zswap: allow setting default status, compressor and allocator in Kconfig | Maciej S. Szmigiero |
2020-04-07 | mm: prevent a warning when casting void* -> enum | Palmer Dabbelt |
2020-04-07 | mm: huge tmpfs: try to split_huge_page() when punching hole | Hugh Dickins |
2020-04-07 | mm/shmem.c: clean code by removing unnecessary assignment | Mateusz Nosek |
2020-04-07 | mm/shmem.c: distribute switch variables for initialization | Kees Cook |