1. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  2. 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  3. 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
  4. d9fa9d9 arm64: kdump: no need to mark crashkernel pages manually PG_reserved by David Hildenbrand · 6 years ago
  5. aee4944 arm64: kexec: no need to ClearPageReserved() by David Hildenbrand · 6 years ago
  6. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  7. 6bd2885 arm64: debug: Ensure debug handlers check triggering exception level by Will Deacon · 6 years ago
  8. 4caf875 arm64: Rename get_thread_info() by Julien Thierry · 6 years ago
  9. d6622d9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  10. 3f41b60 kasan: fix random seed generation for tag-based mode by Andrey Konovalov · 6 years ago
  11. 74698f6 arm64: Relax GIC version check during early boot by Vladimir Murzin · 6 years ago
  12. f54dada arm64: fix SSBS sanitization by Mark Rutland · 6 years ago
  13. 582a32e efi/arm: Revert "Defer persistent reservations until after paging_init()" by Ard Biesheuvel · 6 years ago
  14. 0543371 Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Catalin Marinas · 6 years ago
  15. d44f1b8 arm64: KVM/mm: Move SEA handling behind a single 'claim' interface by James Morse · 6 years ago
  16. bc3c03c arm64: Enable the support of pseudo-NMIs by Julien Thierry · 6 years ago
  17. c25349f arm64: Skip irqflags tracing for NMI in IRQs disabled context by Julien Thierry · 6 years ago
  18. 1234ad6 arm64: Skip preemption when exiting an NMI by Julien Thierry · 6 years ago
  19. 7d31464 arm64: Handle serror in NMI context by Julien Thierry · 6 years ago
  20. e793218 arm64: Switch to PMR masking when starting CPUs by Julien Thierry · 6 years ago
  21. 0ceb0d5 arm64: alternative: Apply alternatives early in boot process by Daniel Thompson · 6 years ago
  22. e9ab7a2 arm64: alternative: Allow alternative status checking per cpufeature by Julien Thierry · 6 years ago
  23. a9806aa arm64: Unmask PMR before going idle by Julien Thierry · 6 years ago
  24. 133d051 arm64: Make PMR part of task context by Julien Thierry · 6 years ago
  25. b90d2b2 arm64: cpufeature: Add cpufeature for IRQ priority masking by Julien Thierry · 6 years ago
  26. c9bfdf7 arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system feature by Julien Thierry · 6 years ago
  27. 5870970 arm64: Fix HCR.TGE status for NMI contexts by Julien Thierry · 6 years ago
  28. ea57368 arm64: kexec_file: handle empty command-line by Jean-Philippe Brucker · 6 years ago
  29. 8aa67d1 arm64: entry: Remove unneeded need_resched() loop by Valentin Schneider · 6 years ago
  30. f7daa9c arm64: hibernate: Clean the __hyp_text to PoC after resume by James Morse · 6 years ago
  31. 8fac5cb arm64: hyp-stub: Forbid kprobing of the hyp-stub by James Morse · 6 years ago
  32. f2b3d85 arm64: kprobe: Always blacklist the KVM world-switch code by James Morse · 6 years ago
  33. 8ea2359 arm64: kaslr: ensure randomized quantities are clean also when kaslr is off by Ard Biesheuvel · 6 years ago
  34. d0a060b arm64: add ptrace regsets for ptrauth key management by Kristina Martsenko · 6 years ago
  35. 8350403 arm64: Remove asm/memblock.h by Will Deacon · 6 years ago
  36. 83a680d arm64: asm-offsets: remove unused offsets by Andrew Murray · 6 years ago
  37. b365067 arm64: perf: remove misleading comment by Andrew Murray · 6 years ago
  38. 1598ecd arm64: kaslr: ensure randomized quantities are clean to the PoC by Ard Biesheuvel · 6 years ago
  39. 2796672 arm64: kexec_file: return successfully even if kaslr-seed doesn't exist by AKASHI Takahiro · 6 years ago
  40. b89d82e arm64: kpti: Avoid rewriting early page tables when KASLR is enabled by Will Deacon · 6 years ago
  41. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  42. 078a5a4f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  43. 5329043 arm64: compat: Don't pull syscall number from regs in arm_compat_syscall by Will Deacon · 6 years ago
  44. 169113e arm64: compat: Avoid sending SIGILL for unallocated syscall numbers by Will Deacon · 6 years ago
  45. 2f328fe arm64: replace arm64-obj-* in Makefile with obj-* by Masahiro Yamada · 6 years ago
  46. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  47. 8c2c596f arm64: entry: remove unused register aliases by Mark Rutland · 6 years ago
  48. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 6 years ago
  49. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  50. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 6 years ago
  51. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 6 years ago
  52. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago
  53. 41eea9c kasan, arm64: add brk handler for inline instrumentation by Andrey Konovalov · 6 years ago
  54. 5694cec Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  55. a448276 arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  56. 12f799c arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset() by Miles Chen · 6 years ago
  57. 1e013d0 arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches by Will Deacon · 6 years ago
  58. a56005d arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4 by Will Deacon · 6 years ago
  59. 8493132 arm64: ptr auth: Move per-thread keys from thread_info to thread_struct by Will Deacon · 6 years ago
  60. ba83088 arm64: add prctl control for resetting ptrauth keys by Kristina Martsenko · 6 years ago
  61. ccc4381 arm64: perf: strip PAC when unwinding userspace by Mark Rutland · 6 years ago
  62. ec6e822 arm64: expose user PAC bit positions via ptrace by Mark Rutland · 6 years ago
  63. 7503197 arm64: add basic pointer authentication support by Mark Rutland · 6 years ago
  64. 6984eb4 arm64/cpufeature: detect pointer authentication by Mark Rutland · 6 years ago
  65. 4eaed6a arm64/kvm: consistently handle host HCR_EL2 flags by Mark Rutland · 6 years ago
  66. 2a355ec arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field by Will Deacon · 6 years ago
  67. b47f515 Merge branch 'for-next/perf' into aarch64/for-next/core by Will Deacon · 6 years ago
  68. 0a1213f arm64: enable per-task stack canaries by Ard Biesheuvel · 6 years ago
  69. 7faa313 arm64: preempt: Fix big-endian when checking preempt count in assembly by Will Deacon · 6 years ago
  70. 732291c arm64: kexec_file: include linux/vmalloc.h by Arnd Bergmann · 6 years ago
  71. d34664f Merge branch 'for-next/kexec' into aarch64/for-next/core by Will Deacon · 6 years ago
  72. bc84a2d Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core by Will Deacon · 6 years ago
  73. f357b3a arm64: smp: Handle errors reported by the firmware by Suzuki K Poulose · 6 years ago
  74. 66f16a2 arm64: smp: Rework early feature mismatched detection by Will Deacon · 6 years ago
  75. 68d23da arm64: Kconfig: Re-jig CONFIG options for 52-bit VA by Will Deacon · 6 years ago
  76. 67e7fdf arm64: mm: introduce 52-bit userspace support by Steve Capper · 6 years ago
  77. a96a33b arm64: mm: Prevent mismatched 52-bit VA support by Steve Capper · 6 years ago
  78. e842dfb arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD by Steve Capper · 6 years ago
  79. e4c07bf arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code() by Steven Rostedt (VMware) · 6 years ago
  80. 8b2cca9 arm64: KVM: Force VHE for systems affected by erratum 1165522 by Marc Zyngier · 6 years ago
  81. 2a9cee5 arm64: remove arm64ksyms.c by Mark Rutland · 6 years ago
  82. dbd3196 arm64: frace: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  83. ac0e8c7 arm64: string: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  84. 56c08ec arm64: uaccess: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  85. 50fdecb arm64: page: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  86. 23fe04c0 arm64: smccc: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  87. abb77f3 arm64: tishift: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  88. 03ef055 arm64: move memstart_addr export inline by Mark Rutland · 6 years ago
  89. 2d7c89b arm64: remove bitop exports by Mark Rutland · 6 years ago
  90. 421d106 arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH by Steven Rostedt (VMware) · 6 years ago
  91. b4aecf7 arm64: hibernate: Avoid sending cross-calling with interrupts disabled by Will Deacon · 6 years ago
  92. 394135c arm64: kexec_file: forbid kdump via kexec_file_load() by James Morse · 6 years ago
  93. 8cb3451 arm64: entry: Remove confusing comment by Will Deacon · 7 years ago
  94. 679db70 arm64: entry: Place an SB sequence following an ERET instruction by Will Deacon · 7 years ago
  95. bd4fb6d arm64: Add support for SB barrier and patch in over DSB; ISB sequences by Will Deacon · 7 years ago
  96. 121ca8e arm64: kexec_file: Refactor setup_dtb() to consolidate error checking by Will Deacon · 6 years ago
  97. 884143f arm64: kexec_file: add kaslr support by AKASHI Takahiro · 6 years ago
  98. 732b7b9 arm64: kexec_file: add kernel signature verification support by AKASHI Takahiro · 6 years ago
  99. 0b587c84 arm64: capabilities: Batch cpu_enable callbacks by Suzuki K Poulose · 6 years ago
  100. 606f8e7 arm64: capabilities: Use linear array for detection and verification by Suzuki K Poulose · 6 years ago