summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-10-16kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()Liao Pingfang
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)
2020-10-16include/linux/mmzone.h: remove unused early_pfn_valid()Mike Rapoport
2020-10-16mm: use helper function put_write_access()Miaohe Lin
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan
2020-10-16mm: fix some comments formattingChen Tao
2020-10-16mm: fix some broken commentsMiaohe Lin
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao
2020-10-16mm/highmem.c: clean up endif commentsIra Weiny
2020-10-16mm/page_reporting.c: drop stale list head check in page_reporting_cycleWei Yang
2020-10-16mm/slab.h: remove duplicate includeYueHaibing
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand
2020-10-16mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand
2020-10-16mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand
2020-10-16mm/page_alloc: place pages to tail in __putback_isolated_page()David Hildenbrand
2020-10-16mm/page_alloc: convert "report" flag of __free_one_page() to a proper flagDavid Hildenbrand
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand
2020-10-16hv_balloon: try to merge system ram resourcesDavid Hildenbrand
2020-10-16xen/balloon: try to merge system ram resourcesDavid Hildenbrand
2020-10-16virtio-mem: try to merge system ram resourcesDavid Hildenbrand
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-16mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand
2020-10-16mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand
2020-10-16mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insertJann Horn
2020-10-16mm/util.c: update the kerneldoc for kstrdup_const()Bartosz Golaszewski
2020-10-16mm/vmstat.c: use helper macro abs()Miaohe Lin
2020-10-16mm/page_poison.c: replace bool variable with static keyMateusz Nosek
2020-10-16mm,hwpoison: try to narrow window race for free pagesOscar Salvador
2020-10-16mm,hwpoison: double-check page count in __get_any_page()Naoya Horiguchi
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador
2020-10-16mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_pageOscar Salvador