summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-11powerpc: Check only single values are passed to CPU/MMU feature checksMichael Ellerman2-0/+2
2024-07-11powerpc/xmon: Fix disassembly CPU feature checksMichael Ellerman1-22/+11
2024-07-11powerpc: Drop clang workaround for builtin constant checksMichael Ellerman2-4/+0
2024-07-11powerpc64/bpf: jit support for signed division and moduloArtem Savkov2-8/+34
2024-07-11powerpc64/bpf: jit support for sign extended movArtem Savkov1-2/+8
2024-07-11powerpc64/bpf: jit support for sign extended loadArtem Savkov2-19/+43
2024-07-11powerpc64/bpf: jit support for unconditional byte swapArtem Savkov1-1/+2
2024-07-11powerpc64/bpf: jit support for 32bit offset jmp instructionArtem Savkov1-0/+3
2024-07-04powerpc/pci: Hotplug driver bridge supportKrishna Kumar1-3/+32
2024-07-04powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFCEsben Haabendal1-0/+2
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson9-0/+9
2024-07-04powerpc/kexec: Use of_property_read_reg()Rob Herring (Arm)1-24/+13
2024-07-04powerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini3-5/+93
2024-07-04powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM...Shivaprasad G Bhat1-0/+8
2024-06-28powerpc/prom: Add CPU info to hardware description string laterNathan Lynch1-4/+8
2024-06-28powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch1-0/+4
2024-06-28powerpc/platforms: Move files from 4xx to 44xChristophe Leroy12-32/+20
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman10-19/+13
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman18-26/+21
2024-06-28powerpc: Remove core support for 40xChristophe Leroy28-1727/+14
2024-06-28powerpc: Remove 40x from Kconfig and defconfigMichael Ellerman5-43/+10
2024-06-28powerpc/boot: Remove all 40x platforms from bootChristophe Leroy17-2875/+1
2024-06-28powerpc/40x: Remove 40x platforms.Christophe Leroy12-586/+0
2024-06-28powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat4-98/+543
2024-06-28powerpc/iommu: Move dev_has_iommu_table() to iommu.cShivaprasad G Bhat3-16/+23
2024-06-28powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDWShivaprasad G Bhat1-5/+7
2024-06-28powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl outputShivaprasad G Bhat1-14/+67
2024-06-28powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat3-148/+149
2024-06-17powerpc/kexec_file: fix cpus node update to FDTSourabh Jain1-16/+37
2024-06-17powerpc/kexec_file: fix extra size calculation for kexec FDTSourabh Jain3-38/+33
2024-06-17powerpc/perf: Set cpumode flags using sample addressAnjali K3-28/+23
2024-06-12powerpc/configs: drop RT_GROUP_SCHED=y from ppc6xx_defconfigCeleste Liu1-1/+0
2024-06-04powerpc/mm/drmem: Silence drmem_init() early returnNathan Lynch1-3/+1
2024-06-04powerpc/pseries/vas: Use usleep_range() to support HCALL delayHaren Myneni1-1/+21
2024-06-04powerpc/numa: Online a node if PHB is attached.Nilay Shroff2-1/+27
2024-06-04powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid modeGaurav Batra2-17/+54
2024-06-03powerpc/pseries: Remove unused cede related functionsGautam Menghani1-28/+0
2024-06-02Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+26
2024-06-02Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2024-06-02Merge tag 'perf-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2024-06-02Merge tag 'powerpc-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-3/+54
2024-05-31Merge tag 'riscv-for-linus-6.10-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+15
2024-05-31x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner3-10/+20
2024-05-31sched/x86: Export 'percpu arch_freq_scale'Phil Auld1-0/+1
2024-05-31perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2-0/+2
2024-05-31perf/x86/rapl: Add missing MODULE_DESCRIPTION() lineJeff Johnson1-0/+1
2024-05-30riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti1-10/+12
2024-05-30riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao1-1/+1
2024-05-30riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2-3/+2
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-16/+18