public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-10-25 15:45:23 to 2023-10-28 18:34:46 UTC [more...]

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-10-28 18:34 UTC  (13+ messages)
` [PATCH v11 07/14] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v11 08/14] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v11 09/14] irqchip/riscv-imsic: Add support for PCI "

[PATCH] riscv: split cache ops out of dma-noncoherent.c
 2023-10-28 15:51 UTC 

[PATCH v6] scripts/gdb: add lx_current support for riscv
 2023-10-28  4:58 UTC 

[PATCH v8 0/5] riscv: Add fine-tuned checksum functions
 2023-10-28  0:04 UTC  (8+ messages)
` [PATCH v8 1/5] asm-generic: Improve csum_fold
` [PATCH v8 2/5] riscv: Add static key for misaligned accesses
` [PATCH v8 3/5] riscv: Checksum header
` [PATCH v8 4/5] riscv: Add checksum library
` [PATCH v8 5/5] riscv: Test checksum functions

[PATCH 5/5] riscv: configs: defconfig: Enable configs required for RZ/Five SoC
 2023-10-27 22:11 UTC  (2+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-10-27 18:22 UTC  (36+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-27 19:48 UTC  (3+ messages)
` [PATCH 4/5] kbuild: unify vdso_install rules

[RFC] riscv: Script to autogenerate instruction handling code
 2023-10-27 18:58 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: cache: sifive,ccache0: Add StarFive JH7100 compatible
 2023-10-27 18:38 UTC  (4+ messages)

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-10-27 17:45 UTC  (28+ messages)
` [RFC PATCH v2 01/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v2 02/21] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v2 03/21] ACPI: Kconfig: Introduce new option to support deferred GSI probe
` [RFC PATCH v2 04/21] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v2 05/21] pnp.h: Return -EPROBE_DEFER for disabled IRQ resource in pnp_irq()
` [RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v2 07/21] serial: 8250_pnp: Add support for deferred probe
` [RFC PATCH v2 08/21] ACPI: pci_irq: Avoid warning for deferred probe in acpi_pci_irq_enable()
` [RFC PATCH v2 09/21] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v2 10/21] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v2 11/21] PCI: MSI: Add helper function to set system wide MSI support
` [RFC PATCH v2 12/21] PCI: pci-acpi.c: Return correct value from pcibios_alloc_irq()
` [RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v2 14/21] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v2 15/21] irqchip: riscv-aplic: "
` [RFC PATCH v2 16/21] irqchip: irq-sifive-plic: "
` [RFC PATCH v2 17/21] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v2 18/21] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v2 19/21] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v2 20/21] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v2 21/21] ACPI: RISC-V: Create PLIC "

[PATCH 0/3] Linux RISC-V AIA Preparatory Series
 2023-10-27 17:29 UTC  (6+ messages)
` [PATCH 1/3] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH 2/3] of: property: Add fw_devlink support for msi-parent

[PATCH] riscv: defconfig: Regenerate defconfig
 2023-10-27 11:35 UTC 

[PATCH v6 0/4] StarFive's Pulse Width Modulation driver support
 2023-10-27 10:23 UTC  (6+ messages)
` [PATCH v6 2/4] pwm: opencores: Add PWM "

[PATCH v4 0/7] consolidate and cleanup CPU capacity
 2023-10-27  9:38 UTC  (11+ messages)
` [PATCH v4 1/7] topology: add a new arch_scale_freq_reference
` [PATCH v2 2/7] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v4 3/7] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v4 4/7] energy_model: "
` [PATCH v4 5/7] cpufreq/cppc: move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v4 6/7] cpufreq/cppc: set the frequency used for computing the capacity
` [PATCH v4 7/7] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-10-27  9:17 UTC  (6+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[RFC PATCH] genirq/matrix: Dynamic bitmap allocation
 2023-10-27  9:08 UTC  (7+ messages)

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-10-27  8:54 UTC  (6+ messages)
` [v5 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties

[RFC 00/12] riscv: Introduce Pseudo NMI
 2023-10-27  7:55 UTC  (6+ messages)
  ` [External] "

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-10-27  7:39 UTC 

[PATCH v3 RESEND 00/13] Support Andes PMU extension
 2023-10-27  7:22 UTC  (13+ messages)
` [RFC PATCH v3 RESEND 02/13] irqchip/riscv-intc: Allow large non-standard hwirq number
` [RFC PATCH v3 RESEND 03/13] irqchip/riscv-intc: Introduce Andes IRQ chip
` [PATCH v3 RESEND 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v3 RESEND 10/13] dt-bindings: riscv: Add Andes PMU extension description

[PATCH v2 03/10] irqchip/riscv-intc: Introduce Andes IRQ chip
 2023-10-27  7:08 UTC  (2+ messages)

[PATCH v3 0/2] riscv: Optimize bitops with Zbb extension
 2023-10-27  6:24 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v4] scripts/gdb: add lx_current support for riscv
 2023-10-26 23:41 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v6] scripts/gdb: add lx_current support for riscv
 2023-10-26 23:38 UTC 

[RFC PATCH 0/3] riscv: add support for SBI Supervisor Software Events
 2023-10-26 19:52 UTC  (5+ messages)
` [RFC PATCH 1/3] riscv: add SBI SSE extension definitions
` [RFC PATCH 2/3] riscv: add support for SBI Supervisor Software Events extension
` [RFC PATCH 3/3] perf: RISC-V: add support for SSE event

[GIT PULL] ARM: SoC fixes for 6.7, part 3
 2023-10-26 18:59 UTC  (3+ messages)

[PATCH 6/7] riscv: mm: Always flush a single MM context by ASID
 2023-10-26 15:53 UTC  (2+ messages)

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-26 15:13 UTC  (9+ messages)
` [PATCH v3 3/6] cpufreq/schedutil: use a fixed reference frequency
` [RFC v3 6/6] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH -fixes 0/2] Fix set_huge_pte_at()
 2023-10-26 15:00 UTC  (9+ messages)

[PATCH] RISC-V: Fix implicit definition of flush_tlb_all()
 2023-10-26 14:55 UTC 

[PATCH 3/4] dt-bindings: cache: sifive,ccache0: Add sifive,cache-ops property
 2023-10-26 14:44 UTC  (3+ messages)

[PATCH v1] riscv: dts: sophgo: remove address-cells from intc node
 2023-10-26 13:07 UTC  (4+ messages)

[PATCH v2 0/6] DRM driver for verisilicon
 2023-10-26 11:53 UTC  (16+ messages)
` [PATCH v2 3/6] drm/fourcc: Add drm/vs tiled modifiers
` [PATCH v2 4/6] drm/vs: Register DRM device
` [PATCH v2 5/6] drm/vs: Add KMS crtc&plane
` [PATCH v2 6/6] drm/vs: Add hdmi driver

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (11+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "

[GIT PULL] Renesas fixes for v6.6 (take three)
 2023-10-26  9:31 UTC 

fix a few RISC-V / renesas Kconfig dependencies v2
 2023-10-26  9:22 UTC  (2+ messages)

[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-26  8:40 UTC 

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-26  7:53 UTC  (6+ messages)
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones

[PATCH -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-26  7:27 UTC  (3+ messages)

[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-26  2:22 UTC  (4+ messages)
` [PATCH v9 14/20] PCI: microchip: Add get_events() callback function

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-10-25 21:20 UTC  (8+ messages)
` [PATCH v7 2/4] riscv: Checksum header

[PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
 2023-10-25 20:13 UTC  (2+ messages)

[PATCH 0/4] soc: sifive: ccache: Add StarFive JH7100 support
 2023-10-25 19:06 UTC  (2+ messages)

[PATCH 4/4] soc: sifive: ccache: Support cache management operations
 2023-10-25 18:56 UTC 

[PATCH 2/4] soc: sifive: ccache: Add StarFive JH7100 support
 2023-10-25 18:56 UTC 

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-10-25 18:36 UTC  (13+ messages)
` [PATCH 01/12] RISC-V: add helper function to read the vector VLEN
` [PATCH 02/12] RISC-V: hook new crypto subdir into build-system
` [PATCH 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions
` [PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH 05/12] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v3 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-10-25 18:16 UTC  (6+ messages)
` [PATCH v3 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v3 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH] mm: cma: report correct node id
 2023-10-25 16:42 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