summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-11/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-126/+29
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-8/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2020-07-30ARM: percpu.h: fix build errorGrygorii Strashko1-0/+2
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-22ARM: uaccess: add further explanation of __range_ok()Russell King1-1/+5
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider1-1/+2
2020-07-21ARM: 8993/1: remove it8152 PCI controller driverMike Rapoport1-116/+0
2020-07-21ARM: 8991/1: use VFP assembler mnemonics if availableStefan Agner2-1/+13
2020-07-21ARM: 8990/1: use VFP assembler mnemonics in register load/store macrosStefan Agner1-8/+11
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-0/+1
2020-07-10arm: Break cyclic percpu includePeter Zijlstra2-5/+2
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel1-0/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-31/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-7/+3
2020-06-09arm: add loglvl to unwind_backtrace()Dmitry Safonov1-1/+2
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov2-2/+4
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig1-2/+2
2020-06-08arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig1-3/+0
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+0
2020-06-04arm: add support for folded p4d page tablesMike Rapoport1-1/+0
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-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+1
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2020-05-29arm: switch to csum_and_copy_from_user()Al Viro1-0/+14
2020-05-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-74/+118
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar3-26/+38
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-4/+4
2020-05-07Merge branch 'uaccess' into fixesRussell King2-74/+118
2020-05-07ARM: futex: Address build warningThomas Gleixner1-2/+7
2020-05-03ARM: uaccess: fix DACR mismatch with nested exceptionsRussell King1-5/+20
2020-05-03ARM: uaccess: integrate uaccess_save and uaccess_restoreRussell King1-17/+13
2020-05-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King2-74/+107
2020-04-29ARM: 8971/1: replace the sole use of a symbol with its definitionJian Cai1-2/+1
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel1-8/+0
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-24/+31