linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 13:14:11 to 2023-09-19 00:49:55 UTC [more...]

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-19  0:49 UTC  (51+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-19  0:08 UTC  (17+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[PATCH v3 0/3] Introduce reset driver for T-HEAD th1520 SoC
 2023-09-18 21:33 UTC  (6+ messages)
    ` [PATCH v3 1/3] dt-bindings: reset: Document th1520 reset control
    ` [PATCH v3 2/3] reset: Add th1520 reset driver support
    ` [PATCH v3 3/3] riscv: dts: Add th1520 reset device tree

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-18 20:46 UTC  (11+ messages)
` [PATCH 1/4] sched: consolidate and cleanup access to CPU's max compute capacity
` [PATCH 2/4] topology: add a new arch_scale_freq_reference
` [PATCH 4/4] energy_model: use a fixed reference frequency

[PATCH 09/12] dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2042 uarts
 2023-09-18 20:15 UTC  (3+ messages)

[PATCH v2 0/4] tools/nolibc: cleanups for syscall fallbacks
 2023-09-18 19:09 UTC  (7+ messages)
` [PATCH v2 1/4] selftests/nolibc: allow building i386 with multiarch compiler
` [PATCH v2 2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
` [PATCH v2 3/4] tools/nolibc: don't define new syscall number
` [PATCH v2 4/4] tools/nolibc: automatically detect necessity to use pselect6

[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
 2023-09-18 18:06 UTC  (5+ messages)
` [PATCH 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers

more RELOCATABLE + errata code model issues
 2023-09-18 16:59 UTC  (3+ messages)

[PATCH AUTOSEL 6.4 25/25] riscv: Add CFI error handling
 2023-09-18 16:50 UTC  (4+ messages)

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-18 16:17 UTC  (39+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH tty v1 00/74] serial: wrappers for uart port lock
 2023-09-18  8:26 UTC  (9+ messages)

[PATCH v4 0/6] RISC-V: Enable cbo.zero in usermode
 2023-09-18 13:15 UTC  (7+ messages)
` [PATCH v4 1/6] RISC-V: Make zicbom/zicboz errors consistent
` [PATCH v4 2/6] RISC-V: Enable cbo.zero in usermode
` [PATCH v4 3/6] RISC-V: hwprobe: Expose Zicboz extension and its block size
` [PATCH v4 4/6] RISC-V: selftests: Statically link hwprobe test
` [PATCH v4 5/6] RISC-V: selftests: Convert hwprobe test to kselftest API
` [PATCH v4 6/6] RISC-V: selftests: Add CBO tests

[PATCH v2 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
 2023-09-18 13:03 UTC  (5+ messages)

[PATCH v3 0/9] kdump: use generic functions to simplify crashkernel reservation in arch
 2023-09-18 12:58 UTC  (11+ messages)
` [PATCH v3 3/9] crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
` [PATCH v3 4/9] crash_core: add generic function to do reservation
` [PATCH v3 5/9] crash_core: move crashk_*res definition into crash_core.c
` [PATCH v3 6/9] x86: kdump: use generic interface to simplify crashkernel reservation code
  ` [PATCH v4 "

[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-09-18 10:52 UTC  (15+ messages)
` [PATCH v6 02/19] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
` [PATCH v6 08/19] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v6 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v3 0/6] RISC-V: Enable cbo.zero in usermode
 2023-09-18 10:41 UTC  (3+ messages)
` [PATCH v3 6/6] RISC-V: selftests: Add CBO tests

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-18  7:29 UTC  (14+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-18  0:32 UTC  (4+ messages)
` [PATCH bpf-next 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-17 15:15 UTC  (36+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation

[PATCH 0/4] tools/nolibc: cleanups for syscall fallbacks
 2023-09-17 15:08 UTC  (13+ messages)
` [PATCH 1/4] selftests/nolibc: allow building i386 with multiarch compiler
` [PATCH 2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
` [PATCH 3/4] tools/nolibc: don't define new syscall number
` [PATCH 4/4] tools/nolibc: automatically detect necessity to use pselect6

[PATCH v1] riscv: dts: allwinner: remove address-cells from intc node
 2023-09-17 14:44 UTC  (2+ messages)

[GIT PULL] RISC-V Devicetree fixes for v6.6-rc3
 2023-09-16 11:40 UTC 

[PATCH v6 0/4] riscv: Add fine-tuned checksum functions
 2023-09-16  9:32 UTC  (7+ messages)
` [PATCH v6 1/4] asm-generic: Improve csum_fold
` [PATCH v6 2/4] riscv: Checksum header
` [PATCH v6 3/4] riscv: Add checksum library
` [PATCH v6 4/4] riscv: Test checksum functions

[PATCH] RISC-V: Probe misaligned access speed in parallel
 2023-09-16  8:39 UTC  (4+ messages)

[PATCH v1] RISC-V: capitalise CMO op macros
 2023-09-16  6:27 UTC  (2+ messages)

[PATCH 04/12] dt-bindings: riscv: Add T-HEAD C920 compatibles
 2023-09-16  0:46 UTC  (4+ messages)

[PATCH 07/12] riscv: dts: add initial SOPHGO SG2042 SoC device tree
 2023-09-16  0:23 UTC  (3+ messages)

[PATCH 00/12] Add Milk-V Pioneer RISC-V board support
 2023-09-16  0:19 UTC  (3+ messages)

[PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
 2023-09-15 21:07 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.6-rc2
 2023-09-15 19:47 UTC  (2+ messages)

[RFC PATCH 0/6] RISC-V BLAKE2s Vector implementation
 2023-09-15 18:29 UTC  (3+ messages)
` [RFC PATCH 6/6] riscv: Add BLAKE2s V implementation

[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
 2023-09-15 16:47 UTC  (11+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "

[PATCH v5 0/4] riscv: Add fine-tuned checksum functions
 2023-09-15 15:45 UTC  (7+ messages)
` [PATCH v5 1/4] asm-generic: Improve csum_fold
` [PATCH v5 2/4] riscv: Checksum header

[PATCH -fixes] riscv: kselftests: Fix mm build by removing testcases subdirectory
 2023-09-15 15:23 UTC  (2+ messages)

[PATCH 06/12] dt-bindings: timer: Add Sophgo sg2042 clint
 2023-09-15 15:05 UTC  (2+ messages)

[PATCH 05/12] dt-bindings: interrupt-controller: Add SOPHGO's SG2042 PLIC
 2023-09-15 15:04 UTC  (2+ messages)

[PATCH 03/12] dt-bindings: riscv: add sophgo sg2042 bindings
 2023-09-15 14:18 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).