All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-20 21:24:45 to 2025-06-20 22:37:34 UTC [more...]

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-20 22:37 UTC  (4+ messages)
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[RFC PATCH RESEND 00/42] accel/split/arm: Run EL2 using TCG and EL1/EL0 in hardware with HVF
 2025-06-20 17:27 UTC  (43+ messages)
` [RFC PATCH RESEND 01/42] accel/split: Minimal stubs for split accelerator
` [RFC PATCH RESEND 02/42] accel/split: Define SplitAccelState
` [RFC PATCH RESEND 03/42] accel/split: Implement cpus_are_resettable()
` [RFC PATCH RESEND 04/42] accel/split: Implement accel_init_machine()
` [RFC PATCH RESEND 05/42] accel/split: Expose 'hw' and 'sw' properties
` [RFC PATCH RESEND 06/42] accel/split: Empty setup_post()
` [RFC PATCH RESEND 07/42] accel/split: Implement supports_guest_debug()
` [RFC PATCH RESEND 08/42] accel/split: Implement gdbstub_supported_sstep_flags()
` [RFC PATCH RESEND 09/42] accel/split: Add cpu_thread_routine() stub
` [RFC PATCH RESEND 10/42] accel/split: Define and allocate AccelCPUState
` [RFC PATCH RESEND 11/42] accel/split: Register MTTCG
` [RFC PATCH RESEND 12/42] accel/split: Have thread routine ready to dispatch over HW/SW
` [RFC PATCH RESEND 13/42] accel/split: Implement cpu_reset_hold()
` [RFC PATCH RESEND 14/42] accel/split: Implement synchronize_post_init()
` [RFC PATCH RESEND 15/42] accel/split: Implement synchronize_pre_resume()
` [RFC PATCH RESEND 16/42] accel/split: Implement synchronize_state()
` [RFC PATCH RESEND 17/42] accel/split: Implement synchronize_post_reset()
` [RFC PATCH RESEND 18/42] accel/split: Implement synchronize_pre_loadvm()
` [RFC PATCH RESEND 19/42] accel/split: Implement kick_vcpu_thread()
` [RFC PATCH RESEND 20/42] accel/split: Implement cpu_common_realize()
` [RFC PATCH RESEND 21/42] accel/split: Set use_hw in cpu_thread_routine() and switch over
` [RFC PATCH RESEND 22/42] accel/split: Add few trace events in cpu_thread_routine handler
` [RFC PATCH RESEND 23/42] target/arm: Implement SysemuCPUOps::can_accelerate() handler
` [RFC PATCH RESEND 24/42] accel/split: Implement handle_interrupt()
` [RFC PATCH RESEND 25/42] accel/split: Empty ops_init()
` [RFC PATCH RESEND 26/42] accel/split: Empty set/get_virtual_clock()
` [RFC PATCH RESEND 27/42] accel/split: Empty get_elapsed_ticks()
` [RFC PATCH RESEND 28/42] accel/split: Empty cpu_thread_is_idle()
` [RFC PATCH RESEND 29/42] accel/split: Kludge qemu_tcg_mttcg_enabled()
` [RFC PATCH RESEND 30/42] accel/split: Implement remove_all_breakpoints()
` [RFC PATCH RESEND 31/42] accel/split: Implement remove_breakpoint()
` [RFC PATCH RESEND 32/42] accel/split: Implement insert_breakpoint()
` [RFC PATCH RESEND 33/42] accel/split: Implement update_guest_debug()
` [RFC PATCH RESEND 34/42] accel/split: Implement get_[vcpu]_stats()
` [RFC PATCH RESEND 35/42] target/arm: Emulate EL2 under TCG
` [RFC PATCH RESEND 36/42] target/arm: Have ERET switch to hw accel for EL0/EL1
` [RFC PATCH RESEND 37/42] accel/hvf: Emulate HVC at EL2
` [RFC PATCH RESEND 38/42] accel/tcg: Introduce TCGCPUOps::rebuild_tb_hflags handler
` [RFC PATCH RESEND 39/42] target/arm: Implement TCGCPUOps::rebuild_tb_hflags()
` [RFC PATCH RESEND 40/42] accel/split: Call TCGCPUOps::rebuild_tb_hflags()
` [RFC PATCH RESEND 41/42] tests/functional: Add split_available() helper
` [RFC PATCH RESEND 42/42] tests/functional: Test Aarch64 virt machine with split-accelerator

[PATCHv6 00/16] x86: Enable Linear Address Space Separation support
 2025-06-20 22:29 UTC  (3+ messages)

[PATCH] btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
 2025-06-20 22:29 UTC  (2+ messages)

[PATCH v5 2/4] clk: add TI CDCE6214 clock driver
 2025-06-20 22:26 UTC 

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-06-20 22:26 UTC  (10+ messages)
` [GSoC RFC PATCH v2 0/7] "
  ` [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
  ` [GSoC RFC PATCH v2 3/7] repo-info: add plaintext as an output format
  ` [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
  ` [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format

[PULL 00/14] loongarch-to-apply queue
 2025-06-20 18:12 UTC  (4+ messages)

[RFC PATCH v2 00/48] accel: Preparatory cleanups for split-accel
 2025-06-20 17:13 UTC  (6+ messages)
` [RFC PATCH v2 13/48] accel: Move cpu_common_[un]realize() declarations to AccelOpsClass
` [RFC PATCH v2 29/48] accel: Factor accel_create_vcpu_thread() out
` [RFC PATCH v2 34/48] accel/kvm: Convert to AccelOpsClass::cpu_thread_routine
` [RFC PATCH v2 38/48] accel/whpx: Expose whpx_enabled() to common code
` [RFC PATCH v2 41/48] accel/tcg: Factor tcg_vcpu_init() out for re-use

[PULL 00/17] maintainer updates for May (testing, plugins, virtio-gpu)
 2025-06-20 19:47 UTC  (6+ messages)
` [PULL 12/17] virtio-gpu: support context init multiple timeline

[PATCH 00/33] tty: summer cleanup
 2025-06-20 21:48 UTC  (4+ messages)
` [PATCH 30/33] serial: 8250: invert serial8250_register_8250_port() CIR condition

[PATCH net-next v3] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
 2025-06-20 22:24 UTC  (14+ messages)

[PATCH 0/9] iio: adc: ad7173: add SPI offload support
 2025-06-20 22:20 UTC  (10+ messages)
` [PATCH 1/9] iio: adc: ad_sigma_delta: sort includes
` [PATCH 2/9] iio: adc: ad_sigma_delta: use u8 instead of uint8_t
` [PATCH 3/9] iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macro
` [PATCH 4/9] iio: adc: ad_sigma_delta: refactor setting read address
` [PATCH 5/9] iio: adc: ad_sigma_delta: use spi_optimize_message()
` [PATCH 6/9] dt-bindings: trigger-source: add ADI Util Sigma-Delta SPI
` [PATCH 7/9] spi: offload trigger: add ADI Util Sigma-Delta SPI driver
` [PATCH 8/9] iio: adc: ad_sigma_delta: add SPI offload support
` [PATCH 9/9] iio: adc: ad7173: "

[RFC PATCH 00/42] accel/split/arm: Run EL2 using TCG and EL1/EL0 in hardware with HVF
 2025-06-20 17:24 UTC 

[PATCH 0/3] Add initial device tree for Billion Capture+
 2025-06-20 22:20 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Flipkart
` [PATCH 2/3] dt-bindings: arm: qcom: Add Billion Capture+
` [PATCH 3/3] arm64: dts: qcom: msm8953: Add device tree for "

[Buildroot] [PATCH 1/1] package/lrzsz: fix build with musl
 2025-06-20 22:18 UTC 

[PATCH v2 00/23] ARM64 PMU Partitioning
 2025-06-20 22:13 UTC  (26+ messages)
` [PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v2 02/23] arm64: Generate sign macro for sysreg Enums
` [PATCH v2 03/23] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH v2 04/23] arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v2 05/23] KVM: arm64: Cleanup PMU includes
` [PATCH v2 06/23] KVM: arm64: Reorganize PMU functions
` [PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v2 07/23] perf: pmuv3: "
` [PATCH v2 08/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v2 09/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v2 10/23] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v2 11/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v2 12/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v2 13/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v2 14/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v2 15/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v2 16/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v2 17/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v2 18/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v2 19/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v2 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v2 20/23] perf: pmuv3: "
` [PATCH v2 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v2 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v2 23/23] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v3 0/7] Adjust fbcon console device detection
 2025-06-20 22:17 UTC  (4+ messages)
` [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

[PATCH v5 1/3] mfd: ls2kbmc: Introduce Loongson-2K BMC core driver
 2025-06-20 22:15 UTC  (2+ messages)

[PATCH v3 0/4] Support for Adreno X1-45 GPU
 2025-06-20 22:06 UTC  (3+ messages)

[PATCH v1] perf stat: Fix uncore aggregation number
 2025-06-20 22:12 UTC  (6+ messages)

[PATCH RFC 0/6] btrfs: go fs_holder_ops and add shutdown_bdev() callback
 2025-06-20 22:10 UTC  (4+ messages)
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation

[PATCH v4 net-next 0/8] virtio: introduce GSO over UDP tunnel
 2025-06-20 22:09 UTC  (5+ messages)
` [PATCH v4 net-next 7/8] tun: enable gso over UDP tunnel support

[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
 2025-06-20 21:39 UTC  (5+ messages)

[PATCH BlueZ v3] bap: don't pass in stream's own metadata to enable()
 2025-06-20 22:07 UTC  (2+ messages)
` [BlueZ,v3] "

[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-20 22:06 UTC  (3+ messages)
` [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction

[PATCH v2 00/17] SHA-512 library functions
 2025-06-20 21:42 UTC  (5+ messages)

[PATCH v2] tpm: Fix the timeout & use ktime
 2025-06-20 22:03 UTC  (2+ messages)

[PATCH v3 00/13] arm64: debug: remove hook registration, split exception entry
 2025-06-20 21:20 UTC  (4+ messages)
` [PATCH v3 09/13] arm64: debug: split single stepping "

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-20 21:59 UTC  (2+ messages)

[PATCH V6 10/10] scsi: ufs: qcom : Refactor phy_power_on/off calls
 2025-06-20 21:44 UTC  (3+ messages)

[PATCH v6 0/8] x86/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-06-20 21:58 UTC  (15+ messages)
` [PATCH v6 5/8] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v6 6/8] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v6 7/8] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v6 8/8] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks

[PATCH 0/5] drm/xe: Create and use SoC WA infrastructure
 2025-06-20 21:57 UTC  (8+ messages)
` [PATCH 1/5] drm/xe: add xe_soc_wa infrastructure
` [PATCH 2/5] drm/xe: Add infrastructure for SoC OOB workarounds
` [PATCH 3/5] drm/xe: Move Wa_15015404425 to use the new EX_SOC_WA macro
` [PATCH 4/5] drm/xe: extend Wa_15015404425 to apply to PTL
` [PATCH 5/5] drm/xe: disable wa_15015404425 for PTL B0
` ✗ CI.checkpatch: warning for drm/xe: Create and use SoC WA infrastructure
` ✓ CI.KUnit: success "

[PATCH net-next v3] docs: net: sysctl documentation cleanup
 2025-06-20 21:55 UTC 

[PATCH v2 0/2] docs: net: sysctl documentation improvements
 2025-06-20 21:51 UTC  (7+ messages)
` [PATCH v2 1/2] docs: net: sysctl documentation cleanup
` [PATCH v2 2/2] docs: net: clarify sysctl value constraints

[RFC PATCH 0/7] Introduce SCMI Telemetry support
 2025-06-20 21:51 UTC  (5+ messages)
` [RFC PATCH 4/7] firmware: arm_scmi: Add System Telemetry driver
` [RFC PATCH 5/7] firmware: arm_scmi: Add System Telemetry chardev/ioctls API

[PATCH v2 0/6] Axiado AX3000 SoC and Evaluation Board Support
 2025-06-20 21:18 UTC  (6+ messages)
` [PATCH v2 4/6] arm64: dts: axiado: Add initial support for AX3000 SoC and eval board

[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
 2025-06-20 21:47 UTC  (3+ messages)

[jolsa-perf:bpf/tracing_multi_5 2/10] kernel/trace/ftrace.c:6289:21: sparse: sparse: incorrect type in assignment (different address spaces)
 2025-06-20 21:45 UTC 

[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
 2025-06-20 21:44 UTC  (3+ messages)
` [PATCH 03/11] power: supply: qcom_pmi8998_charger: fix wakeirq

[PATCH v4 00/13] arm64: debug: remove hook registration, split exception entry
 2025-06-20 21:12 UTC  (10+ messages)
` [PATCH v4 05/13] arm64: debug: remove break/step handler registration infrastructure
` [PATCH v4 06/13] arm64: entry: Add entry and exit functions for debug exceptions
` [PATCH v4 07/13] arm64: debug: split hardware breakpoint exception entry
` [PATCH v4 08/13] arm64: debug: refactor reinstall_suspended_bps()
` [PATCH v4 09/13] arm64: debug: split single stepping exception entry
` [PATCH v4 10/13] arm64: debug: split hardware watchpoint "
` [PATCH v4 11/13] arm64: debug: split brk64 "
` [PATCH v4 12/13] arm64: debug: split bkpt32 "
` [PATCH v4 13/13] arm64: debug: remove debug exception registration infrastructure

[MINI-OS PATCH 0/6] hide struct start_info from PVH code
 2025-06-20 21:43 UTC  (13+ messages)
` [MINI-OS PATCH 1/6] suspend: drop crazy pfn handling for PVH
` [MINI-OS PATCH 2/6] setup: drop parameter from map_shared_info()
` [MINI-OS PATCH 3/6] x86/pv: remove global start_info
` [MINI-OS PATCH 4/6] console: drop parameter from get_console()
` [MINI-OS PATCH 5/6] xenbus: drop parameter from get_xenbus()
` [MINI-OS PATCH 6/6] x86/pv: make start_info_ptr PV-only

[PATCH 1/2] drm/radeon/evergreen_cs: implement cond_exec and cond_write
 2025-06-20 21:41 UTC  (3+ messages)
` [PATCH 2/2] drm/radeon/evergreen_cs: lower evergreen_surface_check_linear_aligned restriction

[PATCH] media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer
 2025-06-20 21:41 UTC 

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-20 21:41 UTC  (5+ messages)

[PATCH 0/3] lib/crc: improve docs and change crc32() to inline function
 2025-06-20 21:40 UTC  (2+ messages)

[PATCH 0/4] selftests/nolibc: integrate with kselftests
 2025-06-20 21:39 UTC  (5+ messages)
` [PATCH 1/4] selftests/nolibc: drop implicit defconfig executions
` [PATCH 2/4] selftests/nolibc: split out CFLAGS logic
` [PATCH 3/4] selftests/nolibc: rename Makefile
` [PATCH 4/4] selftests/nolibc: integrate with kselftests

[PATCH 0/5] Introduce "non_pixel" sub node within iris video node
 2025-06-20 21:39 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: media: qcom,sm8550-iris: add non_pixel and resv_region properties

[PATCH] libbpf: fix possible use-after-free for externs
 2025-06-20 21:39 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/hugetlb: unshare page tables during VMA split, not before" failed to apply to 5.10-stable tree
 2025-06-20 21:37 UTC  (5+ messages)
` [PATCH 5.10.y 1/4] hugetlb: unshare some PMDs when splitting VMAs
  ` [PATCH 5.10.y 2/4] mm/hugetlb: unshare page tables during VMA split, not before
  ` [PATCH 5.10.y 3/4] mm: hugetlb: independent PMD page table shared count
  ` [PATCH 5.10.y 4/4] mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

Troubles with isar build for bbb
 2025-06-20 21:37 UTC 

[PATCH v4 0/3] bitmap: introduce find_random_bit() and use in clocksource
 2025-06-20 21:37 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/hugetlb: unshare page tables during VMA split, not before" failed to apply to 5.15-stable tree
 2025-06-20 21:35 UTC  (4+ messages)
` [PATCH 5.15.y 1/3] mm/hugetlb: unshare page tables during VMA split, not before
  ` [PATCH 5.15.y 2/3] mm: hugetlb: independent PMD page table shared count
  ` [PATCH 5.15.y 3/3] mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

[PATCH 1/2] arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed
 2025-06-20 21:34 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: imx8mn-beacon: "

[PATCH 0/2] dt-bindings: clock: qcom: Fix SM8450 videocc, camcc power domains support
 2025-06-20 21:34 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom,sm8450-videocc: Add minItems property

[PATCH] media: dvb-usb: dw2102: fix null-ptr-deref in dw2102_earda_i2c_transfer
 2025-06-20 21:34 UTC 

FAILED: patch "[PATCH] mm/hugetlb: unshare page tables during VMA split, not before" failed to apply to 6.1-stable tree
 2025-06-20 21:33 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] mm/hugetlb: unshare page tables during VMA split, not before
  ` [PATCH 6.1.y 2/3] mm: hugetlb: independent PMD page table shared count
  ` [PATCH 6.1.y 3/3] mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

[PATCH] drm/i915/wm: reduce stack usage in skl_print_wm_changes()
 2025-06-20 21:33 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
 2025-06-20 21:32 UTC  (3+ messages)
` [PATCH v2 5/8] cxl/region: Split commit_store() into __commit() and queue_reset() helpers

FAILED: patch "[PATCH] mm/hugetlb: unshare page tables during VMA split, not before" failed to apply to 6.6-stable tree
 2025-06-20 21:31 UTC  (2+ messages)
` [PATCH 6.6.y] mm/hugetlb: unshare page tables during VMA split, not before

[PATCH] media: dvb-usb: dw2102: fix null-ptr-deref in s6x0_i2c_transfer
 2025-06-20 21:31 UTC 

FAILED: patch "[PATCH] mm/hugetlb: unshare page tables during VMA split, not before" failed to apply to 6.12-stable tree
 2025-06-20 21:30 UTC  (2+ messages)
` [PATCH 6.12.y] mm/hugetlb: unshare page tables during VMA split, not before

[PATCH] media: dvb-usb: dw2102: fix null-ptr-deref in su3000_i2c_transfer
 2025-06-20 21:26 UTC 

[PATCH 0/3] perf tools build process cleanups and extra hints
 2025-06-20 21:24 UTC  (4+ messages)
` [PATCH 1/3] perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
` [PATCH 2/3] perf build: Add the libpfm devel fedora package name to the hint
` [PATCH 3/3] perf build: The bfd features are opt-in, stop testing for them by default


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.