public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-04-21 17:11:18 to 2023-04-27 10:22:33 UTC [more...]

[PATCH] RISC-V: Align SBI probe implementation with spec
 2023-04-27 10:17 UTC  (3+ messages)

[PATCH -fixes V2] riscv: mm: remove redundant parameter of create_fdt_early_page_table
 2023-04-27 10:22 UTC  (3+ messages)

[PATCH -fixes] riscv: mm: remove redundant parameter of create_fdt_early_page_table
 2023-04-27 10:11 UTC  (3+ messages)

[PATCH 1/2] riscv: allow case-insensitive ISA string parsing
 2023-04-27 10:00 UTC  (10+ messages)
` [PATCH 2/2] docs: dt: allow case-insensitive RISC-V ISA string

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-04-27  9:27 UTC  (4+ messages)
` [PATCH V4 05/23] ACPI: OSL: Make should_use_kmap() 0 "

[PATCH V4 08/23] RISC-V: ACPI: Cache and retrieve the RINTC structure
 2023-04-27  9:22 UTC  (3+ messages)

[PATCH v6 0/4] crypto: starfive - Add drivers for crypto engine
 2023-04-27  5:06 UTC  (9+ messages)
` [PATCH v6 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v6 2/4] crypto: starfive - Add crypto engine support
` [PATCH v6 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v6 4/4] crypto: starfive - Add hash and HMAC support

[PATCH -next v4 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-04-27  2:13 UTC  (4+ messages)
` [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-26 23:28 UTC  (5+ messages)

[PATCH V4 09/23] drivers/acpi: RISC-V: Add RHCT related code
 2023-04-26 18:45 UTC  (2+ messages)

[PATCH V4 06/23] RISC-V: Add support to build the ACPI core
 2023-04-26 18:44 UTC  (2+ messages)

[PATCH V4 10/23] RISC-V: smpboot: Create wrapper smp_setup()
 2023-04-26 18:45 UTC  (2+ messages)

[PATCH v6 00/13] Add OPTPROBES feature on RISCV
 2023-04-26 18:01 UTC  (2+ messages)

[PATCH v1 0/2] Handle multi-letter extensions starting with caps in riscv,isa
 2023-04-26 17:47 UTC  (14+ messages)
` [PATCH v1 1/2] RISC-V: skip parsing multi-letter extensions starting with caps
` [PATCH v1 2/2] dt-bindings: riscv: drop invalid comment about riscv,isa lower-case reasoning

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-26 17:21 UTC  (2+ messages)

[PATCH 0/3] RISC-V: KVM: Ensure SBI extension is enabled
 2023-04-26 17:13 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: KVM: Disable SBI extension when its probe fails
` [PATCH 2/3] RISC-V: KVM: Rename dis_idx to ext_idx
` [PATCH 3/3] RISC-V: KVM: Introduce extension_enabled

[PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
 2023-04-26 15:57 UTC  (4+ messages)

[PATCH 0/2] RISC-V: hwprobe: Couple fixes found on late review
 2023-04-26 16:45 UTC  (6+ messages)
` [PATCH 1/2] RISC-V: hwprobe: There can only be one first
` [PATCH 2/2] RISC-V: hwprobe: Explicity check for -1 in vdso init

[PATCH v10 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-04-26 15:57 UTC  (3+ messages)
` [PATCH v10 1/1] "

[PATCH] dmaengine: xilinx: enable on RISC-V platform
 2023-04-26 14:28 UTC  (2+ messages)

[PATCH] RISC-V: hwprobe: Remove __init on probe_vendor_features()
 2023-04-26 14:27 UTC  (3+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-26 14:27 UTC  (2+ messages)

[RFC 00/48] RISC-V CoVE support
 2023-04-26 13:55 UTC  (14+ messages)
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-04-26 13:25 UTC  (5+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[PATCH v5 0/7] Add JH7110 USB and USB PHY driver support
 2023-04-26 12:46 UTC  (18+ messages)
` [PATCH v5 1/7] dt-bindings: phy: Add StarFive JH7110 USB PHY
` [PATCH v5 2/7] dt-bindings: phy: Add StarFive JH7110 PCIe PHY
` [PATCH v5 3/7] phy: starfive: Add JH7110 USB 2.0 PHY driver
` [PATCH v5 4/7] phy: starfive: Add JH7110 PCIE "
` [PATCH v5 6/7] usb: cdns3: Add StarFive JH7110 USB driver
` [PATCH v5 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110

[PATCH 0/4] Expose the isa-string via the AT_BASE_PLATFORM aux vector
 2023-04-26 12:29 UTC  (15+ messages)
` [PATCH 1/4] RISC-V: create ISA string separately - not as part of cpuinfo
` [PATCH 2/4] RISC-V: don't parse dt isa string to get rv32/rv64
` [PATCH 3/4] RISC-V: export the ISA string of the running machine in the aux vector
` [PATCH 4/4] RISC-V: add support for vendor-extensions via AT_BASE_PLATFORM and xthead

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-26  8:15 UTC  (31+ messages)
` [patch 22/37] arm64: smp: Switch to hotplug core state synchronization
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs

[PATCH v2 0/4] Add TDM audio on StarFive JH7110
 2023-04-26  7:55 UTC  (7+ messages)
` [PATCH v2 4/4] riscv: dts: starfive: add tdm node and sound card

[RESEND v2 0/6] Add JH7110 AON PMU support
 2023-04-26  2:11 UTC  (14+ messages)
` [RESEND v2 1/6] dt-bindings: power: "

[PATCH 0/2] Allow case-insensitive RISC-V ISA string
 2023-04-25 13:14 UTC  (2+ messages)

[PATCH v2] riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
 2023-04-25 10:28 UTC 

[RFC PATCH v1] riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
 2023-04-25 10:19 UTC  (4+ messages)

Resolving the `fixes` tree build errors
 2023-04-25  9:48 UTC 

Słowa kluczowe do wypozycjonowania
 2023-04-25  9:42 UTC 

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-25  3:55 UTC  (8+ messages)
` [PATCH v11 1/8] "
` [PATCH v11 8/8] selftests/ftrace: Add funcgraph-retval test case

[RFC PATCH] riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
 2023-04-25  3:35 UTC  (3+ messages)

[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
 2023-04-24 17:15 UTC  (3+ messages)
` [PATCH v3 5/7] dt-bindings: soc: starfive: Add StarFive syscon module

[GIT PULL] KVM/riscv changes for 6.4
 2023-04-24 17:06 UTC  (5+ messages)

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-04-24 16:45 UTC  (13+ messages)
` [PATCH 1/9] KVM: selftests: Allow dirty_log_perf_test to clear dirty memory in chunks
` [PATCH 2/9] KVM: selftests: Add optional delay between consecutive Clear-Dirty-Log calls
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[PATCH] riscv: uprobes: Restore thread.bad_cause
 2023-04-24 15:28 UTC  (3+ messages)

[PATCH v5 00/10] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-04-24 13:54 UTC  (11+ messages)
` [PATCH v5 01/10] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v5 02/10] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v5 03/10] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v5 04/10] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v5 05/10] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v5 06/10] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v5 07/10] MAINTAINERS: Update maintainer of JH71x0 clock drivers
` [PATCH v5 08/10] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v5 09/10] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v5 10/10] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

In-flight collision: ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP renaming
 2023-04-24 12:13 UTC  (2+ messages)

[PATCH] riscv: replace deprecated scall with ecall
 2023-04-23 22:32 UTC 

[PATCH v2] riscv: fix kprobe __user string arg print fault issue
 2023-04-23  9:12 UTC 

[PATCH RESEND] riscv: fix kprobe __user string arg print fault issue
 2023-04-23  8:56 UTC  (2+ messages)

[PATCH] riscv: fix kprobe __user string arg print fault issue
 2023-04-23  1:21 UTC 

[PATCH v3 2/2] pwm: sifive: change the PWM controlled LED algorithm
 2023-04-22 13:22 UTC  (2+ messages)

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-04-21 20:38 UTC  (2+ messages)

[PATCH v9 0/6] Introduce 64b relocatable kernel
 2023-04-21 19:24 UTC  (5+ messages)

[PATCH v4 0/6] RISC-V kasan rework
 2023-04-19 14:56 UTC  (2+ messages)

[PATCH v1] dt-bindings: riscv: add sv57 mmu-type
 2023-04-21 18:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox