summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu
2020-06-04mm/memory_hotplug: disable the functionality for 32bMichal Hocko
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand
2020-06-04kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand
2020-06-04mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand
2020-06-04powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand
2020-06-04mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny
2020-06-04sparc: remove unnecessary includesIra Weiny
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04arch/xtensa: move kmap build bug out of the wayIra Weiny
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny
2020-06-04mm/vmalloc: fix a typo in commentJeongtae Park
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport
2020-06-04unicore32: remove __ARCH_USE_5LEVEL_HACKMike Rapoport
2020-06-04sh: add support for folded p4d page tablesMike Rapoport
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2020-06-04sh: fault: modernize printing of kernel messagesGeert Uytterhoeven
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport
2020-06-04ia64: add support for folded p4d page tablesMike Rapoport
2020-06-04hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport
2020-06-04arm: add support for folded p4d page tablesMike Rapoport
2020-06-04h8300: remove usage of __ARCH_USE_5LEVEL_HACKMike Rapoport
2020-06-04mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov
2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov