aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-11-18ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsGravatar Bjorn Helgaas 1-4/+0
2022-11-18ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGravatar Gaosheng Cui 1-2/+0
2022-11-18ia64: replace IS_ERR() with IS_ERR_VALUE()Gravatar ye xingchen 1-3/+3
2022-11-18ARM: kexec: make machine_crash_nonpanic_core() staticGravatar Chen Lifu 1-1/+1
2022-11-18kexec: replace crash_mem_range with rangeGravatar Li Chen 2-5/+5
2022-11-15sparc: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 2-16/+16
2022-11-15sh: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+4
2022-11-15powerpc: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 2-12/+13
2022-11-15parisc: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-6/+9
2022-11-15openrisc: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-5/+3
2022-11-15nios2: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-3/+3
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+5
2022-11-15ia64: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-11/+9
2022-11-15hexagon: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+3
2022-11-15arm64: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-12/+4
2022-11-15arm: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-5/+3
2022-11-15arc: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-1/+1
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-9/+16
2022-11-06Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+29
2022-11-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-60/+41
2022-11-06Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-18/+7
2022-11-06Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 5-36/+23
2022-11-06Merge branch 'kvm-master' into HEADGravatar Paolo Bonzini 4-24/+18
2022-11-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-10/+35
2022-11-04Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-2/+69
2022-11-04Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 23-40/+153
2022-11-04x86/cpu: Add several Intel server CPU model numbersGravatar Tony Luck 1-1/+10
2022-11-03arm64: cpufeature: Fix the visibility of compat hwcapsGravatar Amit Daniel Kachhap 1-9/+33
2022-11-03Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-4/+26
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareGravatar Ard Biesheuvel 4-2/+69
2022-11-03KVM: x86: Fix a typo about the usage of kvcalloc()Gravatar Liao Chang 1-1/+1
2022-11-03KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Gravatar Ben Gardon 1-0/+3
2022-11-03x86/xen: simplify sysenter and syscall setupGravatar Juergen Gross 1-17/+6
2022-11-03x86/xen: silence smatch warning in pmu_msr_chk_emulated()Gravatar Juergen Gross 1-1/+1
2022-11-02Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Gravatar Arnd Bergmann 1-0/+14
2022-11-02Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-37/+25
2022-11-02KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTLGravatar Sean Christopherson 1-4/+6
2022-11-02KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()Gravatar Sean Christopherson 2-20/+7
2022-11-02KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRsGravatar Sean Christopherson 1-1/+3
2022-11-02perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Gravatar Kan Liang 1-0/+1
2022-11-02perf/x86/intel: Fix pebs event constraints for SPRGravatar Kan Liang 1-2/+7
2022-11-02perf/x86/intel: Fix pebs event constraints for ICLGravatar Kan Liang 1-2/+7
2022-11-02perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainGravatar Zhang Rui 1-5/+1
2022-11-01x86/tdx: Panic on bad configs that #VE on "private" memory accessGravatar Kirill A. Shutemov 1-5/+16
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-71/+151
2022-11-01arm64: entry: avoid kprobe recursionGravatar Mark Rutland 1-1/+2
2022-11-01x86/tdx: Prepare for using "INFO" call for a second purposeGravatar Dave Hansen 1-3/+3
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEGravatar Marc Zyngier 3-34/+20
2022-11-01arm64: dts: juno: Add thermal critical trip pointsGravatar Cristian Marussi 1-0/+14
2022-11-01ARM: dts: ux500: Add trips to battery thermal zonesGravatar Linus Walleij 9-0/+72