1. cad23e7 KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject() by Miaohe Lin · 5 years ago
  2. dfd146f KVM: LAPIC: micro-optimize fixed mode ipi delivery by Wanpeng Li · 5 years ago
  3. 1e9e262 KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath by Wanpeng Li · 5 years ago
  4. 6948199 KVM: x86/mmu: WARN if root_hpa is invalid when handling a page fault by Sean Christopherson · 5 years ago
  5. 0c7a98e KVM: x86/mmu: WARN on an invalid root_hpa by Sean Christopherson · 5 years ago
  6. ddce620 KVM: x86/mmu: Move root_hpa validity checks to top of page fault handler by Sean Christopherson · 5 years ago
  7. 4cd071d KVM: x86/mmu: Move calls to thp_adjust() down a level by Sean Christopherson · 5 years ago
  8. 0885904 KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map() by Sean Christopherson · 5 years ago
  9. 0f90e1c KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault() by Sean Christopherson · 5 years ago
  10. 2cb70fd KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage by Sean Christopherson · 5 years ago
  11. 2f57b70 KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_level by Sean Christopherson · 5 years ago
  12. cbe1e6f KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU by Sean Christopherson · 5 years ago
  13. 39ca1ec KVM: x86/mmu: Refactor handling of forced 4k pages in page faults by Sean Christopherson · 5 years ago
  14. f0f37e22 KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level() by Sean Christopherson · 5 years ago
  15. cb9b88c KVM: x86/mmu: Refactor handling of cache consistency with TDP by Sean Christopherson · 5 years ago
  16. 9f1a852 KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf() by Sean Christopherson · 5 years ago
  17. 367fd79 KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault() by Sean Christopherson · 5 years ago
  18. ba7888d KVM: x86/mmu: Move definition of make_mmu_pages_available() up by Sean Christopherson · 5 years ago
  19. 736c291 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM by Sean Christopherson · 5 years ago
  20. 95145c2 KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu() by Sean Christopherson · 5 years ago
  21. f958bd2 KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform by Sean Christopherson · 5 years ago
  22. bbfdafa KVM: lib: use jump label to handle resource release in irq_bypass_register_producer() by Miaohe Lin · 5 years ago
  23. 8262fe8 KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer() by Miaohe Lin · 5 years ago
  24. 885f7d6 KVM: Remove duplicated declaration of kvm_vcpu_kick by Zenghui Yu · 5 years ago
  25. c90f4d0 kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite by Jim Mattson · 5 years ago
  26. 693e02c kvm: nVMX: VMWRITE checks unsupported field before read-only field by Jim Mattson · 5 years ago
  27. dd2d604 kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field by Jim Mattson · 5 years ago
  28. 5e3d394 KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING by Xiaoyao Li · 5 years ago
  29. 4e2a0bc KVM: VMX: Rename NMI_PENDING to NMI_WINDOW by Xiaoyao Li · 5 years ago
  30. 9dadc2f KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW by Xiaoyao Li · 5 years ago
  31. 0a03cbd KVM: x86: Fix some comment typos by Miaohe Lin · 5 years ago
  32. 150a84f KVM: X86: Convert the last users of "shorthand = 0" to use macros by Peter Xu · 5 years ago
  33. 5c69d5c KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros by Peter Xu · 5 years ago
  34. ac8ef99 KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK by Peter Xu · 5 years ago
  35. c96001c KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode by Peter Xu · 5 years ago
  36. 59508b3 KVM: X86: Move irrelevant declarations out of ioapic.h by Peter Xu · 5 years ago
  37. b4b2963 KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand by Peter Xu · 5 years ago
  38. fe3c2b4 KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry() by Miaohe Lin · 5 years ago
  39. d29c03a KVM: get rid of var page in kvm_set_pfn_dirty() by Miaohe Lin · 5 years ago
  40. 4fb7b45 KVM: vmx: remove unreachable statement in vmx_get_msr_feature() by Miaohe Lin · 5 years ago
  41. 7adacf5 KVM: x86: use CPUID to locate host page table reserved bits by Paolo Bonzini · 5 years ago
  42. c79f46a Linux 5.5-rc5 by Linus Torvalds · 5 years ago
  43. 768fc66 Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  44. 0e194d9 Documentation: riscv: add patch acceptance guidelines by Paul Walmsley · 5 years ago
  45. 2f3035d riscv: prefix IRQ_ macro names with an RV_ namespace by Paul Walmsley · 5 years ago
  46. 9d05c18 clocksource: riscv: add notrace to riscv_sched_clock by Zong Li · 5 years ago
  47. 3648790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  48. a125bcd Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 5 years ago
  49. 8c62ed2 apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock by John Johansen · 5 years ago
  50. c420ddd Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  51. 7312b70 hexagon: define ioremap_uc by Nick Desaulniers · 5 years ago
  52. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  53. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  54. c77c0a8 mm/hugetlb: defer freeing of huge pages if in non-task context by Waiman Long · 5 years ago
  55. a7c46c0 mm/gup: fix memory leak in __gup_benchmark_ioctl by Navid Emamdoost · 5 years ago
  56. 941f762 mm/oom: fix pgtables units mismatch in Killed process message by Ilya Dryomov · 5 years ago
  57. e39e773 fs/posix_acl.c: fix kernel-doc warnings by Randy Dunlap · 5 years ago
  58. 63e8031 hexagon: work around compiler crash by Nick Desaulniers · 5 years ago
  59. 780a0cf hexagon: parenthesize registers in asm predicates by Nick Desaulniers · 5 years ago
  60. 213921f fs/namespace.c: make to_mnt_ns() static by Eric Biggers · 5 years ago
  61. 7bebd69 fs/nsfs.c: include headers for missing declarations by Eric Biggers · 5 years ago
  62. b16155a fs/direct-io.c: include fs/internal.h for missing prototype by Eric Biggers · 5 years ago
  63. e0153fc mm: move_pages: return valid node id in status if the page is already on the target node by Yang Shi · 5 years ago
  64. 84029fd memcg: account security cred as well to kmemcg by Shakeel Butt · 5 years ago
  65. a69b83e kcov: fix struct layout for kcov_remote_arg by Andrey Konovalov · 5 years ago
  66. ac8f05d mm/zsmalloc.c: fix the migrated zspage statistics. by Chanho Min · 5 years ago
  67. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  68. 5613970 Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  69. 50978df Merge tag 'media/v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  70. 3a562ae Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  71. b6b4aaf Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  72. bed7235 Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  73. d9c82fd Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  74. 6f2e9c3 Merge tag 'powerpc-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  75. e35d016 Merge tag 'sound-5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  76. ca78fde Merge tag 'drm-fixes-2020-01-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  77. 15f0ec9 mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() by Jan Stancek · 5 years ago
  78. 8ffdc54 kbuild/deb-pkg: annotate libelf-dev dependency as :native by Ard Biesheuvel · 5 years ago
  79. cc97661 gen_initramfs_list.sh: fix 'bad variable name' error by Masahiro Yamada · 5 years ago
  80. ce644cf media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes by Sakari Ailus · 5 years ago
  81. 1d8f657 riscv: ftrace: correct the condition logic in function graph tracer by Zong Li · 5 years ago
  82. cfda861 riscv: dts: Add DT support for SiFive L2 cache controller by Yash Shah · 5 years ago
  83. 0da310e8 riscv: gcov: enable gcov for RISC-V by Zong Li · 5 years ago
  84. ac51e00 riscv: mm: use __pa_symbol for kernel symbols by Zong Li · 5 years ago
  85. a6204fc agp: remove unused variable arqsz in agp_3_5_enable() by Yunfeng Ye · 5 years ago
  86. 2fec966 agp: remove unused variable mcapndx by Yunfeng Ye · 5 years ago
  87. 7ca4ad5 Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  88. 90e0a47 Merge tag 'gcc-plugins-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  89. bf6dd9a Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  90. bbcc567 MIPS: Avoid VDSO ABI breakage due to global register variable by Paul Burton · 5 years ago
  91. 278b14e Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  92. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  93. a5b0dc5 gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again by Arnd Bergmann · 5 years ago
  94. e4ab5cc selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV by Sargun Dhillon · 5 years ago
  95. 2882d53 seccomp: Check that seccomp_notif is zeroed out by the user by Sargun Dhillon · 5 years ago
  96. 88c13f8 selftests/seccomp: Zero out seccomp_notif by Sargun Dhillon · 5 years ago
  97. 771b894 samples/seccomp: Zero out members based on seccomp_notif_sizes by Sargun Dhillon · 5 years ago
  98. 9e5f1c1 pstore/ram: Write new dumps to start of recycled zones by Aleksandr Yashkin · 5 years ago
  99. 8df955a pstore/ram: Fix error-path memory leak in persistent_ram_new() callers by Kees Cook · 5 years ago
  100. 20d4e80 apparmor: only get a label reference if the fast path check fails by John Johansen · 5 years ago