summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-202-8/+28
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-104-5/+12
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-2013-35/+67
| |\ \ \
| * | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-142-8/+28
* | | | | Revert "dts: phy: add GPIO number and active state used for phy reset"Palmer Dabbelt2021-02-101-1/+0
| |_|_|/ |/| | |
* | | | RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra2021-02-021-0/+2
* | | | riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe2021-02-021-3/+3
* | | | RISC-V: Fix .init section permission updateAtish Patra2021-02-021-1/+3
* | | | riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti2021-02-021-1/+4
| |_|/ |/| |
* | | riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-01-221-1/+1
| |/ |/|
* | RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra2021-01-151-2/+4
* | RISC-V: Set current memblock limitAtish Patra2021-01-151-2/+14
* | RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra2021-01-151-11/+13
* | riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang2021-01-141-3/+2
* | riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam2021-01-131-0/+2
* | dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam2021-01-131-0/+1
* | dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam2021-01-131-0/+1
* | riscv: Fix KASAN memory mapping.Nick Hu2021-01-131-2/+2
* | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2021-01-122-2/+2
* | riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang2021-01-121-1/+10
* | riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-121-3/+3
* | riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang2021-01-091-1/+0
* | riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal2021-01-071-0/+9
* | riscv: Fix kernel time_init()Damien Le Moal2021-01-071-0/+3
* | riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-071-8/+1
|/
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-241-1/+1
|\
| * RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra2020-12-211-1/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-6/+0
|\ \
| * | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-211-1/+1
|\ \ \ | |_|/ |/| |
| * | clk: sifive: Use common name for prci configurationZong Li2020-12-161-1/+1
| |/
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-1820-127/+362
|\ \
| * \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| |\ \
| | * | RISC-V: Use the new generic devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| * | | riscv: Fixed kernel test robot warningSouptick Joarder2020-12-101-0/+2
| * | | riscv: kernel: Drop unused clean ruleKefeng Wang2020-12-101-2/+0
| * | | riscv: provide memmove implementationNylon Chen2020-12-104-4/+71
| * | | RISC-V: Move dynamic relocation section under __initAtish Patra2020-11-251-4/+4
| * | | RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-256-27/+67
| * | | RISC-V: Align the .init.text sectionAtish Patra2020-11-251-1/+7
| * | | RISC-V: Initialize SBI earlyAtish Patra2020-11-251-4/+3
| * | | riscv: Enable ARCH_STACKWALKKefeng Wang2020-11-253-40/+11
| * | | riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-203-7/+7
| * | | riscv: Cleanup stacktraceKefeng Wang2020-11-203-15/+21
| * | | riscv: Add HAVE_IRQ_TIME_ACCOUNTINGKefeng Wang2020-11-201-0/+1
| * | | riscv: Enable CMA supportKefeng Wang2020-11-201-2/+6
| * | | riscv: Ignore Image.* and loader.binKefeng Wang2020-11-091-1/+2
| * | | riscv: Clean up boot dirKefeng Wang2020-11-092-1/+4