aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-238/+354
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-64/+4
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner5-18/+26
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-2/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-3/+1
2018-07-31arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel1-7/+0
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+3
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-0/+15
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott2-15/+67
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-18/+14
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-7/+16
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-0/+3
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar5-18/+26
2018-07-12arm64: implement syscall wrappersMark Rutland2-3/+81
2018-07-12arm64: convert compat wrappers to CMark Rutland1-11/+11
2018-07-12arm64: convert native/compat syscall entry to CMark Rutland1-0/+4
2018-07-12arm64: introduce syscall_fn_tMark Rutland1-1/+5
2018-07-12arm64: remove sigreturn wrappersMark Rutland1-2/+2
2018-07-12arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland1-1/+16
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-10/+0
2018-07-12arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland1-10/+10
2018-07-11arm64: neon: Fix function may_use_simd() return error statusYandong Zhao1-12/+7
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2-1/+3
2018-07-09arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi1-2/+4
2018-07-06arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla1-2/+2
2018-07-06arm64: topology: add support to remove cpu topology sibling masksSudeep Holla1-0/+2
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-0/+4
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya1-0/+7
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-2/+0
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon1-1/+26
2018-07-05arm64: remove unused COMPAT_PSR definitionsMark Rutland1-28/+0
2018-07-05kvm/arm: use PSR_AA32 definitionsMark Rutland1-5/+5
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland2-4/+4
2018-07-05arm64: add PSR_AA32_* definitionsMark Rutland1-1/+56
2018-07-05arm64: Handle mismatched cache typeSuzuki K Poulose1-1/+2
2018-07-05arm64: Fix mismatched cache line size detectionSuzuki K Poulose1-0/+4
2018-07-05arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon3-132/+3
2018-07-05arm64: barrier: Implement smp_cond_load_relaxedWill Deacon1-0/+13
2018-06-27arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon1-5/+1
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon1-1/+6
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2-0/+12
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+2
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-24/+0