Show patches with: State = Action Required       |    Archived = No       |   249 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[-fixes] riscv: kexec: Avoid deadlock in kexec crash path [-fixes] riscv: kexec: Avoid deadlock in kexec crash path - - - 13-- 2023-12-08 Song Shuai New
[01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[02/12] mm, riscv, arm64: Use common ptep_get() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[03/12] mm, riscv, arm64: Use common set_ptes() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[04/12] mm, riscv, arm64: Use common ptep_get_lockless() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[05/12] mm, riscv, arm64: Use common set_pte() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[06/12] mm, riscv, arm64: Use common pte_clear() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[07/12] mm, riscv, arm64: Use common ptep_get_and_clear() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[08/12] mm, riscv, arm64: Use common ptep_test_and_clear_young() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[09/12] mm, riscv, arm64: Use common ptep_clear_flush_young() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START [1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START - - - 121- 2024-03-26 Yong-Xuan Wang New
[1/2] dt-bindings: riscv: cpus: add a vlen register length property riscv: Allow vlenb to be probed from DT - - - 14-- 2024-05-15 Charlie Jenkins New
[1/2] riscv: dts: canaan: Clean up serial aliases riscv: dts: canaan: Unused devices cleanup - 1 - 13-- 2024-05-08 Geert Uytterhoeven conchuod New
[1/2] riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled riscv: fix debug_pagealloc - - - 13-- 2024-05-15 Nam Cao New
[1/4] riscv: Extend cpufeature.c to detect vendor extensions riscv: Separate vendor extensions from standard extensions - 1 - 131- 2024-05-15 Charlie Jenkins New
[1/5] dt-bindings: riscv: add Zimop ISA extension description Add parsing for Zimop ISA extension 1 - - 1111 2024-04-04 Clément Léger New
[1/7] riscv: cleanup XIP_FIXUP macro remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code Merge arm64/riscv hugetlbfs contpte support - - - 1111 2024-03-01 Alexandre Ghiti New
[10/12] mm, riscv, arm64: Use common ptep_set_access_flags() function Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[11/12] mm, riscv, arm64: Use common ptep_set_wrprotect()/wrprotect_ptes() functions Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[12/12] mm, riscv, arm64: Use common get_and_clear_full_ptes()/clear_full_ptes() functions Make riscv use THP contpte support for arm64 - - - --1 2024-05-08 Alexandre Ghiti New
[2/2] riscv: dts: canaan: Disable I/O devices unless used riscv: dts: canaan: Unused devices cleanup - 1 - 121- 2024-05-08 Geert Uytterhoeven conchuod New
[2/2] riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context riscv: fix debug_pagealloc - - - 13-- 2024-05-15 Nam Cao New
[2/2] riscv: vector: Use vlenb from DT riscv: Allow vlenb to be probed from DT - 1 - 14-- 2024-05-15 Charlie Jenkins New
[2/4] riscv: Add vendor extensions to /proc/cpuinfo riscv: Separate vendor extensions from standard extensions - 2 - 14-- 2024-05-15 Charlie Jenkins New
[2/5] riscv: add ISA extension parsing for Zimop Add parsing for Zimop ISA extension - 1 - 12-1 2024-04-04 Clément Léger New
[2/7] riscv: replace va_kernel_pa_offset with va_kernel_data_pa_offset on XIP remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[3/4] riscv: Introduce vendor variants of extension helpers riscv: Separate vendor extensions from standard extensions - 1 - 131- 2024-05-15 Charlie Jenkins New
[3/5] mm: add vaddr param to pmd_populate_kernel mm: code and data partitioning improvements - - - 11-2 2024-04-05 Maxwell Bland New
[3/5] riscv: hwprobe: export Zimop ISA extension Add parsing for Zimop ISA extension - - - 1111 2024-04-04 Clément Léger New
[3/7] riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSET remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[3/9] mm: Use common huge_ptep_get() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 1111 2024-03-01 Alexandre Ghiti New
[4/4] riscv: cpufeature: Extract common elements from extension checking riscv: Separate vendor extensions from standard extensions - 1 - 131- 2024-05-15 Charlie Jenkins New
[4/5] RISC-V: KVM: Allow Zimop extension for Guest/VM Add parsing for Zimop ISA extension - - - 12-1 2024-04-04 Clément Léger New
[4/7] riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSET remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[4/9] mm: Use common set_huge_pte_at() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[5/5] KVM: riscv: selftests: Add Zimop extension to get-reg-list test Add parsing for Zimop ISA extension - - - 12-1 2024-04-04 Clément Léger New
[5/5] ptdump: add state parameter for non-leaf callback mm: code and data partitioning improvements - - - 24-1 2024-04-15 Maxwell Bland New
[5/7] riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa() remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[5/9] mm: Use common huge_pte_clear() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[6/7] riscv: drop the use of XIP_OFFSET in create_kernel_page_table() remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[6/9] mm: Use common huge_ptep_get_and_clear() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[7/7] riscv: remove limit on the size of read-only section for XIP kernel remove size limit on XIP kernel - - - --1 2024-05-10 Nam Cao New
[7/9] mm: Use common huge_ptep_set_access_flags() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[8/9] mm: Use common huge_ptep_set_wrprotect() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[9/9] mm: Use common huge_ptep_clear_flush() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 12-1 2024-03-01 Alexandre Ghiti New
[bpf-next,v2,1/2] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs riscv, bpf: Support per-CPU insn and inline bpf_get_smp_processor_id() 1 - - --1 2024-04-30 Puranjay Mohan New
[bpf-next,v2,2/2] riscv, bpf: inline bpf_get_smp_processor_id() riscv, bpf: Support per-CPU insn and inline bpf_get_smp_processor_id() 3 - - --1 2024-04-30 Puranjay Mohan New
[bpf-next,v4,1/3] riscv, bpf: Add 12-argument support for RV64 bpf trampoline Add 12-argument support for RV64 bpf trampoline 1 1 - --- 2024-05-18 Pu Lehui New
[bpf-next,v4,2/3] selftests/bpf: Factor out many args tests from tracing_struct Add 12-argument support for RV64 bpf trampoline - - - --- 2024-05-18 Pu Lehui New
[bpf-next,v4,3/3] selftests/bpf: Add testcase where 7th argment is struct Add 12-argument support for RV64 bpf trampoline 1 1 - --- 2024-05-18 Pu Lehui New
[cmpxchg,14/14] riscv: Emulate one-byte cmpxchg Untitled series #842553 1 - 1 --- 2024-04-08 Paul E. McKenney New
[kvmtool,v3,1/1] riscv: Fix the hart bit setting of AIA [kvmtool,v3,1/1] riscv: Fix the hart bit setting of AIA - 1 - --1 2024-05-16 Yong-Xuan Wang New
[RESEND,v2,1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code Merge arm64/riscv hugetlbfs contpte support - - - 121- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes Merge arm64/riscv hugetlbfs contpte support - - - 13-- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,3/9] mm: Use common huge_ptep_get() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 121- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,4/9] mm: Use common set_huge_pte_at() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 121- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,5/9] mm: Use common huge_pte_clear() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 13-- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,6/9] mm: Use common huge_ptep_get_and_clear() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 13-- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,7/9] mm: Use common huge_ptep_set_access_flags() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 121- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,8/9] mm: Use common huge_ptep_set_wrprotect() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 13-- 2024-05-08 Alexandre Ghiti New
[RESEND,v2,9/9] mm: Use common huge_ptep_clear_flush() function for riscv/arm64 Merge arm64/riscv hugetlbfs contpte support - - - 13-- 2024-05-08 Alexandre Ghiti New
[RFC,1/2] riscv: process: Introduce idle thread using Zawrs extension riscv: Idle thread using Zawrs extension - 3 - 1112 2024-04-18 Xu Lu New
[RFC,2/2] riscv: Use Zawrs to accelerate IPI to idle cpu riscv: Idle thread using Zawrs extension - - - 914 2024-04-18 Xu Lu New
[RFC,RESEND,1/6] iommu/riscv: Add RISC-V IOMMU PMU support RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC,RESEND,2/6] iommu/riscv: Support HPM and interrupt handling RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC,RESEND,3/6] iommu/riscv: support GSCID RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC,RESEND,4/6] iommu/riscv: support nested iommu for getting iommu hardware information RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC,RESEND,5/6] iommu/riscv: support nested iommu for creating domains owned by userspace RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC,RESEND,6/6] iommu/riscv: support nested iommu for flushing cache RISC-V IOMMU HPM and nested IOMMU support - - - --1 2024-05-07 Zong Li New
[RFC] ftrace: riscv: move from REGS to ARGS [RFC] ftrace: riscv: move from REGS to ARGS - - - 13-- 2024-03-28 Puranjay Mohan New
[v1,1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC riscv: dts: add USB nodes for Canaan Kendryte K230 SoCs 1 - - --1 2024-04-21 Yangyu Chen conchuod New
[v1,1/2] riscv: dts: starfive: Add JH7100 high speed UARTs riscv: dts: starfive: Enable Bluetooth on JH7100 boards - - - 13-- 2024-05-08 Emil Renner Berthing conchuod New
[v1,1/3] dt-bindings: serial: snps-dw-apb-uart: Add one more reset signal for StarFive JH7110 SoC Add the core reset for UARTs of StarFive JH7110 - - - 13-- 2024-05-17 Hal Feng New
[v1,1/5] dt-bindings: riscv: microchip: document beaglev-fire BeagleV Fire support 1 - - 13-- 2024-03-27 Conor Dooley conchuod New
[v1,1/5] firmware: microchip: support writing bitstream info to flash PolarFire SoC Auto Update design info support - - - --1 2024-04-10 Conor Dooley conchuod New
[v1,2/2] riscv: dts: add usb nodes for Canaan Kendryte K230 SoCs riscv: dts: add USB nodes for Canaan Kendryte K230 SoCs - - - --1 2024-04-21 Yangyu Chen conchuod New
[v1,2/2] riscv: dts: starfive: Enable Bluetooth on JH7100 boards riscv: dts: starfive: Enable Bluetooth on JH7100 boards - - - 13-- 2024-05-08 Emil Renner Berthing conchuod New
[v1,2/3] serial: 8250_dw: Use reset array API to get resets Add the core reset for UARTs of StarFive JH7110 - - - 13-- 2024-05-17 Hal Feng New
[v1,2/5] dt-bindings: gpio: mpfs: add coreGPIO support BeagleV Fire support - 1 - 13-- 2024-03-27 Conor Dooley conchuod New
[v1,3/3] riscv: dts: starfive: jh7110: Add the core reset and jh7110 compatible for uarts Add the core reset for UARTs of StarFive JH7110 - - - 13-- 2024-05-17 Hal Feng New
[v1,3/5] dt-bindings: gpio: mpfs: allow gpio-line-names BeagleV Fire support 1 - - 13-- 2024-03-27 Conor Dooley conchuod New
[v1,4/5] dt-bindings: PCI: microchip: increase number of items in ranges property BeagleV Fire support 1 - - 13-- 2024-03-27 Conor Dooley conchuod New
[v1,4/5] firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_address() PolarFire SoC Auto Update design info support - - - --1 2024-04-10 Conor Dooley conchuod New
[v1,5/5] firmware: microchip: use scope-based cleanup where possible PolarFire SoC Auto Update design info support - - - --1 2024-04-10 Conor Dooley conchuod New
[v1,5/5] riscv: dts: microchip: add an initial devicetree for the BeagleV Fire BeagleV Fire support - - - 121- 2024-03-27 Conor Dooley conchuod New
[v1] RISC-V: separate Zbb optimisations requiring and not requiring toolchain support [v1] RISC-V: separate Zbb optimisations requiring and not requiring toolchain support - - - --1 2024-05-15 Conor Dooley New
[V1] riscv: mm: Support > 1GB kernel image size when creating early page table [V1] riscv: mm: Support > 1GB kernel image size when creating early page table - - - 1012 2024-04-30 yang.zhang New
[v10,3/3] riscv: dts: jh7110: starfive: Add timer node Add timer driver for StarFive JH7110 RISC-V SoC - 2 - 13-- 2024-04-12 Ziv Xu conchuod New
[v16,22/22] riscv: dts: starfive: add PCIe dts configuration for JH7110 Refactoring Microchip PCIe driver and add StarFive PCIe - 1 - --- 2024-03-28 Minda Chen conchuod New
[v2,1/1] RISC-V: ACPI: Enable SPCR table for console output on RISC-V Enable SPCR table for console output on RISC-V - - - 13-- 2024-05-02 JeeHeng Sia New
[v2,1/2] riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN riscv: access_ok() optimization 1 1 - 13-- 2024-03-27 Samuel Holland New
[v2,1/3] dt-bindings: i2c: dw: Document compatible thead,th1520-i2c Add I2C support on TH1520 1 - - --1 2024-05-17 Thomas Bonnefille New
[v2,1/5] LoongArch: Add update_mmu_tlb_range() Add update_mmu_tlb_range() to simplify code - - - 13-- 2024-05-06 Bang Li New
[v2,1/7] riscv: jump_label: Batch icache maintenance riscv: Various text patching improvements - 1 - --1 2024-03-27 Samuel Holland New
[v2,1/8] riscv: mm: Pre-allocate vmemmap/direct map PGD entries riscv: Memory Hot(Un)Plug support - 1 - 1111 2024-05-14 Björn Töpel New
[v2,2/2] riscv: Define TASK_SIZE_MAX for __access_ok() riscv: access_ok() optimization - 2 - 13-- 2024-03-27 Samuel Holland New
[v2,2/3] riscv: dts: thead: Add TH1520 I2C nodes Add I2C support on TH1520 - - - --1 2024-05-17 Thomas Bonnefille New
[v2,2/5] mips: Add update_mmu_tlb_range() Add update_mmu_tlb_range() to simplify code - - - 13-- 2024-05-06 Bang Li New
« 1 2 3 »