public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-12-12 22:03:57 to 2022-12-19 18:24:25 UTC [more...]

[PATCH v5 0/6] AX45MP: Add support to non-coherent DMA
 2022-12-19 16:22 UTC  (33+ messages)
` [PATCH v5 1/6] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v5 3/6] riscv: errata: Add Andes alternative ports
` [PATCH v5 4/6] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
` [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH] riscv: avoid enabling vectorized code generation
 2022-12-19 15:21 UTC  (7+ messages)

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-19 13:37 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-19 12:06 UTC  (2+ messages)

[PATCH v3 00/12] riscv: Allwinner D1/D1s platform support
 2022-12-19 11:13 UTC  (8+ messages)
` [PATCH v3 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v3 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers

[PATCH v2 0/3] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2022-12-19 10:44 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: Add watchdog for StarFive JH7110
` [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver
` [PATCH v2 3/3] riscv: dts: starfive: jh7110: Add watchdog node

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-19  1:40 UTC  (5+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-18 18:31 UTC  (8+ messages)

[PATCH -next V6 0/2] riscv: kexec: Fxiup crash_save percpu and
 2022-12-16 19:37 UTC  (2+ messages)

[PATCH 0/6] RISC-V kasan rework
 2022-12-16 16:21 UTC  (7+ messages)
` [PATCH 1/6] riscv: Split early and final KASAN population functions
` [PATCH 2/6] riscv: Rework kasan "
` [PATCH 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH 4/6] riscv: Fix EFI stub usage of KASAN instrumented string functions
` [PATCH 5/6] riscv: Fix ptdump when KASAN is enabled
` [PATCH 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH v2 0/9] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-16 11:58 UTC  (17+ messages)
` [PATCH v2 1/9] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v2 2/9] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v2 3/9] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v2 4/9] dt-bindings: net: Add bindings for StarFive dwmac
` [PATCH v2 5/9] dt-bindings: net: motorcomm: add support for Motorcomm YT8531
` [PATCH v2 6/9] net: phy: motorcomm: Add YT8531 phy support
` [PATCH v2 7/9] net: stmmac: Add glue layer for StarFive JH71x0 SoCs
` [PATCH v2 8/9] riscv: dts: starfive: jh7110: Add ethernet device node
` [PATCH v2 9/9] riscv: dts: starfive: visionfive-v2: Add phy clock delay train configuration

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2022-12-16  9:26 UTC  (9+ messages)
` [PATCH v1 2/3] mmc: starfive: Add sdio/emmc "

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-16  6:21 UTC  (4+ messages)
` [PATCH v11 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v11 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v11 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH] iommu/renesas: Support riscv compile
 2022-12-16  1:32 UTC  (3+ messages)

[PATCH v2 00/11] KVM perf support
 2022-12-15 21:10 UTC  (14+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 05/11] RISC-V: KVM: Improve privilege mode filtering for perf
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support "
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

RISCV Vector unit disabled by default for new task (was Re: [PATCH v12 17/17] riscv: prctl to enable vector commands)
 2022-12-15 19:56 UTC  (13+ messages)

[PATCH v2] riscv: Allow to downgrade paging mode from the command line
 2022-12-15 11:30 UTC  (2+ messages)

[PATCH] RISC-V: Disable IPMMU_VMSA on rv32
 2022-12-15  9:14 UTC  (7+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-15  7:20 UTC  (37+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault "
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-12-15  0:40 UTC  (3+ messages)
` [PATCH v12 04/17] riscv: Add vector feature to compile

[GIT PULL] RISC-V Patches for the 6.2 Merge Window, Part 1
 2022-12-14 23:27 UTC  (2+ messages)

[PATCH] dt-bindings: vendor-prefixes: sort entries alphabetically
 2022-12-14 22:18 UTC  (2+ messages)

[PATCH] riscv: Allow to downgrade paging mode from the command line
 2022-12-14 16:38 UTC  (3+ messages)

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-14  9:43 UTC  (23+ messages)
` [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
` [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
` [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
` [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore
` [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code
` [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files
` [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test "
` [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V

[PATCH] riscv: Fixup compile error with !MMU
 2022-12-13 17:40 UTC  (3+ messages)

[PATCH v3 0/4] Documentation: RISC-V: patch-acceptance changes
 2022-12-13 17:40 UTC  (3+ messages)

[PATCH v3 2/4] Documentation: RISC-V: Allow patches for non-standard behavior
 2022-12-13 17:39 UTC  (2+ messages)

[PATCH v3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-13 16:38 UTC  (2+ messages)

[PATCH] riscv: Apply a static assert to riscv_isa_ext_id
 2022-12-13 16:30 UTC  (3+ messages)

[PATCH 0/1] riscv: Fix P4D_SHIFT definition for 3-level page table mode
 2022-12-13 16:30 UTC  (3+ messages)

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-13 16:18 UTC  (2+ messages)

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-12-13 13:41 UTC  (3+ messages)
` [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED

Słowa kluczowe do wypozycjonowania
 2022-12-13  9:17 UTC 

[PATCH v2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-13  7:56 UTC  (3+ messages)

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-12-13  6:32 UTC  (3+ messages)

[PATCH 1/2] RISC-V: Align the shadow stack
 2022-12-13  6:20 UTC  (3+ messages)

[PATCH] kbuild: add test-{ge,gt,le,lt} macros
 2022-12-13  4:02 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