1. 44ca0e0 Merge branch 'for-next/kernel-ptrauth' into for-next/core by Catalin Marinas · 4 years, 9 months ago
  2. 806dc82 Merge branch 'for-next/asm-cleanups' into for-next/core by Catalin Marinas · 4 years, 9 months ago
  3. 0829a07 Merge branch 'for-next/asm-annotations' into for-next/core by Catalin Marinas · 4 years, 9 months ago
  4. da12d27 Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/amu', 'for-next/final-cap-helper', 'for-next/cpu_ops-cleanup', 'for-next/misc' and 'for-next/perf' into for-next/core by Catalin Marinas · 4 years, 9 months ago
  5. d4abd29 arm64: head: Convert install_el2_stub to SYM_INNER_LABEL by Mark Brown · 4 years, 9 months ago
  6. de58ed5e arm64: Introduce get_cpu_ops() helper function by Gavin Shan · 4 years, 10 months ago
  7. 6885fb1 arm64: Rename cpu_read_ops() to init_cpu_ops() by Gavin Shan · 4 years, 10 months ago
  8. 7fec52b arm64: Declare ACPI parking protocol CPU operation if needed by Gavin Shan · 4 years, 10 months ago
  9. 6cf9a2d arm64: move kimage_vaddr to .rodata by Remi Denis-Courmont · 4 years, 10 months ago
  10. dc374b4 arm64: use mov_q instead of literal ldr by Remi Denis-Courmont · 4 years, 10 months ago
  11. 3b446c7 arm64: Kconfig: verify binutils support for ARM64_PTR_AUTH by Nick Desaulniers · 4 years, 10 months ago
  12. 6cb6982 lkdtm: arm64: test kernel pointer authentication by Amit Daniel Kachhap · 4 years, 10 months ago
  13. 74afda4 arm64: compile the kernel with ptrauth return address signing by Kristina Martsenko · 4 years, 10 months ago
  14. c2d920b kconfig: Add support for 'as-option' by Vincenzo Frascino · 4 years, 10 months ago
  15. e51f5f5 arm64: suspend: restore the kernel ptrauth keys by Amit Daniel Kachhap · 4 years, 10 months ago
  16. cdcb61ae arm64: __show_regs: strip PAC from lr in printk by Amit Daniel Kachhap · 4 years, 10 months ago
  17. 04ad99a arm64: unwind: strip PAC from kernel addresses by Mark Rutland · 4 years, 10 months ago
  18. 689eae42 arm64: mask PAC bits of __builtin_return_address by Amit Daniel Kachhap · 4 years, 10 months ago
  19. 2832158 arm64: initialize ptrauth keys for kernel booting task by Amit Daniel Kachhap · 4 years, 10 months ago
  20. 33e4523 arm64: initialize and switch ptrauth kernel keys by Kristina Martsenko · 4 years, 10 months ago
  21. 6982934 arm64: enable ptrauth earlier by Kristina Martsenko · 4 years, 10 months ago
  22. deeaac5 arm64: cpufeature: handle conflicts based on capability by Kristina Martsenko · 4 years, 10 months ago
  23. 8c176e1 arm64: cpufeature: Move cpu capability helpers inside C file by Amit Daniel Kachhap · 4 years, 10 months ago
  24. df35510 arm64: ptrauth: Add bootup/runtime flags for __cpu_setup by Amit Daniel Kachhap · 4 years, 10 months ago
  25. be12984 arm64: install user ptrauth keys at kernel exit time by Kristina Martsenko · 4 years, 10 months ago
  26. 91a1b6c arm64: rename ptrauth key structures to be user-specific by Kristina Martsenko · 4 years, 10 months ago
  27. cfef06b arm64: cpufeature: add pointer auth meta-capabilities by Kristina Martsenko · 4 years, 10 months ago
  28. 3ff047f arm64: cpufeature: Fix meta-capability cpufeature check by Amit Daniel Kachhap · 4 years, 10 months ago
  29. 8673e02 arm64: perf: Add support for ARMv8.5-PMU 64-bit counters by Andrew Murray · 4 years, 10 months ago
  30. c854188 KVM: arm64: limit PMU version to PMUv3 for ARMv8.1 by Andrew Murray · 4 years, 10 months ago
  31. 8e35aa6 arm64: cpufeature: Extract capped perfmon fields by Andrew Murray · 4 years, 10 months ago
  32. 29227d6 arm64: perf: Clean up enable/disable calls by Robin Murphy · 4 years, 10 months ago
  33. 0623682 perf: arm-ccn: Use scnprintf() for robustness by Takashi Iwai · 4 years, 10 months ago
  34. c17a290 arm64: define __alloc_zeroed_user_highpage by glider@google.com · 4 years, 10 months ago
  35. d22b115 arm64/kernel: Simplify __cpu_up() by bailing out early by Gavin Shan · 4 years, 10 months ago
  36. 24b2cce arm64: remove redundant blank for '=' operator by 韩科才 · 4 years, 10 months ago
  37. c2f4afd arm64: kexec_file: Fixed code style. by Li Tao · 4 years, 10 months ago
  38. 62b9562 arm64: add blank after 'if' by Zheng Wei · 4 years, 10 months ago
  39. 0c837c4 arm64: fix spelling mistake "ca not" -> "cannot" by 韩科才 · 4 years, 10 months ago
  40. b5475d8 arm64: kvm: hyp: use cpus_have_final_cap() by Mark Rutland · 4 years, 10 months ago
  41. 1db5cde arm64: cpufeature: add cpus_have_final_cap() by Mark Rutland · 4 years, 10 months ago
  42. f0c0d4b arm64: entry: unmask IRQ in el0_sp() by Mark Rutland · 4 years, 10 months ago
  43. 9a25136 arm64: Mark call_smc_arch_workaround_1 as __maybe_unused by Nathan Chancellor · 4 years, 10 months ago
  44. 69d113b arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=y by Kunihiko Hayashi · 4 years, 10 months ago
  45. b8f58ac arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI) by Masahiro Yamada · 4 years, 10 months ago
  46. e9c7ddb arm64: csum: Optimise IPv6 header checksum by Robin Murphy · 5 years ago
  47. 1157eb8 arm64: vdso32: Convert to modern assembler annotations by Mark Brown · 4 years, 11 months ago
  48. c91db23 arm64: vdso: Convert to modern assembler annotations by Mark Brown · 4 years, 11 months ago
  49. 1242b9b arm64: sdei: Annotate SDEI entry points using new style annotations by Mark Brown · 4 years, 11 months ago
  50. 4db61fe arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations by Mark Brown · 4 years, 11 months ago
  51. 6e52aab arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs by Mark Brown · 4 years, 11 months ago
  52. 617a2f3 arm64: kvm: Annotate assembly using modern annoations by Mark Brown · 4 years, 11 months ago
  53. a5d4420 arm64: kernel: Convert to modern annotations for assembly data by Mark Brown · 4 years, 11 months ago
  54. ebdf44a arm64: head: Annotate stext and preserve_boot_args as code by Mark Brown · 4 years, 11 months ago
  55. c63d9f8 arm64: head.S: Convert to modern annotations for assembly functions by Mark Brown · 4 years, 11 months ago
  56. 1e4729e arm64: ftrace: Modernise annotation of return_to_handler by Mark Brown · 4 years, 11 months ago
  57. e434b08 arm64: ftrace: Correct annotation of ftrace_caller assembly by Mark Brown · 4 years, 11 months ago
  58. e2d591d arm64: entry-ftrace.S: Convert to modern annotations for assembly functions by Mark Brown · 4 years, 11 months ago
  59. e7bf697 arm64: entry: Additional annotation conversions for entry.S by Mark Brown · 4 years, 11 months ago
  60. c3357fc arm64: entry: Annotate ret_from_fork as code by Mark Brown · 4 years, 11 months ago
  61. 0ccbd98 arm64: entry: Annotate vector table and handlers as code by Mark Brown · 4 years, 11 months ago
  62. b8e5054 arm64: crypto: Modernize names for AES function macros by Mark Brown · 4 years, 11 months ago
  63. 2ca86c3 arm64: crypto: Modernize some extra assembly annotations by Mark Brown · 4 years, 11 months ago
  64. 27afb23 arch/arm64: fix typo in a comment by 王程刚 · 4 years, 10 months ago
  65. c265861 clocksource/drivers/arm_arch_timer: validate arch_timer_rate by Ionela Voinescu · 4 years, 10 months ago
  66. cd0ed03 arm64: use activity monitors for frequency invariance by Ionela Voinescu · 4 years, 10 months ago
  67. bbce8ea cpufreq: add function to get the hardware max frequency by Ionela Voinescu · 4 years, 10 months ago
  68. 6abde90 Documentation: arm64: document support for the AMU extension by Ionela Voinescu · 4 years, 10 months ago
  69. 4fcdf10 arm64/kvm: disable access to AMU registers from kvm guests by Ionela Voinescu · 4 years, 10 months ago
  70. 87a1f06 arm64: trap to EL1 accesses to AMU counters from EL0 by Ionela Voinescu · 4 years, 10 months ago
  71. 2c9d45b arm64: add support for the AMU extension v1 by Ionela Voinescu · 4 years, 10 months ago
  72. 857a141 arm64: remove gratuitious/stray .ltorg stanzas by Remi Denis-Courmont · 4 years, 10 months ago
  73. bbd6ec6 arm64/mm: Enable memory hot remove by Anshuman Khandual · 4 years, 10 months ago
  74. bf2b59f arm64/mm: Hold memory hotplug lock while walking for kernel page table dump by Anshuman Khandual · 4 years, 10 months ago
  75. 29cc4ce arm64: perf: Support new DT compatibles by Robin Murphy · 4 years, 10 months ago
  76. e424b17 arm64: perf: Refactor PMU init callbacks by Robin Murphy · 4 years, 10 months ago
  77. aaa1972 perf: arm_spe: Remove unnecessary zero check on 'nr_pages' by luanshi · 4 years, 10 months ago
  78. 90765f7 arm64: Update comment for ASID() macro by Will Deacon · 4 years, 10 months ago
  79. f7d5ef0 firmware: arm_sdei: clean up sdei_event_create() by Liguang Zhang · 4 years, 10 months ago
  80. 54f529a firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhp by James Morse · 4 years, 10 months ago
  81. c66d52b firmware: arm_sdei: fix possible double-lock on hibernate error path by Liguang Zhang · 4 years, 10 months ago
  82. 6ded0b6 firmware: arm_sdei: fix double-lock on hibernate with shared events by James Morse · 4 years, 10 months ago
  83. 25b9269 arm64: mm: convert cpu_do_switch_mm() to C by Mark Rutland · 4 years, 11 months ago
  84. 4399e6c arm64: fix NUMA Kconfig typos by Randy Dunlap · 5 years ago
  85. f8788d8 Linux 5.6-rc3 by Linus Torvalds · 4 years, 10 months ago
  86. d2eee25 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 10 months ago
  87. a3163ca Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 10 months ago
  88. c6188df Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 10 months ago
  89. 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 4 years, 11 months ago
  90. dca132a Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  91. f3cc249 Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  92. fca103786 Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  93. 0a115e5 Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 10 months ago
  94. b88025e Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  95. f6c69b7 Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  96. b98b809 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  97. 5b442b1 Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 4 years, 10 months ago
  98. fea6302 Merge tag 'devicetree-fixes-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 10 months ago
  99. 591dd4c Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 10 months ago
  100. c7849be io_uring: fix __io_iopoll_check deadlock in io_sq_thread by Xiaoguang Wang · 4 years, 10 months ago