summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-1534-357/+609
|\
| * userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra2020-12-151-0/+9
| * mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2020-12-151-4/+0
| * kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-12-151-0/+1
| * mm, page_poison: use static key more efficientlyVlastimil Babka2020-12-151-4/+29
| * mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-12-151-17/+3
| * mm: migrate: clean up migrate_prep{_local}Yang Shi2020-12-151-2/+2
| * mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2020-12-151-4/+15
| * mm/compaction: make defer_compaction and compaction_deferred staticHui Su2020-12-151-12/+0
| * include/linux/huge_mm.h: remove extern keywordRalph Campbell2020-12-151-52/+41
| * mm/page-flags: fix commentMatthew Wilcox (Oracle)2020-12-151-2/+1
| * include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin2020-12-151-2/+1
| * mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2020-12-151-0/+6
| * arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-152-7/+5
| * arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-3/+7
| * PM: hibernate: make direct map manipulations more explicitMike Rapoport2020-12-151-12/+0
| * mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-151-0/+15
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-31/+0
| * ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-152-14/+0
| * mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)2020-12-151-5/+3
| * mm: extract might_alloc() debug checkDaniel Vetter2020-12-151-0/+16
| * vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-1/+2
| * mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
| * mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)2020-12-151-2/+0
| * mm: mmap_lock: add tracepoints around lock acquisitionAxel Rasmussen2020-12-152-5/+196
| * mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-2/+2
| * mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-152-5/+5
| * mm: move lruvec stats update functions to vmstat.hShakeel Butt2020-12-152-111/+104
| * mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-9/+9
| * cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin2020-12-151-15/+0
| * mm: memcg: deprecate the non-hierarchical modeRoman Gushchin2020-12-151-7/+0
| * mm: memcg: fix obsolete code commentsRoman Gushchin2020-12-151-4/+2
| * mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-1/+0
| * mm: memcontrol: remove unused mod_memcg_obj_state()Muchun Song2020-12-151-6/+0
| * mm/shmem.c: make shmem_mapping() inlineHui Su2020-12-151-1/+5
| * mm: remove pagevec_lookup_range_nr_tag()Jeff Layton2020-12-151-3/+0
| * mm/gup: remove the vma allocation from gup_longterm_locked()Jason Gunthorpe2020-12-151-1/+1
| * mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+8
| * mm: fix page_owner initializing issue for arm32Zhenhua Huang2020-12-151-0/+8
| * mm: slab: provide krealloc_array()Bartosz Golaszewski2020-12-151-0/+18
| * uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel2020-12-158-14/+12
| * kthread: add kthread_work tracepointsRob Clark2020-12-151-0/+84
* | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-142-4/+46
|\ \
| * | genirq/msi: Allow shadow declarations of msi_msg:: $memberThomas Gleixner2020-10-282-4/+46
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-147-203/+395
|\ \ \
| * | | io-mapping: Provide iomap_local variantThomas Gleixner2020-11-241-2/+28
| * | | mm/highmem: Provide kmap_local*Thomas Gleixner2020-11-242-16/+75
| * | | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-242-0/+19
| * | | mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner2020-11-241-1/+1
| * | | Merge branch 'sched/core' into core/mmThomas Gleixner2020-11-2410-30/+108
| |\ \ \