All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 21:15:05 to 2025-03-04 22:24:48 UTC [more...]

[v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-03-04 22:19 UTC  (2+ messages)
` [v3 PATCH 1/6] arm64: Add BBM Level 2 cpu feature

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

[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
 2025-03-04 22:24 UTC  (17+ 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 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

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

[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 

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

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-04 22:04 UTC  (33+ messages)
` [PATCH v6 01/36] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PATCH v6 02/36] thread-pool: Remove thread_pool_submit() function
` [PATCH v6 03/36] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PATCH v6 04/36] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v6 05/36] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [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 09/36] migration: Add thread pool of optional load threads
` [PATCH v6 10/36] migration/multifd: Split packet into header and RAM data
` [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 13/36] migration/multifd: Add an explicit MultiFDSendData destructor
` [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 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-04 22:22 UTC  (3+ 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] "

[PATCH v2 0/6] Introduce CET supervisor state support
 2025-03-04 22:20 UTC  (3+ messages)
` [PATCH v2 1/6] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm

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

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

[PATCH v5 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-04 22:16 UTC  (5+ messages)
` [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info
` [PATCH v5 6/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

[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 v2 0/9] phy: qcom: Introduce USB support for SM8750
 2025-03-04 21:56 UTC  (17+ messages)
` [PATCH v2 1/9] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add SM8750 to QMP PHY
` [PATCH v2 2/9] dt-bindings: phy: Add the M31 based eUSB2 PHY bindings
` [PATCH v2 3/9] dt-bindings: usb: qcom,dwc3: Add SM8750 compatible
` [PATCH v2 4/9] phy: qcom: qmp-combo: Add new PHY sequences for SM8750
` [PATCH v2 5/9] phy: qcom: Update description for QCOM based eUSB2 repeater
` [PATCH v2 6/9] phy: qcom: Add M31 based eUSB2 PHY driver
` [PATCH v2 7/9] arm64: dts: qcom: sm8750: Add USB support to SM8750 SoCs
` [PATCH v2 8/9] arm64: dts: qcom: sm8750: Add USB support for SM8750 MTP and QRD platforms
` [PATCH v2 9/9] arm64: defconfig: Add M31 eUSB2 PHY config

[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 v9 3/7] PCI: Add parent_bus_offset to resource_entry
 2025-03-04 22:11 UTC  (3+ messages)

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)

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

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

[PATCH v2] cred: rust: mark Credential methods inline
 2025-03-04 22:07 UTC  (2+ messages)

[bug report] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
 2025-03-04 22:07 UTC  (2+ messages)

[PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality
 2025-03-04 22:04 UTC  (4+ messages)
` [PATCH RFC/RFT 1/3] i2c: omap24xx_i2c: Use new function __omap24_i2c_xfer_msg()
` [PATCH RFC/RFT 2/3] i2c: omap24xx_i2c: support CONFIG_I2C_REPEATED_START in DM_I2C xfer
` [PATCH RFC/RFT 3/3] drivers: i2c: Kconfig: Add config for I2C_REPEATED_START

[GSoC][RFC PATCH 0/6] Add --subject-extra-prefix flag to format-patch
 2025-03-04 22:06 UTC  (4+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-04 22:03 UTC  (15+ messages)
` [PATCH v5 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v5 28/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v5 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property

[PATCH] lsm: rust: mark SecurityCtx methods inline
 2025-03-04 22:04 UTC  (6+ messages)

[PATCH] ci: point at GitHub mirror
 2025-03-04 21:57 UTC  (2+ messages)

systemd-networkd managed wireless networks
 2025-03-04 22:00 UTC  (3+ messages)

[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-04 21:59 UTC  (3+ messages)
` [v2 PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses

[PATCH] clocksource: stm32-lptimer: add support for PM
 2025-03-04 20:46 UTC  (2+ messages)

[PATCH] pmdomain: rockchip: add regulator dependency
 2025-03-04 20:44 UTC  (3+ messages)

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-04 21:58 UTC  (9+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

Unwired pvrdma_modify_device ?
 2025-03-04 21:58 UTC  (6+ messages)

[PATCH 0/2] bpf: introduce helper for populating bpf_cpumask
 2025-03-04 21:57 UTC  (6+ messages)
` [PATCH 1/2] bpf: add kfunc for populating cpumask bits

[PATCH v8 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-03-04 21:56 UTC  (3+ messages)
` [PATCH v8 11/15] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer

[PATCH] RDMA/vmw_pvrdma: Remove unused pvrdma_modify_device
 2025-03-04 21:56 UTC 

Add AST2600 LPC PCC support
 2025-03-04 21:20 UTC  (3+ messages)
` [PATCH v2 3/3] soc: aspeed: lpc-pcc: Add PCC controller support

[PATCH] clk: Print an error when clk registration fails
 2025-03-04 21:55 UTC  (2+ messages)

[PATCH] Documentation/CoC: Spell out the TAB role in enforcement decisions
 2025-03-04 21:55 UTC  (4+ messages)

Mount NFSv4.2 filesystem in barebox?
 2025-03-04 21:50 UTC  (6+ messages)

[PATCH v3 0/3] drm/rockchip: lvds: probe logging improvements
 2025-03-04 21:12 UTC  (7+ messages)
` [PATCH v3 1/3] drm/rockchip: lvds: move pclk preparation in with clk_get

[PATCH 1/2] lib/hash: initialize __m128i data type in a portable way
 2025-03-04 21:53 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

[Buildroot] [RFC 00/12] add hexagon architecture
 2025-03-04 21:16 UTC  (5+ messages)
` [Buildroot] [RFC v2 00/14] "
  ` [Buildroot] [RFC v2 10/14] configs: add hexagon QEMU config

[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
 2025-03-04 21:52 UTC  (7+ messages)
` [PATCH 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH v2 0/2] pack-objects: freshen objects with multi-cruft packs
  ` [PATCH v2 1/2] builtin/repack.c: simplify cruft pack aggregation
  ` [PATCH v2 2/2] builtin/pack-objects.c: freshen objects from existing cruft packs

[PATCH] x86/crc32: use builtins to improve code generation
 2025-03-04 21:52 UTC  (10+ messages)
` [PATCH v2] "

Keyupdate for Kevin Hilman and me
 2025-03-04 21:52 UTC  (3+ messages)

[syzbot] [virt?] KCSAN: data-race in virtqueue_disable_cb / virtqueue_enable_cb_delayed (9)
 2025-03-04 21:52 UTC 

[PATCH v3 0/3] Add display subsystem dt node on rk3576
 2025-03-04 21:16 UTC  (7+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-04 21:49 UTC  (18+ messages)

[PATCH 4/6] fuse: return correct dentry for ->mkdir
 2025-03-04 21:48 UTC  (2+ messages)
` [PATCH 4/6 - REVISED] "

[PATCH bpf-next v4 1/3] selftests/bpf: Clean up call sites of stdio_restore()
 2025-03-04 21:48 UTC  (2+ messages)

[PATCH v2 00/15] pidfs: provide information after task has been reaped
 2025-03-04 21:47 UTC  (5+ messages)
` [PATCH v2 06/15] pidfs: allow to retrieve exit information

[PATCH v7 00/49] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-03-04 21:47 UTC  (2+ messages)

[PATCH] arm64: dts: mediatek: mt8390-genio-common: Add jack detection with accdet
 2025-03-04 21:43 UTC 

[PATCH 0/7] refactor mremap and fix bug
 2025-03-04 21:45 UTC  (3+ messages)
` [PATCH 4/7] mm/mremap: initial refactor of move_vma()

[LSF/MM/BPF TOPIC] xfstests: Centralizing filesystem configs and device configs
 2025-03-04 21:45 UTC  (6+ messages)

[PATCH v2 0/3] Allow retrieving accessory detection reference on MT8188
 2025-03-04 21:35 UTC  (3+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: mediatek,mt8188-mt6359: Add mediatek,accdet
` [PATCH v2 3/3] ASoC: mediatek: mt8188-mt6359: Add accdet headset jack detect support

[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
 2025-03-04 21:42 UTC  (4+ messages)
` [PATCH v21 19/24] ovpn: implement peer add/get/dump/delete via netlink

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

[PATCH] sched/fair: Fix potential memory corruption in child_cfs_rq_on_list
 2025-03-04 21:40 UTC 

[PATCH] btrfs-progs: fi defrag: allow passing compression levels
 2025-03-04 21:40 UTC  (2+ messages)

Update CD57E35C5BA20660 (Damien Le Moal)
 2025-03-04 21:39 UTC  (2+ messages)

[PATCH 00/12] drm/{i915,xe}: Convert to DRM client setup
 2025-03-04 21:38 UTC  (6+ messages)

[brgl:gpio/for-next 2/8] drivers/gpio/gpiolib.c:3627 gpiochip_set_multiple() error: uninitialized symbol 'ret'
 2025-03-04 21:36 UTC 

[LTP] [PATCH v4]: tst_find_backing_dev(): add support for overlayfs
 2025-03-04 21:36 UTC 

[PATCH v4 0/3] add sof support on imx95
 2025-03-04 21:35 UTC  (8+ messages)
` [PATCH v4 1/3] ASoC: dt-bindings: support imx95's CM7 core

[PATCH] ublk: set_params: properly check if parameters can be applied
 2025-03-04 21:34 UTC 

[PATCH] scripts/setlocalversion: Reinstate .scmversion support
 2025-03-04 21:33 UTC  (5+ messages)

[PATCH v2 1/4] ima_violations.sh: force $LOG ToMToU violation earlier
 2025-03-04 21:33 UTC  (8+ messages)
` [PATCH v2 2/4] ima_violations.sh: Update validate() to support multiple violations
          ` [LTP] "

[PATCH] x86/crc32: optimize tail handling for crc32c short inputs
 2025-03-04 21:32 UTC 

[PATCH 0/10] some zlib inflating bug fixes
 2025-03-04 21:32 UTC  (5+ messages)
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity

QEMU's Hyper-V HV_X64_MSR_EOM is broken with split IRQCHIP
 2025-03-04 21:31 UTC  (5+ messages)

[PATCH] btrfs/defrag: implement compression levels
 2025-03-04 21:31 UTC  (2+ messages)

Subject: [PATCH 1/1] PCI: of: avoid warning for 4 GiB non-prefetchable
 2025-03-04 21:30 UTC  (2+ messages)

[meta-arago][scarthgap/master][PATCH] meta-arago-test: add pytesseract & python3-pillow to ti-test-extra
 2025-03-04 21:27 UTC 

[PATCH bpf v2 1/2] bpf: force checkpoint when jmp history is too long
 2025-03-04 21:23 UTC  (2+ messages)

[PATCH v7 0/2] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2025-03-04 21:21 UTC  (6+ messages)
` [PATCH v7 2/2] cxl/pci: Add trace logging for CXL PCIe Port RAS errors

[PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
 2025-03-04 21:19 UTC  (10+ messages)
` [PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [PATCH 2/9] mm/damon/paddr: support ops_filters
` [PATCH 3/9] mm/damon/core: support committing ops_filters
` [PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [PATCH 5/9] mm/damon/paddr: support only damos->ops_filters
` [PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior

linux-next: Signed-off-by missing for commit in the hid tree
 2025-03-04 21:18 UTC 

[PATCH v4 i-g-t] runner: Parse results harder
 2025-03-04 21:18 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for runner: Parse results harder (rev4)

[PATCH] drm/nouveau: fix hibernate on disabled GPU
 2025-03-04 21:08 UTC 

[LTP] [PATCH v3 0/3] tst_device: add support for overlayfs
 2025-03-04 21:15 UTC  (4+ messages)
` [LTP] [PATCH v3 3/3] tst_find_backing_dev(): "

[PATCH 8/8] arm64: dts: rockchip: Enable SD-card interface on Radxa E20C
 2025-03-04 19:55 UTC  (4+ 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.