1. e4e57f2 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  2. 24534b3 arm64: assembler: add macros to conditionally yield the NEON under PREEMPT by Ard Biesheuvel · 7 years ago
  3. 0f468e2 arm64: assembler: add utility macros to push/pop stack frames by Ard Biesheuvel · 7 years ago
  4. 4bc352f arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening by Shanker Donthineni · 7 years ago
  5. 427c896 arm64: turn flush_dcache_mmap_lock into a no-op by Matthew Wilcox · 7 years ago
  6. 2dd8a62 linux/const.h: move UL() macro to include/linux/const.h by Masahiro Yamada · 7 years ago
  7. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  8. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  9. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 6589654 arm64: uaccess: Fix omissions from usercopy whitelist by Dave Martin · 7 years ago
  11. 20b8547 arm64: fpsimd: Split cpu field out from struct fpsimd_state by Dave Martin · 7 years ago
  12. 7f17049 arm64: tlbflush: avoid writing RES0 bits by Philip Elcan · 7 years ago
  13. adc91ab Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening" by Marc Zyngier · 7 years ago
  14. 2a58fca arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.h by Will Deacon · 7 years ago
  15. c9406e5 arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h by Will Deacon · 7 years ago
  16. e8a2d04 arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG by Will Deacon · 7 years ago
  17. 8a624f1 arm64: lse: Include compiler_types.h and export.h for out-of-line LL/SC by Will Deacon · 7 years ago
  18. b4f9b39 arm64: fpsimd: include <linux/init.h> in fpsimd.h by Will Deacon · 7 years ago
  19. 3f251cf Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)" by Will Deacon · 7 years ago
  20. 05abb59 arm64: Delay enabling hardware DBM feature by Suzuki K Poulose · 7 years ago
  21. 6e61686 arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35 by Suzuki K Poulose · 7 years ago
  22. ba7d923 arm64: capabilities: Handle shared entries by Suzuki K Poulose · 7 years ago
  23. be5b299 arm64: capabilities: Add support for checks based on a list of MIDRs by Suzuki K Poulose · 7 years ago
  24. 1df3105 arm64: Add helpers for checking CPU MIDR against a range by Suzuki K Poulose · 7 years ago
  25. 830dcc9 arm64: capabilities: Change scope of VHE to Boot CPU feature by Suzuki K Poulose · 7 years ago
  26. fd9d63d arm64: capabilities: Add support for features enabled early by Suzuki K Poulose · 7 years ago
  27. d3aec8a arm64: capabilities: Restrict KPTI detection to boot-time CPUs by Suzuki K Poulose · 7 years ago
  28. 5c13771 arm64: capabilities: Introduce weak features based on local CPU by Suzuki K Poulose · 7 years ago
  29. cce360b arm64: capabilities: Filter the entries based on a given mask by Suzuki K Poulose · 7 years ago
  30. 5b4747c arm64: capabilities: Add flags to handle the conflicts on late CPU by Suzuki K Poulose · 7 years ago
  31. 143ba05 arm64: capabilities: Prepare for fine grained capabilities by Suzuki K Poulose · 7 years ago
  32. 1e89bae arm64: capabilities: Move errata processing code by Suzuki K Poulose · 7 years ago
  33. c0cda3b arm64: capabilities: Update prototype for enable call back by Dave Martin · 7 years ago
  34. 3362528 irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0Rn by Marc Zyngier · 7 years ago
  35. af4a81b arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE by Dave Martin · 7 years ago
  36. f9f5dc1 arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening by Shanker Donthineni · 7 years ago
  37. 7206dc9 arm64: Expose Arm v8.4 features by Suzuki K Poulose · 7 years ago
  38. 350e1da arm64: asm: drop special versions of adr_l/ldr_l/str_l for modules by Ard Biesheuvel · 7 years ago
  39. dee3924 arm64: KVM: Allow mapping of vectors outside of the RAM region by Marc Zyngier · 7 years ago
  40. 4205a89 arm64: Make BP hardening slot counter available by Marc Zyngier · 7 years ago
  41. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 7 years ago
  42. 71dcb8b arm64: KVM: Allow far branches from vector slots to the main vectors by Marc Zyngier · 7 years ago
  43. 4340ba8 arm64: KVM: Move BP hardening vectors into .hyp.text section by Marc Zyngier · 7 years ago
  44. 3c5e812 arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector by Marc Zyngier · 7 years ago
  45. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  46. 9f2efa3 arm64; insn: Add encoder for the EXTR instruction by Marc Zyngier · 7 years ago
  47. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  48. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  49. 44a497a KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state by Marc Zyngier · 7 years ago
  50. a1efdff arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag by Marc Zyngier · 7 years ago
  51. 2b4d160 arm64: KVM: Dynamically patch the kernel/hyp VA mask by Marc Zyngier · 7 years ago
  52. ef3935e arm64: insn: Add encoder for bitwise operations using literals by Marc Zyngier · 7 years ago
  53. a264bf3 arm64: insn: Add N immediate encoding by Marc Zyngier · 7 years ago
  54. dea5e2a arm64: alternatives: Add dynamic patching feature by Marc Zyngier · 7 years ago
  55. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  56. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  57. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  58. a246562 KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE by Christoffer Dall · 7 years ago
  59. a892819 KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers by Christoffer Dall · 7 years ago
  60. 6d4bd90 KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1 by Christoffer Dall · 7 years ago
  61. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  62. d47533d KVM: arm64: Introduce framework for accessing deferred sysregs by Christoffer Dall · 7 years ago
  63. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 9 years ago
  64. 52f6c4f KVM: arm64: Change 32-bit handling of VM system registers by Christoffer Dall · 7 years ago
  65. 4cdecab KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions by Christoffer Dall · 7 years ago
  66. f837453 KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions by Christoffer Dall · 7 years ago
  67. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  68. 014c4c7 KVM: arm64: Improve debug register save/restore flow by Christoffer Dall · 7 years ago
  69. e72341c KVM: arm/arm64: Introduce vcpu_el1_is_32bit by Christoffer Dall · 7 years ago
  70. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  71. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 7 years ago
  72. 35a84de KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag by Shih-Wei Li · 7 years ago
  73. 4464e21 KVM: arm64: Avoid storing the vcpu pointer on the stack by Christoffer Dall · 7 years ago
  74. af40ff6 arm64: signal: Ensure si_code is valid for all fault signals by Dave Martin · 7 years ago
  75. 6ae4b6e arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC by Shanker Donthineni · 7 years ago
  76. ca79acc arm64/kernel: enable A53 erratum #8434319 handling at runtime by Ard Biesheuvel · 7 years ago
  77. e8002e0 arm64/errata: add REVIDR handling to framework by Ard Biesheuvel · 7 years ago
  78. a257e02 arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 by Ard Biesheuvel · 7 years ago
  79. 7e611e7 efi/arm64: Check whether x18 is preserved by runtime services calls by Ard Biesheuvel · 7 years ago
  80. e03e61c arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y by Will Deacon · 7 years ago
  81. 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
  82. a26731d arm64: Move show_unhandled_signals_ratelimited into traps.c by Will Deacon · 7 years ago
  83. a1ece82 arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_die by Will Deacon · 7 years ago
  84. 2c9120f3 arm64: signal: Make force_signal_inject more robust by Will Deacon · 7 years ago
  85. 005781b arm64: KVM: Move CPU ID reg trap setup off the world switch path by Dave Martin · 7 years ago
  86. cc33c4e arm64/kvm: Prohibit guest LOR accesses by Mark Rutland · 7 years ago
  87. 9f41631 arm64: fix unwind_frame() for filtered out fn for function graph tracing by Pratyush Anand · 7 years ago
  88. 9085b34 arm64: uaccess: Formalise types for access_ok() by Robin Murphy · 7 years ago
  89. 04c4927 arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S files by Bhupesh Sharma · 7 years ago
  90. e1a50de arm64: cputype: Silence Sparse warnings by Robin Murphy · 7 years ago
  91. 20a004e arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables by Will Deacon · 7 years ago
  92. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  93. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  94. 917538e kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  95. 6167ec5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Marc Zyngier · 7 years ago
  96. 1a2fb94 arm/arm64: KVM: Consolidate the PSCI include files by Marc Zyngier · 7 years ago
  97. 91b2d34 arm64: futex: Mask __user pointers prior to dereference by Will Deacon · 7 years ago
  98. f71c2ff arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Will Deacon · 7 years ago
  99. 8462408 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user by Will Deacon · 7 years ago
  100. c2f0ad4 arm64: uaccess: Prevent speculative use of the current addr_limit by Will Deacon · 7 years ago