All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-29 22:03:35 to 2025-05-29 23:50:13 UTC [more...]

[PATCH 1/2] Bluetooth: btrtl: Firmware format v3 support
 2025-05-29 23:49 UTC  (2+ messages)

[PATCH 0/3] perf: generate events for BPF metadata
 2025-05-29 23:49 UTC  (10+ messages)
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs
` [PATCH 3/3] perf: collect BPF metadata from new programs, and display the new event

[kvm-unit-tests PATCH] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-05-29 22:36 UTC  (2+ messages)

[RFC PATCH 0/9] Introducing the Loadpol LSM
 2025-05-29 23:49 UTC  (5+ messages)
` [RFC PATCH 9/9] Loadpol LSM: add a minimal documentation

[PATCH v8 0/9] ublk: decouple server threads from ublk_queues/hctxs
 2025-05-29 23:47 UTC  (10+ messages)
` [PATCH v8 1/9] ublk: have a per-io daemon instead of a per-queue daemon
` [PATCH v8 2/9] selftests: ublk: kublk: plumb q_id in io_uring user_data
` [PATCH v8 3/9] selftests: ublk: kublk: tie sqe allocation to io instead of queue
` [PATCH v8 4/9] selftests: ublk: kublk: lift queue initialization out of thread
` [PATCH v8 5/9] selftests: ublk: kublk: move per-thread data out of ublk_queue
` [PATCH v8 6/9] selftests: ublk: kublk: decouple ublk_queues from ublk server threads
` [PATCH v8 7/9] selftests: ublk: add functional test for per io daemons
` [PATCH v8 8/9] selftests: ublk: add stress "
` [PATCH v8 9/9] Documentation: ublk: document UBLK_F_PER_IO_DAEMON

[PATCH v3 0/2] xen/domain: updates to hardware emulation flags
 2025-05-29 23:47 UTC  (5+ messages)
` [PATCH v3 1/2] xen/domain: introduce common "
` [PATCH v3 2/2] xen/domain: rewrite emulation_flags_ok()

[PATCH 0/2] contrib/subtree: Add -S/--gpg-sign option
 2025-05-29 23:45 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v3 00/13] clang: Add clang C/C++ toolchain
 2025-05-29 23:44 UTC  (3+ messages)
` [PATCH v3 01/13] toolchain: Provide abstraction for choosing per-recipe toolchain
  ` [OE-core] "

linux-next: build warning after merge of the powerpc tree
 2025-05-29 23:44 UTC  (2+ messages)

[PATCH] lib/meson: refactor GPGPU assembly build process
 2025-05-29 23:43 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v3 00/19] MADVISE FOR XE
 2025-05-29 23:42 UTC  (10+ messages)
` [PATCH v3 10/19] drm/xe: Implement madvise ioctl for xe
` [PATCH v3 11/19] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v3 12/19] drm/xe/svm : Add svm ranges migration policy on atomic access
` [PATCH v3 13/19] drm/xe/madvise: Update migration policy based on preferred location

[PATCH 00/28] KVM: x86: Clean up MSR interception code
 2025-05-29 23:40 UTC  (29+ messages)
` [PATCH 01/28] KVM: SVM: Don't BUG if setting up the MSR intercept bitmaps fails
` [PATCH 02/28] KVM: SVM: Tag MSR bitmap initialization helpers with __init
` [PATCH 03/28] KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
` [PATCH 04/28] KVM: SVM: Kill the VM instead of the host if MSR interception is buggy
` [PATCH 05/28] KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
` [PATCH 06/28] KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
` [PATCH 07/28] KVM: SVM: Clean up macros related to architectural MSRPM definitions
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 09/28] KVM: nSVM: Omit SEV-ES specific passthrough MSRs from L0+L1 bitmap merge
` [PATCH 10/28] KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01's "always passthrough"
` [PATCH 11/28] KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
` [PATCH 12/28] KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
` [PATCH 13/28] KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES guest
` [PATCH 14/28] KVM: SVM: Drop "always" flag from list of possible passthrough MSRs
` [PATCH 15/28] KVM: x86: Move definition of X2APIC_MSR() to lapic.h
` [PATCH 16/28] KVM: VMX: Manually recalc all MSR intercepts on userspace MSR filter change
` [PATCH 17/28] KVM: SVM: "
` [PATCH 18/28] KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
` [PATCH 19/28] KVM: SVM: Rename init_vmcb_after_set_cpuid() to make it intercepts specific
` [PATCH 20/28] KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole caller
` [PATCH 21/28] KVM: SVM: Merge "after set CPUID" intercept recalc helpers
` [PATCH 22/28] KVM: SVM: Drop explicit check on MSRPM offset when emulating SEV-ES accesses
` [PATCH 23/28] KVM: SVM: Move svm_msrpm_offset() to nested.c
` [PATCH 24/28] KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
` [PATCH 25/28] KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
` [PATCH 26/28] KVM: SVM: Return -EINVAL instead of MSR_INVALID to signal out-of-range MSR
` [PATCH 27/28] KVM: nSVM: Merge MSRPM in 64-bit chunks on 64-bit kernels
` [PATCH 28/28] KVM: selftests: Verify KVM disable interception (for userspace) on filter change

[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
 2025-05-29 23:40 UTC  (5+ messages)
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest

[PATCH] afs: Replace simple_strtoul with kstrtoul in afs_parse_address
 2025-05-29 23:35 UTC  (2+ messages)

[PATCH net] selftests: net: build net/lib dependency in all target
 2025-05-29 23:39 UTC  (2+ messages)

[PATCH v7 0/9] Enable EINJv2 Support
 2025-05-29 23:36 UTC  (5+ messages)
` [PATCH v7 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [PATCH v7 9/9] ACPI: APEI: EINJ: Update the documentation "

bug in futex.2, FUTEX_CMP_REQUEUE
 2025-05-29 23:35 UTC  (3+ messages)

[PATCH net] vmxnet3: correctly report gso type for UDP tunnels
 2025-05-29 23:33 UTC  (6+ messages)

[PATCH v12 00/10] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-05-29 23:24 UTC  (2+ messages)

[PATCH v4 00/20] xen: introduce CONFIG_SYSCTL
 2025-05-29 23:22 UTC  (3+ messages)
` [PATCH v4 03/20] xen/x86: remove "depends on !PV_SHIM_EXCLUSIVE"

[PATCH 1/2] wic: bootimg-partition allow to set var to get boot files
 2025-05-29 23:22 UTC  (6+ messages)
` [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported
  ` [OE-core] "

[BUG REPORT] netfilter: DNS/SNAT Issue in Kubernetes Environment
 2025-05-30  0:45 UTC  (3+ messages)

[PATCH v3 09/19] drm/xe/svm: Split system allocator vma incase of madvise call
 2025-05-29 23:18 UTC 

[PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
 2025-05-29 23:15 UTC  (4+ messages)
` [PATCH 03/11] fuse: implement the basic iomap mechanisms

[RFC PATCH 0/2] drm/amdgpu: CIK UVD initialization fixes
 2025-05-29 23:15 UTC  (9+ messages)
` [RFC PATCH 2/2] drm/amdgpu/uvd: Ensure vcpu bos are within the uvd segment

[PATCH 0/4] drm/msm/dp: ST_DISPLAY_OFF hpd cleanup
 2025-05-29 23:13 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dp: remove redundant checks related to ST_DISPLAY_OFF in plug/irq_ipd handlers
` [PATCH 2/4] drm/msm/dp: Return early from atomic_enable() if ST_DISCONNECT_PENDING
` [PATCH 3/4] drm/msm/dp: replace ST_DISPLAY_OFF with power_on in msm_dp_hpd_unplug_handle()
` [PATCH 4/4] drm/msm/dp: remove ST_DISPLAY_OFF as a hpd_state

[DISCUSSION] proposed mctl() API
 2025-05-29 23:14 UTC  (5+ messages)

+ mm-strictly-check-vmstat_text-array-size.patch added to mm-new branch
 2025-05-29 23:13 UTC 

Build Failure: Git 2.50.0-rc0 on NonStop
 2025-05-29 23:13 UTC  (4+ messages)
` [PATCH] reftable: make REFTABLE_UNUSED C99 compatible

[PATCH] xen/argo: Command line handling improvements
 2025-05-29 23:09 UTC  (4+ messages)

[PATCH bpf-next 3/4] bpf: Introduce path iterator
 2025-05-29 23:10 UTC  (13+ messages)

[Buildroot] [PATCH next 1/1] arch/arm: add the Cortex-A720 core
 2025-05-29 23:08 UTC 

[PATCH v4 0/2] Extend and configure PMP region count
 2025-05-29 23:07 UTC  (2+ messages)

[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
 2025-05-29 23:08 UTC  (11+ messages)
` [PATCH 04/15] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC

[PATCH v2 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support
 2025-05-29 23:04 UTC 

[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-05-29 23:04 UTC  (5+ messages)

[PATCH v13 00/27] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-05-29 23:03 UTC  (7+ messages)
` [PATCH v13 20/27] x86/resctrl: Provide interface to update the event configurations
` [PATCH v13 21/27] x86/resctrl: Introduce mbm_assign_on_mkdir to configure assignments

[PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation
 2025-05-29 23:02 UTC  (4+ messages)

[PATCH ethtool 0/2] module_common: adjust the JSON output for per-lane signals
 2025-05-29 23:02 UTC  (2+ messages)

[PATCH 0/2] tests/intel/xe_exec_system_allocator: Test to validate SVM prefetch ranges
 2025-05-29 23:00 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v2] renesas: Renesas R-Car Gen4 watchdog driver
 2025-05-29 22:58 UTC  (2+ messages)

[PATCH v2] selftests/seccomp: Improve error logging in get_proc_stat()
 2025-05-29 22:55 UTC  (2+ messages)
` [PATCH v3] selftests/seccomp: Fix indentation and rebase error logging patch

[PATCH v9 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-05-29 22:51 UTC  (13+ messages)
` [PATCH v9 01/12] device property: add fwnode_find_reference_args()
` [PATCH v9 02/12] dt-bindings: trigger-source: add generic GPIO trigger source
` [PATCH v9 03/12] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH v9 04/12] dt-bindings: iio: adc: ad7768-1: Document GPIO controller
` [PATCH v9 05/12] dt-bindings: iio: adc: ad7768-1: document regulator provider property
` [PATCH v9 06/12] iio: adc: ad7768-1: add regulator to control VCM output
` [PATCH v9 07/12] iio: adc: ad7768-1: Add GPIO controller support
` [PATCH v9 08/12] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode
` [PATCH v9 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI
` [PATCH v9 10/12] iio: adc: ad7768-1: replace manual attribute declaration
` [PATCH v9 11/12] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
` [PATCH v9 12/12] iio: adc: ad7768-1: add low pass -3dB cutoff attribute

[GIT PULL] bitmap fixes for 6.16
 2025-05-29 22:43 UTC  (3+ messages)

[PATCH v3 1/3] docs: add documentation for Argo as a feature
 2025-05-29 22:40 UTC  (2+ messages)

[PATCH i-g-t v11 0/7] Extend IGT to support Android
 2025-05-29 22:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Extend IGT to support Android (rev11)

[PATCH i-g-t] tests/intel-ci: Update xe blocklist
 2025-05-29 22:36 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH] block: Fix blk_sync_queue() to properly stop timeout timer
 2025-05-29 22:33 UTC  (3+ messages)

[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-05-29 22:28 UTC  (15+ messages)
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings

[f2fs-dev] [PATCH] f2fs: make sure zoned device GC to use FG_GC in shortage of free section
 2025-05-29 22:25 UTC  (2+ messages)
`  "

[PATCH 0/3] introduce event vector adapter
 2025-05-29 22:24 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eventdev: "
  ` [PATCH v2 2/3] eventdev: add default software "
  ` [PATCH v2 3/3] app/eventdev: add vector adapter performance test

[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
 2025-05-29 22:23 UTC  (18+ messages)
  ` [PATCH v3 1/8] dt-bindings: power: Add T-HEAD TH1520 GPU power sequencer
  ` [PATCH v3 2/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
  ` [PATCH v3 3/8] drm/imagination: Use pwrseq for TH1520 GPU power management
  ` [PATCH v3 4/8] dt-bindings: gpu: Add TH1520 GPU compatible to Imagination bindings
  ` [PATCH v3 5/8] riscv: dts: thead: th1520: Add missing reset controller header include
  ` [PATCH v3 6/8] riscv: dts: thead: Add GPU power sequencer node
  ` [PATCH v3 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
  ` [PATCH v3 8/8] drm/imagination: Enable PowerVR driver for RISC-V

[bugzilla-daemon@kernel.org: [Bug 220175] New: NVMe SSD doesn't work via Thunderbolt enclosure on Framework 13 (Ryzen AI 300)]
 2025-05-29 22:22 UTC 

[Buildroot] [PATCH 1/1] package/python-tortoise-orm: bump to version 0.25.0
 2025-05-29 22:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-aerich: bump to version 0.9.0
 2025-05-29 22:20 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
 2025-05-29 22:19 UTC  (34+ messages)
` [kvm-unit-tests PATCH 01/16] lib: Add and use static_assert() convenience wrappers
` [kvm-unit-tests PATCH 02/16] x86: Encode X86_FEATURE_* definitions using a structure
` [kvm-unit-tests PATCH 03/16] x86: Add X86_PROPERTY_* framework to retrieve CPUID values
` [kvm-unit-tests PATCH 04/16] x86: Use X86_PROPERTY_MAX_VIRT_ADDR in is_canonical()
` [kvm-unit-tests PATCH 05/16] x86: Implement get_supported_xcr0() using X86_PROPERTY_SUPPORTED_XCR0_{LO,HI}
` [kvm-unit-tests PATCH 06/16] x86: Add and use X86_PROPERTY_INTEL_PT_NR_RANGES
` [kvm-unit-tests PATCH 07/16] x86/pmu: Rename pmu_gp_counter_is_available() to pmu_arch_event_is_available()
` [kvm-unit-tests PATCH 08/16] x86/pmu: Rename gp_counter_mask_length to arch_event_mask_length
` [kvm-unit-tests PATCH 09/16] x86/pmu: Mark all arch events as available on AMD
` [kvm-unit-tests PATCH 10/16] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
` [kvm-unit-tests PATCH 11/16] x86/sev: Use VC_VECTOR from processor.h
` [kvm-unit-tests PATCH 12/16] x86/sev: Skip the AMD SEV test if SEV is unsupported/disabled
` [kvm-unit-tests PATCH 13/16] x86/sev: Define and use X86_FEATURE_* flags for CPUID 0x8000001F
` [kvm-unit-tests PATCH 14/16] x86/sev: Use X86_PROPERTY_SEV_C_BIT to get the AMD SEV C-bit location
` [kvm-unit-tests PATCH 15/16] x86/sev: Use amd_sev_es_enabled() to detect if SEV-ES is enabled
` [kvm-unit-tests PATCH 16/16] x86: Move SEV MSR definitions to msr.h

[Buildroot] [git commit branch/next] package/python-tortoise-orm: bump to version 0.25.0
 2025-05-29 22:12 UTC 

[Buildroot] [git commit branch/next] package/python-aerich: bump to version 0.9.0
 2025-05-29 22:11 UTC 

[PATCH net] net: stmmac: platform: guarantee uniqueness of bus_id
 2025-05-29 22:16 UTC  (3+ messages)

[PATCH 1/2] userdiff: add support for R programming language
 2025-05-29 22:16 UTC  (2+ messages)
` [PATCH v2] "

linux-next: duplicate patches in the vhost tree
 2025-05-29 22:17 UTC 

[PATCH v2 0/3] platform/x86: dell_rbu: Packet data fixes
 2025-05-29 22:12 UTC  (4+ messages)
` [PATCH v2 3/3] platform/x86: dell_rbu: Stop overwriting data buffer

[PATCH v2 0/3] arm-smmu: select suitable IOVA
 2025-05-29 22:08 UTC  (10+ messages)

[Buildroot] [PATCH] package/libftdi1: bump to version 22b4667a8c3bc483494ba735ba4ae4d5cb8a0f03
 2025-05-29 22:08 UTC  (2+ messages)

[Buildroot] [git commit] package/libftdi1: bump to version v1.5-48-g22b4667a8
 2025-05-29 21:43 UTC 

[PATCH v3 0/2] pack-bitmap: fix memory leak if load_bitmap_entries_v1 failed
 2025-05-29 22:04 UTC  (6+ messages)
` [PATCH v4 0/2] pack-bitmap: fix memory leak if load_bitmap failed
  ` [PATCH v4 1/2] pack-bitmap: fix memory leak if load_bitmap() failed

[PULL 0/6] NBD patches through 2025-05-29
 2025-05-29 22:02 UTC  (5+ messages)
` [PULL 1/6] io: Add helper for setting socket send buffer size
` [PULL 4/6] iotests: Use disk_usage in more places
` [PULL 5/6] iotests: Improve mirror-sparse on ext4 and xfs
` [PULL 6/6] iotests: Filter out ZFS in several tests


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.