summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: dts: loongson: Fix ls2k1000-rtc interruptJiaxun Yang2024-06-211-2/+2
* MIPS: dts: loongson: Fix liointc IRQ polarityJiaxun Yang2024-06-211-21/+21
* MIPS: Loongson64: Remove memory node for builtin-dtbJiaxun Yang2024-06-211-8/+0
* crypto: mips/poly1305 - add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
* MIPS: ip30: ip30-console: Add missing includeJiaxun Yang2024-06-191-0/+1
* MIPS: ip22-gio: Make ip22_gio_set_64bit() and ip22_gio_init() staticGenjian Zhang2024-06-111-2/+2
* MIPS: sgi-ip22: Add prototypes for several functions to headerGenjian Zhang2024-06-113-4/+3
* MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7aJiaxun Yang2024-06-111-7/+30
* MIPS: Loongson64: DTS: Fix msi node for ls7aJiaxun Yang2024-06-111-0/+1
* MIPS: Loongson64: Include bootinfo.h in dma.cJiaxun Yang2024-06-111-0/+1
* MIPS: kvm: Declare prototype for kvm_init_loongson_ipiJiaxun Yang2024-06-113-2/+6
* MIPS: Loongson64: Implement PM suspend for LEFI firmwareJiaxun Yang2024-06-113-71/+36
* MIPS: select CPU_PM with SUSPENDJiaxun Yang2024-06-111-1/+1
* MIPS: asm/pm.h: Use platform agnostic macrosJiaxun Yang2024-06-111-11/+11
* mips: configs: ci20: Enable DRM_DW_HDMIMaxime Ripard2024-06-111-0/+1
* MIPS: mobileye: Add EyeQ6H supportGregory CLEMENT2024-06-118-5/+146
* MIPS: mobileye: Add EyeQ6H device treeGregory CLEMENT2024-06-114-0/+260
* mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5Celeste Liu2024-06-113-3/+0
* MIPS: Alchemy: Switch to use kmemdup_array()Andy Shevchenko2024-06-111-4/+4
* 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
| |\ \ \