summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorLines
2020-08-20arm: propagate the calling convention changes down to csum_partial_copy_from_...Al Viro-5/+2
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro-7/+6
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-1/+1
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro-0/+1
2020-08-17ARM: brcmstb: Add debug UART entry for 72614Florian Fainelli-11/+13
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig-2/+2
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-11/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-126/+29
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner-1/+2
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2020-07-30ARM: percpu.h: fix build errorGrygorii Strashko-0/+2
2020-07-29Merge branch 'locking/header'Peter Zijlstra-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-22ARM: uaccess: add further explanation of __range_ok()Russell King-1/+5
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider-1/+2
2020-07-21ARM: 8993/1: remove it8152 PCI controller driverMike Rapoport-116/+0
2020-07-21ARM: 8991/1: use VFP assembler mnemonics if availableStefan Agner-1/+13
2020-07-21ARM: 8990/1: use VFP assembler mnemonics in register load/store macrosStefan Agner-8/+11
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon-0/+1
2020-07-10arm: Break cyclic percpu includePeter Zijlstra-5/+2
2020-06-30arm: Remove dev->archdata.iommu pointerJoerg Roedel-3/+0
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel-0/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-31/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-2/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-7/+3
2020-06-09arm: add loglvl to unwind_backtrace()Dmitry Safonov-1/+2
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov-2/+4
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig-2/+2
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig-3/+0
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny-2/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny-2/+0
2020-06-04arm: add support for folded p4d page tablesMike Rapoport-1/+0
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual-1/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual-6/+0
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+14
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+1
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+0
2020-05-29arm: switch to csum_and_copy_from_user()Al Viro-0/+14