summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* runtime constants: add x86 architecture supportLinus Torvalds2024-06-192-0/+64
* Merge tag 'parisc-for-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-163-180/+275
|\
| * parisc: Try to fix random segmentation faults in package buildsJohn David Anglin2024-06-123-180/+275
* | Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-153-5/+9
|\ \
| * | x86/boot: Don't add the EFI stub to targets, againBenjamin Segall2024-06-131-2/+2
| * | x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook2024-06-122-3/+7
* | | Merge tag 's390-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-06-156-25/+103
|\ \ \
| * | | s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev2024-06-113-4/+26
| * | | s390/mm: Allow large pages only for aligned physical addressesAlexander Gordeev2024-06-111-2/+8
| * | | s390: Update defconfigsHeiko Carstens2024-06-113-19/+69
* | | | Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-131-3/+3
|\ \ \ \
| * | | | x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich2024-06-061-3/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-06-131-2/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: 9405/1: ftrace: Don't assume stack frames are contiguous in memoryArd Biesheuvel2024-06-101-2/+15
| |/ / /
* | | | Merge tag 'x86-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-082-3/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/amd_nb: Check for invalid SMN readsYazen Ghannam2024-06-051-1/+8
| * | | x86/kexec: Fix bug with call depth trackingDavid Kaplan2024-06-031-2/+9
* | | | Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-081-2/+2
|\ \ \ \
| * | | | mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptesBarry Song2024-06-061-2/+2
| | |/ / | |/| |
* | | | Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-072-12/+13
|\ \ \ \
| * | | | Revert "riscv: mm: accelerate pagefault when badaccess"Palmer Dabbelt2024-06-031-2/+2
| * | | | riscv: fix overlap of allocated page and PTR_ERRNam Cao2024-06-031-10/+11
| | |/ / | |/| |
* | | | Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-06-071-24/+30
|\ \ \ \ | | |_|/ | |/| |
| * | | s390/crash: Do not use VM info if os_info does not have itAlexander Gordeev2024-06-051-24/+30
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-06-072-20/+19
|\ \ \
| * | | arm64/io: add constant-argument checkArnd Bergmann2024-06-051-20/+16
| * | | arm64: armv8_deprecated: Fix warning in isndep cpuhp starting processWei Li2024-06-051-0/+3
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-06-0538-150/+558
|\ \ \
| * | | KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attrTao Su2024-06-051-3/+0
| * | | Merge tag 'kvmarm-fixes-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-06-0521-73/+391
| |\ \ \
| | * | | KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba2024-06-042-0/+18
| | * | | KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba2024-06-046-19/+14
| | * | | KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba2024-06-045-21/+22
| | * | | KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba2024-06-044-5/+93
| | * | | KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba2024-06-047-0/+124
| | * | | KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba2024-06-043-1/+13
| | * | | KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba2024-06-044-19/+73
| | * | | KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba2024-06-042-3/+4
| | * | | KVM: arm64: Reintroduce __sve_save_stateFuad Tabba2024-06-042-0/+7
| | * | | KVM: arm64: nv: Expose BTI and CSV_frac to a guest hypervisorMarc Zyngier2024-05-301-2/+4
| | * | | KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAxMarc Zyngier2024-05-301-10/+11
| | * | | KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier2024-05-271-2/+16
| | * | | KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier2024-05-271-0/+1
| | * | | KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier2024-05-271-1/+1
| | | |/ | | |/|
| * | | Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2024-06-032-5/+6
| |\ \ \
| | * | | RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou2024-05-311-2/+2
| | * | | RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang2024-05-311-3/+4
| | |/ /
| * | | Merge branch 'kvm-fixes-6.10-1' into HEADPaolo Bonzini2024-06-0315-69/+161
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: x86: Drop support for hand tuning APIC timer advancement from userspaceSean Christopherson2024-06-033-29/+23
| | * | KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria2024-06-033-7/+17