summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-07-16Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-0/+5
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+16
2024-07-16Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-258/+267
2024-07-16Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-271/+16
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds73-1196/+719
2024-07-16Merge tag 'soc-arm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds13-416/+239
2024-07-16Merge tag 'soc-defconfig-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-3/+54
2024-07-16Merge tag 'soc-dt-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds766-9949/+55870
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+5
2024-07-16Merge tag 'm68k-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-6/+25
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-128/+1118
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-298/+765
2024-07-16KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_opsWei Wang2-12/+13
2024-07-16KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang16-236/+248
2024-07-16KVM: x86: Replace static_call_cond() with static_call()Wei Wang7-35/+33
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini3-0/+241
2024-07-16KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE eventMichael Roth1-0/+56
2024-07-16x86/sev: Move sev_guest.h into common SEV headerMichael Roth1-0/+48
2024-07-16KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE eventBrijesh Singh2-0/+137
2024-07-16KVM: x86: Suppress MMIO that is triggered during task switch emulationSean Christopherson1-1/+7
2024-07-16KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and introSean Christopherson1-5/+3
2024-07-16KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTESean Christopherson1-5/+1
2024-07-16Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini10-55/+78
2024-07-16Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-20/+29
2024-07-16Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-82/+94
2024-07-16Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-701/+68
2024-07-16Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-63/+35
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini24-188/+212
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini22-104/+70
2024-07-16Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini33-374/+2718
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-905/+701
2024-07-15Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-28/+47
2024-07-15Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-115/+446
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-15/+55
2024-07-15Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-07-15Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-49/+20
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds27-175/+701
2024-07-15Merge tag 'x86_cleanups_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-23/+37
2024-07-15Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-179/+102
2024-07-15Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+9
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-3524/+192
2024-07-15Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+7
2024-07-15Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-85/+21
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds3-35/+26
2024-07-15Merge branch 'pm-cpufreq'Rafael J. Wysocki3-0/+5
2024-07-15MIPS: config: Add ip30_defconfigJiaxun Yang1-0/+183
2024-07-15MIPS: config: lemote2f: Regenerate defconfigJiaxun Yang1-31/+23