summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* tty: xtensa/iss: drop unneeded tty_operations hooksJiri Slaby (SUSE)2023-08-111-24/+0
* serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy2023-08-042-2/+0
* serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy2023-08-041-2/+0
* serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy2023-08-041-10/+0
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-3192-234/+395
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-308-56/+121
| |\
| | * KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson2023-07-291-4/+9
| | * KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2023-07-295-20/+52
| | * Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson2023-07-291-8/+2
| | * KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson2023-07-291-0/+4
| | * KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson2023-07-291-2/+1
| | * KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson2023-07-293-9/+26
| | * KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu2023-07-291-1/+1
| | * KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao2023-07-291-1/+2
| | * KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky2023-07-291-3/+7
| | * KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky2023-07-291-1/+4
| | * KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky2023-07-291-7/+13
| * | Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-303-9/+26
| |\ \
| | * | x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips2023-07-221-6/+9
| | * | x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam2023-07-221-2/+2
| | * | x86: Fix kthread unwindPeter Zijlstra2023-07-201-1/+15
| * | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-2963-63/+63
| * | | Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-297-15/+29
| |\ \ \
| | * | | LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen2023-07-281-11/+4
| | * | | LoongArch: BPF: Fix check condition to call lu32id in move_imm()Tiezhu Yang2023-07-281-1/+1
| | * | | LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArchChenguang Zhao2023-07-281-0/+1
| | * | | LoongArch: Fix return value underflow in exception pathWANG Rui2023-07-282-2/+4
| | * | | LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong2023-07-281-0/+16
| | * | | LoongArch: Fix module relocation error with binutils 2.41Huacai Chen2023-07-281-0/+2
| | * | | LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'Huacai Chen2023-07-281-1/+1
| | | |/ | | |/|
| * | | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-281-3/+4
| |\ \ \
| | * | | Revert "um: Use swap() to make code cleaner"Andy Shevchenko2023-07-271-3/+4
| | |/ /
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-07-281-3/+2
| |\ \ \
| | * | | arm64/sme: Set new vector length before reallocatingMark Brown2023-07-261-2/+2
| | * | | arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown2023-07-261-1/+0
| * | | | x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov2023-07-251-7/+11
| * | | | Merge tag 'm68k-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-253-6/+6
| |\ \ \ \
| | * | | | m68k: Fix invalid .section syntaxBen Hutchings2023-07-243-6/+6
| * | | | | Merge tag 'x86_bugs_zenbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-245-72/+133
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2023-07-175-0/+66
| | * | | | x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)2023-07-171-72/+67
| | | |_|/ | | |/| |
* | | | | arm64: dts: meson: a1: change uart compatible stringDmitry Rokosov2023-07-251-2/+2
* | | | | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-255-6/+6
|/ / / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-2316-71/+139
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-07-232-2/+7
| |\ \ \ \
| | * | | | KVM: s390: pv: fix index value of replaced ASCEClaudio Imbrenda2023-07-181-0/+1
| | * | | | KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
| | |/ / /
| * | | | Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-2314-69/+132
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: arm64: Fix the name of sys_reg_desc related to PMUXiang Chen2023-07-141-20/+21
| | * | | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCountOliver Upton2023-07-141-1/+0