summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon
2019-08-13arm64: constify sys64_hook instancesMark Rutland
2019-08-13arm64: constify aarch64_insn_encoding_class[]Mark Rutland
2019-08-13arm64: constify icache_policy_str[]Mark Rutland
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers
2019-08-13arm64: cpufeature: Don't treat granule sizes as strictWill Deacon
2019-08-12arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi
2019-08-09arm64: mm: Remove vabits_userSteve Capper
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall
2019-08-07arm64/prefetch: fix a -Wtype-limits warningQian Cai
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan
2019-08-05arm64/kexec: Use consistent convention of initializing 'kxec_buf.mem' with KE...Bhupesh Sharma
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu
2019-08-01arm64: Remove unneeded rcu_read_lock from debug handlersMasami Hiramatsu
2019-08-01arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu
2019-07-31arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon
2019-07-29arm64: module: Mark expected switch fall-throughAnders Roxell
2019-07-29arm64: smp: Mark expected switch fall-throughAnders Roxell
2019-07-29arm64: hw_breakpoint: Fix warnings about implicit fallthroughWill Deacon
2019-07-29arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu
2019-07-23arm64: perf: Remove unused macroShaokun Zhang
2019-07-22cpu-topology: Move cpu topology code to common code.Atish Patra
2019-07-22arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse
2019-07-22arm64: Force SSBS on context switchMarc Zyngier
2019-07-22arm64/sve: Fix a couple of magic numbers for the Z-reg countDave Martin
2019-07-22arm64/sve: Factor out FPSIMD to SVE state conversionDave Martin
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-07-22arm64: vdso: Cleanup MakefilesVincenzo Frascino
2019-07-22arm64: vdso: fix flip/flop vdso build bugNaohiro Aota
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook