summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown2023-08-041-3/+5
| * | | | | | | arm64/ptrace: Flush FP state when setting ZT0Mark Brown2023-08-031-0/+2
| * | | | | | | arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown2023-08-031-1/+1
* | | | | | | | Merge tag 's390-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-037-16/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/ptrace: add missing linux/const.h includeHeiko Carstens2023-08-011-0/+2
| * | | | | | | | KVM: s390: fix sthyi error handlingHeiko Carstens2023-07-292-6/+9
| * | | | | | | | s390: update defconfigsHeiko Carstens2023-07-273-10/+11
| * | | | | | | | s390/vmem: split pages when debug pagealloc is enabledSven Schnelle2023-07-271-0/+2
* | | | | | | | | Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-0217-40/+57
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'socfpga_dts_fix_for_v6.5' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-07-272-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: dts: stratix10: fix incorrect I2C property for SCL signalDinh Nguyen2023-07-112-2/+2
| * | | | | | | | | | Merge tag 'renesas-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-07-272-16/+16
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channelsBiju Das2023-07-252-16/+16
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'imx-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2023-07-278-6/+24
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: dts: nxp/imx: limit sk-imx53 supported frequenciesDmitry Baryshkov2023-07-191-0/+10
| | * | | | | | | | | | arm64: dts: freescale: Fix VPU G2 clockBenjamin Gaignard2023-07-181-1/+1
| | * | | | | | | | | | arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmuxHugo Villeneuve2023-07-181-1/+1
| | * | | | | | | | | | arm64: dts: phycore-imx8mm: Correction in gpio-line-namesYashwanth Varakala2023-07-182-2/+2
| | * | | | | | | | | | arm64: dts: phycore-imx8mm: Label typo-fix of VPUYashwanth Varakala2023-07-181-1/+1
| | * | | | | | | | | | ARM: dts: nxp/imx6sll: fix wrong property name in usbphy nodeXu Yang2023-07-181-1/+1
| | * | | | | | | | | | arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrlTim Harvey2023-07-171-0/+4
| | * | | | | | | | | | arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrlTim Harvey2023-07-171-0/+4
| | |/ / / / / / / / /
| * | | | | | | | | | backlight: corgi_lcd: fix missing prototypeArnd Bergmann2023-07-272-1/+1
| * | | | | | | | | | ARM: dts: at91: sam9x60: fix the SOC detectionDurai Manickam KR2023-07-211-13/+13
| * | | | | | | | | | ARM: dts: nspire: Fix arm primecell compatible stringSudeep Holla2023-07-211-1/+1
| * | | | | | | | | | Merge tag 'juno-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2023-07-211-1/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlinkSudeep Holla2023-07-131-1/+0
| | |/ / / / / / / / /
* | | | | | | / / / / word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-021-1/+1
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | 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