1. 7ba36ec arm64/mm: Inhibit huge-vmap with ptdump by Mark Rutland · 6 years ago
  2. 48caebf arm64: Print physical address of page table base in show_pte() by Will Deacon · 6 years ago
  3. 84c187a arm64: don't trash config with compat symbol if COMPAT is disabled by Yury Norov · 6 years ago
  4. 0e4add4 arm64: assembler: Update comment above cond_yield_neon() macro by Hillf Danton · 6 years ago
  5. 14ae42a drivers/perf: arm_spe: Don't error on high-order pages for aux buf by Will Deacon · 6 years ago
  6. a98d9ae arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable by Christoph Hellwig · 6 years ago
  7. b33f908 Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into for-next/core by Will Deacon · 6 years ago
  8. 24cf262 Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/core by Will Deacon · 6 years ago
  9. 50abbe1 Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/core by Will Deacon · 6 years ago
  10. 9431ac2 Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/core by Will Deacon · 6 years ago
  11. 4ad499c Documentation: Add ARM64 to kernel-parameters.rst by Josh Poimboeuf · 6 years ago
  12. a111b7c arm64/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  13. eb337cd arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB by Will Deacon · 6 years ago
  14. 61ae132 arm64: enable generic CPU vulnerabilites support by Mian Yousaf Kaukab · 6 years ago
  15. 526e065 arm64: add sysfs vulnerability show for speculative store bypass by Jeremy Linton · 6 years ago
  16. 61cf61d arm64: Fix size of __early_cpu_boot_status by Arun KS · 6 years ago
  17. 0ea4153 clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable counters by Marc Zyngier · 6 years ago
  18. a862fc2 clocksource/arm_arch_timer: Remove use of workaround static key by Marc Zyngier · 6 years ago
  19. 57f2766 clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stable by Marc Zyngier · 6 years ago
  20. 5ef19a1 clocksource/arm_arch_timer: Direcly assign set_next_event workaround by Marc Zyngier · 6 years ago
  21. dea86a8 arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvct by Marc Zyngier · 6 years ago
  22. eae1ddc watchdog/sbsa: Use arch_timer_read_counter instead of arch_counter_get_cntvct by Marc Zyngier · 6 years ago
  23. 1f5b62f ARM: vdso: Remove dependency with the arch_timer driver internals by Marc Zyngier · 6 years ago
  24. 6989303 arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1 by Marc Zyngier · 6 years ago
  25. 0cf57b8 arm64: Add part number for Neoverse N1 by Marc Zyngier · 6 years ago
  26. c2b5bba arm64: Make ARM64_ERRATUM_1188873 depend on COMPAT by Marc Zyngier · 6 years ago
  27. 0f80cad arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32 by Marc Zyngier · 6 years ago
  28. 5fbbeed arm64: mm: Remove pte_unmap_nested() by Qian Cai · 6 years ago
  29. 74dd022 arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable by Qian Cai · 6 years ago
  30. 359db57 arm64: compat: Reduce address limit for 64K pages by Vincenzo Frascino · 6 years ago
  31. 75a19a0 arm64: arch_timer: Ensure counter register reads occur with seqlock held by Will Deacon · 6 years ago
  32. 2f1d4e2 firmware: arm_sdei: Prohibit probing in '_sdei_handler' by Xiongfeng Wang · 6 years ago
  33. f08cae2 arm64: mmap: Ensure file offset is treated as unsigned by Boyang Zhou · 6 years ago
  34. bc15cf7 arm64: Kconfig: Tidy up errata workaround help text by Will Deacon · 6 years ago
  35. d42281b arm64: Always enable ssb vulnerability detection by Jeremy Linton · 6 years ago
  36. d2532e2 arm64: add sysfs vulnerability show for spectre-v2 by Jeremy Linton · 6 years ago
  37. 8c1e3d2 arm64: Always enable spectre-v2 vulnerability detection by Jeremy Linton · 6 years ago
  38. 517953c arm64: Use firmware to detect CPUs that are not affected by Spectre-v2 by Marc Zyngier · 6 years ago
  39. 73f3816 arm64: Advertise mitigation of Spectre-v2, or lack thereof by Marc Zyngier · 6 years ago
  40. 1b3ccf4 arm64: add sysfs vulnerability show for meltdown by Jeremy Linton · 6 years ago
  41. 3891ebc arm64: Add sysfs vulnerability show for spectre-v1 by Mian Yousaf Kaukab · 6 years ago
  42. e5ce5e7 arm64: Provide a command line to disable spectre_v2 mitigation by Jeremy Linton · 6 years ago
  43. 4275035 futex: Update comments and docs about return values of arch futex code by Will Deacon · 6 years ago
  44. 8e4e0ac arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg() by Will Deacon · 6 years ago
  45. 03110a5 arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP by Will Deacon · 6 years ago
  46. 6b4f4bc locking/futex: Allow low-level atomic operations to return -EAGAIN by Will Deacon · 6 years ago
  47. 84ff7a09 arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value by Will Deacon · 6 years ago
  48. cbafee5 Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-next/mitigations by Will Deacon · 6 years ago
  49. be604c6 arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO by Kees Cook · 6 years ago
  50. 06a916f arm64: Expose SVE2 features for userspace by Dave Martin · 6 years ago
  51. dd52379 arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entry by Will Deacon · 6 years ago
  52. af1b3cf arm64: compat: Add KUSER_HELPERS config option by Vincenzo Frascino · 6 years ago
  53. 1255a73 arm64: compat: Refactor aarch32_alloc_vdso_pages() by Vincenzo Frascino · 6 years ago
  54. d1e5ca6 arm64: compat: Split kuser32 by Vincenzo Frascino · 6 years ago
  55. 0d747f6 arm64: compat: Alloc separate pages for vectors and sigpage by Vincenzo Frascino · 6 years ago
  56. 9bcb929 perf/arm-ccn: Clean up CPU hotplug handling by Robin Murphy · 6 years ago
  57. 0d2e2a8 perf/arm-cci: Remove broken race mitigation by Robin Murphy · 6 years ago
  58. 0336e04 s390/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  59. 782e69e powerpc/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  60. d68be4c x86/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  61. 98af845 cpu/speculation: Add 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
  62. 36a2ba0 ACPI/IORT: Reject platform device creation on NUMA node mapping failure by Kefeng Wang · 6 years ago
  63. 81fb873 arm64: vdso: Fix clock_getres() for CLOCK_REALTIME by Vincenzo Frascino · 6 years ago
  64. 22e6c80 arm64: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  65. 131e135 arm64: instrument smp_{load_acquire,store_release} by Mark Rutland · 6 years ago
  66. eea1bb2 arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=y by Miles Chen · 6 years ago
  67. b9585f5 arm64: Advertise ARM64_HAS_DCPODP cpu feature by Andrew Murray · 6 years ago
  68. 04a1438 arm64: add CVADP support to the cache maintenance helper by Andrew Murray · 6 years ago
  69. 671db58 arm64: Expose DC CVADP to userspace by Andrew Murray · 6 years ago
  70. d16ed410 arm64: Handle trapped DC CVADP by Andrew Murray · 6 years ago
  71. aec0bff arm64: HWCAP: encapsulate elf_hwcap by Andrew Murray · 6 years ago
  72. aaba098 arm64: HWCAP: add support for AT_HWCAP2 by Andrew Murray · 6 years ago
  73. a823c35 arm64: ptrace: Add function argument access API by Masami Hiramatsu · 6 years ago
  74. 691efbe arm64: vdso: use $(LD) instead of $(CC) to link VDSO by Masahiro Yamada · 6 years ago
  75. 3d659e7 arm64: perf_event: Remove wrongfully used inline by Raphael Gault · 6 years ago
  76. d263119 arm64: compat: Reduce address limit by Vincenzo Frascino · 6 years ago
  77. 827a108 arm64: Save and restore OSDLR_EL1 across suspend/resume by Jean-Philippe Brucker · 6 years ago
  78. 6fda41b arm64: Clear OSDLR_EL1 on CPU boot by Jean-Philippe Brucker · 6 years ago
  79. 475ba3f arm64: mm: Consolidate early page table allocation by Will Deacon · 6 years ago
  80. 54c8d91 arm64: mm: enable per pmd page table lock by Yu Zhao · 6 years ago
  81. 14b94d0 KVM: ARM: Remove pgtable page standard functions from stage-2 page tables by Anshuman Khandual · 6 years ago
  82. 369aaab arm64: mm: don't call page table ctors for init_mm by Yu Zhao · 6 years ago
  83. 90292ac arm64: mm: use appropriate ctors for page tables by Yu Zhao · 6 years ago
  84. ab6211c arm64: debug: Clean up brk_handler() by Will Deacon · 6 years ago
  85. 453b774 arm64: probes: Move magic BRK values into brk-imm.h by Will Deacon · 6 years ago
  86. fb610f2 arm64: debug: Remove redundant user_mode(regs) checks from debug handlers by Will Deacon · 6 years ago
  87. a22d570 arm64: kprobes: Avoid calling kprobes debug handlers explicitly by Will Deacon · 6 years ago
  88. 26a04d8 arm64: debug: Separate debug hooks based on target exception level by Will Deacon · 6 years ago
  89. cb764a6 arm64: debug: Remove meaningless comment by Will Deacon · 6 years ago
  90. 5a9132a arm64: debug: Rename addr parameter for non-watchpoint exception hooks by Will Deacon · 6 years ago
  91. 52c6d14 arm64: debug: Remove unused return value from do_debug_exception() by Will Deacon · 6 years ago
  92. e209274 kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  93. e1a7eaf efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  94. edf072d arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  95. f6e5643 arm64: Use defines instead of magic numbers by Alexandru Elisei · 6 years ago
  96. 24062fe perf/smmuv3: Enable HiSilicon Erratum 162001800 quirk by Shameer Kolothum · 6 years ago
  97. f202cda perf/smmuv3: Add MSI irq support by Shameer Kolothum · 6 years ago
  98. 7d839b4 perf/smmuv3: Add arm64 smmuv3 pmu driver by Neil Leeder · 6 years ago
  99. 24e5160 ACPI/IORT: Add support for PMCG by Neil Leeder · 6 years ago
  100. 697e96e arm64: vdso: fix and clean-up Makefile by Masahiro Yamada · 6 years ago