summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* proc: rename "catch" function argumentAlexey Dobriyan2020-06-051-4/+4
* zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko2020-06-051-4/+3
* include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan2020-06-051-1/+1
* mm: use false for bool variableZou Wei2020-06-053-3/+3
* mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul2020-06-051-1/+1
* mm/page-writeback: fix a typo in comment "effictive"->"effective"Ethon Paul2020-06-051-1/+1
* mm/sparse: fix a typo in comment "convienence"->"convenience"Ethon Paul2020-06-051-1/+1
* mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul2020-06-051-1/+1
* mm: fix a typo in comment "strucure"->"structure"Ethon Paul2020-06-051-1/+1
* mm, memcg: fix some typos in memcontrol.cEthon Paul2020-06-051-2/+2
* mm/frontswap: fix some typos in frontswap.cEthon Paul2020-06-051-3/+3
* mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul2020-06-051-1/+1
* mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul2020-06-051-1/+1
* mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul2020-06-051-1/+1
* mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul2020-06-051-1/+1
* mm/vmsan: fix some typos in commentEthon Paul2020-06-051-3/+3
* mm/hugetlb: fix a typos in commentsEthon Paul2020-06-051-8/+8
* mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul2020-06-051-1/+1
* mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul2020-06-051-5/+5
* mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul2020-06-051-1/+1
* mm: replace zero-length array with flexible-array memberchenqiwu2020-06-051-1/+1
* mm/memory_hotplug: disable the functionality for 32bMichal Hocko2020-06-051-0/+1
* device-dax: add memory via add_memory_driver_managed()David Hildenbrand2020-06-052-2/+27
* kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-06-051-0/+5
* mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand2020-06-053-4/+61
* mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand2020-06-052-10/+13
* mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand2020-06-051-9/+6
* mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand2020-06-052-82/+0
* powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand2020-06-051-23/+3
* mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma2020-06-051-0/+5
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-054-22/+24
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-0511-18/+6
* sparc: remove unnecessary includesIra Weiny2020-06-052-2/+0
* parisc/kmap: remove duplicate kmap codeIra Weiny2020-06-052-29/+9
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-053-15/+0
* drm: remove drm specific kmap_atomic codeIra Weiny2020-06-053-64/+13
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-0511-71/+25
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-054-4/+4
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-055-8/+3
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-0523-83/+37
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-0521-93/+46
* {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-056-26/+36
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-0516-110/+14
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-0517-109/+29
* arch/xtensa: move kmap build bug out of the wayIra Weiny2020-06-052-5/+4
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-0511-14/+13
* mm/vmalloc: fix a typo in commentJeongtae Park2020-06-051-1/+1
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-059-0/+444
* x86/mm: define mm_p4d_folded()Anshuman Khandual2020-06-051-0/+6
* mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-054-85/+0