linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-21 10:05:13 to 2022-08-26 14:29:11 UTC [more...]

[PATCH 0/9] New PolarFire SoC devkit devicetrees & 22.09 reference design updates
 2022-08-26 14:28 UTC  (4+ messages)
` [PATCH 1/9] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH 2/9] dt-bindings: riscv: microchip: document the aries m100pfsevp
` [PATCH 3/9] dt-bindings: riscv: microchip: document the sev kit

[PATCH -next v2 0/2]riscv: some refactorings realted to uaccess and extable
 2022-08-26  9:30 UTC  (13+ messages)
` [PATCH -next v2 1/2] riscv: uaccess: rename __get/put_user_nocheck to __get/put_mem_nocheck
` [PATCH -next v2 2/2] riscv: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support

[PATCH] MAINTAINERS: add PolarFire SoC dt bindings
 2022-08-26  8:22 UTC  (4+ messages)

[PATCH v3 0/5] Add PolarFire SoC Fabric Clock Conditioning Circuitry Support
 2022-08-26  6:45 UTC  (9+ messages)
` [PATCH v3 1/5] dt-bindings: clk: rename mpfs-clkcfg binding
` [PATCH v3 2/5] dt-bindings: clk: document PolarFire SoC fabric clocks
` [PATCH v3 3/5] dt-bindings: clk: add PolarFire SoC fabric clock ids
` [PATCH v3 4/5] clk: microchip: add PolarFire SoC fabric clock support
` [PATCH v3 5/5] riscv: dts: microchip: add the mpfs' fabric clock control

[RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC
 2022-08-26  6:22 UTC  (3+ messages)

[PATCH v5 0/6] leds: Allwinner A100 LED controller support
 2022-08-26  5:09 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: leds: Add Allwinner A100 LED controller
` [PATCH v5 2/6] leds: sun50i-a100: New driver for the "
` [PATCH v5 3/6] arm64: dts: allwinner: a100: Add device node for DMA controller
` [PATCH v5 4/6] arm64: dts: allwinner: a100: Add LED controller node
` [PATCH v5 5/6] riscv: dts: allwinner: d1: "
` [PATCH v5 6/6] riscv: dts: allwinner: d1: Add RGB LEDs to boards

[RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings
 2022-08-26  0:15 UTC  (2+ messages)

[PATCH v5 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-25 23:25 UTC  (8+ messages)
` [PATCH v5 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v5 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v5 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v5 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v5 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v5 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v5 7/7] KVM: selftests: Add ucall pool based implementation

[PATCH 0/4] misc warning cleanup in arch/risc-v
 2022-08-25 23:42 UTC  (2+ messages)

[GIT PULL] Microchip RISC-V devicetree fixes for 6.0-rc3
 2022-08-25 23:33 UTC  (2+ messages)

[PATCH v2] include/linux: declare cpuinfo_op in processor.h
 2022-08-25 20:59 UTC 

[PATCH 0/2] Add a PolarFire SoC l2 compatible
 2022-08-25 20:03 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: riscv: sifive-l2: add a PolarFire SoC compatible
` [PATCH 2/2] riscv: dts: microchip: use an mpfs specific l2 compatible

[PATCH] drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
 2022-08-25  2:51 UTC  (5+ messages)

[PATCH v4 0/4] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
 2022-08-24 18:02 UTC  (12+ messages)
` [PATCH v4 1/4] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH v4 2/4] dt-bindings: interrupt-controller: sifive,plic: "
` [PATCH v4 3/4] dt-bindings: riscv: add new riscv,isa strings for emulators
` [PATCH v4 4/4] dt-bindings: riscv: isa string bonus content

[PATCH v4 0/4] riscv, mm: detect svnapot cpu support at runtime
 2022-08-24 17:37 UTC  (13+ messages)
` [PATCH v4 1/4] mm: modify pte format for Svnapot
` [PATCH v4 2/4] mm: support Svnapot in physical page linear-mapping
` [PATCH v4 3/4] mm: support Svnapot in hugetlb page
` [PATCH v4 4/4] mm: support Svnapot in huge vmap
  ` Re: [PATCH v4 0/4] riscv, mm: detect svnapot cpu support at runtime

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-08-24  1:33 UTC  (3+ messages)

[PATCH v3 0/7] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08
 2022-08-24 16:19 UTC  (11+ messages)
` [PATCH v3 1/7] dt-bindings: PCI: fu740-pci: fix missing clock-names
` [PATCH v3 2/7] dt-bindings: PCI: microchip,pcie-host: fix missing clocks properties
` [PATCH v3 3/7] dt-bindings: PCI: microchip,pcie-host: fix missing dma-ranges
` (subset) [PATCH v3 0/7] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08

[PATCH v4 0/6] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-08-24 15:32 UTC  (9+ messages)
` [PATCH v4 1/6] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v4 2/6] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v4 3/6] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v4 4/6] tools: Add atomic_test_and_set_bit()
` [PATCH v4 5/6] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v4 6/6] KVM: selftests: Add ucall pool based implementation

[PATCH net-next] driver: cadence macb driver support acpi mode
 2022-08-24 15:25 UTC  (4+ messages)

[PATCH] rtc: mpfs: Use devm_clk_get_enabled() helper
 2022-08-24 13:25 UTC  (8+ messages)

[PATCH v3] clk: bcm2835: Round UART input clock up
 2022-08-24 10:04 UTC  (5+ messages)

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-08-24  9:46 UTC  (8+ messages)
` [PATCH v3 1/4] Revert "Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64"
` [PATCH v3 2/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v3 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v10 0/4] Microchip soft ip corePWM driver
 2022-08-24  9:12 UTC  (5+ messages)
` [PATCH v10 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v10 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v10 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v10 4/4] MAINTAINERS: add pwm to PolarFire SoC entry

[Crash-utility][PATCH V3 0/9] Support RISCV64 arch and common commands
 2022-08-24  8:57 UTC  (3+ messages)
  ` [PATCH "

[PATCH v2 0/3] MPFS mailbox fixes
 2022-08-24  7:08 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mailbox: fix the mpfs' reg property
` [PATCH v2 2/3] mailbox: mpfs: fix handling of the "
` [PATCH v2 3/3] mailbox: mpfs: account for mbox offsets while sending

[PATCH] rtc: mpfs: Remove printing of stray CR
 2022-08-23 20:18 UTC  (2+ messages)

[PATCH 0/3] MPFS mailbox fixes
 2022-08-23 18:46 UTC  (4+ messages)

RISC-V reserved memory problems
 2022-08-23  9:36 UTC  (3+ messages)

[PATCH v2] RISC-V: Clean up the Zicbom block size probing
 2022-08-22 22:02 UTC  (2+ messages)

[PATCH v2 0/6] Add PolarFire SoC Fabric Clock Conditioning Circuitry Support
 2022-08-22 21:53 UTC  (11+ messages)
` [PATCH v2 1/6] dt-bindings: clk: rename mpfs-clkcfg binding
` [PATCH v2 2/6] dt-bindings: clk: document PolarFire SoC fabric clocks
` [PATCH v2 3/6] dt-bindings: clk: add PolarFire SoC fabric clock ids
` [PATCH v2 4/6] clk: microchip: add PolarFire SoC fabric clock support
` [PATCH v2 5/6] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v2 6/6] riscv: dts: microchip: add the mpfs' fabric clock control

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-08-22 15:29 UTC  (19+ messages)
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree

[PATCH v3 0/4] riscv, mm: detect svnapot cpu support at runtime
 2022-08-22 13:09 UTC  (6+ messages)
` [PATCH v3 1/4] mm: modify pte format for Svnapot
` [PATCH v3 2/4] mm: support Svnapot in physical page linear-mapping
` [PATCH v3 3/4] mm: support Svnapot in hugetlb page
` [PATCH v3 4/4] mm: support Svnapot in huge vmap

[PATCH v6 0/1] Add Polarfire SoC GPIO support
 2022-08-22 11:28 UTC  (3+ messages)
` [PATCH v6 1/1] gpio: mpfs: add polarfire soc gpio support

[PATCH 0/6] Add an asm-generic cpuinfo_op declaration
 2022-08-22 10:45 UTC  (11+ messages)
` [PATCH 1/6] asm-generic: add a cpuinfo_ops definition in shared code
` [PATCH 2/6] microblaze: use the asm-generic version of cpuinfo_op
` [PATCH 3/6] s390: "
` [PATCH 4/6] sh: "
` [PATCH 5/6] sparc: "
` [PATCH 6/6] x86: "

[PATCH v9 3/4] pwm: add microchip soft ip corePWM driver
 2022-08-22  9:18 UTC  (3+ messages)

[PATCH] selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_without_nnp
 2022-08-22  8:49 UTC  (2+ messages)

[PATCH -next 0/2] riscv: ptrace: implement PTRACE_{PEEK,POKE}USR
 2022-08-22  8:19 UTC  (4+ messages)
` [PATCH -next 1/2] riscv: ptrace: Implement PTRACE_{PEEK,POKE}USR
` [PATCH -next 2/2] riscv: ptrace: Implement Compat PTRACE_{PEEK,POKE}USR

[PATCH] riscv: enable THP_SWAP for RV64
 2022-08-22  8:02 UTC  (2+ messages)

[PATCH v3 0/4] QEMU: Fix RISC-V virt & spike machines' dtbs
 2022-08-22  3:34 UTC  (2+ messages)

[RFC 00/10] arm64/riscv: Introduce fast kexec reboot
 2022-08-22  2:15 UTC  (4+ messages)
` [RFC 02/10] cpu/hotplug: Compile smp_shutdown_nonboot_cpus() conditioned on CONFIG_SHUTDOWN_NONBOOT_CPUS
` [RFC 03/10] cpu/hotplug: Introduce fast kexec reboot
` [RFC 04/10] cpu/hotplug: Check the capability of kexec quick reboot

[PATCH] kernel: exit: cleanup release_thread()
 2022-08-21 17:42 UTC  (4+ messages)

[PATCH] riscv: compat: s/failed/unsupported if compat mode isn't supported
 2022-08-21 14:37 UTC  (2+ messages)

[PATCH v6 RESEND 0/2] use static key to optimize pgtable_l4_enabled
 2022-08-21 14:09 UTC  (3+ messages)
` [PATCH v6 RESEND 1/2] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH v6 RESEND 2/2] riscv: turn pgtable_l4|[l5]_enabled to static key for RV64


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 NNTP newsgroup(s).