aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual1-10/+15
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual1-4/+4
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon1-13/+2
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin2-0/+38
2018-09-17arm64: PCI: Remove node-local allocations when initialising host controllerPunit Agrawal1-3/+2
2018-09-17arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose1-3/+3
2018-09-14arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2018-09-14arm64: force_signal_inject: WARN if called from kernel contextWill Deacon1-1/+4
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon3-11/+28
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon4-2/+94
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2-5/+8
2018-09-14arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASSWill Deacon1-3/+0
2018-09-14arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon2-2/+18
2018-09-11arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse3-11/+20
2018-09-10arm64: cpufeature: add feature for CRC32 instructionsArd Biesheuvel1-0/+9
2018-09-04arm64: Drop unneeded stackleak_check_alloca()Alexander Popov1-22/+0
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-2/+2
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+20
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2018-08-17arm64: Avoid calling stop_machine() when patching jump labelsWill Deacon1-1/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+3
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds27-610/+885
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-125/+49
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2018-08-08arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner4-12/+48
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-10/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+2
2018-07-31arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon1-1/+8
2018-07-31arm64: sdei: Mark sdei stack helper functions as staticWill Deacon1-6/+3
2018-07-31arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma1-0/+1
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-0/+30
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp1-1/+1
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon1-1/+8
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into aarch64/for-next/coreWill Deacon1-50/+201
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott2-0/+25
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott3-11/+44
2018-07-25arm64: Check for errata before evaluating cpu featuresDirk Mueller1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-10/+46
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-8/+3
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse1-0/+38
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-18arm64: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland3-5/+19
2018-07-12arm64: convert compat wrappers to CMark Rutland3-123/+104
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland1-3/+3
2018-07-12arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturnMark Rutland2-3/+3
2018-07-12arm64: remove in-kernel call to sys_personality()Mark Rutland1-1/+1
2018-07-12arm64: drop alignment from syscall tablesMark Rutland2-10/+2