summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy
2023-08-16ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-08-14powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy
2023-08-14powerpc: xmon: remove unused variablesArnd Bergmann
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann
2023-08-14powerpc/pmac32: enable serial options by default in defconfigYuan Tan
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman
2023-08-02powerpc/pseries: Honour current SMT state when DLPAR onlining CPUsMichael Ellerman
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman
2023-08-02powerpc/pseries: Initialise CPU hotplug callbacks earlierMichael Ellerman
2023-08-02powerpc/kexec: fix minor typoLaurent Dufour
2023-08-02powerpc/ep8248e: Mark driver as non removableUwe Kleine-König
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin
2023-08-02powerpc/64: Enable accelerated crypto algorithms in defconfigMichael Ellerman
2023-08-02powerpc/crypto: don't build aes-gcm-p10 by defaultOmar Sandoval
2023-08-02powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10Omar Sandoval
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-23Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-07-22Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-07-22Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-07-21ia64: mmap: Consider pgoff when searching for free mappingHelge Deller
2023-07-21io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller
2023-07-21arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-20s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming
2023-07-20arm64: vdso: Clear common make C=2 warningsZhen Lei
2023-07-20arm64: mm: Make hibernation aware of KFENCENikhil V
2023-07-19Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"Andrew Donnellan