1. cfe2ce4 Revert "KVM: x86: enable -Werror" by Christoph Hellwig · 4 years, 10 months ago
  2. c5f8689 Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 10 months ago
  3. d67f250 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 10 months ago
  4. 8458ca1 riscv: adjust the indent by Zong Li · 5 years ago
  5. a0a31fd riscv: allocate a complete page size for each page table by Zong Li · 5 years ago
  6. 63623fd4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 10 months ago
  7. 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
  8. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  9. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  10. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  11. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  12. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 4 years, 10 months ago
  13. 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 4 years, 11 months ago
  14. 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
  15. 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
  16. 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
  17. 54dedb5 Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 11 months ago
  18. 63f01d8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 11 months ago
  19. 2865936 Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 11 months ago
  20. d80b64f KVM: SVM: Fix potential memory leak in svm_cpu_init() by Miaohe Lin · 5 years ago
  21. 23520b2 KVM: apic: avoid calculating pending eoi from an uninitialized val by Miaohe Lin · 4 years, 11 months ago
  22. a444326 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled by Vitaly Kuznetsov · 4 years, 11 months ago
  23. 91a5f41 KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 by Vitaly Kuznetsov · 4 years, 11 months ago
  24. 93fd966 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled by Suravee Suthikulpanit · 4 years, 11 months ago
  25. 624e18f KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE by Xiaoyao Li · 4 years, 11 months ago
  26. c9dfd3f KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow by wanpeng li · 4 years, 11 months ago
  27. 7455a83 KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI by Miaohe Lin · 4 years, 11 months ago
  28. 0b9f386 csky: Implement copy_thread_tls by Guo Ren · 5 years ago
  29. 5b49c82 csky: Add PCI support by MaJun · 5 years ago
  30. dc2efc00 csky: Minimize defconfig to support buildroot config.fragment by Ma Jun · 5 years ago
  31. d46869a csky: Add setup_initrd check code by Guo Ren · 5 years ago
  32. 4ec575b csky: Cleanup old Kconfig options by Krzysztof Kozlowski · 5 years ago
  33. bebd26a arch/csky: fix some Kconfig typos by Randy Dunlap · 5 years ago
  34. 2305f60 csky: Fixup compile warning for three unimplemented syscalls by Guo Ren · 5 years ago
  35. 9025fd4 csky: Remove unused cache implementation by Guo Ren · 5 years ago
  36. 359ae00 csky: Fixup ftrace modify panic by Guo Ren · 5 years ago
  37. 997153b csky: Add flush_icache_mm to defer flush icache all by Guo Ren · 5 years ago
  38. cc1f656 csky: Optimize abiv2 copy_to_user_page with VM_EXEC by Guo Ren · 5 years ago
  39. d936a7e csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) by Guo Ren · 5 years ago
  40. a117673 csky: Remove unnecessary flush_icache_* implementation by Guo Ren · 5 years ago
  41. 761b4f6 csky: Support icache flush without specific instructions by Guo Ren · 5 years ago
  42. a736fa1 csky/Kconfig: Add Kconfig.platforms to support some drivers by Guo Ren · 5 years ago
  43. c949273 csky/smp: Fixup boot failed when CONFIG_SMP by Guo Ren · 5 years ago
  44. f8e17c1 csky: Set regs->usp to kernel sp, when the exception is from kernel by Guo Ren · 5 years ago
  45. 7f4a567 csky/mm: Fixup export invalid_pte_table symbol by Guo Ren · 5 years ago
  46. f136008 csky: Separate fixaddr_init from highmem by Guo Ren · 5 years ago
  47. f525bb2 csky: Tightly-Coupled Memory or Sram support by Guo Ren · 5 years ago
  48. 2f78c73 csky: Initial stack protector support by Mao Han · 5 years ago
  49. ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 11 months ago
  50. b78a855 kvm/emulate: fix a -Werror=cast-function-type by Qian Cai · 4 years, 11 months ago
  51. 147f1a1 KVM: x86: fix incorrect comparison in trace event by Paolo Bonzini · 4 years, 11 months ago
  52. 9038ec9 x86/xen: Distribute switch variables for initialization by Kees Cook · 4 years, 11 months ago
  53. e716704 riscv: Fix gitignore by Damien Le Moal · 4 years, 11 months ago
  54. 21b5ee5 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF by Kim Phillips · 4 years, 11 months ago
  55. 11479e8 MIPS: ingenic: DTS: Fix watchdog nodes by Paul Cercueil · 5 years ago
  56. eb41113 MIPS: X1000: Fix clock of watchdog node. by 周琰杰 (Zhou Yanjie) · 4 years, 11 months ago
  57. 72cf3b3 MIPS: vdso: Wrap -mexplicit-relocs in cc-option by Nathan Chancellor · 4 years, 11 months ago
  58. 2db01da s390/qdio: fill SBALEs with absolute addresses by Julian Wiedmann · 5 years ago
  59. e9091ffd s390/qdio: fill SL with absolute addresses by Julian Wiedmann · 5 years ago
  60. df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
  61. d0022c0 arm64: memory: Add missing brackets to untagged_addr() macro by Will Deacon · 4 years, 11 months ago
  62. 140588b s390: remove obsolete ieee_emulation_warnings by Stephen Kitt · 4 years, 11 months ago
  63. 9eb425b powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S by Christophe Leroy · 4 years, 11 months ago
  64. 6a1ce99 RISC-V: Don't enable all interrupts in trap_init() by Anup Patel · 5 years ago
  65. dd1f630 arm64: lse: Fix LSE atomics with LLVM by Vincenzo Frascino · 4 years, 11 months ago
  66. c68a903 riscv: set pmp configuration if kernel is running in M-mode by Greentime Hu · 5 years ago
  67. 066bc35 powerpc/xmon: Fix whitespace handling in getstring() by Oliver O'Halloran · 4 years, 11 months ago
  68. 477f348 powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK by Christophe Leroy · 4 years, 11 months ago
  69. 5a528eb powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK by Christophe Leroy · 4 years, 11 months ago
  70. 232ca1e powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK by Christophe Leroy · 4 years, 11 months ago
  71. 2464cc4 powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery by Gustavo Luiz Duarte · 5 years ago
  72. 94e90f7 s390: make 'install' not depend on vmlinux by Masahiro Yamada · 4 years, 11 months ago
  73. 788d6715 s390/kaslr: Fix casts in get_random by Nathan Chancellor · 5 years ago
  74. 3803247 s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range by Nathan Chancellor · 4 years, 11 months ago
  75. b16c372 s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUEST by Christian Borntraeger · 4 years, 11 months ago
  76. 463bfee KVM: nVMX: Fix some obsolete comments and grammar error by Miaohe Lin · 4 years, 11 months ago
  77. a4031afb9 powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss by Christophe Leroy · 5 years ago
  78. 50a175dd powerpc/hugetlb: Fix 8M hugepages on 8xx by Christophe Leroy · 5 years ago
  79. f2b67ef powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size by Christophe Leroy · 5 years ago
  80. d4f194e powerpc/eeh: Fix deadlock handling dead PHB by Sam Bobroff · 5 years ago
  81. 44024ad Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 11 months ago
  82. b719ae0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 11 months ago
  83. 3e71e12 Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 11 months ago
  84. bef8e2d MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()' by Christophe JAILLET · 5 years ago
  85. 97e914b MIPS: cavium_octeon: Fix syncw generation. by Mark Tomlinson · 5 years ago
  86. 976c23a mips: vdso: add build time check that no 'jalr t9' calls left by Victor Kamensky · 5 years ago
  87. 07015d7 MIPS: Disable VDSO time functionality on microMIPS by Paul Burton · 4 years, 11 months ago
  88. da99f93 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 11 months ago
  89. d3f703c mips: vdso: fix 'jalr t9' crash in vdso code by Victor Kamensky · 5 years ago
  90. 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 · 4 years, 11 months ago
  91. 51dede9 x86/mce/amd: Fix kobject lifetime by Thomas Gleixner · 4 years, 11 months ago
  92. 6e5cf31 x86/mce/amd: Publish the bank pointer only after setup has succeeded by Borislav Petkov · 5 years ago
  93. ead68df KVM: x86: enable -Werror by Paolo Bonzini · 4 years, 11 months ago
  94. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 4 years, 11 months ago
  95. f6ab010 KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging by Sean Christopherson · 5 years ago
  96. 148d735e KVM: nVMX: Use correct root level for nested EPT shadow page tables by Sean Christopherson · 5 years ago
  97. ffdbd50 KVM: nVMX: Fix some comment typos and coding style by Miaohe Lin · 5 years ago
  98. 7a02674 KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP by Sean Christopherson · 5 years ago
  99. 331ca0f KVM: apic: reuse smp_wmb() in kvm_make_request() by Miaohe Lin · 5 years ago
  100. 2079644 KVM: x86: remove duplicated KVM_REQ_EVENT request by Miaohe Lin · 5 years ago