aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+9
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+22
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+9
2021-10-19ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao1-1/+3
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier1-2/+2
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier1-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming over to CVALMarc Zyngier1-4/+4
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register accessors to u64Marc Zyngier1-5/+5
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier1-6/+0
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register accessesMarc Zyngier1-0/+12
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds8-114/+103
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-3/+1
2021-09-01Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-30/+0
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+1
2021-08-20ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicateGeert Uytterhoeven1-11/+0
2021-08-20ARM: 9116/1: unified: Remove check for gcc < 4Geert Uytterhoeven1-4/+0
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann4-53/+4
2021-08-20ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann1-40/+83
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann1-0/+11
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2-2/+5
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij1-3/+4
2021-08-10ARM: 9103/1: Drop ARCH_NR_GPIOS definitionLinus Walleij1-4/+0
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann3-30/+0
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+1
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas1-4/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-7/+32
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-27/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+3
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li1-10/+3
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+5
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-59/+59
2021-06-21ARM: 9097/1: mmu: Declare section start/end correctlyLinus Walleij1-2/+2
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier1-0/+5
2021-06-13ARM: 9096/1: Remove arm_pm_restart()Guenter Roeck1-1/+0
2021-06-13ARM: 9089/1: Define kernel physical section start and endLinus Walleij1-0/+7
2021-06-13ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij1-1/+7
2021-06-07ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2-0/+4
2021-06-07ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin1-4/+4
2021-06-07ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin1-0/+9
2021-06-07ARM: update __swp_entry_to_pte() to use PTE_TYPE_FAULTRussell King (Oracle)1-1/+1
2021-06-02ARM: cpuidle: Avoid orphan section warningArnd Bergmann1-2/+3
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland3-57/+57