Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 22:37:33 to 2023-04-24 23:07:23 UTC [more...]

[PATCH 0/4] Expose the isa-string via the AT_BASE_PLATFORM aux vector
 2023-04-24 23:06 UTC  (6+ 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 v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-24 20:23 UTC  (5+ messages)
` [PATCH v11 1/8] "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-24 18:46 UTC  (25+ messages)
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs

[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 RESEND] dt-bindings: riscv: add sv57 mmu-type
 2023-04-24 17:05 UTC 

[RESEND v2 0/6] Add JH7110 AON PMU support
 2023-04-24 16:52 UTC  (15+ messages)
` [RESEND v2 1/6] dt-bindings: power: "
` [RESEND v2 3/6] soc: starfive: Modify ioremap to regmap
` [RESEND v2 4/6] soc: starfive: Extract JH7110 pmu private operations

[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 v2 0/4] Add TDM audio on StarFive JH7110
 2023-04-24 16:27 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: sound: Add TDM for "
` [PATCH v2 2/4] dt-bindings: riscv: Add item for StarFive JH7110 audio board
` [PATCH v2 3/4] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v2 4/4] riscv: dts: starfive: add tdm node and sound card

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

[PATCH v5 0/7] Add JH7110 USB and USB PHY driver support
 2023-04-24 14:53 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 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller
` [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 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

[RFC 00/48] RISC-V CoVE support
 2023-04-24 13:48 UTC  (47+ messages)
` [RFC 01/48] mm/vmalloc: Introduce arch hooks to notify ioremap/unmap changes
` [RFC 02/48] RISC-V: KVM: Improve KVM error reporting to the user space
` [RFC 03/48] RISC-V: KVM: Invoke aia_update with preempt disabled/irq enabled
` [RFC 04/48] RISC-V: KVM: Add a helper function to get pgd size
` [RFC 05/48] RISC-V: Add COVH SBI extensions definitions
` [RFC 06/48] RISC-V: KVM: Implement COVH SBI extension
` [RFC 07/48] RISC-V: KVM: Add a barebone CoVE implementation
` [RFC 08/48] RISC-V: KVM: Add UABI to support static memory region attestation
` [RFC 09/48] RISC-V: KVM: Add CoVE related nacl helpers
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 11/48] RISC-V: KVM: Use the new VM IOCTL for measuring pages
` [RFC 12/48] RISC-V: KVM: Exit to the user space for trap redirection
` [RFC 13/48] RISC-V: KVM: Return early for gstage modifications
` [RFC 14/48] RISC-V: KVM: Skip dirty logging updates for TVM
` [RFC 15/48] RISC-V: KVM: Add a helper function to trigger fence ops
` [RFC 22/48] RISC-V: KVM: Implement vcpu load/put functions for CoVE guests
` [RFC 27/48] RISC-V: KVM: Implement COVI SBI extension
` [RFC 28/48] RISC-V: KVM: Add interrupt management functions for TVM
` [RFC 30/48] RISC-V: KVM: Perform limited operations in hardware enable/disable
` [RFC 31/48] RISC-V: KVM: Indicate no support user space emulated IRQCHIP
` [RFC 33/48] RISC-V: KVM: Hookup TVM VCPU init/destroy
` [RFC 34/48] RISC-V: KVM: Initialize CoVE
` [RFC 35/48] RISC-V: KVM: Add TVM init/destroy calls
` [RFC 36/48] RISC-V: KVM: Read/write gprs from/to shmem in case of TVM VCPU
` [RFC 37/48] RISC-V: Add COVG SBI extension definitions
` [RFC 38/48] RISC-V: Add CoVE guest config and helper functions
` [RFC 39/48] RISC-V: Implement COVG SBI extension
` [RFC 40/48] RISC-V: COVE: Add COVH invalidate, validate, promote, demote and remove APIs
` [RFC 42/48] RISC-V: Allow host to inject any ext interrupt id to a CoVE guest
` [RFC 43/48] RISC-V: Add base memory encryption functions
` [RFC 44/48] RISC-V: Add cc_platform_has() for RISC-V for CoVE
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
` [RFC 46/48] riscv/virtio: Have CoVE guests enforce restricted virtio memory access

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

[PATCH v10 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-04-24  9:23 UTC  (2+ messages)
` [PATCH v10 1/1] "

[RFC PATCH] riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
 2023-04-24  7:46 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 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-04-22 13:22 UTC  (11+ messages)
` [PATCH v3 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v3 2/2] pwm: sifive: change the PWM controlled LED algorithm

[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  (6+ messages)

[PATCH v4 0/6] RISC-V kasan rework
 2023-04-20 17:36 UTC  (3+ messages)

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

[PATCH] RISC-V: hwprobe: Remove __init on probe_vendor_features()
 2023-04-21 17:48 UTC  (2+ messages)

[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
 2023-04-21 13:16 UTC  (2+ messages)

[RFC PATCH 0/2] RISC-V: Detect Ssqosid extension and handle sqoscfg CSR
 2023-04-21  9:34 UTC  (5+ messages)
` [RFC PATCH 2/2] RISC-V: Add support for "

[PATCH v17 0/2] Microchip Soft IP corePWM driver
 2023-04-21  9:27 UTC  (3+ messages)
` [PATCH v17 1/2] pwm: add microchip soft ip "
` [PATCH v17 2/2] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-21  7:47 UTC  (3+ messages)

[PATCH v3 0/3] Add JH7110 cpufreq support
 2023-04-21  7:37 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq
` [PATCH v3 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
` [PATCH v3 3/3] riscv: dts: starfive: Add cpu scaling for JH7110 SoC

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (6+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking

[PATCH v1] RISC-V: include cpufeature.h in cpufeature.c
 2023-04-20 19:24 UTC  (2+ messages)

[PATCH v9 1/1] riscv: Allow to downgrade paging mode from the command line
 2023-04-20 18:44 UTC  (3+ messages)

[PATCH v9 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-04-20 17:40 UTC  (2+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-20 16:36 UTC  (3+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-04-20 14:58 UTC  (2+ messages)

[PATCH v5 0/4] crypto: starfive - Add drivers for crypto engine
 2023-04-20 10:10 UTC  (3+ messages)
` [PATCH v5 4/4] crypto: starfive - Add hash and HMAC support

[PATCH] pwm: sifive: Simplify using devm_clk_get_prepared()
 2023-04-20 10:10 UTC  (2+ messages)

W sprawie samochodu
 2023-04-20  8:16 UTC 

[PATCH v2 0/3] Add JH7110 cpufreq support
 2023-04-20  7:10 UTC  (4+ messages)
` [PATCH v2 3/3] riscv: dts: starfive: Add cpu scaling for JH7110 SoC

[PATCH v8 0/7] Add non-coherent DMA support for AX45MP
 2023-04-20  6:09 UTC  (3+ messages)

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-04-20  0:31 UTC  (10+ messages)

[PATCH V3 00/20] Add basic ACPI support for RISC-V
 2023-04-19 23:34 UTC  (11+ messages)

[RFC kvmtool 00/10] RISC-V CoVE support
 2023-04-19 22:23 UTC  (7+ messages)
` [RFC kvmtool 04/10] riscv: Invoke measure region for VM images
` [RFC kvmtool 05/10] riscv: Do not create APLIC for TVMs
` [RFC kvmtool 06/10] riscv: Change initrd alignment to a page size
` [RFC kvmtool 08/10] riscv: virtio: Enforce VIRTIO_F_ACCESS_PLATFORM feature flag
` [RFC kvmtool 09/10] riscv: Don't emit MMIO devices for CoVE VM
` [RFC kvmtool 10/10] riscv: cove: Don't emit interrupt_map for pci devices in fdt


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).