aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-09-15parisc: Allow CONFIG_64BIT with ARCH=pariscGravatar Helge Deller 1-1/+11
2022-09-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-2/+5
2022-09-11Merge tag 'mips-fixes_6.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-22/+21
2022-09-10Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-2/+3
2022-09-10arm64: mm: fix resume for 52-bit enabled buildsGravatar Joey Gouly 1-0/+3
2022-09-09Merge tag 'riscv-for-linus-6.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-09-09Merge tag 'powerpc-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2022-09-09mips: Select SPARSEMEM_EXTREMEGravatar Alexander Sverdlin 1-1/+0
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-9/+12
2022-09-08arm64/ptrace: Don't clear calling process' TIF_SME on OOMGravatar Mark Brown 1-2/+0
2022-09-08powerpc/pseries: Fix plpks crash on non-pseriesGravatar Michael Ellerman 1-1/+2
2022-09-07MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Gravatar Alexander Sverdlin 1-0/+10
2022-09-07MIPS: octeon: Get rid of preprocessor directives around RESERVE32Gravatar Alexander Sverdlin 2-20/+11
2022-09-07s390/smp: enforce lowcore protection on CPU restartGravatar Alexander Gordeev 1-1/+1
2022-09-07s390/boot: fix absolute zero lowcore corruption on bootGravatar Alexander Gordeev 2-1/+2
2022-09-06arm64/bti: Disable in kernel BTI when cross section thunks are brokenGravatar Mark Brown 1-0/+2
2022-09-05Merge tag 'soc-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 29-110/+139
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Gravatar Sebastian Andrzej Siewior 9-9/+12
2022-09-04Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-69/+89
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-99/+143
2022-09-03Merge tag 'loongarch-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-29/+28
2022-09-03Merge tag 's390-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-52/+65
2022-09-03mm: pagewalk: Fix race between unmap and page walkerGravatar Steven Price 1-2/+2
2022-09-03LoongArch: mm: Remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-09-03LoongArch: Fix arch_remove_memory() undefined build errorGravatar Yupeng Li 1-12/+10
2022-09-03LoongArch: Fix section mismatch due to acpi_os_ioremap()Gravatar Huacai Chen 3-2/+3
2022-09-03LoongArch: Improve dump_tlb() output messagesGravatar Huacai Chen 1-13/+13
2022-09-03LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entryGravatar Huacai Chen 1-2/+2
2022-09-03LoongArch: Avoid orphan input sectionsGravatar Ard Biesheuvel 2-0/+3
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-14/+16
2022-09-02Merge tag 'renesas-fixes-for-v6.0-tag1' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-1/+1
2022-09-02Merge tag 'at91-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Arnd Bergmann 7-44/+78
2022-09-02Merge tag 'arm-soc/for-6.0/devicetree' of https://github.com/Broadcom/stblinu...Gravatar Arnd Bergmann 3-22/+25
2022-09-02Merge tag 'juno-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Arnd Bergmann 2-3/+2
2022-09-02powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Gravatar Nathan Chancellor 1-1/+3
2022-09-02Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Gravatar Michael Ellerman 1-7/+36
2022-09-01Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 92-427/+729
2022-09-01Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 3-15/+13
2022-09-01KVM: x86: check validity of argument to KVM_SET_MP_STATEGravatar Paolo Bonzini 1-3/+17
2022-09-01perf/x86/core: Completely disable guest PEBS via guest's global_ctrlGravatar Like Xu 1-1/+2
2022-09-01KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Gravatar Miaohe Lin 1-2/+1
2022-09-01KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESGravatar Jim Mattson 1-4/+21
2022-09-01arm64: mm: Reserve enough pages for the initial ID mapGravatar Ard Biesheuvel 1-13/+13
2022-09-01arm64: head: Ignore bogus KASLR displacement on non-relocatable kernelsGravatar Ard Biesheuvel 1-0/+2
2022-09-01arm64/kexec: Fix missing extra range for crashkres_low.Gravatar Levi Yun 1-1/+1
2022-08-31riscv: dts: microchip: use an mpfs specific l2 compatibleGravatar Conor Dooley 1-1/+1
2022-08-31powerpc: Fix hard_irq_disable() with sanitizerGravatar Christophe Leroy 1-1/+2
2022-08-31ARM: dts: at91: sama5d2_icp: don't keep vdd_other enabled all the timeGravatar Claudiu Beznea 1-1/+0
2022-08-31ARM: dts: at91: sama5d27_wlsom1: don't keep ldo2 enabled all the timeGravatar Claudiu Beznea 1-1/+0
2022-08-31ARM: dts: at91: sama7g5ek: specify proper regulator output rangesGravatar Claudiu Beznea 1-9/+9