summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke5-2/+21
2023-12-01powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman1-0/+2
2023-12-01powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2-3/+4
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman2-5/+5
2023-11-30powerpc/44x: Make ppc44x_idle_init() staticMichael Ellerman1-1/+1
2023-11-30powerpc/512x: Fix missing prototype warningsMichael Ellerman1-0/+2
2023-11-30powerpc/512x: Make pdm360ng_init() staticMichael Ellerman1-1/+1
2023-11-30powerpc/suspend: Add prototype for do_after_copyback()Michael Ellerman1-0/+2
2023-11-28powerpc/rtas_pci: rename and properly expose config access APIsNathan Lynch3-15/+16
2023-11-27powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2023-11-27powerpc/lib: Validate size for vector operationsNaveen N Rao1-0/+10
2023-11-27powerpc/lib: Avoid array bounds warnings in vec opsMichael Ellerman1-2/+2
2023-11-27powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan1-0/+2
2023-11-27powerpc: add crtsavres.o to always-y instead of extra-yMasahiro Yamada1-1/+1
2023-11-27powerpc/32: Drop unused grackle_set_stg()Michael Ellerman1-19/+0
2023-11-27powerpc: Remove orphaned reg_a2.hMichael Ellerman3-156/+0
2023-11-27powerpc: Make cpu_spec __ro_after_initMichael Ellerman1-2/+2
2023-11-27powerpc/configs/64s: Enable CONFIG_MEM_SOFT_DIRTYMichael Ellerman1-0/+1
2023-11-21powerpc/rtas: Remove 'extern' from function declarations in rtas.hNathan Lynch1-27/+26
2023-11-21powerpc/rtas: Remove trailing spaceNathan Lynch2-12/+12
2023-11-21powerpc/rtas: Move post_mobility_fixup() declaration to pseriesNathan Lynch3-1/+2
2023-11-21powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch2-6/+0
2023-11-21powerpc/rtas: Drop declaration of undefined call_rtas() functionNathan Lynch1-2/+0
2023-11-21powerpc/powermac: mark smp_psurge_{give,take}_timebase staticArnd Bergmann1-2/+2
2023-11-21powerpc/pasemi: mark pas_shutdown() staticArnd Bergmann1-1/+1
2023-11-21powerpc/ps3: move udbg_shutdown_ps3gelic prototypeArnd Bergmann5-14/+8
2023-11-20Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-22/+18
2023-11-19Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-11-18Merge tag 'mm-hotfixes-stable-2023-11-17-14-04' of git://git.kernel.org/pub/s...Linus Torvalds4-13/+7
2023-11-16parisc: fix mmap_base calculation when stack grows upwardsHelge Deller4-13/+7
2023-11-13acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2-0/+23
2023-11-12Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+5
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds7-57/+203
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-24/+24
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-19/+0
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-58/+67
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds81-683/+2509
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds38-2584/+5
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann9-19/+0
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-945/+81
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang12-100/+93
2023-11-09arm64/syscall: Remove duplicate declarationKevin Brodsky1-1/+0
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt9-35/+67
2023-11-09x86/acpi: Ignore invalid x2APIC entriesZhang Rui1-19/+15
2023-11-09Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt1-5/+6
2023-11-09RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-11-08Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds20-497/+266