summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual2022-03-221-3/+1
* Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-113-7/+19
|\
| * riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing2022-03-101-5/+16
| * riscv: alternative only works on !XIP_KERNELJisheng Zhang2022-03-102-2/+3
* | Merge tag 'riscv-for-linus-5.17-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-047-9/+14
|\|
| * riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel2022-03-031-1/+2
| * riscv: Fix kasan pud populationAlexandre Ghiti2022-03-031-1/+4
| * riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti2022-03-031-1/+1
| * riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti2022-03-031-0/+3
| * riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti2022-03-031-3/+1
| * riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti2022-03-031-2/+1
| * riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2022-03-032-1/+2
* | Merge tag 'riscv-for-linus-5.17-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-265-6/+46
|\|
| * riscv: fix oops caused by irqsoff latency tracerChangbin Du2022-02-244-5/+45
| * riscv: fix nommu_k210_sdcard_defconfigDamien Le Moal2022-02-241-1/+1
* | Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-181-25/+47
|\|
| * RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven2022-02-141-18/+39
| * RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven2022-02-141-4/+4
| * RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven2022-02-141-3/+4
* | Merge tag 'riscv-for-linus-5.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-116-13/+23
|\|
| * riscv: fix build with binutils 2.38Aurelien Jarno2022-02-101-0/+6
| * riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu2022-02-101-0/+2
| * riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang2022-02-081-3/+3
| * riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt2022-02-041-0/+1
| * riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt2022-02-041-0/+1
| * riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah2022-02-041-6/+5
| * riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du2022-02-041-4/+5
* | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-0578-796/+1877
|\|
| * Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
| |\
| | * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
| * | Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-2239-412/+980
| |\ \
| | * | RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULTPalmer Dabbelt2022-01-201-1/+0
| | * | RISC-V: Remove redundant err variableMinghao Chi2022-01-201-3/+1
| | * | riscv: dts: sifive unmatched: Add gpio poweroffRon Economos2022-01-201-0/+5
| | * | RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-2011-136/+130
| | * | RISC-V: Move spinwait booting method to its own configAtish Patra2022-01-205-5/+30
| | * | RISC-V: Move the entire hart selection via lottery to SMPAtish Patra2022-01-201-2/+6
| | * | RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra2022-01-205-23/+30
| | * | RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra2022-01-201-1/+1
| | * | RISC-V: Avoid using per cpu array for ordered bootingAtish Patra2022-01-204-15/+58
| | * | riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt2022-01-201-1/+0
| | * | riscv: fix boolconv.cocci warningskernel test robot2022-01-191-2/+1
| | * | RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-1917-188/+705
| | |\ \
| | | * | riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti2022-01-191-0/+9
| | | * | riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti2022-01-191-11/+12
| | | * | riscv: Implement sv48 supportAlexandre Ghiti2022-01-1912-44/+512
| | | * | riscv: Allow to dynamically define VA_BITSAlexandre Ghiti2022-01-194-14/+14
| | | * | riscv: Introduce functions to switch pt_opsAlexandre Ghiti2022-01-191-23/+51
| | | * | riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2022-01-193-51/+67