summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-062-16/+12
* mm: migrate: make demotion knob depend on migrationYang Shi2021-11-062-4/+4
* mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard2021-11-062-18/+14
* hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-2/+4
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* memblock: stop aliasing __memblock_free_late with memblock_free_lateMike Rapoport2021-11-061-6/+1
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-12/+0
* mm/vmpressure: fix data-race with memcg->socket_pressureYuanzheng Song2021-11-061-1/+1
* mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-062-1/+4
* mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-062-1/+4
* mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-064-8/+47
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-061-0/+19
* mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-061-0/+1
* mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2021-11-061-0/+1
* hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-061-0/+1
* mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-061-10/+0
* mm: fix data race in PagePoisoned()Marco Elver2021-11-061-1/+1
* mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2021-11-061-14/+0
* mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-061-0/+1
* mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-062-0/+39
* mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun2021-11-061-0/+4
* kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-061-0/+6
* mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra2021-11-061-1/+1
* mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li2021-11-061-32/+12
* mm: mmap_lock: remove redundant newline in TP_printkGang Li2021-11-061-3/+3
* include/linux/io-mapping.h: remove fallback for writecombineLucas De Marchi2021-11-061-6/+0
* memory: remove unused CONFIG_MEM_BLOCK_SIZELukas Bulwahn2021-11-061-1/+0
* mm: add zap_skip_check_mapping() helperPeter Xu2021-11-061-1/+15
* mm: drop first_index/last_index in zap_detailsPeter Xu2021-11-061-2/+0
* mm: use __pfn_to_section() instead of open coding itRolf Eike Beer2021-11-061-2/+2
* mm: memcontrol: remove the kmem statesMuchun Song2021-11-061-7/+0
* mm: simplify bdi refcountingChristoph Hellwig2021-11-061-0/+3
* fs: explicitly unregister per-superblock BDIsChristoph Hellwig2021-11-061-0/+1
* percpu: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-3/+3
* mm/page_alloc: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-2/+2
* mm/vmalloc: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-11/+11
* mm/kvmalloc: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-8/+8
* slab: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-28/+33
* slab: clean up function prototypesKees Cook2021-11-061-34/+34
* Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-063-0/+30
* kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver2021-11-061-0/+2
* lib/stackdepot: introduce __stack_depot_save()Marco Elver2021-11-061-0/+4
* lib/stackdepot: include gfp.hMarco Elver2021-11-061-0/+2
* mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig2021-11-061-1/+0
* mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka2021-11-062-13/+2
* mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-062-34/+34
* mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-10-291-0/+23
* Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-289-19/+28
|\
| * mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti2021-10-281-0/+4