| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_level | Sean Christopherson | 2020-01-08 | 1 | -10/+18 | |
| | * | | | | | | | | KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU | Sean Christopherson | 2020-01-08 | 1 | -12/+8 | |
| | * | | | | | | | | KVM: x86/mmu: Refactor handling of forced 4k pages in page faults | Sean Christopherson | 2020-01-08 | 2 | -32/+29 | |
| | * | | | | | | | | KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level() | Sean Christopherson | 2020-01-08 | 1 | -5/+5 | |
| | * | | | | | | | | KVM: x86/mmu: Refactor handling of cache consistency with TDP | Sean Christopherson | 2020-01-08 | 1 | -16/+14 | |
| | * | | | | | | | | KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf() | Sean Christopherson | 2020-01-08 | 1 | -53/+49 | |
| | * | | | | | | | | KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault() | Sean Christopherson | 2020-01-08 | 1 | -57/+49 | |
| | * | | | | | | | | KVM: x86/mmu: Move definition of make_mmu_pages_available() up | Sean Christopherson | 2020-01-08 | 1 | -21/+20 | |
| | * | | | | | | | | KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM | Sean Christopherson | 2020-01-08 | 6 | -70/+86 | |
| | * | | | | | | | | KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu() | Sean Christopherson | 2020-01-08 | 1 | -0/+7 | |
| | * | | | | | | | | KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform | Sean Christopherson | 2020-01-08 | 1 | -0/+4 | |
| | * | | | | | | | | kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite | Jim Mattson | 2020-01-08 | 1 | -36/+34 | |
| | * | | | | | | | | kvm: nVMX: VMWRITE checks unsupported field before read-only field | Jim Mattson | 2020-01-08 | 1 | -5/+6 | |
| | * | | | | | | | | kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field | Jim Mattson | 2020-01-08 | 1 | -34/+25 | |
| | * | | | | | | | | KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING | Xiaoyao Li | 2020-01-08 | 3 | -8/+8 | |
| | * | | | | | | | | KVM: VMX: Rename NMI_PENDING to NMI_WINDOW | Xiaoyao Li | 2020-01-08 | 3 | -9/+9 | |
| | * | | | | | | | | KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW | Xiaoyao Li | 2020-01-08 | 4 | -14/+14 | |
| | * | | | | | | | | KVM: x86: Fix some comment typos | Miaohe Lin | 2020-01-08 | 2 | -2/+2 | |
| | * | | | | | | | | KVM: X86: Convert the last users of "shorthand = 0" to use macros | Peter Xu | 2020-01-08 | 3 | -4/+4 | |
| | * | | | | | | | | KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros | Peter Xu | 2020-01-08 | 4 | -8/+12 | |
| | * | | | | | | | | KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK | Peter Xu | 2020-01-08 | 3 | -7/+5 | |
| | * | | | | | | | | KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode | Peter Xu | 2020-01-08 | 4 | -7/+16 | |
| | * | | | | | | | | KVM: X86: Move irrelevant declarations out of ioapic.h | Peter Xu | 2020-01-08 | 4 | -7/+5 | |
| | * | | | | | | | | KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand | Peter Xu | 2020-01-08 | 1 | -1/+1 | |
| | * | | | | | | | | KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry() | Miaohe Lin | 2020-01-08 | 1 | -1/+1 | |
| | * | | | | | | | | KVM: vmx: remove unreachable statement in vmx_get_msr_feature() | Miaohe Lin | 2020-01-08 | 1 | -2/+0 | |
| | * | | | | | | | | KVM: x86: use CPUID to locate host page table reserved bits | Paolo Bonzini | 2020-01-08 | 1 | -8/+12 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 2020-01-30 | 18 | -1424/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86/mpx: remove MPX from arch/x86 | Dave Hansen | 2020-01-23 | 14 | -1315/+1 | |
| | * | | | | | | | | mm: remove arch_bprm_mm_init() hook | Dave Hansen | 2020-01-23 | 1 | -6/+0 | |
| | * | | | | | | | | x86/mpx: remove bounds exception code | Dave Hansen | 2020-01-23 | 1 | -74/+0 | |
| | * | | | | | | | | x86/mpx: remove build infrastructure | Dave Hansen | 2020-01-23 | 2 | -29/+0 | |
| | * | | | | | | | | x86/alternatives: add missing insn.h include | Dave Hansen | 2020-01-23 | 1 | -0/+1 | |
| * | | | | | | | | | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2020-01-30 | 1 | -8/+18 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Backmerge v5.5-rc7 into drm-next | Dave Airlie | 2020-01-20 | 19 | -67/+70 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 2019-12-17 | 1 | -8/+18 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | drm/gma500: Pass GPIO for Intel MID using descriptors | Linus Walleij | 2019-12-14 | 1 | -8/+18 | |
| * | | | | | | | | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 2020-01-29 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | arch: wire up pidfd_getfd syscall | Sargun Dhillon | 2020-01-13 | 2 | -0/+2 | |
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-01-29 | 1 | -17/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | compat: provide compat_ptr() on all architectures | Arnd Bergmann | 2020-01-03 | 1 | -17/+0 | |
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-01-29 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | open: introduce openat2(2) syscall | Aleksa Sarai | 2020-01-18 | 2 | -0/+2 | |
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2020-01-29 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | arch/x86/setup: Drop dummy_con initialization | Arvind Sankar | 2020-01-14 | 1 | -2/+0 | |
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-28 | 2 | -9/+158 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-01-23 | 1 | -10/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -10/+8 | |
| | * | | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 9 | -42/+28 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-09 | 2 | -6/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | / / / / / | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||

