aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds15-35/+169
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-52/+29
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+46
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+8
2022-04-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds11-33/+41
2022-04-08arm64: Add part number for Arm Cortex-A78AEChanho Park2-0/+3
2022-04-08arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-07x86/msi: Fix msi message data shadow structReto Buerki1-8/+11
2022-04-07x86/extable: Prefer local labels in .set directivesNick Desaulniers1-10/+10
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra1-0/+1
2022-04-07Revert "powerpc: Set max_mapnr correctly"Kefeng Wang1-1/+1
2022-04-07powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-06arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly1-3/+3
2022-04-05x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta1-0/+14
2022-04-05x86/pm: Save the MSR validity status at context setupPawan Gupta1-2/+5
2022-04-05powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+4
2022-04-05x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol1-2/+2
2022-04-05perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang1-1/+1
2022-04-05perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang2-1/+10
2022-04-05perf/x86/uncore: Add Raptor Lake uncore supportKan Liang2-0/+21
2022-04-05perf/x86/msr: Add Raptor Lake CPU supportKan Liang1-0/+1
2022-04-05perf/x86/cstate: Add Raptor Lake supportKan Liang1-10/+12
2022-04-05perf/x86: Add Intel Raptor Lake supportKan Liang1-0/+1
2022-04-05x86/percpu: Remove volatile from arch_raw_cpu_ptr().Sebastian Andrzej Siewior1-3/+3
2022-04-05static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy2-0/+3
2022-04-05x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra1-3/+2
2022-04-04x86/mm/tlb: Revert retpoline avoidance approachDave Hansen1-32/+5
2022-04-04arm64: Fix comments in macro __init_el2_gicv3Zhiyuan Dai1-1/+1
2022-04-04arm64: fix typos in commentsJulia Lawall4-5/+5
2022-04-04arch/arm64: Fix topology initialization for core schedulingPhil Auld1-1/+1
2022-04-04arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()Catalin Marinas1-4/+20
2022-04-04Revert "arm64: Change elfcore for_each_mte_vma() to use VMA iterator"Will Deacon1-17/+6
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-185/+186
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-11/+12
2022-04-03KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2-12/+12
2022-04-02Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2022-04-02Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds7-45/+72
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-306/+350
2022-04-02KVM: x86: fix sending PV IPILi RongQing1-1/+1
2022-04-02KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini1-40/+34
2022-04-02KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan1-1/+0
2022-04-02KVM: x86: cleanup enter_rmode()Zhenzhong Duan1-9/+5
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky3-9/+6
2022-04-02kvm: x86: SVM: remove unused definesMaxim Levitsky1-8/+0
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2-10/+11
2022-04-02KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2-14/+5
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong3-16/+40
2022-04-02KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong3-1/+10