summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-183-8/+8
|\
| * kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-153-8/+8
* | Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-181-5/+18
|\ \
| * | x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-121-5/+18
* | | Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-02-1723-31/+75
|\ \ \
| * | | powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachShivaprasad G Bhat2024-02-141-1/+3
| * | | powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde2024-02-141-2/+6
| * | | powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao2024-02-145-8/+22
| * | | powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf2024-02-141-1/+2
| * | | powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-141-1/+1
| * | | Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman2024-02-143-23/+5
| * | | powerpc: 85xx: mark local functions staticArnd Bergmann2024-02-067-10/+12
| * | | powerpc: udbg_memcons: mark functions staticArnd Bergmann2024-02-061-3/+3
| * | | powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao2024-02-051-0/+1
| * | | powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer2024-02-052-1/+21
| * | | powerpc/64: Set task pt_regs->link to the LR value on scv entryNaveen N Rao2024-02-051-2/+2
| * | | powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra2024-02-053-5/+23
| * | | powerpc/pseries/papr-sysparm: use u8 arrays for payloadsNathan Lynch2024-02-052-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-167-37/+41
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-02-161-2/+0
| |\ \ \ \
| | * | | | KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()Will Deacon2024-02-131-2/+0
| * | | | | Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-02-162-11/+17
| |\| | | |
| | * | | | KVM: arm64: Do not source virt/lib/Kconfig twiceMasahiro Yamada2024-02-041-1/+0
| | * | | | KVM: arm64: Fix circular locking dependencySebastian Ene2024-01-301-10/+17
| * | | | | Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-02-142-11/+15
| |\ \ \ \ \
| | * | | | | RISC-V: KVM: Use correct restricted typesAndrew Jones2024-02-091-8/+12
| | * | | | | RISC-V: paravirt: Use correct restricted typesAndrew Jones2024-02-091-2/+2
| | * | | | | RISC-V: paravirt: steal_time should be staticAndrew Jones2024-02-091-1/+1
| * | | | | | Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-141-1/+1
| |\ \ \ \ \ \
| | * | | | | | KVM: x86: Make gtod_is_based_on_tsc() return 'bool'Vitaly Kuznetsov2024-02-011-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-02-142-12/+8
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | KVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause2024-02-051-10/+5
| | * | | | | KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang2024-02-021-1/+1
| | * | | | | KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit2024-01-311-1/+2
| | |/ / / /
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-02-168-15/+27
|\ \ \ \ \ \
| * | | | | | arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown2024-02-152-7/+8
| * | | | | | arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataEaswar Hariharan2024-02-152-0/+7
| * | | | | | arm64: jump_label: use constraints "Si" instead of "i"Fangrui Song2024-02-091-4/+8
| * | | | | | arm64: fix typo in commentsSeongsu Park2024-02-091-1/+1
| * | | | | | arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown2024-02-092-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-02-151-0/+12
|\ \ \ \ \ \
| * | | | | | x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-02-121-0/+12
| | |/ / / / | |/| | | |
* | | | | | MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang2024-02-121-0/+1
* | | | | | ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-122-0/+9
* | | | | | MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck2024-02-121-1/+2
|/ / / / /
* | | | | Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-114-31/+28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-091-1/+1
| * | | | x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin2024-01-301-8/+5
| * | | | x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-292-22/+22
| | |/ / | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-101-0/+2
|\ \ \ \