1. bba42af x86/mm: Fix dump_pagetables with Xen PV by Juergen Gross · 5 years ago
  2. 99bcd4a x86/ioperm: Add new paravirt function update_io_bitmap() by Juergen Gross · 5 years ago
  3. 735a6dd x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changes by Sean Christopherson · 5 years ago
  4. c6188df Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  5. 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  6. dca132a Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. fca103786 Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  8. 591dd4c Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  9. 54dedb5 Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  10. 63f01d8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  11. 2865936 Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  12. 0b9f386 csky: Implement copy_thread_tls by Guo Ren · 5 years ago
  13. 5b49c82 csky: Add PCI support by MaJun · 5 years ago
  14. dc2efc00 csky: Minimize defconfig to support buildroot config.fragment by Ma Jun · 5 years ago
  15. d46869a csky: Add setup_initrd check code by Guo Ren · 5 years ago
  16. 4ec575b csky: Cleanup old Kconfig options by Krzysztof Kozlowski · 5 years ago
  17. bebd26a arch/csky: fix some Kconfig typos by Randy Dunlap · 5 years ago
  18. 2305f60 csky: Fixup compile warning for three unimplemented syscalls by Guo Ren · 5 years ago
  19. 9025fd4 csky: Remove unused cache implementation by Guo Ren · 5 years ago
  20. 359ae00 csky: Fixup ftrace modify panic by Guo Ren · 5 years ago
  21. 997153b csky: Add flush_icache_mm to defer flush icache all by Guo Ren · 5 years ago
  22. cc1f656 csky: Optimize abiv2 copy_to_user_page with VM_EXEC by Guo Ren · 5 years ago
  23. d936a7e csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) by Guo Ren · 5 years ago
  24. a117673 csky: Remove unnecessary flush_icache_* implementation by Guo Ren · 5 years ago
  25. 761b4f6 csky: Support icache flush without specific instructions by Guo Ren · 5 years ago
  26. a736fa1 csky/Kconfig: Add Kconfig.platforms to support some drivers by Guo Ren · 5 years ago
  27. c949273 csky/smp: Fixup boot failed when CONFIG_SMP by Guo Ren · 5 years ago
  28. f8e17c1 csky: Set regs->usp to kernel sp, when the exception is from kernel by Guo Ren · 5 years ago
  29. 7f4a567 csky/mm: Fixup export invalid_pte_table symbol by Guo Ren · 5 years ago
  30. f136008 csky: Separate fixaddr_init from highmem by Guo Ren · 5 years ago
  31. f525bb2 csky: Tightly-Coupled Memory or Sram support by Guo Ren · 5 years ago
  32. 2f78c73 csky: Initial stack protector support by Mao Han · 5 years ago
  33. ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  34. 9038ec9 x86/xen: Distribute switch variables for initialization by Kees Cook · 5 years ago
  35. 21b5ee5 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF by Kim Phillips · 5 years ago
  36. 2db01da s390/qdio: fill SBALEs with absolute addresses by Julian Wiedmann · 5 years ago
  37. e9091ffd s390/qdio: fill SL with absolute addresses by Julian Wiedmann · 5 years ago
  38. df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
  39. d0022c0 arm64: memory: Add missing brackets to untagged_addr() macro by Will Deacon · 5 years ago
  40. 140588b s390: remove obsolete ieee_emulation_warnings by Stephen Kitt · 5 years ago
  41. 9eb425b powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S by Christophe Leroy · 5 years ago
  42. dd1f630 arm64: lse: Fix LSE atomics with LLVM by Vincenzo Frascino · 5 years ago
  43. 066bc35 powerpc/xmon: Fix whitespace handling in getstring() by Oliver O'Halloran · 5 years ago
  44. 477f348 powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  45. 5a528eb powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  46. 232ca1e powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  47. 2464cc4 powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery by Gustavo Luiz Duarte · 5 years ago
  48. 94e90f7 s390: make 'install' not depend on vmlinux by Masahiro Yamada · 5 years ago
  49. 788d6715 s390/kaslr: Fix casts in get_random by Nathan Chancellor · 5 years ago
  50. 3803247 s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range by Nathan Chancellor · 5 years ago
  51. b16c372 s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUEST by Christian Borntraeger · 5 years ago
  52. a4031afb9 powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss by Christophe Leroy · 5 years ago
  53. 50a175dd powerpc/hugetlb: Fix 8M hugepages on 8xx by Christophe Leroy · 5 years ago
  54. f2b67ef powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size by Christophe Leroy · 5 years ago
  55. d4f194e powerpc/eeh: Fix deadlock handling dead PHB by Sam Bobroff · 5 years ago
  56. 44024ad Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  57. b719ae0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  58. 3e71e12 Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  59. da99f93 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  60. bab8f1f Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into arm/fixes by Olof Johansson · 5 years ago
  61. 51dede9 x86/mce/amd: Fix kobject lifetime by Thomas Gleixner · 5 years ago
  62. 6e5cf31 x86/mce/amd: Publish the bank pointer only after setup has succeeded by Borislav Petkov · 5 years ago
  63. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 5 years ago
  64. f6ab010 KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging by Sean Christopherson · 5 years ago
  65. 148d735e KVM: nVMX: Use correct root level for nested EPT shadow page tables by Sean Christopherson · 5 years ago
  66. ffdbd50 KVM: nVMX: Fix some comment typos and coding style by Miaohe Lin · 5 years ago
  67. 7a02674 KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP by Sean Christopherson · 5 years ago
  68. 331ca0f KVM: apic: reuse smp_wmb() in kvm_make_request() by Miaohe Lin · 5 years ago
  69. 2079644 KVM: x86: remove duplicated KVM_REQ_EVENT request by Miaohe Lin · 5 years ago
  70. d917718 arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  71. a06230b KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS by Oliver Upton · 5 years ago
  72. 684c042 KVM: nVMX: Handle pending #DB when injecting INIT VM-exit by Oliver Upton · 5 years ago
  73. 307f1cf KVM: x86: Mask off reserved bit from #DB exception payload by Oliver Upton · 5 years ago
  74. bab0c31 KVM: x86: do not reset microcode version on INIT or RESET by Paolo Bonzini · 5 years ago
  75. d7a9c59 Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes by Olof Johansson · 5 years ago
  76. a9541fb Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes by Olof Johansson · 5 years ago
  77. 0eaa9fc Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes by Olof Johansson · 5 years ago
  78. 1b32b72 Merge tag 'v5.6-rc1' into arm/fixes by Olof Johansson · 5 years ago
  79. 9c87d74 Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes by Olof Johansson · 5 years ago
  80. ff5ac61 x86/ima: use correct identifier for SetupMode variable by Ard Biesheuvel · 5 years ago
  81. 0f8a206 s390/time: Fix clk type in get_tod_clock by Nathan Chancellor · 5 years ago
  82. 27dc070 s390/uv: Fix handling of length extensions by Christian Borntraeger · 5 years ago
  83. f246677 ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi by Kuninori Morimoto · 5 years ago
  84. 9b9be9e ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260 by Patrice Chotard · 5 years ago
  85. f861854 perf/x86/intel: Fix inaccurate period in context switch for auto-reload by Kan Liang · 5 years ago
  86. 25d3872 perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map by Kim Phillips · 5 years ago
  87. 0aa0e0d perf/x86/msr: Add Tremont support by Kan Liang · 5 years ago
  88. ecf71fb perf/x86/cstate: Add Tremont support by Kan Liang · 5 years ago
  89. eda23b3 perf/x86/intel: Add Elkhart Lake support by Kan Liang · 5 years ago
  90. 7a7a8f5 arm/patch: Fix !MMU compile by Peter Zijlstra · 5 years ago
  91. be993e4 arm/ftrace: Fix BE text poking by Peter Zijlstra · 5 years ago
  92. 74a44be arm64: Fix CONFIG_ARCH_RANDOM=n build by Robin Murphy · 5 years ago
  93. 345d52c1 arm64/spinlock: fix a -Wunused-function warning by Qian Cai · 5 years ago
  94. fca3d33 arm64: ssbs: Fix context-switch when SSBS is present on all CPUs by Will Deacon · 5 years ago
  95. 2c614c1 arm64: use shared sysctl constants by Matteo Croce · 5 years ago
  96. 5cb7a11 arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarations by Anshuman Khandual · 5 years ago
  97. 03c6bf4 arm64: defconfig: Enable DRM_SUN6I_DSI by Jagan Teki · 5 years ago
  98. 4a453cc arm64: defconfig: Enable CONFIG_SUN8I_THERMAL by Yangtao Li · 5 years ago
  99. 415ae60 ARM: sunxi: Enable CONFIG_SUN8I_THERMAL by Yangtao Li · 5 years ago
  100. f166795 arm64: defconfig: Set bcm2835-dma as built-in by Nicolas Saenz Julienne · 5 years ago