summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2-3/+3
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2-2/+3
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-8/+8
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-7/+7
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel1-0/+62
2020-06-13ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0Chris Packham1-2/+2
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov1-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds11-460/+4
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse4-15/+15
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-31/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport5-41/+8
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport35-35/+33
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport39-41/+37
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport22-22/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
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-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2-3/+3
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig1-3/+0
2020-06-08arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig1-2/+2
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-509/+0
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-3/+1
2020-06-06kbuild: add variables for compression toolsDenis Efremov1-1/+1
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+23
2020-06-04Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds238-2831/+12202
2020-06-04Merge tag 'arm-defconfig-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-3/+28
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds116-5564/+790
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-76/+130
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-5/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny2-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny2-12/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny2-11/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-04arm: add support for folded p4d page tablesMike Rapoport12-37/+125
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 Torvalds3-66/+9
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds9-6/+48