summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-05lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu1-4/+3
2020-06-05lib/percpu-refcount.c: use a more common logging styleJoe Perches1-3/+3
2020-06-05lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn1-56/+35
2020-06-05lib/test_lockup.c: make test_inode staticJason Yan1-1/+1
2020-06-05lib: Add might_fault() to strncpy_from_user.KP Singh1-0/+1
2020-06-05lib/math: avoid trailing newline hidden in pr_fmt()Christophe JAILLET1-5/+5
2020-06-05get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches1-0/+2
2020-06-05get_maintainer: add email addresses from .yaml filesJoe Perches1-15/+29
2020-06-05user.c: make uidhash_table staticJason Yan1-1/+1
2020-06-05proc: rename "catch" function argumentAlexey Dobriyan1-4/+4
2020-06-05zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko1-4/+3
2020-06-05include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-05mm: use false for bool variableZou Wei3-3/+3
2020-06-05mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul1-1/+1
2020-06-05mm/page-writeback: fix a typo in comment "effictive"->"effective"Ethon Paul1-1/+1
2020-06-05mm/sparse: fix a typo in comment "convienence"->"convenience"Ethon Paul1-1/+1
2020-06-05mm/slub: fix a typo in comment "disambiguiation"->"disambiguation"Ethon Paul1-1/+1
2020-06-05mm: fix a typo in comment "strucure"->"structure"Ethon Paul1-1/+1
2020-06-05mm, memcg: fix some typos in memcontrol.cEthon Paul1-2/+2
2020-06-05mm/frontswap: fix some typos in frontswap.cEthon Paul1-3/+3
2020-06-05mm/filemap: fix a typo in comment "unneccssary"->"unnecessary"Ethon Paul1-1/+1
2020-06-05mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul1-1/+1
2020-06-05mm/memblock: fix a typo in comment "implict"->"implicit"Ethon Paul1-1/+1
2020-06-05mm/compaction: fix a typo in comment "pessemistic"->"pessimistic"Ethon Paul1-1/+1
2020-06-05mm/vmsan: fix some typos in commentEthon Paul1-3/+3
2020-06-05mm/hugetlb: fix a typos in commentsEthon Paul1-8/+8
2020-06-05mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul1-1/+1
2020-06-05mm: ksm: fix a typo in comment "alreaady"->"already"Ethon Paul1-5/+5
2020-06-05mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul1-1/+1
2020-06-05mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-05mm/memory_hotplug: disable the functionality for 32bMichal Hocko1-0/+1
2020-06-05device-dax: add memory via add_memory_driver_managed()David Hildenbrand2-2/+27
2020-06-05kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand1-0/+5
2020-06-05mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand3-4/+61
2020-06-05mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand2-10/+13
2020-06-05mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand1-9/+6
2020-06-05mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand2-82/+0
2020-06-05powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand1-23/+3
2020-06-05mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma1-0/+5
2020-06-05mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long4-22/+24
2020-06-05kmap: consolidate kmap_prot definitionsIra Weiny11-18/+6
2020-06-05sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-05parisc/kmap: remove duplicate kmap codeIra Weiny2-29/+9
2020-06-05kmap: remove kmap_atomic_to_page()Ira Weiny3-15/+0
2020-06-05drm: remove drm specific kmap_atomic codeIra Weiny3-64/+13
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny11-71/+25
2020-06-05arch/kmap: don't hard code kmap_prot valuesIra Weiny4-4/+4
2020-06-05arch/kmap: ensure kmap_prot visibilityIra Weiny5-8/+3
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny23-83/+37
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny21-93/+46