summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-01-11RISC-V: Use SBI SRST extension when availableAnup Patel2-0/+59
2022-01-09riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang1-1/+1
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson3-18/+12
2022-01-09riscv: head: remove useless __PAGE_ALIGNED_BSS and .balignJisheng Zhang1-4/+0
2022-01-09riscv: errata: alternative: mark vendor_patch_func __initdataJisheng Zhang1-1/+2
2022-01-09riscv: head: make secondary_start_common() staticJisheng Zhang1-3/+2
2022-01-09riscv: remove cpu_stop()Jisheng Zhang2-9/+1
2022-01-09riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis1-4/+13
2022-01-09riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis1-1/+2
2022-01-09riscv: Don't use va_pa_offset on kdumpNick Kossifidis1-11/+9
2022-01-09riscv: dts: sifive: fu540-c000: Fix PLIC nodeGeert Uytterhoeven1-2/+3
2022-01-09riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible valuesGeert Uytterhoeven1-1/+1
2022-01-09riscv: dts: sifive: Group tuples in register propertiesGeert Uytterhoeven1-6/+6
2022-01-09riscv: dts: sifive: Group tuples in interrupt propertiesGeert Uytterhoeven2-17/+18
2022-01-09riscv: dts: microchip: mpfs: Group tuples in interrupt propertiesGeert Uytterhoeven1-15/+16
2022-01-09riscv: dts: microchip: mpfs: Fix clock controller nodeGeert Uytterhoeven1-9/+0
2022-01-09riscv: dts: microchip: mpfs: Fix reference clock nodeGeert Uytterhoeven2-7/+9
2022-01-09riscv: dts: microchip: mpfs: Fix PLIC nodeGeert Uytterhoeven1-2/+3
2022-01-09riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven1-3/+0
2022-01-09riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven1-11/+12
2022-01-09riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven4-4/+4
2022-01-07riscv/mm: Enable THP migrationNanyong Sun2-0/+6
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2-6/+7
2022-01-07riscv/head: fix misspelling of guaranteedhasheddan1-1/+1
2022-01-06RISC-V: Clean up the defconfigsPalmer Dabbelt6-17/+10
2022-01-06RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt1-1/+0
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt2-2/+0
2022-01-05RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt2-2/+2
2022-01-05RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt2-2/+2
2022-01-05RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt1-1/+1
2022-01-05RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt2-0/+2
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2-1/+3
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2-3/+3
2022-01-05riscv: switch to relative extable and other improvementsPalmer Dabbelt11-201/+290
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2-2/+0
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang4-70/+78
2022-01-05riscv: add gpr-num.hJisheng Zhang1-0/+77
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang5-18/+56
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang4-10/+37
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-05riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang1-5/+5
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang3-10/+10
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang3-8/+12
2022-01-05riscv: switch to relative exception tablesJisheng Zhang5-6/+30