messages from 2023-07-26 10:07:17 to 2023-07-30 05:08:55 UTC [more...]
[PATCH -fixes] riscv: Implement flush_cache_vmap()
2023-07-30 5:08 UTC (2+ messages)
[PATCH v3 0/2] Unify uapi bitsperlong.h
2023-07-29 21:12 UTC (10+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
[PATCH v2] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-07-29 17:48 UTC (7+ messages)
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-07-29 12:58 UTC (20+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
[PATCH] riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
2023-07-29 10:34 UTC (2+ messages)
[PATCH] watchdog: Enable COMPILE_TEST for more drivers
2023-07-29 10:22 UTC (3+ messages)
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-29 7:38 UTC (14+ messages)
` [PATCH v4 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v4 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv
[PATCH v3 0/8] Add Sipeed Lichee Pi 4A RISC-V board support
2023-07-29 7:11 UTC (18+ messages)
[PATCH] riscv: mm: Fixup spurious fault of kernel vaddr
2023-07-29 6:40 UTC (7+ messages)
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-07-29 0:41 UTC
[PATCH V2 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
2023-07-29 0:33 UTC (2+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-29 0:03 UTC (27+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode
2023-07-28 21:01 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v10 0/6] Add non-coherent DMA support for AX45MP
2023-07-28 20:13 UTC (4+ messages)
` [PATCH v10 3/6] riscv: mm: dma-noncoherent: nonstandard cache operations support
[PATCH -next v2] spi: microchip-core: Clean up redundant dev_err_probe()
2023-07-28 20:05 UTC (3+ messages)
[PATCH] hwrng: Enable COMPILE_TEST for more drivers
2023-07-28 19:50 UTC
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-07-28 15:53 UTC (12+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH 4/4] KVM: riscv: selftests: Add sstc_timer test
[PATCH 0/3] riscv: vdso.lds.S: some improvement
2023-07-28 14:11 UTC (7+ messages)
` [PATCH 1/3] riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
` [PATCH 2/3] riscv: vdso.lds.S: merge .data section into .rodata section
` [PATCH 3/3] riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
[PATCH v2 0/4] riscv: tlb flush improvements
2023-07-28 13:51 UTC (11+ messages)
` [PATCH v2 1/4] riscv: Improve flush_tlb()
` [PATCH v2 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v2 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v2 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH v3 0/7] PCI: microchip: Fixes and clean-ups
2023-07-28 13:14 UTC (8+ messages)
` [PATCH v3 1/7] PCI: microchip: Correct the DED and SEC interrupt bit offsets
` [PATCH v3 2/7] PCI: microchip: Enable building driver as a module
` [PATCH v3 3/7] PCI: microchip: Align register, offset, and mask names with hw docs
` [PATCH v3 4/7] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
` [PATCH v3 5/7] PCI: microchip: Clean up initialisation of interrupts
` [PATCH v3 6/7] PCI: microchip: Gather MSI information from hardware config registers
` [PATCH v3 7/7] PCI: microchip: Re-partition code between probe() and init()
[PATCH v3 0/7] PCI: microchip: Fixes and clean-ups
2023-07-28 12:11 UTC
[PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
2023-07-28 12:01 UTC (5+ messages)
[PATCH v2 0/3] Add SiFive Private L2 cache and PMU driver
2023-07-28 11:06 UTC (15+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller
` [PATCH v2 2/3] soc: sifive: Add SiFive private L2 cache driver
How to deal with openSBI reserved regions?
2023-07-28 10:52 UTC (3+ messages)
[PATCH v5 0/3] Add initialization of clock for StarFive JH7110 SoC
2023-07-28 9:02 UTC (5+ messages)
` [PATCH v5 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
[PATCH -next] i2c: microchip-corei2c: clean up redundant dev_err_probe()
2023-07-28 8:44 UTC (2+ messages)
[PATCH -next] spi: microchip-core: Clean up redundant dev_err_probe()
2023-07-28 7:42 UTC (3+ messages)
[PATCH 0/3] riscv: Add BeagleV Ahead board support
2023-07-27 23:59 UTC (8+ messages)
` [PATCH 1/3] riscv: dts: thead: add BeagleV Ahead board device tree
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-07-27 21:40 UTC (2+ messages)
[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-27 21:29 UTC (7+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v7 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v7 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v7 4/4] RISC-V: mm: Document mmap changes
[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-27 21:26 UTC (5+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v8 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v8 4/4] RISC-V: mm: Document mmap changes
[PATCH v2 7/8] PCI: microchip: Rename and refactor mc_pcie_enable_msi()
2023-07-27 15:27 UTC (3+ messages)
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-27 13:12 UTC (18+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 09/12] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v6 00/14] Linux RISC-V AIA Support
2023-07-27 8:41 UTC (3+ messages)
` [PATCH v6 04/14] irqchip/sifive-plic: Use platform driver probing for PLIC
[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
2023-07-27 8:08 UTC (3+ messages)
[PATCH v1] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
2023-07-26 18:45 UTC (2+ messages)
[PATCH v2 0/3] riscv: Add BeagleV Ahead board support
2023-07-26 18:39 UTC (5+ messages)
` [PATCH v2 3/3] MAINTAINERS: add reviewer for T-Head RISC-V SoC support
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-26 18:27 UTC (8+ messages)
` [PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
` [PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
` [PATCH v2 3/3] riscv/kexec: load initrd high in available memory
more /proc/cpuinfo & extension support related woes
2023-07-26 17:53 UTC (10+ messages)
[PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
2023-07-26 17:29 UTC
[PATCH] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-07-26 16:55 UTC (7+ messages)
[PATCH v1 0/2] Add dma and tdm nodes for StarFive JH7110 SOC
2023-07-26 16:21 UTC (2+ messages)
[PATCH v3 0/2] Add SPI module for StarFive JH7110 SoC
2023-07-26 16:15 UTC (2+ messages)
` (subset) "
[dt-for-next v1 0/2] Add USB PHY and USB dts node for JH7110
2023-07-26 16:15 UTC (4+ messages)
` [dt-for-next v1 1/2] riscv: dts: starfive: Add USB and PCIe PHY nodes "
` [dt-for-next v1 2/2] riscv: dts: starfive: Add USB dts node "
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-26 14:34 UTC (3+ messages)
[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
2023-07-26 14:02 UTC (7+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes
[PATCH -next v9 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-26 17:50 UTC (5+ messages)
` [PATCH -next v9 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v9 2/2] docs: kdump: Update the crashkernel description for riscv
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox