1. 80b29b6 Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  2. cef0aa0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  3. 9af032a csky: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  4. a2139d3 csky: entry: Remove unneeded need_resched() loop by Valentin Schneider · 5 years ago
  5. 3a09d8e csky: Fixup csky_pmu.max_period assignment by Mao Han · 5 years ago
  6. 48ede51 csky: Fixup add zero_fp fixup perf backtrace panic by Guo Ren · 5 years ago
  7. fdbdcdd csky: Use generic free_initrd_mem() by Mike Rapoport · 5 years ago
  8. 9bfd731 Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Olof Johansson · 5 years ago
  9. a3c0e7b Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  10. a2953204 Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  11. f19e00e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  12. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  13. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  14. 568d850 Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  15. 70570a6 Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 5 years ago
  16. 8bbe0de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  17. 253c892 powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devices by Oliver O'Halloran · 5 years ago
  18. 16cdf08 Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  19. a22fea9 arch/sparc/include/asm/pgtable_64.h: fix build by Andrew Morton · 5 years ago
  20. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  21. c7cc8d7 hexagon: drop empty and unused free_initrd_mem by Mike Rapoport · 5 years ago
  22. 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
  23. 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
  24. 903f433 lib: untag user pointers in strn*_user by Andrey Konovalov · 5 years ago
  25. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  26. fd3edd4 KVM: nVMX: cleanup and fix host 64-bit mode checks by Paolo Bonzini · 5 years ago
  27. cab0185 KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386 by Vitaly Kuznetsov · 5 years ago
  28. f209a26 KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot() by Sean Christopherson · 5 years ago
  29. 98cd382 KVM: x86: Drop ____kvm_handle_fault_on_reboot() by Sean Christopherson · 5 years ago
  30. 6e20209 KVM: VMX: Add error handling to VMREAD helper by Sean Christopherson · 5 years ago
  31. 52a9fcb KVM: VMX: Optimize VMX instruction error and fault handling by Sean Christopherson · 5 years ago
  32. 4b526de KVM: x86: Check kvm_rebooting in kvm_spurious_fault() by Sean Christopherson · 5 years ago
  33. 9c9fa97 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  34. 54c95a1 riscv: make mmap allocation top-down by default by Alexandre Ghiti · 5 years ago
  35. 9035bd2 mips: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  36. 0903646 mips: replace arch specific way to determine 32bit task with generic version by Alexandre Ghiti · 5 years ago
  37. e548599 mips: adjust brk randomization offset to fit generic version by Alexandre Ghiti · 5 years ago
  38. b5fb861 mips: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  39. b1f61b5 mips: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  40. dba79c3 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  41. 86e568e arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  42. af0f429 arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  43. e7142bf arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 5 years ago
  44. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  45. e8d54b6 arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 5 years ago
  46. 28058ed arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 5 years ago
  47. 9ef258b thp: update split_huge_page_pmd() comment by Kefeng Wang · 5 years ago
  48. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  49. 1b9a9d8 microblaze: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  50. 6fb1276 sh: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  51. 0131992 ia64: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  52. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  53. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  54. 94ad933 mm: introduce page_shift() by Matthew Wilcox (Oracle) · 5 years ago
  55. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  56. faa6d21 powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error by Aneesh Kumar K.V · 5 years ago
  57. 4111cde powerpc/nvdimm: Use HCALL error as the return value by Aneesh Kumar K.V · 5 years ago
  58. 5184d44 Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  59. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  60. 722e6f5 ia64: Fix some warnings introduced in merge window by Tony Luck · 5 years ago
  61. cf387d9 libnvdimm/altmap: Track namespace boundaries in altmap by Aneesh Kumar K.V · 5 years ago
  62. a6f197f powerpc/book3s64: Export has_transparent_hugepage() related functions. by Aneesh Kumar K.V · 5 years ago
  63. f0b5105 kvm: nvmx: limit atomic switch MSRs by Marc Orr · 5 years ago
  64. 0cb8410 kvm: svm: Intercept RDPRU by Jim Mattson · 5 years ago
  65. a06dcd6 kvm: x86: Add "significant index" flag to a few CPUID leaves by Jim Mattson · 5 years ago
  66. 9a5c034 KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero by Sean Christopherson · 5 years ago
  67. ca333ad KVM: x86/mmu: Explicitly track only a single invalid mmu generation by Sean Christopherson · 5 years ago
  68. 1060520 KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call" by Sean Christopherson · 5 years ago
  69. 31741eb KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first"" by Sean Christopherson · 5 years ago
  70. 4506ecf KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pages"" by Sean Christopherson · 5 years ago
  71. fbb158c KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch"" by Sean Christopherson · 5 years ago
  72. 14a3c4f KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"" by Sean Christopherson · 5 years ago
  73. dd6223c KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"" by Sean Christopherson · 5 years ago
  74. 92f58b5 KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes by Sean Christopherson · 5 years ago
  75. fac026d KVM: x86/mmu: Treat invalid shadow pages as obsolete by Sean Christopherson · 5 years ago
  76. d0f5a86 KVM: LAPIC: Tune lapic_timer_advance_ns smoothly by Wanpeng Li · 5 years ago
  77. bf653b7 KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit by Tao Xu · 5 years ago
  78. 6e3ba4a KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL by Tao Xu · 5 years ago
  79. e69e72fa KVM: x86: Add support for user wait instructions by Tao Xu · 5 years ago
  80. 41577ab KVM: x86: Add comments to document various emulation types by Sean Christopherson · 5 years ago
  81. 1957aa6 KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig by Sean Christopherson · 5 years ago
  82. 60fc3d0 KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} by Sean Christopherson · 5 years ago
  83. 8fff271 KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state() by Sean Christopherson · 5 years ago
  84. 9497e1f KVM: x86: Move triple fault request into RM int injection by Sean Christopherson · 5 years ago
  85. 1051778 KVM: x86: Handle emulation failure directly in kvm_task_switch() by Sean Christopherson · 5 years ago
  86. 738fece KVM: x86: Exit to userspace on emulation skip failure by Sean Christopherson · 5 years ago
  87. c83fad65e KVM: x86: Move #UD injection for failed emulation into emulation code by Sean Christopherson · 5 years ago
  88. b400060 KVM: x86: Add explicit flag for forced emulation on #UD by Sean Christopherson · 5 years ago
  89. 42cbf06 KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() by Sean Christopherson · 5 years ago
  90. a6c6ed1 KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code by Sean Christopherson · 5 years ago
  91. 120c2c4 KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out param by Sean Christopherson · 5 years ago
  92. 22da61c KVM: x86: Clean up handle_emulation_failure() by Sean Christopherson · 5 years ago
  93. bc8a0aa KVM: x86: Relocate MMIO exit stats counting by Sean Christopherson · 5 years ago
  94. 5845038 KVM: nVMX: Check Host Address Space Size on vmentry of nested guests by Krish Sadhukhan · 5 years ago
  95. b2d8b16 KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible by Vitaly Kuznetsov · 5 years ago
  96. a073d7e KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel by Wanpeng Li · 5 years ago
  97. 319109a KVM: x86: Manually flush collapsible SPTEs only when toggling flags by Sean Christopherson · 5 years ago
  98. 5a0165f KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is available by Vitaly Kuznetsov · 5 years ago
  99. 956e255 KVM: x86: svm: remove unneeded nested_enable_evmcs() hook by Vitaly Kuznetsov · 5 years ago
  100. 6f6a657 KVM/Hyper-V/VMX: Add direct tlb flush support by Vitaly Kuznetsov · 5 years ago