1. 36989e7 KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation by James Morse · 7 years ago
  2. 32b03d1 KVM: arm64: Store vcpu on the stack during __guest_enter() by James Morse · 7 years ago
  3. 3423cab Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Catalin Marinas · 7 years ago
  4. 0d90718 arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs by Jayachandran C · 7 years ago
  5. ec82b56 arm64: Implement branch predictor hardening for Falkor by Shanker Donthineni · 7 years ago
  6. aa6acde arm64: Implement branch predictor hardening for affected Cortex-A CPUs by Will Deacon · 7 years ago
  7. a65d219 arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 by Will Deacon · 7 years ago
  8. 9034868 arm64: KVM: Make PSCI_VERSION a fast path by Marc Zyngier · 7 years ago
  9. 6840bdd arm64: KVM: Use per-CPU vector when BP hardening is enabled by Marc Zyngier · 7 years ago
  10. 0f15adb arm64: Add skeleton to harden the branch predictor against aliasing attacks by Will Deacon · 7 years ago
  11. 95e3de3 arm64: Move post_ttbr_update_workaround to C code by Marc Zyngier · 7 years ago
  12. d68e3ba drivers/firmware: Expose psci_get_version through psci_ops structure by Will Deacon · 7 years ago
  13. 0a0d111 arm64: cpufeature: Pass capability structure to ->enable callback by Will Deacon · 7 years ago
  14. 179a56f arm64: Take into account ID_AA64PFR0_EL1.CSV3 by Will Deacon · 7 years ago
  15. 0617052 arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry by Will Deacon · 7 years ago
  16. be04a6d arm64: use RET instruction for exiting the trampoline by Will Deacon · 7 years ago
  17. 3b3b681 arm64: v8.4: Support for new floating point multiplication instructions by Dongjiu Geng · 7 years ago
  18. a8ffaaa arm64: asid: Do not replace active_asids if already 0 by Catalin Marinas · 7 years ago
  19. 7520fa9 perf: ARM DynamIQ Shared Unit PMU support by Suzuki K Poulose · 7 years ago
  20. 9249dee dt-bindings: Document devicetree binding for ARM DSU PMU by Suzuki K Poulose · 7 years ago
  21. 6658278 arm_pmu: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  22. 52cac11 arm64: Use of_cpu_node_to_id helper for CPU topology parsing by Suzuki K Poulose · 7 years ago
  23. c08ec7d irqchip: gic-v3: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  24. 29198e3 coresight: of: Use of_cpu_node_to_id helper by Suzuki K Poulose · 7 years ago
  25. a0e71cd of: Add helper for mapping device node to logical CPU number by Suzuki K Poulose · 7 years ago
  26. 82975c4 perf: Export perf_event_update_userpage by Suzuki K Poulose · 7 years ago
  27. f5ed22e arm64: make label allocation style consistent in tishift by Jason A. Donenfeld · 7 years ago
  28. 8b9951e ARM64 / cpuidle: Use new cpuidle macro for entering retention state by Prashanth Prakash · 7 years ago
  29. db50a74 cpuidle: Add new macro to enter a retention idle state by Prashanth Prakash · 7 years ago
  30. 1f911c3 Merge branch 'for-next/52-bit-pa' into for-next/core by Catalin Marinas · 7 years ago
  31. f77d281 arm64: enable 52-bit physical address support by Kristina Martsenko · 7 years ago
  32. fa2a844 arm64: allow ID map to be extended to 52 bits by Kristina Martsenko · 7 years ago
  33. 75387b9 arm64: handle 52-bit physical addresses in page table entries by Kristina Martsenko · 7 years ago
  34. 1933830 arm64: don't open code page table entry creation by Kristina Martsenko · 7 years ago
  35. e6d588a arm64: head.S: handle 52-bit PAs in PTEs in early page table setup by Kristina Martsenko · 7 years ago
  36. 529c4b0 arm64: handle 52-bit addresses in TTBR by Kristina Martsenko · 7 years ago
  37. 787fd1d arm64: limit PA size to supported range by Kristina Martsenko · 7 years ago
  38. 982aa7c arm64: add kconfig symbol to configure physical address size by Kristina Martsenko · 7 years ago
  39. 6aef0fd Merge branch 'kpti' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Catalin Marinas · 7 years ago
  40. 6c27c40 arm64: kaslr: Put kernel vectors address in separate data page by Will Deacon · 7 years ago
  41. b519538 arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR by Will Deacon · 7 years ago
  42. 7a4a0c1 perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  43. 084eb77 arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 by Will Deacon · 7 years ago
  44. ea1e3de arm64: entry: Add fake CPU feature for unmapping the kernel at EL0 by Will Deacon · 7 years ago
  45. 18011ea arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks by Will Deacon · 7 years ago
  46. d1777e6 arm64: erratum: Work around Falkor erratum #E1003 in trampoline code by Will Deacon · 7 years ago
  47. 4bf3286 arm64: entry: Hook up entry trampoline to exception vectors by Will Deacon · 7 years ago
  48. 5b1f7fe arm64: entry: Explicitly pass exception level to kernel_ventry macro by Will Deacon · 7 years ago
  49. 51a0048 arm64: mm: Map entry trampoline into trampoline and kernel page tables by Will Deacon · 7 years ago
  50. c7b9ada arm64: entry: Add exception trampoline page for exceptions from EL0 by Will Deacon · 7 years ago
  51. 9b0de86 arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI by Will Deacon · 7 years ago
  52. fc0e129 arm64: mm: Add arm64_kernel_unmapped_at_el0 helper by Will Deacon · 7 years ago
  53. 0c8ea53 arm64: mm: Allocate ASIDs in pairs by Will Deacon · 7 years ago
  54. 27a921e arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
  55. 158d495 arm64: mm: Rename post_ttbr0_update_workaround by Will Deacon · 7 years ago
  56. 85d13c0 arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 by Will Deacon · 7 years ago
  57. 7655abb9 arm64: mm: Move ASID from TTBR0 to TTBR1 by Will Deacon · 7 years ago
  58. 376133b arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
  59. e046eb0 arm64: mm: Use non-global mappings for kernel space by Will Deacon · 7 years ago
  60. 50c4c4e Linux 4.15-rc3 by Linus Torvalds · 7 years ago
  61. 98087c0 hpfs: don't bother with the i_version counter or f_version by Jeff Layton · 7 years ago
  62. d70ef22 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  63. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  64. 9c02e06 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  65. c465fc1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  66. 8be0b988 Merge branch 'fixes' into for-next by Olof Johansson · 7 years ago
  67. ce39882 Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 7 years ago
  68. 3dda7f63 Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes by Olof Johansson · 7 years ago
  69. 69b8df5 Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 7 years ago
  70. 4ded3be Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into keys-for-linus by James Morris · 7 years ago
  71. f335195 kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  72. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  73. 77071bc Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  74. 4066aa7 Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  75. 7267212 Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  76. 78d9b04 Merge tag 'devicetree-fixes-for-4.15-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  77. 900add2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  78. 32abeb0 Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  79. d90696e Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  80. fd29117 Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  81. 03afb6e Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  82. 8a7b741 net: mvpp2: fix the RSS table entry offset by Antoine Tenart · 7 years ago
  83. b7e445a Merge branch 'tcp-RACK-loss-recovery-bug-fixes' by David S. Miller · 7 years ago
  84. 6065fd0 tcp: evaluate packet losses upon RTT change by Yuchung Cheng · 7 years ago
  85. 428aec5 tcp: fix off-by-one bug in RACK by Yuchung Cheng · 7 years ago
  86. cd1fc85 tcp: always evaluate losses in RACK upon undo by Yuchung Cheng · 7 years ago
  87. 0ce294d tcp: correctly test congestion state in RACK by Yuchung Cheng · 7 years ago
  88. 2edbdb3 bnxt_en: Fix sources of spurious netpoll warnings by Calvin Owens · 7 years ago
  89. 39005e5 ARM64: dts: meson-gx: fix UART pclk clock name by Neil Armstrong · 7 years ago
  90. b25b3e2 Merge branch 'tcp-bbr-sampling-fixes' by David S. Miller · 7 years ago
  91. 600647d tcp_bbr: reset long-term bandwidth sampling on loss recovery undo by Neal Cardwell · 7 years ago
  92. 2f6c498 tcp_bbr: reset full pipe detection on loss recovery undo by Neal Cardwell · 7 years ago
  93. c589e69b tcp_bbr: record "full bw reached" decision in new full_bw_reached bit by Neal Cardwell · 7 years ago
  94. d4a7a88 sfc: pass valid pointers from efx_enqueue_unwind by Bert Kenward · 7 years ago
  95. b6b5e8a gianfar: Disable EEE autoneg by default by Claudiu Manoil · 7 years ago
  96. c6b3e96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  97. 6e7e7f4 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  98. 3625de4 Merge tag 'acpi-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  99. 7ed9fd2 Merge tag 'pm-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  100. 589b754 of: overlay: Make node skipping in init_overlay_changeset() clearer by Geert Uytterhoeven · 7 years ago