]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2020-01-24 Sean ChristophersonKVM: PPC: Move kvm_vcpu_init() invocation to common code
2020-01-24 Sean ChristophersonKVM: PPC: e500mc: Move reset of oldpir below call to...
2020-01-24 Sean ChristophersonKVM: PPC: Book3S PR: Allocate book3s and shadow vcpu...
2020-01-24 Sean ChristophersonKVM: PPC: Allocate vcpu struct in common PPC code
2020-01-24 Sean ChristophersonKVM: PPC: e500mc: Add build-time assert that vcpu is...
2020-01-24 Sean ChristophersonKVM: x86: Move kvm_vcpu_init() invocation to common code
2020-01-24 Sean ChristophersonKVM: x86: Move allocation of pio_data page down a few lines
2020-01-24 Sean ChristophersonKVM: x86: Move FPU allocation to common x86 code
2020-01-24 Sean ChristophersonKVM: x86: Allocate vcpu struct in common x86 code
2020-01-24 Sean ChristophersonKVM: SVM: Use direct vcpu pointer during vCPU create/free
2020-01-24 Sean ChristophersonKVM: VMX: Use direct vcpu pointer during vCPU create/free
2020-01-24 Sean ChristophersonKVM: VMX: Allocate VPID after initializing VCPU
2020-01-24 Sean ChristophersonKVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
2020-01-24 Sean ChristophersonKVM: PPC: Book3S PR: Free shared page if mmu initializa...
2020-01-24 Sean ChristophersonKVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
2020-01-24 Paolo BonziniKVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
2020-01-23 Paolo BonziniKVM: async_pf: drop kvm_arch_async_page_present wrappers
2020-01-23 Paolo BonziniKVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
2020-01-23 Gavin Shantools/kvm_stat: Fix kvm_exit filter name
2020-01-23 Paolo BonziniKVM: x86: fix overlap between SPTE_MMIO_MASK and generation
2020-01-21 Milan Pandurovkvm: Refactor handling of VM debugfs files
2020-01-21 Sean ChristophersonKVM: x86/mmu: Apply max PA check for MMIO sptes to...
2020-01-21 Miaohe LinKVM: nVMX: vmread should not set rflags to specify...
2020-01-21 Sean ChristophersonKVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks
2020-01-21 Sean ChristophersonKVM: x86/mmu: Reorder the reserved bit check in prefetc...
2020-01-21 Tom LendackyKVM: SVM: Override default MMIO mask if memory encrypti...
2020-01-21 Miaohe LinKVM: vmx: delete meaningless nested_vmx_prepare_msr_bit...
2020-01-21 Sean ChristophersonKVM: x86: Refactor and rename bit() to feature_bit() macro
2020-01-21 Sean ChristophersonKVM: x86: Expand build-time assertion on reverse CPUID...
2020-01-21 Sean ChristophersonKVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
2020-01-21 Sean ChristophersonKVM: x86: Move bit() helper to cpuid.h
2020-01-21 Sean ChristophersonKVM: x86: Add dedicated emulator helpers for querying...
2020-01-21 Sean ChristophersonKVM: x86: Add macro to ensure reserved cr4 bits checks...
2020-01-21 Sean ChristophersonKVM: x86: Drop special XSAVE handling from guest_cpuid_...
2020-01-21 Sean ChristophersonKVM: x86: Ensure all logical CPUs have consistent reser...
2020-01-21 Sean ChristophersonKVM: x86: Don't let userspace set host-reserved cr4 bits
2020-01-21 Sean ChristophersonKVM: VMX: Add helper to consolidate up PT/RTIT WRMSR...
2020-01-21 Sean ChristophersonKVM: VMX: Add non-canonical check on writes to RTIT...
2020-01-21 Miaohe LinKVM: Fix some writing mistakes
2020-01-21 Miaohe LinKVM: hyperv: Fix some typos in vcpu unimpl info
2020-01-21 Miaohe LinKVM: Fix some grammar mistakes
2020-01-21 Miaohe LinKVM: Fix some comment typos and missing parentheses
2020-01-21 Miaohe LinKVM: Fix some out-dated function names in comment
2020-01-21 Miaohe LinKVM: Fix some wrong function names in comment
2020-01-21 Miaohe LinKVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
2020-01-21 Wanpeng LiKVM: LAPIC: micro-optimize fixed mode ipi delivery
2020-01-21 Wanpeng LiKVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
2020-01-08 Sean ChristophersonKVM: x86/mmu: WARN if root_hpa is invalid when handling...
2020-01-08 Sean ChristophersonKVM: x86/mmu: WARN on an invalid root_hpa
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move root_hpa validity checks to top...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move calls to thp_adjust() down a level
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move transparent_hugepage_adjust() above...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Consolidate tdp_page_fault() and nonpagin...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Rename lpage_disallowed to account_disall...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Persist gfn_lpage_is_disallowed() to...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Incorporate guest's page level into max...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor handling of forced 4k pages...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor the per-slot level calculation...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor handling of cache consistency...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move nonpaging_page_fault() below try_asy...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move definition of make_mmu_pages_availab...
2020-01-08 Sean ChristophersonKVM: x86: Use gpa_t for cr2/gpa to fix TDP support...
2020-01-08 Sean ChristophersonKVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_g...
2020-01-08 Sean ChristophersonKVM: x86: Fix potential put_fpu() w/o load_fpu() on...
2020-01-08 Miaohe LinKVM: lib: use jump label to handle resource release...
2020-01-08 Miaohe LinKVM: lib: use jump label to handle resource release...
2020-01-08 Zenghui YuKVM: Remove duplicated declaration of kvm_vcpu_kick
2020-01-08 Jim Mattsonkvm: nVMX: Aesthetic cleanup of handle_vmread and handl...
2020-01-08 Jim Mattsonkvm: nVMX: VMWRITE checks unsupported field before...
2020-01-08 Jim Mattsonkvm: nVMX: VMWRITE checks VMCS-link pointer before...
2020-01-08 Xiaoyao LiKVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
2020-01-08 Xiaoyao LiKVM: VMX: Rename NMI_PENDING to NMI_WINDOW
2020-01-08 Xiaoyao LiKVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
2020-01-08 Miaohe LinKVM: x86: Fix some comment typos
2020-01-08 Peter XuKVM: X86: Convert the last users of "shorthand = 0...
2020-01-08 Peter XuKVM: X86: Fix callers of kvm_apic_match_dest() to use...
2020-01-08 Peter XuKVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
2020-01-08 Peter XuKVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_...
2020-01-08 Peter XuKVM: X86: Move irrelevant declarations out of ioapic.h
2020-01-08 Peter XuKVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq...
2020-01-08 Miaohe LinKVM: explicitly set rmap_head->val to 0 in pte_list_des...
2020-01-08 Miaohe LinKVM: get rid of var page in kvm_set_pfn_dirty()
2020-01-08 Miaohe LinKVM: vmx: remove unreachable statement in vmx_get_msr_f...
2020-01-08 Paolo BonziniKVM: x86: use CPUID to locate host page table reserved bits
2020-01-05 Linus TorvaldsLinux 5.5-rc5 v5.5-rc5
2020-01-05 Linus TorvaldsMerge tag 'riscv/for-v5.5-rc5' of git://git.kernel...
2020-01-05 Paul WalmsleyDocumentation: riscv: add patch acceptance guidelines
2020-01-05 Paul Walmsleyriscv: prefix IRQ_ macro names with an RV_ namespace
2020-01-05 Zong Liclocksource: riscv: add notrace to riscv_sched_clock
2020-01-05 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-01-05 Linus TorvaldsMerge tag 'apparmor-pr-2020-01-04' of git://git.kernel...
2020-01-04 John Johansenapparmor: fix aa_xattrs_match() may sleep while holding...
2020-01-04 Linus TorvaldsMerge tag 'mips_fixes_5.5_1' of git://git.kernel.org...
2020-01-04 Nick Desaulniershexagon: define ioremap_uc
2020-01-04 Gang Heocfs2: fix the crash due to call ocfs2_get_dlm_debug...
2020-01-04 Kai Liocfs2: call journal flush to mark journal as empty...
2020-01-04 Waiman Longmm/hugetlb: defer freeing of huge pages if in non-task...
2020-01-04 Navid Emamdoostmm/gup: fix memory leak in __gup_benchmark_ioctl
2020-01-04 Ilya Dryomovmm/oom: fix pgtables units mismatch in Killed process...
next