summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: head: make secondary_start_common() staticJisheng Zhang2022-01-091-3/+2
* riscv: remove cpu_stop()Jisheng Zhang2022-01-092-9/+1
* riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis2022-01-091-4/+13
* riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis2022-01-091-1/+2
* riscv: Don't use va_pa_offset on kdumpNick Kossifidis2022-01-091-11/+9
* riscv: dts: sifive: fu540-c000: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
* riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible valuesGeert Uytterhoeven2022-01-091-1/+1
* riscv: dts: sifive: Group tuples in register propertiesGeert Uytterhoeven2022-01-091-6/+6
* riscv: dts: sifive: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-092-17/+18
* riscv: dts: microchip: mpfs: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-15/+16
* riscv: dts: microchip: mpfs: Fix clock controller nodeGeert Uytterhoeven2022-01-091-9/+0
* riscv: dts: microchip: mpfs: Fix reference clock nodeGeert Uytterhoeven2022-01-092-7/+9
* riscv: dts: microchip: mpfs: Fix PLIC nodeGeert Uytterhoeven2022-01-091-2/+3
* riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven2022-01-091-3/+0
* riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven2022-01-091-11/+12
* riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven2022-01-094-4/+4
* riscv/mm: Enable THP migrationNanyong Sun2022-01-082-0/+6
* riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun2022-01-082-6/+7
* riscv/head: fix misspelling of guaranteedhasheddan2022-01-071-1/+1
* RISC-V: Clean up the defconfigsPalmer Dabbelt2022-01-066-17/+10
|\
| * RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt2022-01-062-2/+0
| * RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt2022-01-061-1/+0
| * RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt2022-01-062-2/+0
| * RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt2022-01-062-2/+0
| * RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt2022-01-062-2/+0
| * RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt2022-01-061-1/+1
| * RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt2022-01-061-1/+1
| * RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt2022-01-061-1/+1
| * RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt2022-01-062-2/+2
| * RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt2022-01-062-2/+2
| * RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt2022-01-061-1/+1
| * RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt2022-01-062-0/+2
* | riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang2022-01-062-1/+3
* | riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2022-01-062-3/+3
* | riscv: switch to relative extable and other improvementsPalmer Dabbelt2022-01-0611-201/+290
|\ \
| * | riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2022-01-062-2/+0
| * | riscv: extable: add a dedicated uaccess handlerJisheng Zhang2022-01-064-70/+78
| * | riscv: add gpr-num.hJisheng Zhang2022-01-061-0/+77
| * | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-065-18/+56
| * | riscv: extable: consolidate definitionsJisheng Zhang2022-01-064-10/+37
| * | riscv: lib: uaccess: fold fixups into bodyJisheng Zhang2022-01-061-11/+11
| * | riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang2022-01-061-5/+5
| * | riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-063-10/+10
| * | riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-063-8/+12
| * | riscv: switch to relative exception tablesJisheng Zhang2022-01-065-6/+30
| * | riscv: consolidate __ex_table constructionJisheng Zhang2022-01-062-27/+15
| * | riscv: remove unused __cmpxchg_user() macroJisheng Zhang2022-01-061-75/+0
| |/
* / riscv: dts: enable more DA9063 functions for the SiFive HiFive UnmatchedAurelien Jarno2021-11-191-0/+12
|/
* Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-145-6/+14
|\
| * parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1