messages from 2023-09-12 23:34:59 to 2023-09-14 04:47:29 UTC [more...]
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-14 4:46 UTC (25+ messages)
` [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
[PATCH v3 0/9] kdump: use generic functions to simplify crashkernel reservation in arch
2023-09-14 3:31 UTC (10+ messages)
` [PATCH v3 1/9] crash_core.c: remove unnecessary parameter of function
` [PATCH v3 2/9] crash_core: change the prototype of function parse_crashkernel()
` [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 v3 7/9] arm64: kdump: use generic interface to simplify crashkernel reservation
` [PATCH v3 8/9] riscv: "
` [PATCH v3 9/9] crash_core.c: remove unneeded functions
[PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
2023-09-14 3:31 UTC (4+ messages)
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-14 3:07 UTC (35+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [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 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access
[PATCH] riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
2023-09-14 2:08 UTC (2+ messages)
[PATCH 0/2] riscv: kexec_file: Support loading Image binary file
2023-09-14 2:00 UTC (3+ messages)
` [PATCH 1/2] riscv: kexec_file: Split the loading of kernel and others
` [PATCH 2/2] riscv: kexec_file: Support loading Image binary file
[PATCH v2 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-14 1:40 UTC (3+ messages)
` [PATCH v2 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH v2 3/3] riscv: Introduce NAPOT "
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-09-14 1:37 UTC (10+ messages)
` [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
` [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-09-14 1:10 UTC (3+ messages)
[PATCH 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
2023-09-14 0:58 UTC (5+ messages)
` [PATCH 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH 3/3] riscv: Introduce NAPOT "
[PATCH v4 0/5] riscv: Add fine-tuned checksum functions
2023-09-14 0:41 UTC (11+ messages)
` [PATCH v4 1/5] riscv: Checksum header
` [PATCH v4 2/5] riscv: Add checksum library
[GIT PULL 0/5] Missed starfive pmdomain changes for v6.6, now for v6.7
2023-09-13 22:30 UTC (7+ messages)
` [GIT PULL 1/5] pmdomain: starfive: Explicitly include correct DT includes
` [GIT PULL 2/5] dt-bindings: power: Add power-domain header for JH7110
` [GIT PULL 3/5] pmdomain: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [GIT PULL 4/5] pmdomain: starfive: Extract JH7110 pmu private operations
` [GIT PULL 5/5] pmdomain: starfive: Add JH7110 AON PMU support
[PATCH 0/2] riscv: Add remaining module relocations and tests
2023-09-13 21:04 UTC (3+ messages)
` [PATCH 1/2] riscv: Add remaining module relocations
` [PATCH 2/2] riscv: Add tests for riscv module loading
boot time regressed a lot due to misaligned access probe
2023-09-13 19:53 UTC (5+ messages)
[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
2023-09-13 17:46 UTC (4+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-13 16:38 UTC (36+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [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 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [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
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH v5 0/7] Risc-V Kvm Smstateen
2023-09-13 16:39 UTC (8+ messages)
` [PATCH v5 1/7] RISC-V: Detect Smstateen extension
` [PATCH v5 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v5 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v5 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v5 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v5 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v5 7/7] RISCV: KVM: Add sstateen0 to ONE_REG
[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
2023-09-13 16:23 UTC (8+ messages)
` [PATCH bpf-next 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next 6/6] riscv, bpf: Optimize bswap "
[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
2023-09-13 15:44 UTC (4+ messages)
BUG Report: Some issues about vmlinux with emit-relocs
2023-09-13 14:47 UTC (3+ messages)
[PATCH] selftests: sud_test: return correct emulated syscall value on RISC-V
2023-09-13 14:07 UTC
[PATCH v2 0/5] Add I2S support for the StarFive JH7110 SoC
2023-09-13 13:42 UTC (2+ messages)
` (subset) "
[PATCH v3 0/3] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-09-13 13:42 UTC (2+ messages)
` (subset) "
[-next v2 1/2] riscv: dts: starfive: visionfive 2: Enable usb0
2023-09-13 13:26 UTC (5+ messages)
[PATCH v4 1/1] riscv: optimize ELF relocation function in riscv
2023-09-13 13:05 UTC
[PATCH v8 00/16] Linux RISC-V AIA Support
2023-09-13 10:58 UTC (7+ messages)
` [PATCH v8 03/16] of: property: Add fw_devlink support for msi-parent
` [PATCH v8 09/16] irqchip: Add RISC-V incoming MSI controller early driver
[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
2023-09-13 10:57 UTC (4+ messages)
` [RFC v4 2/4] pwm: starfive: Add PWM "
[PATCH 1/3] dt-bindings: mmc: Remove properties from required
2023-09-13 10:50 UTC (4+ messages)
` [PATCH v2 3/3] riscv: dts: starfive: Drop unused properties and limit frquency
[PATCH v2 0/8] sysctl: Remove sentinel elements from arch
2023-09-13 9:11 UTC (9+ messages)
` [PATCH v2 1/8] S390: Remove now superfluous sentinel elem from ctl_table arrays
` [PATCH v2 2/8] arm: "
` [PATCH v2 3/8] arch/x86: "
` [PATCH v2 4/8] x86/vdso: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 5/8] riscv: "
` [PATCH v2 6/8] powerpc: Remove now superfluous sentinel element from ctl_table arrays
` [PATCH v2 7/8] ia64: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 8/8] c-sky: Remove now superfluous sentinel element from ctl_talbe array
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-09-13 9:15 UTC (4+ messages)
` [PATCH -next v2 "
` [PATCH -next v2 19/25] spi: mtk-snfi: Use helper function devm_clk_get_enabled()
[PATCH v4 0/4] riscv: tlb flush improvements
2023-09-13 8:32 UTC (5+ messages)
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for RISC-V
2023-09-13 7:19 UTC (2+ messages)
[PATCH v3] RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
2023-09-13 5:29 UTC
[PATCH -fixes] riscv: kexec: Align the kexeced kernel entry
2023-09-13 0:37 UTC (3+ messages)
[PATCH v2 0/2] riscv: errata: improve T-Head CMO
2023-09-13 0:37 UTC (2+ messages)
[PATCH V1 0/3] riscv: kexec: cleanup and fixups
2023-09-13 0:37 UTC (2+ messages)
[PATCH v3] riscv: errata: fix T-Head dcache.cva encoding
2023-09-13 0:37 UTC (3+ messages)
[PATCH bpf-next 0/6] bpf: verifier: stop emitting zext for LDX
2023-09-13 0:10 UTC (5+ messages)
` [PATCH bpf-next 5/6] bpf, arm32: Always zero extend for LDX with B/H/W
[PATCH] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
2023-09-13 0:06 UTC (4+ messages)
[PATCH v9 6/6] riscv: Use --emit-relocs in order to move .rela.dyn in init
2023-09-12 23:34 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