| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 |  Linus Torvalds | 8 | -165/+796 |
| 2022-08-02 | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random |  Linus Torvalds | 5 | -96/+31 |
| 2022-08-02 | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity |  Linus Torvalds | 2 | -19/+13 |
| 2022-08-02 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux |  Linus Torvalds | 1 | -0/+1 |
| 2022-08-02 | x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to be zero |  Chenyi Qiang | 1 | -13/+14 |
| 2022-08-02 | x86/kprobes: Update kcb status flag after singlestepping |  Masami Hiramatsu (Google) | 1 | -7/+11 |
| 2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2022-08-01 | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 6 | -79/+252 |
| 2022-08-01 | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -16/+0 |
| 2022-08-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 2 | -3/+1 |
| 2022-08-01 | Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -9/+160 |
| 2022-08-01 | Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -15/+18 |
| 2022-08-01 | Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -13/+27 |
| 2022-08-01 | Merge tag 'x86_misc_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -1/+19 |
| 2022-08-01 | Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -16/+35 |
| 2022-08-01 | Merge tag 'x86_fpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -0/+25 |
| 2022-08-01 | Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -9/+38 |
| 2022-08-01 | Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2022-08-01 | Merge tag 'x86_vmware_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
| 2022-08-01 | Merge tag 'ras_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -1/+48 |
| 2022-08-01 | KVM: x86/mmu: remove unused variable |  Paolo Bonzini | 1 | -2/+0 |
| 2022-08-01 | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 |  Paolo Bonzini | 64 | -1521/+3297 |
| 2022-08-01 | xen: don't require virtio with grants for non-PV guests |  Juergen Gross | 2 | -2/+7 |
| 2022-08-01 | virtio: replace restricted mem access flag with callback |  Juergen Gross | 1 | -2/+2 |
| 2022-07-30 | ftrace/x86: Add back ftrace_expected assignment |  Steven Rostedt (Google) | 1 | -0/+1 |
| 2022-07-29 | profile: setup_profiling_timer() is moslty not implemented |  Ben Dooks | 2 | -7/+0 |
| 2022-07-29 | Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into next |  Joerg Roedel | 2 | -16/+0 |
| 2022-07-29 | x86/bugs: Do not enable IBPB at firmware entry when IBPB is not available |  Thadeu Lima de Souza Cascardo | 1 | -0/+1 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 8 | -15/+42 |
| 2022-07-28 | tools/power turbostat: dump secondary Turbo-Ratio-Limit |  Len Brown | 1 | -0/+1 |
| 2022-07-28 | KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs() |  Kai Huang | 1 | -7/+3 |
| 2022-07-28 | KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog |  Jarkko Sakkinen | 1 | -0/+3 |
| 2022-07-28 | KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT |  Sean Christopherson | 1 | -1/+1 |
| 2022-07-28 | KVM: x86: Do not block APIC write for non ICR registers |  Suravee Suthikulpanit | 1 | -11/+11 |
| 2022-07-28 | KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register |  Suravee Suthikulpanit | 1 | -1/+8 |
| 2022-07-28 | KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP |  Sean Christopherson | 1 | -0/+3 |
| 2022-07-28 | Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control" |  Paolo Bonzini | 3 | -27/+0 |
| 2022-07-28 | KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists |  Sean Christopherson | 1 | -1/+3 |
| 2022-07-28 | KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL |  Sean Christopherson | 2 | -2/+14 |
| 2022-07-28 | KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU |  Sean Christopherson | 1 | -0/+2 |
| 2022-07-28 | Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled" |  Paolo Bonzini | 1 | -20/+1 |
| 2022-07-28 | KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value |  Sean Christopherson | 1 | -33/+37 |
| 2022-07-28 | KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}() |  Sean Christopherson | 1 | -4/+4 |
| 2022-07-28 | KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4 |  Sean Christopherson | 1 | -9/+14 |
| 2022-07-28 | KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks |  Sean Christopherson | 1 | -1/+2 |
| 2022-07-28 | KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits |  Sean Christopherson | 4 | -7/+14 |
| 2022-07-28 | KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs |  Sean Christopherson | 3 | -37/+24 |
| 2022-07-28 | KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level() |  Sean Christopherson | 1 | -7/+35 |
| 2022-07-28 | KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs |  Sean Christopherson | 3 | -26/+7 |
| 2022-07-28 | KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're used |  Sean Christopherson | 1 | -7/+19 |