| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | xen: allow pv-only hypercalls only with CONFIG_XEN_PV | Juergen Gross | 2021-11-02 | 1 | -109/+102 | |
| | * | | | | x86/xen: remove 32-bit pv leftovers | Juergen Gross | 2021-11-02 | 1 | -31/+9 | |
| | * | | | | xen-pciback: allow compiling on other archs than x86 | Oleksandr Andrushchenko | 2021-11-02 | 1 | -19/+0 | |
| | * | | | | x86/xen: switch initial pvops IRQ functions to dummy ones | Juergen Gross | 2021-11-02 | 1 | -0/+2 | |
| | * | | | | x86/pvh: add prototype for xen_pvh_init() | Juergen Gross | 2021-11-02 | 1 | -0/+4 | |
| * | | | | | Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-11-04 | 1 | -2/+0 | |
| |\ \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | *-----. \ \ \ \ | Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/... | Joerg Roedel | 2021-10-31 | 1 | -2/+0 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | iommu/vt-d: Clean up unused PASID updating functions | Fenghua Yu | 2021-10-18 | 1 | -2/+0 | |
| | | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-11-04 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | x86/microcode: Use the firmware_loader built-in API | Borislav Petkov | 2021-10-22 | 1 | -3/+0 | |
| * | | | | | | | | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2021-11-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | BackMerge tag 'v5.15-rc7' into drm-next | Dave Airlie | 2021-10-28 | 8 | -15/+27 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | x86/MCE/AMD: Export smca_get_bank_type symbol | Mukul Joshi | 2021-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-11-02 | 3 | -21/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 2021-10-31 | 3 | -8/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | KVM: x86: On emulation failure, convey the exit reason, etc. to userspace | David Edmondson | 2021-10-25 | 1 | -0/+3 | |
| | * | | | | | | | | | | KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info | David Edmondson | 2021-10-25 | 1 | -3/+4 | |
| | * | | | | | | | | | | KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism | Sean Christopherson | 2021-10-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages | Sean Christopherson | 2021-10-22 | 1 | -0/+2 | |
| | * | | | | | | | | | | KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0 | Wanpeng Li | 2021-10-22 | 1 | -1/+0 | |
| | * | | | | | | | | | | KVM: cleanup allocation of rmaps and page tracking data | David Stevens | 2021-10-22 | 2 | -13/+7 | |
| | * | | | | | | | | | | KVM: x86: Expose TSC offset controls to userspace | Oliver Upton | 2021-10-18 | 2 | -0/+5 | |
| | * | | | | | | | | | | kvm: x86: protect masterclock with a seqcount | Paolo Bonzini | 2021-10-18 | 1 | -1/+6 | |
| | * | | | | | | | | | | KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK | Oliver Upton | 2021-10-18 | 1 | -0/+3 | |
| | * | | | | | | | | | | KVM: x86: only allocate gfn_track when necessary | David Stevens | 2021-10-01 | 2 | -2/+14 | |
| | * | | | | | | | | | | kvm: use kvfree() in kvm_arch_free_vm() | Juergen Gross | 2021-10-01 | 1 | -0/+2 | |
| | * | | | | | | | | | | KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages | David Matlack | 2021-10-01 | 1 | -2/+0 | |
| | * | | | | | | | | | | KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track | David Matlack | 2021-10-01 | 1 | -0/+2 | |
| | * | | | | | | | | | | KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault | Paolo Bonzini | 2021-10-01 | 1 | -2/+2 | |
| | * | | | | | | | | | | kvm: x86: abstract locking around pvclock_update_vm_gtod_copy | Paolo Bonzini | 2021-10-01 | 1 | -1/+0 | |
| | * | | | | | | | | | | KVM: x86: Subsume nested GPA read helper into load_pdptrs() | Sean Christopherson | 2021-09-30 | 1 | -3/+0 | |
| | * | | | | | | | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS | Juergen Gross | 2021-09-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask | Vitaly Kuznetsov | 2021-09-30 | 1 | -1/+0 | |
| * | | | | | | | | | | | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-11-02 | 2 | -13/+74 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | x86/hyperv: Add Write/Read MSR registers via ghcb page | Tianyu Lan | 2021-10-28 | 1 | -14/+49 | |
| | * | | | | | | | | | | | x86/hyperv: Add new hvcall guest address host visibility support | Tianyu Lan | 2021-10-28 | 2 | -1/+23 | |
| | * | | | | | | | | | | | x86/hyperv: Initialize GHCB page in Isolation VM | Tianyu Lan | 2021-10-28 | 1 | -0/+4 | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'tip/x86/cc' into hyperv-next | Wei Liu | 2021-10-28 | 3 | -12/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-02 | 7 | -17/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | x86/sev: Make the #VC exception stacks part of the default stacks storage | Borislav Petkov | 2021-10-06 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | Merge branch x86/cc into x86/core | Borislav Petkov | 2021-10-04 | 9 | -23/+29 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | x86: Increase exception stack sizes | Peter Zijlstra | 2021-09-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | x86/mm/64: Improve stack overflow warnings | Peter Zijlstra | 2021-09-21 | 3 | -15/+38 | |
| | * | | | | | | | | | | | | x86/iopl: Fake iopl(3) CLI/STI usage | Peter Zijlstra | 2021-09-21 | 2 | -0/+2 | |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-11-01 | 4 | -3/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y | Masami Hiramatsu | 2021-10-22 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | x86/ftrace: Make function graph use ftrace directly | Steven Rostedt (VMware) | 2021-10-20 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | x86/unwind: Recover kretprobe trampoline entry | Masami Hiramatsu | 2021-09-30 | 1 | -0/+23 | |
| | * | | | | | | | | | | | | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline() | Josh Poimboeuf | 2021-09-30 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu | 2021-09-30 | 1 | -1/+0 | |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
