summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2019-06-26arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor
2019-06-26arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel
2019-06-17arm64: ssbd: explicitly depend on <linux/prctl.h>Anisse Astier
2019-06-13arm64/sve: Fix missing SVE/FPSIMD endianness conversionsDave Martin
2019-06-05arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding()Dave Martin
2019-05-29arm64: use the correct function type for __arm64_sys_ni_syscallSami Tolvanen
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-28arm64/module: revert to unsigned interpretation of ABS16/32 relocationsArd Biesheuvel
2019-05-28arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas
2019-05-23arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier
2019-05-23arm64/module: deal with ambiguity in PRELxx relocation rangesArd Biesheuvel
2019-05-23arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon
2019-05-23arm64: Remove useless message during oopsWill Deacon
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-03Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon
2019-05-01Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon
2019-05-01arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-01arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon
2019-05-01arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton
2019-05-01arm64: Fix size of __early_cpu_boot_statusArun KS
2019-04-30arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier
2019-04-30arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier
2019-04-30arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2019-04-26arm64: Always enable ssb vulnerability detectionJeremy Linton
2019-04-26arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton
2019-04-26arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton
2019-04-26arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier
2019-04-26arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier
2019-04-26arm64: add sysfs vulnerability show for meltdownJeremy Linton
2019-04-26arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab
2019-04-26arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray
2019-04-24arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray
2019-04-24arm64: arm_pmu: Remove unnecessary isb instructionAndrew Murray
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin
2019-04-23arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino
2019-04-23arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino