aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+66
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds283-6198/+6537
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-585/+608
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-30/+1056
2020-06-04Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds464-4884/+24917
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-06-04Merge tag 'arm-defconfig-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-4/+45
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds117-5567/+790
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds110-901/+963
2020-06-04powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand1-23/+3
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny10-18/+2
2020-06-04sparc: remove unnecessary includesIra Weiny2-2/+0
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny1-26/+2
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny3-15/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny10-68/+21
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 Weiny22-79/+28
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny20-93/+23
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny6-26/+36
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny15-110/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny16-109/+11
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/debug: add tests validating architecture page table helpersAnshuman Khandual5-0/+5
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
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: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-12/+3
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds7-124/+147
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+1
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-11/+34
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-2/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds76-672/+224
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/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual6-6/+6
2020-06-03powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0