summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | riscv: signal: validate altstack to reflect VectorAndy Chiu2023-06-081-0/+7
| | * | | riscv: signal: Report signal frame size to userspace via auxvVincent Chen2023-06-084-5/+27
| | * | | riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2023-06-084-15/+193
| | * | | riscv: signal: check fp-reserved words unconditionallyAndy Chiu2023-06-081-27/+28
| | * | | riscv: Add ptrace vector supportGreentime Hu2023-06-082-0/+77
| | * | | riscv: Allocate user's vector context in the first-use trapAndy Chiu2023-06-084-2/+150
| | * | | riscv: Add task switch support for vectorGreentime Hu2023-06-085-0/+64
| | * | | riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu2023-06-082-0/+112
| | * | | riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu2023-06-085-0/+54
| | * | | riscv: Introduce Vector enable/disable helpersGreentime Hu2023-06-081-0/+11
| | * | | riscv: Disable Vector Instructions for kernel itselfGuo Ren2023-06-082-9/+9
| | * | | riscv: Clear vector regfile on bootupGreentime Hu2023-06-081-2/+25
| | * | | riscv: Add new csr defines related to vector extensionGreentime Hu2023-06-081-2/+16
| | * | | riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu2023-06-082-0/+5
| | * | | riscv: Extending cpufeature.c to detect V-extensionGuo Ren2023-06-084-0/+39
| | * | | riscv: Rename __switch_to_aux() -> fpuGuo Ren2023-06-081-3/+3
| | |/ /
| * | | Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt2023-06-062-19/+19
| |\ \ \
| | * | | riscv: allow case-insensitive ISA string parsingYangyu Chen2023-06-062-19/+19
| | |/ /
| * | | RISC-V: Enable ACPI in defconfigSunil V L2023-06-011-0/+1
| * | | RISC-V: time.c: Add ACPI support for time_init()Sunil V L2023-06-011-6/+19
| * | | RISC-V: cpu: Enable cpuinfo for ACPI systemsSunil V L2023-06-011-8/+22
| * | | RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()Sunil V L2023-06-011-10/+31
| * | | RISC-V: only iterate over possible CPUs in ISA string parserSunil V L2023-06-011-5/+10
| * | | RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L2023-06-012-1/+73
| * | | RISC-V: smpboot: Create wrapper setup_smp()Sunil V L2023-06-011-1/+6
| * | | drivers/acpi: RISC-V: Add RHCT related codeSunil V L2023-06-011-0/+8
| * | | RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L2023-06-013-0/+59
| * | | RISC-V: Add ACPI initialization in setup_arch()Sunil V L2023-06-012-0/+131
| * | | ACPI: processor_core: RISC-V: Enable mapping processor to the hartidSunil V L2023-06-011-0/+3
| * | | RISC-V: Add support to build the ACPI coreSunil V L2023-06-016-0/+166
| * | | riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang2023-06-011-1/+1
| |/ /
* | | Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-3085-4358/+606
|\ \ \
| * | | powerpc: remove checks for binutils older than 2.25Masahiro Yamada2023-06-272-17/+2
| * | | powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao2023-06-271-0/+8
| * | | powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memoryGaurav Batra2023-06-261-4/+14
| * | | powerpc/iommu: Only build sPAPR access functions on pSeriesTimothy Pearson2023-06-211-0/+4
| * | | powerpc: powernv: Annotate data races in opal eventsRohan McLure2023-06-211-3/+3
| * | | powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure2023-06-212-4/+4
| * | | powerpc: Annotate accesses to ipi message flagsRohan McLure2023-06-211-2/+2
| * | | powerpc: powernv: Fix KCSAN datarace warnings on idle_state contentionRohan McLure2023-06-212-7/+10
| * | | powerpc: Mark [h]ssr_valid accesses in check_return_regs_validRohan McLure2023-06-212-10/+8
| * | | powerpc: qspinlock: Enforce qnode writes prior to publishing to queueRohan McLure2023-06-211-0/+7
| * | | powerpc: qspinlock: Mark accesses to qnode lock checksRohan McLure2023-06-211-2/+2
| * | | powerpc/powernv/pci: Remove last IODA1 definesJoel Stanley2023-06-212-3/+3
| * | | powerpc/powernv/pci: Remove MVE codeJoel Stanley2023-06-213-27/+1
| * | | powerpc/powernv/pci: Remove ioda1 supportJoel Stanley2023-06-213-455/+2
| * | | powerpc: 52xx: Make immr_id DT match tables staticRob Herring2023-06-212-2/+2
| * | | powerpc: mpc512x: Remove open coded "ranges" parsingRob Herring2023-06-211-32/+14
| * | | powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring2023-06-211-12/+4
| * | | powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-212-19/+5