aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny11-18/+6
2020-06-04sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny2-29/+9
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny3-15/+0
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny3-64/+13
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny11-71/+25
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny4-4/+4
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny5-8/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny23-83/+37
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny21-93/+46
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny6-26/+36
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny16-110/+14
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny17-109/+29
2020-06-04arch/xtensa: move kmap build bug out of the wayIra Weiny2-5/+4
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny11-14/+13
2020-06-04mm/vmalloc: fix a typo in commentJeongtae Park1-1/+1
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual9-0/+444
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport4-85/+0
2020-06-04asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2-68/+0
2020-06-04unicore32: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-2/+3
2020-06-04sh: add support for folded p4d page tablesMike Rapoport11-22/+76
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport3-9/+7
2020-06-04sh: fault: modernize printing of kernel messagesGeert Uytterhoeven1-20/+18
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport23-145/+200
2020-06-04openrisc: add support for folded p4d page tablesMike Rapoport3-4/+11
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport3-5/+13
2020-06-04ia64: add support for folded p4d page tablesMike Rapoport5-22/+52
2020-06-04hexagon: remove __ARCH_USE_5LEVEL_HACKMike Rapoport2-3/+2
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport12-104/+368
2020-06-04arm: add support for folded p4d page tablesMike Rapoport12-37/+125
2020-06-04h8300: remove usage of __ARCH_USE_5LEVEL_HACKMike Rapoport1-1/+0
2020-06-04mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow checkFeng Tang1-4/+0
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov1-0/+3
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov4-47/+176
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov1-9/+23
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov1-1/+1
2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov1-9/+7
2020-06-04kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov1-6/+8
2020-06-04kcov: cleanup debug messagesAndrey Konovalov1-20/+2
2020-06-03atomisp: avoid warning about unused functionLinus Torvalds1-6/+4
2020-06-03arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-29/+1
2020-06-03x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-03riscv: support DEBUG_WXZong Li3-0/+15
2020-06-03mm: add DEBUG_WX supportZong Li1-0/+32
2020-06-03drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha1-12/+32
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual7-7/+7
2020-06-03powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-03mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi1-7/+0
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59