summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-16lib: test_sysctl: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: syscall: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: radix-tree: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: earlycpio: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap1-2/+2
2020-10-16lib: decompress_bunzip2: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: libcrc32c: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: bitmap: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.orgJarkko Sakkinen2-3/+4
2020-10-16get_maintainer: exclude MAINTAINERS file(s) from --git-fallbackJoe Perches1-2/+4
2020-10-16get_maintainer: add test for file in VCSJoe Perches1-0/+3
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap1-5/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap15-15/+15
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang1-1/+1
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko12-154/+170
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)7-29/+29
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport1-5/+0
2020-10-16mm: use helper function put_write_access()Miaohe Lin2-2/+2
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan1-1/+1
2020-10-16mm: fix some comments formattingChen Tao2-2/+2
2020-10-16mm: fix some broken commentsMiaohe Lin2-3/+3
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao3-6/+10
2020-10-16mm/highmem.c: clean up endif commentsIra Weiny1-2/+2
2020-10-16mm/page_reporting.c: drop stale list head check in page_reporting_cycleWei Yang1-1/+1
2020-10-16mm/slab.h: remove duplicate includeYueHaibing1-1/+0
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand1-7/+4
2020-10-16mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand1-10/+23
2020-10-16mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand2-3/+12
2020-10-16mm/page_alloc: place pages to tail in __putback_isolated_page()David Hildenbrand1-2/+16
2020-10-16mm/page_alloc: convert "report" flag of __free_one_page() to a proper flagDavid Hildenbrand1-5/+22
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour3-24/+30
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand3-6/+4
2020-10-16hv_balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16xen/balloon: try to merge system ram resourcesDavid Hildenbrand1-1/+1
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand1-1/+2
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand4-0/+78
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand11-20/+30
2020-10-16mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand2-9/+5
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand3-4/+6
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand3-44/+31
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand2-11/+23
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand6-17/+27
2020-10-16mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand1-12/+2
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand1-28/+10
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand3-7/+4
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand1-3/+2
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand2-25/+6
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand1-34/+10