summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorLines
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)-1/+0
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+0
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-13/+140
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)-13/+140
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-0/+9
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-11-01Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+22
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+1
2021-10-30ARM: 9151/1: Thumb2: avoid __builtin_thread_pointer() on ClangArd Biesheuvel-1/+6
2021-10-30ARM: 9150/1: Fix PID_IN_CONTEXTIDR regression when THREAD_INFO_IN_TASK=yArd Biesheuvel-0/+11
2021-10-25ARM: 9147/1: add printf format attribute to early_print()Nicolas Iooss-1/+1
2021-10-25ARM: 9145/1: patch: fix BE32 compilationArnd Bergmann-2/+7
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu-0/+9
2021-10-19ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao-1/+3
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)-0/+1
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier-2/+2
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier-4/+4
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier-5/+5
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier-6/+0
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier-0/+12
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel-1/+28
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel-0/+78
2021-09-27ARM: smp: Free up the TLS register while running in the kernelArd Biesheuvel-3/+7
2021-09-27ARM: smp: Pass task to secondary_start_kernelKeith Packard-1/+2
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel-5/+0
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne-10/+0
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-114/+103
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig-3/+1
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-30/+0
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+1
2021-08-20ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicateGeert Uytterhoeven-11/+0
2021-08-20ARM: 9116/1: unified: Remove check for gcc < 4Geert Uytterhoeven-4/+0
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann-53/+4
2021-08-20ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann-40/+83
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann-0/+11
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann-2/+5
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij-3/+4
2021-08-10ARM: 9103/1: Drop ARCH_NR_GPIOS definitionLinus Walleij-4/+0
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann-30/+0
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+1
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas-4/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-1/+1
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-7/+32
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-27/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-1/+0