messages from 2023-10-09 11:32:38 to 2023-10-12 05:15:47 UTC [more...]
[PATCH v2 0/8] RISC-V SBI debug console extension support
2023-10-12 5:15 UTC (5+ messages)
` [PATCH v2 1/8] RISC-V: Add defines for SBI debug console extension
` [PATCH v2 2/8] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v2 3/8] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v2 4/8] RISC-V: KVM: Forward SBI DBCN extension to user-space
[PATCH] riscv, qemu_fw_cfg: Add support for RISC-V architecture
2023-10-12 0:08 UTC (3+ messages)
[PATCH] riscv: dts: starfive: visionfive 2: correct spi's ss pin
2023-10-11 22:32 UTC (2+ messages)
[PATCH 1/5] csky: remove unused cmd_vdso_install
2023-10-11 20:10 UTC (12+ messages)
` [PATCH 2/5] UML: "
` [PATCH 3/5] parisc: remove broken vdso_install
` [PATCH 4/5] kbuild: unify vdso_install rules
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets
[PATCH 0/6] RISC-V SBI debug console extension support
2023-10-11 15:38 UTC (21+ messages)
` [PATCH 1/6] RISC-V: Add defines for SBI debug console extension
` [PATCH 2/6] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH 3/6] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH 4/6] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH 5/6] tty: Add SBI debug console support to HVC SBI driver
` [PATCH 6/6] RISC-V: Enable SBI based earlycon support
[PATCH v2 0/6] consolidate and cleanup CPU capacity
2023-10-11 14:25 UTC (7+ messages)
` [PATCH v2 2/6] topology: add a new arch_scale_freq_reference
` [PATCH v2 6/6] cpufreq/cppc: set the frequency used for capacity computation
[PATCH v1 0/6] RISC-V: hwprobe: Introduce which-cpus
2023-10-11 13:56 UTC (7+ messages)
` [PATCH v1 1/6] RISC-V: hwprobe: Clarify cpus size parameter
` [PATCH v1 2/6] RISC-V: Move the hwprobe syscall to its own file
` [PATCH v1 3/6] RISC-V: hwprobe: Introduce which-cpus flag
` [PATCH v1 4/6] RISC-V: selftests: Statically link hwprobe test
` [PATCH v1 5/6] RISC-V: selftests: Convert hwprobe test to kselftest API
` [PATCH v1 6/6] RISC-V: selftests: Add which-cpus hwprobe test
[PATCH v6] riscv: add userland instruction dump to RISC-V splats
2023-10-11 13:20 UTC (4+ messages)
` [External] "
[PATCH v1 00/13] riscv: report more ISA extensions through hwprobe
2023-10-11 11:37 UTC (15+ messages)
` [PATCH v1 01/13] riscv: fatorize hwprobe ISA extension reporting
` [PATCH v1 02/13] riscv: add ISA extension probing for Zv* extensions
` [PATCH v1 03/13] riscv: hwprobe: export Zv* ISA extensions
` [PATCH v1 04/13] dt-bindings: riscv: add Zv* ratified crypto ISA extensions description
` [PATCH v1 05/13] riscv: add ISA extension probing for Zfh/Zfhmin
` [PATCH v1 06/13] riscv: hwprobe: export Zfh/Zfhmin ISA extensions
` [PATCH v1 07/13] dt-bindings: riscv: add Zfh/Zfhmin ISA extensions description
` [PATCH v1 08/13] riscv: add ISA extension probing for Zihintntl
` [PATCH v1 09/13] riscv: hwprobe: export Zhintntl ISA extension
` [PATCH v1 10/13] dt-bindings: riscv: add Zihintntl ISA extension description
` [PATCH v1 11/13] riscv: add ISA extension probing for Zvfh[min]
` [PATCH v1 12/13] riscv: hwprobe: export Zvfh[min] ISA extensions
` [PATCH v1 13/13] dt-bindings: riscv: add Zvfh[min] ISA extension description
[PATCH v8 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-10-11 11:05 UTC (23+ messages)
` [PATCH v8 01/22] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v8 02/22] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v8 03/22] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v8 04/22] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v8 05/22] PCI: microchip: Rename two PCIe data structures
` [PATCH v8 06/22] PCI: microchip: Move PCIe host data structure to plda-pcie.h
` [PATCH v8 07/22] PCI: microchip: Rename two setup functions
` [PATCH v8 08/22] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v8 09/22] PCI: microchip: Move the setup functions to pcie-plda-host.c
` [PATCH v8 10/22] PCI: plda: Add PLDA default event IRQ handler
` [PATCH v8 11/22] PCI: microchip: Rename interrupt related functions
` [PATCH v8 12/22] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v8 13/22] PCI: microchip: Add request_event_irq() callback function
` [PATCH v8 14/22] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v8 15/22] PCI: microchip: Add get_events() callback function
` [PATCH v8 16/22] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v8 17/22] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v8 18/22] PCI: plda: Set plda_event_handler() to static
` [PATCH v8 19/22] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v8 20/22] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v8 21/22] PCI: starfive: Add "
` [PATCH v8 22/22] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH 0/2] riscv: kexec_file: Support loading Image binary file
2023-10-11 10:48 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH v2 -next 0/4] RISC-V: ACPI improvements
2023-10-11 9:14 UTC (3+ messages)
` [PATCH v2 -next 4/4] clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpu
[PATCH V2 0/2] riscv: kexec: cleanup and fixups
2023-10-11 8:31 UTC (3+ messages)
` [PATCH 1/2] riscv: kexec: Cleanup riscv_kexec_relocate
` [PATCH 2/2] riscv: kexec: Remove -fPIE for PURGATORY_CFLAGS
[PATCH v3 0/7] sysctl: Remove sentinel elements from arch
2023-10-11 8:21 UTC (3+ messages)
[PATCH v3] RISC-V: build: Allow LTO to be selected
2023-10-10 21:02 UTC (4+ messages)
[PATCH] docs: move riscv under arch
2023-10-10 19:47 UTC (3+ messages)
` [PATCH v1] "
[PATCH] RISC-V: hwprobe: Fix vDSO SIGSEGV
2023-10-10 18:16 UTC (2+ messages)
[PATCH v4 2/6] RISC-V: Enable cbo.zero in usermode
2023-10-10 17:03 UTC (4+ messages)
[RFC PATCH 0/5] RISC-V: hwprobe related stuff
2023-10-10 16:22 UTC (13+ messages)
` [RFC PATCH 3/5] RISC-V: hwprobe: Introduce which-cpus flag
[PATCH v1 RFC Zisslpcfi 00/20] riscv control-flow integrity for U mode
2023-10-10 16:17 UTC (5+ messages)
` [PATCH v1 RFC Zisslpcfi 15/20] sslp prctl: arch-agnostic prctl for shadow stack and landing pad instr
[PATCH v2 2/2] riscv: Add tests for riscv module loading
2023-10-10 15:04 UTC (2+ messages)
[PATCH v3 0/9] video: screen_info cleanups
2023-10-10 12:20 UTC (14+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info
` [PATCH v3 9/9] efi: move screen_info into efi init code
[PATCH v2 0/7] Add Huashan Pi board support
2023-10-10 7:53 UTC (4+ messages)
` [PATCH v2 6/7] riscv: dts: sophgo: add initial CV1812H SoC device tree
[PATCH] KVM: riscv: selftests: get-reg-list print_reg should never fail
2023-10-10 5:59 UTC (2+ messages)
[PATCH v7 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-10-10 2:32 UTC (18+ messages)
` [PATCH v7 09/19] PCI: microchip: Rename interrupt related functions
` [PATCH v7 10/19] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v7 11/19] PCI: microchip: Add request_event_irq() callback function
` [PATCH v7 12/19] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v7 13/19] PCI: microchip: Add get_events() callback function
` [PATCH v7 14/19] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v7 15/19] PCI: microchip: Move IRQ functions to pcie-plda-host.c
[PATCH v5 00/10] Add Milk-V Pioneer RISC-V board support
2023-10-09 18:50 UTC (8+ messages)
[PATCH v4 0/4] riscv: tlb flush improvements
2023-10-09 17:53 UTC (5+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
[PATCH] riscv: blacklist assembly symbols for kprobe
2023-10-09 17:43 UTC (2+ messages)
[PATCH -next v21 00/27] riscv: Add vector ISA support
2023-10-09 17:08 UTC (5+ messages)
` [PATCH -next v21 14/27] riscv: signal: Add sigcontext save/restore for vector
[PATCH 1/6] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
2023-10-09 16:45 UTC (9+ messages)
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-10-09 16:42 UTC (3+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
[PATCH v3 0/6] riscv,isa-extensions additions
2023-10-09 16:16 UTC (4+ messages)
` [PATCH v3 4/6] riscv: dts: renesas: convert isa detection to new properties
[PATCH bpf 0/2] riscv, bpf: Properly sign-extend return values
2023-10-09 13:30 UTC (3+ messages)
[PATCH v2 0/8] Add support to handle misaligned accesses in S-mode
2023-10-09 13:07 UTC (10+ messages)
` [PATCH v2 1/8] riscv: remove unused functions in traps_misaligned.c
` [PATCH v2 2/8] riscv: add support for misaligned trap handling in S-mode
` [PATCH v2 7/8] riscv: report misaligned accesses emulation to hwprobe
[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
2023-10-09 12:09 UTC (39+ messages)
` [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 03/38] mman: Add map_shadow_stack() flags
` [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v6 05/38] arm64/gcs: Document the ABI "
` [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS
` [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack
` [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v6 16/38] arm64/idreg: Add overrride for GCS
` [PATCH v6 17/38] arm64/hwcap: Add hwcap "
` [PATCH v6 18/38] arm64/traps: Handle GCS exceptions
` [PATCH v6 19/38] arm64/mm: Handle GCS data aborts
` [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v6 36/38] selftests/arm64: Add GCS signal tests
` [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test
` [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH 4/5] riscv: dts: sophgo: add initial CV1812H SoC device tree
2023-10-09 11:32 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