messages from 2023-09-17 15:36:40 to 2023-09-20 07:38:24 UTC [more...]
[PATCH 0/7] KVM RISC-V Conditional Operations
2023-09-20 7:38 UTC (11+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 3/7] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicond "
` [PATCH 5/7] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH 6/7] KVM: riscv: selftests: Add smstateen registers "
` [PATCH 7/7] KVM: riscv: selftests: Add condops extensions "
[PATCH v2 00/11] Add Milk-V Pioneer RISC-V board support
2023-09-20 7:34 UTC (13+ messages)
` [PATCH v2 01/11] riscv: Add SOPHGO SOC family Kconfig support
` [PATCH v2 02/11] dt-bindings: vendor-prefixes: add milkv/sophgo
` [PATCH v2 03/11] dt-bindings: riscv: add sophgo sg2042 bindings
` [PATCH v2 04/11] dt-bindings: riscv: Add T-HEAD C920 compatibles
` [PATCH v2 05/11] dt-bindings: interrupt-controller: Add SOPHGO's SG2042 PLIC
` [PATCH v2 06/11] dt-bindings: timer: Add Sophgo sg2042 clint
` [PATCH v2 07/11] dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2042 uarts
` [PATCH v2 08/11] serial: 8250_dw: Add Sophgo SG2042 support
` [PATCH v2 09/11] riscv: dts: add initial SOPHGO SG2042 SoC device tree
` [PATCH v2 10/11] riscv: dts: sophgo: add Milk-V Pioneer board "
` [PATCH v2 11/11] riscv: defconfig: enable SOPHGO SoC
[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-20 7:10 UTC (16+ 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
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-20 6:07 UTC (17+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [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 v4 0/6] RISC-V: Enable cbo.zero in usermode
2023-09-20 5:41 UTC (8+ 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 v3 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-20 3:55 UTC (3+ messages)
` [PATCH v3 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH v3 3/3] riscv: Introduce NAPOT "
[PATCH 0/2] Add Svadu Extension Support
2023-09-20 3:49 UTC (4+ messages)
` [PATCH 1/2] RISC-V: Detect and Enable "
[PATCH v2 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-20 3:17 UTC (6+ messages)
[PATCH v8 00/16] Linux RISC-V AIA Support
2023-09-20 0:19 UTC (5+ messages)
` [PATCH v8 01/16] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH v8 02/16] RISC-V: Add riscv_get_intc_hartid() function
[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
2023-09-19 18:44 UTC (5+ messages)
` [PATCH v7 1/4] asm-generic: Improve csum_fold
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library
` [PATCH v7 4/4] riscv: Test checksum functions
[PATCH v6 0/4] riscv: Add fine-tuned checksum functions
2023-09-19 18:04 UTC (6+ messages)
` [PATCH v6 3/4] riscv: Add checksum library
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-19 14:40 UTC (39+ 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
Fwd: Question about writing binding files for numa
2023-09-19 9:48 UTC
[PATCH v4 0/4] riscv: tlb flush improvements
2023-09-19 12:09 UTC (9+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v4 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
2023-09-19 12:01 UTC (10+ messages)
` [PATCH bpf-next 1/4] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
` [PATCH bpf-next 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
[PATCH v6 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-09-19 11:34 UTC (10+ messages)
` [PATCH v6 07/19] PCI: plda: Move the setup functions to pcie-plda-host.c
` [PATCH v6 18/19] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v6 19/19] riscv: dts: starfive: add PCIe dts configuration for JH7110
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-19 10:24 UTC (55+ 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 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
[PATCH v3 0/3] Introduce reset driver for T-HEAD th1520 SoC
2023-09-19 9:14 UTC (10+ 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 bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
2023-09-19 7:43 UTC (9+ messages)
` [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v2 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v2 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v2 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v2 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap "
Pytanie o samochód
2023-09-19 7:30 UTC
starfive crypto list_add corruption
2023-09-19 5:31 UTC (3+ messages)
[PATCH 0/4] consolidate and cleanup CPU capacity
2023-09-18 20:46 UTC (8+ messages)
` [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 (5+ messages)
` [PATCH v2 2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
` [PATCH v2 4/4] tools/nolibc: automatically detect necessity to use pselect6
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 (20+ 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 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 10/26] KVM: s390: Stop selecting and depending on HAVE_KVM
` [PATCH 18/26] KVM: s390: Stop adding virt/kvm to the arch include path
[PATCH tty v1 00/74] serial: wrappers for uart port lock
2023-09-18 8:26 UTC (9+ messages)
[PATCH v3 0/9] kdump: use generic functions to simplify crashkernel reservation in arch
2023-09-18 12:58 UTC (7+ 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 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
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