1. 92e68b2 KVM: arm/arm64: Clean up vcpu finalization function parameter naming by Dave Martin · 6 years ago
  2. a3be836 KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE by Dave Martin · 6 years ago
  3. 624835a arm64/sve: Clarify vq map semantics by Dave Martin · 6 years ago
  4. 9a3cdf2 KVM: arm64/sve: Allow userspace to enable SVE for vcpus by Dave Martin · 6 years ago
  5. 9033bba KVM: arm64/sve: Add pseudo-register for the guest's vector lengths by Dave Martin · 6 years ago
  6. 7dd32a0 KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl by Dave Martin · 6 years ago
  7. 0f062bf KVM: arm/arm64: Add hook for arch-specific KVM initialisation by Dave Martin · 6 years ago
  8. ead9e43 arm64/sve: In-kernel vector length availability query interface by Dave Martin · 6 years ago
  9. e1c9c98 KVM: arm64/sve: Add SVE support to register access ioctl interface by Dave Martin · 6 years ago
  10. b43b5dd KVM: arm64/sve: Context switch the SVE registers by Dave Martin · 6 years ago
  11. 7343376 KVM: arm64/sve: System register context switch and access support by Dave Martin · 6 years ago
  12. 1765edb KVM: arm64: Add a vcpu flag to control SVE visibility for the guest by Dave Martin · 6 years ago
  13. 0495067 arm64/sve: Enable SVE state tracking for non-task contexts by Dave Martin · 6 years ago
  14. d06b76b arm64/sve: Check SVE virtualisability by Dave Martin · 6 years ago
  15. 3f61f40 KVM: arm64: Add missing #includes to kvm_host.h by Dave Martin · 6 years ago
  16. 38abf22 KVM: arm64: Delete orphaned declaration for __fpsimd_enabled() by Dave Martin · 6 years ago
  17. efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs by Hanjun Guo · 6 years ago
  18. 3dbcea5 arm64: apply workaround on A64FX v1r0 by Mark Rutland · 6 years ago
  19. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  20. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  21. 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  22. d276709 Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  23. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  24. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. 5480280 arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages by Anshuman Khandual · 6 years ago
  26. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  27. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  29. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  30. 3cd0ddb Revert "arm64: uaccess: Implement unsafe accessors" by Catalin Marinas · 6 years ago
  31. 366e37e arm64: avoid clang warning about self-assignment by Arnd Bergmann · 6 years ago
  32. 2c97a9c arm64: io: Hook up __io_par() for inX() ordering by Will Deacon · 6 years ago
  33. 3e32131 arm64: Add workaround for Fujitsu A64FX erratum 010001 by Zhang Lei · 6 years ago
  34. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  35. 4caf875 arm64: Rename get_thread_info() by Julien Thierry · 6 years ago
  36. 47224e5 arm64: Remove documentation about TIF_USEDFPU by Julien Grall · 6 years ago
  37. 71783e09 Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 6 years ago
  38. 1b44471 KVM: arm64: Fix comment for KVM_PHYS_SHIFT by Zenghui Yu · 6 years ago
  39. 793acf8 arm64: KVM: Describe data or unified caches as having 1 set and 1 way by Ard Biesheuvel · 6 years ago
  40. f7f2b15 arm64: KVM: Expose sanitised cache type register to guest by Ard Biesheuvel · 6 years ago
  41. 64cf98f KVM: arm/arm64: Move kvm_is_write_fault to header file by Christoffer Dall · 9 years ago
  42. 84135d3 KVM: arm/arm64: consolidate arch timer trap handlers by Andre Przywara · 7 years ago
  43. b98c079 KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming by Marc Zyngier · 6 years ago
  44. e329fb7 KVM: arm/arm64: Factor out VMID into struct kvm_vmid by Christoffer Dall · 6 years ago
  45. 32f1395 arm/arm64: KVM: Statically configure the host's view of MPIDR by Marc Zyngier · 6 years ago
  46. 18fc7bf arm64: KVM: Allow for direct call of HYP functions when using VHE by Marc Zyngier · 6 years ago
  47. 7aa8d14 arm/arm64: KVM: Introduce kvm_call_hyp_ret() by Marc Zyngier · 6 years ago
  48. 0738c8b arm64/neon: Disable -Wincompatible-pointer-types when building with Clang by Nathan Chancellor · 6 years ago
  49. 2fee036 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  50. 8a5b403d arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table by Ard Biesheuvel · 6 years ago
  51. 08e1675 Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  52. dc2acde dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability by Christoph Hellwig · 6 years ago
  53. 347cb6a dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability by Christoph Hellwig · 6 years ago
  54. a80554f arm64: irqflags: Fix clang build warnings by Julien Thierry · 6 years ago
  55. 41b8687 Merge branch 'locking/atomics' into locking/core, to pick up WIP commits by Ingo Molnar · 6 years ago
  56. f96935d firmware: arm_sdei: Add ACPI GHES registration helper by James Morse · 6 years ago
  57. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  58. fd659cc Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  59. b972d2e ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications by James Morse · 6 years ago
  60. d44f1b8 arm64: KVM/mm: Move SEA handling behind a single 'claim' interface by James Morse · 6 years ago
  61. 0db5e02 KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing by James Morse · 6 years ago
  62. 358b28f arm/arm64: KVM: Allow a VCPU to fully reset itself by Marc Zyngier · 6 years ago
  63. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  64. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  65. b334481 arm64: gic-v3: Implement arch support for priority masking by Julien Thierry · 6 years ago
  66. 0ceb0d5 arm64: alternative: Apply alternatives early in boot process by Daniel Thompson · 6 years ago
  67. e9ab7a2 arm64: alternative: Allow alternative status checking per cpufeature by Julien Thierry · 6 years ago
  68. 8cb7eff arm64: daifflags: Include PMR in daifflags restore operations by Julien Thierry · 6 years ago
  69. 4a50321 arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking by Julien Thierry · 6 years ago
  70. 85738e0 arm64: kvm: Unmask PMR before entering guest by Julien Thierry · 6 years ago
  71. 133d051 arm64: Make PMR part of task context by Julien Thierry · 6 years ago
  72. cdbc81d arm64: ptrace: Provide definitions for PMR values by Julien Thierry · 6 years ago
  73. 3f1f323 irqchip/gic-v3: Switch to PMR masking before calling IRQ handler by Julien Thierry · 6 years ago
  74. e99da7c arm/arm64: gic-v3: Add PMR and RPR accessors by Julien Thierry · 6 years ago
  75. b90d2b2 arm64: cpufeature: Add cpufeature for IRQ priority masking by Julien Thierry · 6 years ago
  76. a82785a arm64: Remove unused daif related functions/macros by Julien Thierry · 6 years ago
  77. 5870970 arm64: Fix HCR.TGE status for NMI contexts by Julien Thierry · 6 years ago
  78. e2a2e56 arm64: dump: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  79. 275f221 ipc: rename old-style shmctl/semctl/msgctl syscalls by Arnd Bergmann · 6 years ago
  80. 4ab65ba ARM: add kexec_file_load system call number by Arnd Bergmann · 6 years ago
  81. 78594b9 ARM: add migrate_pages() system call by Arnd Bergmann · 6 years ago
  82. 0bd3ef3 arm64: uaccess: Implement unsafe accessors by Julien Thierry · 6 years ago
  83. 13e4cdd arm64: uaccess: Cleanup get/put_user() by Julien Thierry · 6 years ago
  84. 60d8cd5 arm64/xen: fix xen-swiotlb cache flushing by Christoph Hellwig · 6 years ago
  85. 8350403 arm64: Remove asm/memblock.h by Will Deacon · 6 years ago
  86. 7fa1e2e kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define by Andrey Konovalov · 6 years ago
  87. 2f97967 arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on by James Morse · 6 years ago
  88. c3405d6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  89. b89d82e arm64: kpti: Avoid rewriting early page tables when KASLR is enabled by Will Deacon · 6 years ago
  90. d9ed419 arm64: asm-prototypes: Fix fat-fingered typo in comment by Will Deacon · 6 years ago
  91. eb214f2 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning by Andrey Konovalov · 6 years ago
  92. 078a5a4f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  93. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  94. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  95. 7e0b44e arm64: compat: Hook up io_pgetevents() for 32-bit tasks by Will Deacon · 6 years ago
  96. 169113e arm64: compat: Avoid sending SIGILL for unallocated syscall numbers by Will Deacon · 6 years ago
  97. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  98. 1236cd2 arm64: smp: Fix compilation error by Shaokun Zhang · 6 years ago
  99. 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  100. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago