aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-0/+4
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny1-3/+7
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+4
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+9
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-0/+23
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-0/+14
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-0/+18
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2-66/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2-68/+0
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-0/+3
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds18-109/+581
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-159/+209
2020-06-03include/linux/memblock.h: fix minor typo and unclear commentchenqiwu1-2/+2
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner2-1/+4
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-0/+13
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-2/+1
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner2-14/+9
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-2/+0
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-0/+4
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-3/+2
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner1-36/+0
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner1-2/+3
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner1-0/+10
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner1-4/+2
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-14/+8
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim1-0/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+5
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-0/+9
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-1/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-0/+1
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov1-1/+2
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+3
2020-06-03padata: add basic support for multithreaded jobsDaniel Jordan1-0/+29
2020-06-03padata: allocate work structures for parallel jobs from a poolDaniel Jordan1-7/+1
2020-06-03padata: initialize earlierDaniel Jordan1-0/+6
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin1-0/+2
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang1-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim4-24/+33
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3