All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 22:08:03 to 2025-03-04 22:58:58 UTC [more...]

[Buildroot] [PATCH v3] package/elfutils: ensure we have 5.0 kernel headers for aarch64
 2025-03-04 22:58 UTC  (4+ messages)

[PATCH v2 0/5] imx8mp: add support for the IMX AIPSTZ bridge
 2025-03-04 22:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:58 UTC 

[RFC PATCH 0/6] add `syn` versions of pin-init macros
 2025-03-04 22:57 UTC  (7+ messages)
` [RFC PATCH 1/6] rust: pin-init: internal: add syn version of the `Zeroable` derive macro
` [RFC PATCH 2/6] rust: pin-init: internal: add syn version of `pinned_drop` proc macro
` [RFC PATCH 3/6] rust: pin-init: internal: add syn version of the `pin_data` "
` [RFC PATCH 4/6] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [RFC PATCH 5/6] rust: pin-init: allow doctests to refer to the pin-init crate
` [RFC PATCH 6/6] rust: pin-init: internal: add syn version of `[try_][pin_]init!` macros

[PATCH] arch/x86: Fix size overflows in sgx_encl_create()
 2025-03-04 22:56 UTC 

[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
 2025-03-04 22:55 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 00/22] make pin-init into a standalone crate
 2025-03-04 22:56 UTC  (23+ messages)
` [PATCH 01/22] rust: init: disable doctests
` [PATCH 02/22] rust: move pin-init API into its own directory
` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH 05/22] rust: pin-init: change examples to the user-space version
` [PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH 11/22] rust: pin-init: fix documentation links
` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH 14/22] rust: add pin-init crate build infrastructure
` [PATCH 15/22] rust: make pin-init its own crate
` [PATCH 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH 17/22] rust: pin-init: synchronize documentation with "
` [PATCH 18/22] rust: pin-init: internal: synchronize with "
` [PATCH 19/22] rust: pin-init: miscellaneous synchronization with the "
` [PATCH 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH 21/22] rust: pin-init: re-enable doctests
` [PATCH 22/22] MAINTAINERS: add entry for the `pin-init` crate

[PATCH] kunit/stackinit: Use fill byte different from Clang i386 pattern
 2025-03-04 22:56 UTC 

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-04 22:53 UTC  (4+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable

[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
 2025-03-04 22:54 UTC  (37+ messages)
` [PATCH v2 01/32] tests/functional: move aarch64 GPU test into own file
` [PATCH v2 02/32] tests/functional: factor out common code in gpu test
` [PATCH v2 03/32] tests/functional: ensure we have a GPU device for tests
` [PATCH v2 04/32] tests/functional: bail early if vkmark hangs
` [PATCH v2 05/32] tests/functional: skip vulkan tests with nVidia
` [PATCH v2 06/32] tests/functional: expand tests to cover virgl
` [PATCH v2 07/32] tests/functional: update the aarch64_virg_gpu images
` [PATCH v2 08/32] plugins: add explicit dependency in functional tests
` [PATCH v2 09/32] tests/functional: Introduce the dso_suffix() helper
` [PATCH v2 10/32] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts
` [PATCH v2 11/32] libvirt-ci: bump to latest for vulkan-tools
` [PATCH v2 12/32] tests/vm: bump timeout for shutdown
` [PATCH v2 13/32] tests/tcg: mark test-vma as a linux-only test
` [PATCH v2 14/32] tests/tcg: add message to _Static_assert in test-avx
` [PATCH v2 15/32] tests/tcg: fix constraints in test-i386-adcox
` [PATCH v2 16/32] tests/tcg: enable -fwrapv for test-i386-bmi
` [PATCH v2 17/32] tests/tcg: Suppress compiler false-positive warning on sha1.c
` [PATCH v2 18/32] gitlab: add a new build_unit job to track build size
` [PATCH v2 19/32] tests/functional: add boot error detection for RME tests
` [PATCH v2 20/32] plugins/api: use qemu_target_page_mask() to get value
` [PATCH v2 21/32] plugins/loader: populate target_name with target_name()
` [PATCH v2 22/32] include/qemu: plugin-memory.h doesn't need cpu-defs.h
` [PATCH v2 23/32] plugins/api: clean-up the includes
` [PATCH v2 24/32] plugins/plugin.h: include queue.h
` [PATCH v2 25/32] plugins/loader: compile loader only once
` [PATCH v2 26/32] plugins/api: split out binary path/start/end/entry code
` [PATCH v2 27/32] plugins/api: split out the vaddr/hwaddr helpers
` [PATCH v2 28/32] plugins/api: split out time control helpers
` [PATCH v2 29/32] plugins/api: build only once
` [PATCH v2 30/32] plugins/core: make a single build unit
` [PATCH v2 31/32] MAINTAINERS: remove widely sanctioned entities
` [PATCH v2 32/32] meson.build: default to -gsplit-dwarf for debug info

[PATCH v2 0/6] Introduce CET supervisor state support
 2025-03-04 22:50 UTC  (9+ messages)
` [PATCH v2 1/6] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v2 2/6] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v2 3/6] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v2 4/6] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration

[PATCH] selftests/pcie_bwctrl: Add "set_pcie_speed.sh" to TEST_PROGS
 2025-03-04 22:50 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:48 UTC 

[DPDK/core Bug 1668] EAL: rte_eal_mp_remote_launch is able to launch an lcore which is running
 2025-03-04 22:48 UTC 

[PATCH net-next v2 0/9] eth: bnxt: maintain basic pkt/byte counters in SW
 2025-03-04 22:48 UTC  (8+ messages)
` [PATCH net-next v2 7/9] eth: bnxt: maintain rx pkt/byte stats "
` [PATCH net-next v2 9/9] eth: bnxt: count xdp xmit packets

[PATCH v2 0/2] xen/watchdog: Identify which domain watchdog fired
 2025-03-04 22:47 UTC  (5+ messages)
` [PATCH v2 1/2] xen/domain: Annotate struct domain as page aligned
` [PATCH v2 2/2] xen/watchdog: Identify which domain watchdog fired

next-20250304 build failure
 2025-03-04 22:47 UTC  (2+ messages)

[PATCH v35 00/31] Introduce QC USB SND audio offloading support
 2025-03-04 22:46 UTC  (5+ messages)

[PATCH v2 1/1] iomap: propagate nowait to block layer
 2025-03-04 22:47 UTC  (3+ messages)

[PATCH v2 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support
 2025-03-04 22:23 UTC  (17+ messages)
` [PATCH v2 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing
` [PATCH v2 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
` [PATCH v2 03/15] dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
` [PATCH v2 04/15] watchdog: sunxi_wdt: Add support for Allwinner A523
` [PATCH v2 05/15] dt-bindings: irq: sun7i-nmi: document the Allwinner A523 NMI controller
` [PATCH v2 06/15] irqchip/sunxi-nmi: Support "
` [PATCH v2 07/15] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
` [PATCH v2 08/15] arm64: dts: allwinner: Add Allwinner A523 .dtsi file
` [PATCH v2 09/15] dt-bindings: vendor-prefixes: Add YuzukiHD name
` [PATCH v2 10/15] dt-bindings: arm: sunxi: Add new board names for A523 generation
` [PATCH v2 11/15] arm64: dts: allwinner: a523: add Avaota-A1 router support
` [PATCH v2 12/15] arm64: dts: allwinner: a523: add X96Q-Pro+ support
` [PATCH v2 13/15] arm64: dts: allwinner: a523: add Radxa A5E support
` [PATCH v2 14/15] dt-bindings: arm: sunxi: Add YuzukiHD Chameleon board name
` [PATCH v2 15/15] arm64: dts: allwinner: h616: add YuzukiHD Chameleon support

[PATCH i-g-t v3 0/2] Ensure that SR-IOV and eudebug are exclusive for Xe
 2025-03-04 22:45 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for Ensure that SR-IOV and eudebug are exclusive for Xe (rev3)

[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
 2025-03-04 22:45 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] Changing reference counting rules for inodes
 2025-03-04 22:44 UTC  (5+ messages)

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-03-04 22:44 UTC  (3+ messages)

[PATCH] iotests: Stop NBD server in test 162 before starting the next one
 2025-03-04 22:42 UTC  (3+ messages)

[PATCH v2] iotest: Unbreak 302 with python 3.13
 2025-03-04 22:41 UTC  (3+ messages)

[PATCH] PCI: Check BAR index for validity
 2025-03-04 22:42 UTC  (2+ messages)

[PATCH] lib/crc7: unexport crc7_be_syndrome_table
 2025-03-04 22:40 UTC 

[PATCH] lib/crc_kunit.c: add test and benchmark for crc7_be()
 2025-03-04 22:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:38 UTC 

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-03-04 22:38 UTC  (3+ messages)

[PATCH net-next v9 0/6] net: napi: add CPU affinity to napi->config
 2025-03-04 22:37 UTC  (4+ messages)
` [PATCH net-next v9 2/6] net: ena: use napi's aRFS rmap notifers
    ` [Intel-wired-lan] "

[Buildroot] [PATCH 1/2] package/linux-tools: perf: Fix _BIN_ARCH_EXCLUDE
 2025-03-04 22:36 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/linux-tools: selftests: Add path containing BPF binary to _BIN_ARCH_EXCLUDE

[PATCH] help: add prompt-yes setting for autocorrect
 2025-03-04 22:33 UTC  (3+ messages)
  ` [PREVIEW v2] "

[PATCH v2 0/4] Add support for Nuvoton npcm845 i3c controller
 2025-03-03 17:11 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: i3c: silvaco: Add npcm845 compatible string

[PATCH] arm64: dts: qcom: qcom6490-idp: Add IPA nodes
 2025-03-04 22:33 UTC  (2+ messages)

[PATCH] libmultipath: remove buggy reinstate_paths function
 2025-03-04 22:30 UTC  (2+ messages)

[Buildroot] toolchain-bare-metal-buildroot
 2025-03-04 22:28 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:28 UTC 

[PATCH i-g-t] lib/intel_compute: Compare floats with igt_assert_eq_double()
 2025-03-04 22:28 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v5 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-04 22:27 UTC  (5+ messages)
` [PATCH v5 6/6] "

[PATCH] drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off
 2025-03-04 22:26 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off (rev2)

[PATCH] drm/i915/xe3lpd: Prune modes for YUV420
 2025-03-04 22:26 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ i915.CI.BAT: failure "

[PATCH v6 00/15] x86-64: Stack protector and percpu improvements
 2025-03-04 22:26 UTC  (3+ messages)
` [PATCH v6 04/15] x86/pvh: Use fixed_percpu_data for early boot GSBASE

[PATCH v9 3/7] PCI: Add parent_bus_offset to resource_entry
 2025-03-04 22:25 UTC  (4+ messages)

[RFC PATCH v3 00/13] Clavis LSM
 2025-03-04 22:24 UTC  (11+ messages)

[meta-arago][scarthgap][PATCH v2] pytesseract: Add runtime dependencies
 2025-03-04 22:24 UTC  (2+ messages)

[PATCH bpf-next 0/3] Support freplace prog from user namespace
 2025-03-04 22:24 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next 2/3] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next 3/3] selftests/bpf: test freplace from user namespace

[PATCH] e1000e: Link flap workaround option for false IRP events
 2025-03-04 22:24 UTC  (11+ messages)
        ` [Intel-wired-lan] "

[PATCH v2 0/4] Introduce LLCC v6 used on the SM8750 SoCs
 2025-03-04 22:24 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: cache: qcom,llcc: Document SM8750 LLCC block
` [PATCH v2 2/4] soc: qcom: llcc-qcom: Add support for LLCC V6
` [PATCH v2 3/4] soc: qcom: llcc-qcom: Add support for SM8750
` [PATCH v2 4/4] arm64: dts: qcom: sm8750: Add LLCC node

[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
 2025-03-04 22:23 UTC  (3+ messages)

[RFC PATCH] MAINTAINERS: add an explicit credentials entry
 2025-03-04 22:23 UTC 

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-04 22:04 UTC  (26+ messages)
` [PATCH v6 02/36] thread-pool: Remove thread_pool_submit() function
` [PATCH v6 06/36] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v6 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v6 08/36] error: define g_autoptr() cleanup function for the Error type
` [PATCH v6 11/36] migration/multifd: Device state transfer support - receive side
` [PATCH v6 12/36] migration/multifd: Make multifd_send() thread safe
` [PATCH v6 14/36] migration/multifd: Device state transfer support - send side
` [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v6 16/36] migration/multifd: Add multifd_device_state_supported()
` [PATCH v6 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v6 18/36] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v6 19/36] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v6 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v6 21/36] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PATCH v6 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v6 23/36] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v6 24/36] vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
` [PATCH v6 25/36] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PATCH v6 28/36] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PATCH v6 29/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v6 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v6 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v6 33/36] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property
` [PATCH v6 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v6 36/36] vfio/migration: Update VFIO migration documentation

[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
 2025-03-04 22:23 UTC  (3+ messages)
` [PATCH v9 2/7] kexec: define functions to map and unmap segments

[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-04 22:22 UTC  (2+ messages)

[tip:irq/core] BUILD SUCCESS 01499ae673dc66cf5e98589648848b520f6fdfe9
 2025-03-04 22:21 UTC 

[PATCH iwl-next v7 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-03-04 22:21 UTC  (4+ messages)
` [PATCH iwl-next v7 1/9] net: ethtool: mm: extract stmmac verification logic into common library
  ` [Intel-wired-lan] "

[v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-03-04 22:19 UTC  (7+ messages)
` [v3 PATCH 1/6] arm64: Add BBM Level 2 cpu feature
` [v3 PATCH 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [v3 PATCH 3/6] arm64: mm: make __create_pgd_mapping() and helpers non-void
` [v3 PATCH 4/6] arm64: mm: support large block mapping when rodata=full
` [v3 PATCH 5/6] arm64: mm: support split CONT mappings
` [v3 PATCH 6/6] arm64: mm: split linear mapping if BBML2 is not supported on secondary CPUs

[PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
 2025-03-04 22:19 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:18 UTC 

[PATCH v2 0/2] Slightly improve hardware description of Pine64 RockPro64
 2025-03-04 21:52 UTC  (4+ messages)

[patch V2 00/17] posix-timers: Rework the global hash table and provide a sane mechanism for CRIU
 2025-03-04 22:16 UTC  (7+ messages)
` [patch V2 10/17] posix-timers: Make signal_struct::next_posix_timer_id an atomic_t

[PATCH 6.1.y] media: mediatek: vcodec: Handle invalid decoder vsi
 2025-03-04 22:13 UTC  (2+ messages)

[PATCH stable 5.15/6.1/6.6] af_unix: Clear oob_skb in scan_inflight()
 2025-03-04 22:13 UTC  (2+ messages)

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-04 22:11 UTC  (11+ messages)

[PATCH v2 0/9] phy: qcom: Introduce USB support for SM8750
 2025-03-04 21:56 UTC  (4+ messages)
` [PATCH v2 1/9] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add SM8750 to QMP PHY
` [PATCH v2 3/9] dt-bindings: usb: qcom,dwc3: Add SM8750 compatible
` [PATCH v2 5/9] phy: qcom: Update description for QCOM based eUSB2 repeater

GIT-BUILD-OPTIONS can override manual invocations
 2025-03-04 22:08 UTC  (3+ messages)

[PATCH] MAINTAINERS: add myself to co-maintain ZSTD
 2025-03-04 22:08 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2025-03-04 22:08 UTC 

[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
 2025-03-04 22:08 UTC  (7+ messages)


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.