summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)Author
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-20ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicateGeert Uytterhoeven
2021-08-20ARM: 9116/1: unified: Remove check for gcc < 4Geert Uytterhoeven
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann
2021-08-20ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij
2021-08-10ARM: 9103/1: Drop ARCH_NR_GPIOS definitionLinus Walleij
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-21ARM: 9097/1: mmu: Declare section start/end correctlyLinus Walleij
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier
2021-06-13ARM: 9096/1: Remove arm_pm_restart()Guenter Roeck
2021-06-13ARM: 9089/1: Define kernel physical section start and endLinus Walleij
2021-06-13ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin
2021-06-07ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin
2021-06-07ARM: update __swp_entry_to_pte() to use PTE_TYPE_FAULTRussell King (Oracle)
2021-06-02ARM: cpuidle: Avoid orphan section warningArnd Bergmann
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland
2021-05-10asm-generic: unaligned always use struct helpersArnd Bergmann
2021-05-10asm-generic: unaligned: remove byteshift helpersArnd Bergmann
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07arm: print alloc free paths for address in registersManinder Singh
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-30ARM: mm: add missing pud_page define to 2-level page tablesNicholas Piggin
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini
2021-04-18ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)
2021-03-31arm/arm64: Probe for the presence of KVM hypervisorWill Deacon