| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/vmscan: remove unnecessary argument description of isolate_lru_pages() | Qiwu Chen | 2020-05-08 | 1 | -1/+0 |
* | percpu: make pcpu_alloc() aware of current gfp context | Filipe Manana | 2020-05-08 | 1 | -4/+10 |
* | mm/slub: fix incorrect interpretation of s->offset | Waiman Long | 2020-05-08 | 1 | -15/+30 |
* | mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() | David Hildenbrand | 2020-05-08 | 1 | -0/+1 |
* | mm, memcg: fix error return value of mem_cgroup_css_alloc() | Yafang Shao | 2020-05-08 | 1 | -6/+9 |
* | mm: check that mm is still valid in madvise() | Linus Torvalds | 2020-04-24 | 1 | -0/+18 |
* | mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path | Yang Shi | 2020-04-21 | 1 | -2/+2 |
* | shmem: fix possible deadlocks on shmlock_user_lock | Hugh Dickins | 2020-04-21 | 1 | -2/+5 |
* | vmalloc: fix remap_vmalloc_range() bounds checks | Jann Horn | 2020-04-21 | 1 | -3/+13 |
* | mm/shmem: fix build without THP | Hugh Dickins | 2020-04-21 | 1 | -1/+1 |
* | mm/ksm: fix NULL pointer dereference when KSM zero page is enabled | Muchun Song | 2020-04-21 | 1 | -2/+10 |
* | mm, gup: return EINTR when gup is interrupted by fatal signals | Michal Hocko | 2020-04-21 | 1 | -1/+1 |
* | mm/hugetlb: fix a addressing exception caused by huge_pte_offset | Longpeng | 2020-04-21 | 1 | -6/+8 |
* | slub: avoid redzone when choosing freepointer location | Kees Cook | 2020-04-21 | 1 | -2/+10 |
* | mm: Fix MREMAP_DONTUNMAP accounting on VMA merge | Brian Geffon | 2020-04-19 | 1 | -1/+12 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-04-11 | 11 | -42/+299 |
|\ |
|
| * | mm/memremap: set caching mode for PCI P2PDMA memory to WC | Logan Gunthorpe | 2020-04-11 | 1 | -0/+3 |
| * | mm/memory_hotplug: add pgprot_t to mhp_params | Logan Gunthorpe | 2020-04-11 | 2 | -4/+7 |
| * | mm/memory_hotplug: rename mhp_restrictions to mhp_params | Logan Gunthorpe | 2020-04-11 | 2 | -8/+8 |
| * | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual | 2020-04-11 | 2 | -3/+3 |
| * | mm/memory.c: add vm_insert_pages() | Arjun Roy | 2020-04-11 | 1 | -2/+127 |
| * | mm/memory.c: refactor insert_page to prepare for batched-lock insert | Arjun Roy | 2020-04-11 | 1 | -15/+24 |
| * | mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area | Jaewon Kim | 2020-04-11 | 1 | -0/+2 |
| * | mm: hugetlb: optionally allocate gigantic hugepages using cma | Roman Gushchin | 2020-04-11 | 1 | -0/+109 |
| * | mm: cma: NUMA node interface | Aslan Bakirov | 2020-04-11 | 2 | -8/+10 |
| * | mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static | Jason Yan | 2020-04-11 | 1 | -2/+2 |
| * | mm/page_alloc.c: fix kernel-doc warning | Randy Dunlap | 2020-04-11 | 1 | -0/+1 |
| * | mm, slab_common: fix a typo in comment "eariler"->"earlier" | Qiujun Huang | 2020-04-11 | 1 | -1/+1 |
| * | mm, memcg: do not high throttle allocators based on wraparound | Jakub Kicinski | 2020-04-11 | 1 | -0/+3 |
* | | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-04-10 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it | Tejun Heo | 2020-04-01 | 1 | -3/+3 |
* | | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-09 | 3 | -0/+54 |
|\ \ |
|
| * \ | Merge branch 'for-5.7/numa' into libnvdimm-for-next | Dan Williams | 2020-04-03 | 2 | -0/+31 |
| |\ \ |
|
| | * | | x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO | Dan Williams | 2020-02-17 | 1 | -0/+5 |
| | * | | mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node() | Dan Williams | 2020-02-17 | 1 | -12/+8 |
| | * | | ACPI: NUMA: Up-level "map to online node" functionality | Dan Williams | 2020-02-17 | 1 | -0/+30 |
| * | | | mm/memremap_pages: Introduce memremap_compat_align() | Dan Williams | 2020-02-21 | 1 | -0/+23 |
| |/ / |
|
* | | | mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signal | Hillf Danton | 2020-04-08 | 1 | -1/+4 |
* | | | mm/gup: Mark lock taken only after a successful retake | Peter Xu | 2020-04-08 | 1 | -1/+1 |
* | | | mm/mempolicy: Allow lookup_node() to handle fatal signal | Peter Xu | 2020-04-08 | 1 | -2/+5 |
* | | | kasan: unset panic_on_warn before calling panic() | Kees Cook | 2020-04-07 | 1 | -1/+9 |
* | | | kasan: stackdepot: move filter_irq_stacks() to stackdepot.c | Alexander Potapenko | 2020-04-07 | 1 | -23/+0 |
* | | | proc: faster open/read/close with "permanent" files | Alexey Dobriyan | 2020-04-07 | 2 | -0/+2 |
* | | | mm/dmapool.c: micro-optimisation remove unnecessary branch | Mateusz Nosek | 2020-04-07 | 1 | -3/+1 |
* | | | mm: use fallthrough; | Joe Perches | 2020-04-07 | 9 | -16/+11 |
* | | | mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant | Mateusz Nosek | 2020-04-07 | 1 | -1/+1 |
* | | | mm: fix ambiguous comments for better code readability | chenqiwu | 2020-04-07 | 1 | -1/+1 |
* | | | mm/zsmalloc: add missing annotation for unpin_tag() | Jules Irenge | 2020-04-07 | 1 | -1/+1 |
* | | | mm/zsmalloc: add missing annotation for pin_tag() | Jules Irenge | 2020-04-07 | 1 | -1/+1 |
* | | | mm/zsmalloc: add missing annotation for migrate_read_unlock() | Jules Irenge | 2020-04-07 | 1 | -1/+1 |