messages from 2023-07-21 16:09:02 to 2023-07-24 17:44:09 UTC [more...]
[PATCH v2 0/3] riscv: Add BeagleV Ahead board support
2023-07-24 17:43 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: Add BeagleV Ahead board compatibles
` [PATCH v2 2/3] riscv: dts: thead: add BeagleV Ahead board device tree
` [PATCH v2 3/3] MAINTAINERS: add reviewer for T-Head RISC-V SoC support
[PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
2023-07-24 17:03 UTC (6+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-24 17:00 UTC (20+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-24 16:47 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 03/12] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [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 10/12] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v7 11/12] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v3 0/7] Risc-V Kvm Smstateen
2023-07-24 16:38 UTC (10+ messages)
` [PATCH v3 1/7] RISC-V: Detect Smstateen extension
` [PATCH v3 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v3 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v3 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v3 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v3 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v3 7/7] RISCV: KVM: Add sstateen0 to ONE_REG
[v2, 0/5] riscv: support kernel-mode Vector
2023-07-24 16:26 UTC (10+ messages)
` [v2, 2/5] riscv: Add support for kernel mode vector
` [v2, 3/5] riscv: Add vector extension XOR implementation
` [v2, 5/5] riscv: vector: allow kernel-mode Vector with preemption
[PATCH v6 0/5] riscv: Introduce KASLR
2023-07-24 14:31 UTC (9+ messages)
` [PATCH v6 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
` [PATCH v6 4/5] libstub: Fix compilation warning for rv32
` [PATCH v6 5/5] riscv: libstub: Implement KASLR by using generic functions
[PATCH] riscv: Fix local irq restore when flags indicates irq disabled
2023-07-24 14:03 UTC (3+ messages)
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-07-24 13:23 UTC (11+ messages)
` [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 v2 00/35] arm64/gcs: Provide support for GCS in userspace
2023-07-24 12:46 UTC (36+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack
` [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests
` [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1
` [PATCH v2 14/35] arm64/idreg: Add overrride for GCS
` [PATCH v2 15/35] arm64/hwcap: Add hwcap "
` [PATCH v2 16/35] arm64/traps: Handle GCS exceptions
` [PATCH v2 17/35] arm64/mm: Handle GCS data aborts
` [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack()
` [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames
` [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v2 0/9] video: screen_info cleanups
2023-07-24 12:07 UTC (5+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
[PATCH 0/3] riscv: Add BeagleV Ahead board support
2023-07-24 12:07 UTC (13+ messages)
` [PATCH 1/3] riscv: dts: thead: add BeagleV Ahead board device tree
` [PATCH 2/3] dt-bindings: riscv: Add BeagleV Ahead board compatibles
` [PATCH 3/3] MAINTAINERS: add reviewer for T-Head RISC-V SoC support
[PATCH v2] riscv: support PREEMPT_DYNAMIC with static keys
2023-07-24 9:59 UTC (2+ messages)
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-07-24 10:48 UTC (2+ messages)
[PATCH v3 -fixes] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
2023-07-24 10:32 UTC (2+ messages)
[PATCH v10 0/6] Add non-coherent DMA support for AX45MP
2023-07-24 10:18 UTC (3+ messages)
` [PATCH v10 3/6] riscv: mm: dma-noncoherent: nonstandard cache operations support
[PATCH v1] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
2023-07-24 10:16 UTC (2+ messages)
[PATCH v4 0/4] StarFive's Pulse Width Modulation driver support
2023-07-24 10:16 UTC (3+ messages)
[PATCH v3 0/2] Add SPI module for StarFive JH7110 SoC
2023-07-24 10:10 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: spi: add reference file to YAML
` [PATCH v3 2/2] riscv: dts: starfive: Add spi node and pins configuration
[RESEND PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-07-24 10:09 UTC (2+ messages)
` [RESEND PATCH -fixes 2/2] Documentation: kdump: Add va_kernel_pa_offset for RISCV64
[PATCH v2 -fixes] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
2023-07-24 10:03 UTC (3+ messages)
[PATCH -fixes 1/2] riscv: Export va_kernel_pa_offset in vmcoreinfo
2023-07-24 9:57 UTC
[Crash-utility] RISCV64: Use va_kernel_pa_offset in VTOP()
2023-07-24 9:22 UTC (6+ messages)
[PATCH] riscv: mm: Fixup spurious fault of kernel vaddr
2023-07-24 9:05 UTC (6+ messages)
[PATCH v2 0/4] Add support for Allwinner D1 CAN controllers
2023-07-24 8:27 UTC (8+ messages)
` [PATCH v2 1/4] dt-bindings: net: can: Add support for Allwinner D1 CAN controller
` [PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
` [PATCH v2 3/4] can: sun4i_can: Add acceptance register quirk
` [PATCH v2 4/4] can: sun4i_can: Add support for the Allwinner D1
[PATCH] riscv: Move the "Call Trace" to dump_backrace()
2023-07-24 7:57 UTC (2+ messages)
[PATCH v3 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-07-24 7:49 UTC (3+ messages)
` [PATCH v3 1/2] riscv: allow kmalloc() caches aligned to the smallest value
[PATCH] riscv: alternatives: fix a typo in comment
2023-07-24 7:46 UTC (2+ messages)
[PATCH v1 0/2] Add dma and tdm nodes for StarFive JH7110 SOC
2023-07-24 6:51 UTC (3+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: jh7110: add dma controller node
` [PATCH v1 2/2] riscv: dts: starfive: jh7110: add the node and pins configuration for tdm
[PATCH -fixes] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
2023-07-23 17:10 UTC (3+ messages)
[PATCH] riscv: relocate R_RISCV_CALL_PLT in kexec_file
2023-07-23 10:27 UTC (5+ messages)
[PATCH] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
2023-07-23 2:07 UTC (2+ messages)
[PATCH v5 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-22 20:19 UTC (4+ messages)
` [PATCH v5 2/3] Documentation: riscv: Add early boot document
` [PATCH v5 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
[PATCH v4 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-22 19:00 UTC (4+ messages)
[PATCH 0/2] RISC-V: minor fixes to the QEMU workaround in ISA string parser
2023-07-22 11:28 UTC (7+ messages)
` [PATCH 1/2] RISC-V: make ISA string workaround case-insensitive
` [PATCH 2/2] RISC-V: fix the comment for ISA string workaround
[PATCH bpf-next 0/2] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-07-22 9:24 UTC (2+ messages)
[PATCH v5 0/5] riscv: Introduce KASLR
2023-07-22 9:13 UTC (7+ messages)
` [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
[PATCH] tracing: Have all levels of checks prevent recursion
2023-07-22 1:22 UTC (12+ messages)
[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
2023-07-22 0:37 UTC (3+ messages)
[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
2023-07-22 0:14 UTC (5+ messages)
[PATCH] riscv: Add HAVE_IOREMAP_PROT support
2023-07-22 0:06 UTC (3+ messages)
[PATCH v2] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
2023-07-21 20:42 UTC (2+ messages)
[PATCH] modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbols
2023-07-21 19:36 UTC (3+ messages)
[PATCH v11 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-07-21 18:25 UTC (9+ messages)
` [PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v11 2/4] mm/tlbbatch: Rename and extend some functions
` [PATCH v11 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
` [PATCH v11 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
[PATCH v4] riscv: entry: set a0 = -ENOSYS only when syscall != -1
2023-07-21 16:17 UTC (2+ messages)
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