aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...HEADmasterLinus Torvalds20-474/+19
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2-4/+4
2020-06-10arch/sparc/mm/srmmu.c: fix buildAndrew Morton1-10/+0
2020-06-09x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds1-7/+7
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds687-2549/+1264
2020-06-09x86: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig3-9/+4
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig3-35/+20
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse32-68/+68
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse14-14/+14
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2-3/+3
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse1-1/+2
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse4-18/+18
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse67-280/+280
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport52-860/+135
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport43-297/+58
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport5-47/+37
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport3-84/+43
2020-06-09m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport2-6/+6
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport4-8/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport213-217/+204
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport272-297/+245
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport261-261/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov32-196/+44
2020-06-09x86/amd_gart: print stacktrace for a leak with KERN_ERRDmitry Safonov1-1/+1
2020-06-09xtensa: add show_stack_loglvl()Dmitry Safonov1-4/+10
2020-06-09xtensa: add loglvl to show_trace()Dmitry Safonov1-5/+9
2020-06-09x86: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov2-3/+3
2020-06-09unicore32: add show_stack_loglvl()Dmitry Safonov1-10/+17
2020-06-09unicore32: add loglvl to c_backtrace()Dmitry Safonov3-10/+18
2020-06-09unicore32: remove unused pmode argument in c_backtrace()Dmitry Safonov2-10/+6
2020-06-09um: add show_stack_loglvl()Dmitry Safonov1-8/+16
2020-06-09um/sysrq: remove needless variable spDmitry Safonov1-3/+1
2020-06-09sparc: add show_stack_loglvl()Dmitry Safonov2-9/+23
2020-06-09sh: add show_stack_loglvl()Dmitry Safonov1-3/+9
2020-06-09sh: add loglvl to show_trace()Dmitry Safonov3-7/+7
2020-06-09sh: add loglvl to printk_address()Dmitry Safonov3-5/+6
2020-06-09sh: remove needless printk()Dmitry Safonov1-1/+0
2020-06-09sh: add loglvl to dump_mem()Dmitry Safonov3-11/+13
2020-06-09s390: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09powerpc: add show_stack_loglvl()Dmitry Safonov1-5/+13
2020-06-09parisc: add show_stack_loglvl()Dmitry Safonov1-11/+17
2020-06-09openrisc: add show_stack_loglvl()Dmitry Safonov1-4/+12
2020-06-09nios2: add show_stack_loglvl()Dmitry Safonov1-8/+15
2020-06-09nds32: add show_stack_loglvl()Dmitry Safonov1-7/+14
2020-06-09mips: add show_stack_loglvl()Dmitry Safonov1-17/+24
2020-06-09microblaze: add show_stack_loglvl()Dmitry Safonov1-6/+12
2020-06-09microblaze: add loglvl to microblaze_unwind()Dmitry Safonov4-7/+8
2020-06-09microblaze: add loglvl to microblaze_unwind_inner()Dmitry Safonov1-15/+23
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-06-09ia64: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09ia64: pass log level as arg into ia64_do_show_stack()Dmitry Safonov2-7/+7
2020-06-09hexagon: add show_stack_loglvl()Dmitry Safonov1-14/+17
2020-06-09h8300: add show_stack_loglvl()Dmitry Safonov1-6/+12
2020-06-09csky: add show_stack_loglvl()Dmitry Safonov1-2/+9
2020-06-09c6x: add show_stack_loglvl()Dmitry Safonov1-7/+14
2020-06-09arm64: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov3-9/+11
2020-06-09arm: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm: wire up dump_backtrace_{entry,stm}Dmitry Safonov1-5/+7
2020-06-09arm: add loglvl to dump_backtrace()Dmitry Safonov1-7/+9
2020-06-09arm: add loglvl to unwind_backtrace()Dmitry Safonov3-6/+8
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov6-13/+27
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov3-8/+18
2020-06-09alpha: add show_stack_loglvl()Dmitry Safonov1-11/+17
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov4-6/+6
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds5-11/+158
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds33-630/+1003
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-322/+83
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig1-0/+4
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig2-1/+8
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2-3/+3
2020-06-08xtensa: implement flush_icache_user_rangeChristoph Hellwig1-0/+2
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig1-0/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig11-18/+19
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig4-9/+0
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig1-59/+3
2020-06-08powerpc: use asm-generic/cacheflush.hChristoph Hellwig1-32/+10
2020-06-08openrisc: use asm-generic/cacheflush.hChristoph Hellwig1-25/+6
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig1-17/+2
2020-06-08microblaze: use asm-generic/cacheflush.hChristoph Hellwig1-27/+2
2020-06-08ia64: use asm-generic/cacheflush.hChristoph Hellwig1-25/+3
2020-06-08hexagon: use asm-generic/cacheflush.hChristoph Hellwig1-14/+5
2020-06-08c6x: use asm-generic/cacheflush.hChristoph Hellwig1-18/+1
2020-06-08arm64: use asm-generic/cacheflush.hChristoph Hellwig1-41/+5
2020-06-08alpha: use asm-generic/cacheflush.hChristoph Hellwig1-22/+6
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2-0/+4
2020-06-08unicore32: remove flush_cache_user_rangeChristoph Hellwig1-8/+0
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig1-1/+0
2020-06-08nds32: unexport flush_icache_pageChristoph Hellwig1-1/+0
2020-06-08arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig1-2/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder3-5/+3
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds17-289/+212
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller5-12/+12
2020-06-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-2/+7
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-6/+15
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-509/+12
2020-06-07fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro1-2/+7
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds141-11604/+118
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds11-18/+14
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-12/+12
2020-06-06kbuild: add variables for compression toolsDenis Efremov4-7/+7
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+66
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds283-6198/+6537
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-585/+608
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/...Linus Torvalds1-1/+1
2020-06-04Merge tag 'arm-defconfig-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/eb...Linus Torvalds2-12/+3
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds7-124/+147
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas1-2/+2
2020-06-04Merge branch 'pci/virtualization'Bjorn Helgaas1-10/+6
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds1-0/+1
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+34
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus 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
2020-06-03sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual11-28/+4
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual11-56/+2
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz5-31/+11
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz6-102/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz6-36/+84
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-29/+12
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport3-27/+0
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-03unicore32: simplify detection of memory zone boundariesMike Rapoport4-50/+15
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport1-54/+0
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport13-13/+13
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport10-56/+35
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport12-14/+4
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2-5/+10
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds28-103/+308
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds115-2456/+23253
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-439/+39
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-0/+1
2020-06-03Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-18/+18
2020-06-03Merge branch 'parisc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-7/+10
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds320-13161/+4205
2020-06-03Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-06-03fix a braino in ia64 uaccess csum changesAl Viro1-1/+1
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-39/+122
2020-06-03Merge tag 'timers-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+4
2020-06-03clk: sprd: fix compile-testingArnd Bergmann1-1/+1
2020-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-6/+39