summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-2632-118/+84
|\
| * kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2023-02-0514-15/+15
| * powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor2023-02-051-1/+1
| * s390/purgatory: Remove unused '-MD' and unnecessary '-c' flagsNathan Chancellor2023-01-261-1/+1
| * s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor2023-01-261-1/+1
| * s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor2023-01-261-1/+1
| * powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor2023-01-261-0/+5
| * powerpc/vdso: Improve linker flagsNathan Chancellor2023-01-261-8/+12
| * powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor2023-01-261-2/+2
| * powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor2023-01-261-1/+1
| * MIPS: Prefer cc-option for additions to cflagsNathan Chancellor2023-01-262-2/+2
| * MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor2023-01-269-75/+40
| * x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers2023-01-261-1/+1
| * kbuild: clean up stale file removalMasahiro Yamada2023-01-221-7/+0
| * kbuild: allow to combine multiple V= levelsMasahiro Yamada2023-01-221-1/+1
| * kbuild: do not print extra logs for V=2Masahiro Yamada2023-01-221-5/+4
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-02-261-4/+4
|\ \
| * | arm64: dts: qcom: sm8250: Pad addresses to 8 hex digitsKonrad Dybcio2023-01-111-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-2525-153/+216
|\ \ \
| * | | alpha: in_irq() cleanupChangbin Du2023-02-251-1/+1
| * | | alpha: lazy FPU switchingAl Viro2023-02-259-119/+192
| * | | alpha/boot/misc: trim unused declarationsAl Viro2023-02-251-2/+0
| * | | alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro2023-02-251-1/+1
| * | | alpha/boot: fix the breakage from -isystem series...Al Viro2023-02-254-5/+5
| * | | alpha: fix FEN fault handlingAl Viro2023-02-251-15/+15
| * | | alpha: Avoid comma separated statementsJoe Perches2023-02-251-3/+5
| * | | alpha: fixed a typo in core_cia.crj12023-02-251-1/+1
| * | | alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2023-02-141-4/+0
| * | | alpha: update config filesLukas Bulwahn2023-02-141-2/+0
| * | | alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-02-141-3/+1
| * | | alpha: Add some spaces to ensure format specificationZhang Jiaming2023-02-141-6/+6
| * | | alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2023-02-142-3/+3
| * | | alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki2023-02-145-4/+1
| * | | alpha: Implement "current_stack_pointer"Kees Cook2023-02-143-1/+4
| * | | alpha: remove redundant err variableMinghao Chi2023-02-141-5/+1
| * | | alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King2023-02-141-1/+1
* | | | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-253-4/+6
|\ \ \ \
| * | | | vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-301-1/+3
| * | | | vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-233-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-25158-2291/+5357
|\ \ \ \
| * | | | KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap2023-02-221-2/+2
| * | | | Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-223-49/+70
| |\ \ \ \
| | * | | | KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPICEmanuele Giuseppe Esposito2023-02-021-2/+6
| | * | | | KVM: x86: fire timer when it is migrated and expired, and in oneshot modeLi RongQing2023-01-241-2/+6
| | * | | | KVM: VMX: Intercept reads to invalid and write-only x2APIC registersSean Christopherson2023-01-241-4/+4
| | * | | | KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regsSean Christopherson2023-01-241-18/+20
| | * | | | KVM: x86: Split out logic to generate "readable" APIC regs mask to helperSean Christopherson2023-01-242-13/+23
| | * | | | KVM: x86: Mark x2APIC DFR reg as non-existent for x2APICSean Christopherson2023-01-241-7/+4
| | * | | | KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Sean Christopherson2023-01-241-1/+5
| | * | | | KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson2023-01-241-3/+7