All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-30 14:29:22 to 2025-05-30 15:32:49 UTC [more...]

[PATCH v3] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
 2025-05-30 15:32 UTC 

[kvm-unit-tests PATCH] runtime: Skip tests if the target "kernel" file doesn't exist
 2025-05-30 15:32 UTC  (4+ messages)

[PATCH] cifs.upcall: correctly treat UPTARGET_UNSPECIFIED as UPTARGET_APP
 2025-05-30 15:28 UTC 

[PATCH v4 0/6] io_uring/mock: add basic infra for test mock files
 2025-05-30 15:30 UTC  (20+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] io_uring/mock: add cmd using vectored regbufs
` [PATCH v4 5/6] io_uring/mock: support for async read/write

[PATCH] Revert "lib/meson: refactor GPGPU assembly build process"
 2025-05-30 15:29 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "

[PATCH v1] arm64/mm: Close theoretical race where stale TLB entry remains valid
 2025-05-30 15:23 UTC 

[PATCH v3 0/4] platform/x86: dell_rbu: Packet data fixes
 2025-05-30 15:27 UTC  (8+ messages)
` [PATCH v3 2/4] platform/x86: dell_rbu: Fix list usage
` [PATCH v3 3/4] platform/x86: dell_rbu: Stop overwriting data buffer

[PATCH 0/5] clk: add support for Airoha AN7583 clock
 2025-05-30 15:26 UTC  (8+ messages)
` [PATCH 4/5] dt-bindings: clock: airoha: Document support for "

[PATCH] drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
 2025-05-30 15:25 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init() (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 1/1] dt-bindings: dma: fsl-mxs-dma: allow interrupt-names for fsl,imx23-dma-apbx
 2025-05-30 15:24 UTC  (4+ messages)

[PATCH 11/11] builtin/maintenance: fix locking race when handling "gc" task
 2025-05-30 15:24 UTC  (3+ messages)

[PATCH v2 1/4] PCI: dw-rockchip: Do not enumerate bus before endpoint devices are ready
 2025-05-30 15:21 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: soc: add vf610 reset controller
 2025-05-30 15:23 UTC  (4+ messages)

[PATCH 1/6] net: lwip: call sys_check_timeouts and schedule on rx
 2025-05-30 15:22 UTC  (4+ messages)
` [PATCH 6/6] net: lwip: wget: use loadaddr env var for default address

linux-next: Tree for May 27
 2025-05-30 15:21 UTC  (7+ messages)
` linux-next: Tree for May 27 (drivers/platform/x86/amd/amd_isp4.c)

[PATCH] pc-bios: ensure installed ROMs don't have execute permissions
 2025-05-30 15:21 UTC 

[PATCH v4 00/48] block: do not drain while holding the graph lock
 2025-05-30 15:11 UTC  (49+ messages)
` [PATCH v4 01/48] block: remove outdated comments about AioContext locking
` [PATCH v4 02/48] block: move drain outside of read-locked bdrv_reopen_queue_child()
` [PATCH v4 03/48] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
` [PATCH v4 04/48] block: move drain outside of read-locked bdrv_inactivate_recurse()
` [PATCH v4 05/48] block: mark bdrv_parent_change_aio_context() GRAPH_RDLOCK
` [PATCH v4 06/48] block: mark change_aio_ctx() callback and instances as GRAPH_RDLOCK(_PTR)
` [PATCH v4 07/48] block: mark bdrv_child_change_aio_context() GRAPH_RDLOCK
` [PATCH v4 08/48] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
` [PATCH v4 09/48] block: move drain outside of bdrv_try_change_aio_context()
` [PATCH v4 10/48] block: move drain outside of bdrv_attach_child_common(_abort)()
` [PATCH v4 11/48] block: move drain outside of bdrv_set_backing_hd_drained()
` [PATCH v4 12/48] block: move drain outside of bdrv_root_attach_child()
` [PATCH v4 13/48] block: move drain outside of bdrv_attach_child()
` [PATCH v4 14/48] block: move drain outside of quorum_add_child()
` [PATCH v4 15/48] block: move drain outside of bdrv_root_unref_child()
` [PATCH v4 16/48] block: move drain outside of quorum_del_child()
` [PATCH v4 17/48] blockdev: drain while unlocked in internal_snapshot_action()
` [PATCH v4 18/48] blockdev: drain while unlocked in external_snapshot_action()
` [PATCH v4 19/48] block: mark bdrv_drained_begin() and friends as GRAPH_UNLOCKED
` [PATCH v4 20/48] iotests/graph-changes-while-io: remove image file after test
` [PATCH v4 21/48] iotests/graph-changes-while-io: add test case with removal of lower snapshot
` [PATCH v4 22/48] block/io: remove duplicate GLOBAL_STATE_CODE() in bdrv_do_drained_end()
` [PATCH v4 23/48] block: never use atomics to access bs->quiesce_counter
` [PATCH v4 24/48] block: add bdrv_graph_wrlock_drained() convenience wrapper
` [PATCH v4 25/48] block/mirror: switch to bdrv_set_backing_hd_drained() variant
` [PATCH v4 26/48] block/commit: "
` [PATCH v4 27/48] block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()
` [PATCH v4 28/48] block: mark bdrv_set_backing_hd() as GRAPH_UNLOCKED
` [PATCH v4 29/48] blockdev: avoid locking and draining multiple times in external_snapshot_abort()
` [PATCH v4 30/48] block: drop wrapper for bdrv_set_backing_hd_drained()
` [PATCH v4 31/48] block-backend: mark blk_drain_all() as GRAPH_UNLOCKED
` [PATCH v4 32/48] block/snapshot: mark bdrv_all_delete_snapshot() "
` [PATCH v4 33/48] block/stream: mark stream_prepare() "
` [PATCH v4 34/48] block: mark bdrv_reopen_queue() and bdrv_reopen_multiple() "
` [PATCH v4 35/48] block: mark bdrv_inactivate() as GRAPH_RDLOCK and move drain to callers
` [PATCH v4 36/48] block: mark bdrv_inactivate_all() as GRAPH_UNLOCKED
` [PATCH v4 37/48] block: mark blk_remove_bs() "
` [PATCH v4 38/48] block: mark blk_drain() "
` [PATCH v4 39/48] block-backend: mark blk_io_limits_disable() "
` [PATCH v4 40/48] block/commit: mark commit_abort() "
` [PATCH v4 41/48] block: mark bdrv_new() "
` [PATCH v4 42/48] block: mark bdrv_replace_child_bs() "
` [PATCH v4 43/48] block: mark bdrv_insert_node() "
` [PATCH v4 44/48] block: mark bdrv_drop_intermediate() "
` [PATCH v4 45/48] block: mark bdrv_close_all() "
` [PATCH v4 46/48] block: mark bdrv_close() "
` [PATCH v4 47/48] block: mark bdrv_open_child_common() and its callers GRAPH_UNLOCKED
` [PATCH v4 48/48] blockjob: mark block_job_remove_all_bdrv() as GRAPH_UNLOCKED

[PATCH v2] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
 2025-05-30 15:19 UTC  (2+ messages)

[RFC PATCH] memcontrol: Wait for draining of remote stocks to avoid OOM when charging
 2025-05-30 15:18 UTC 

[PATCH 0/2] rust: add initial scatterlist abstraction
 2025-05-30 15:18 UTC  (8+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings

[PATCH v7] hw/i386/cpu: remove default_cpu_version and simplify
 2025-05-30 15:18 UTC  (4+ messages)

[PATCH v4 1/4] clk: imx: add i.MX6UL clk driver
 2025-05-30 15:16 UTC  (4+ messages)
` [PATCH v4 2/4] mtd: mxs_nand_dt: Move from clk_get/clk_enable to clk_bulk api
` [PATCH v4 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform
` [PATCH v4 4/4] configs/imx6ulz_smm_m2_defconfig: Enable clock framework

[RFC 0/2] landlock: Multithreaded policy enforcement
 2025-05-30 15:11 UTC  (11+ messages)
` [RFC 1/2] landlock: Multithreading support for landlock_restrict_self()

[PATCH] drm/amdkfd: Allow device error to be logged
 2025-05-30 15:16 UTC 

[PATCH net] Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"
 2025-05-30 15:16 UTC  (3+ messages)

[PATCH drm-dp 00/10] Fix hibmc driver bugs
 2025-05-30 15:15 UTC  (3+ messages)
` [PATCH drm-dp 04/10] drm/hisilicon/hibmc: fix the hibmc loaded failed bug

Device mem changes vs pinning/zerocopy changes
 2025-05-30 15:14 UTC 

[PATCH] arch: arm64: dts: add big-endian property back into watchdog node
 2025-05-30 15:10 UTC  (6+ messages)

[PATCH v3 1/4] clk: imx: add i.MX6UL clk driver
 2025-05-30 15:12 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.16, take #1
 2025-05-30 15:11 UTC  (2+ messages)

[PATCH 0/3] Add media jobs framework
 2025-05-30 15:11 UTC  (2+ messages)

[PATCH 00/11] builtin/maintenance: fix ref lock races when detaching
 2025-05-30 15:08 UTC  (14+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] builtin/gc: use designated field initializers for maintenance tasks
  ` [PATCH v2 02/12] builtin/gc: drop redundant local variable
  ` [PATCH v2 03/12] builtin/maintenance: centralize configuration of explicit tasks
  ` [PATCH v2 04/12] builtin/maintenance: mark "--task=" and "--schedule=" as incompatible
  ` [PATCH v2 05/12] builtin/maintenance: stop modifying global array of tasks
  ` [PATCH v2 06/12] builtin/maintenance: extract function to run tasks
  ` [PATCH v2 07/12] builtin/maintenance: fix typedef for function pointers
  ` [PATCH v2 08/12] builtin/maintenance: let tasks do maintenance before and after detach
  ` [PATCH v2 09/12] builtin/maintenance: fix locking race when packing refs and reflogs
  ` [PATCH v2 10/12] usage: allow dying without writing an error message
  ` [PATCH v2 11/12] builtin/gc: avoid global state in `gc_before_repack()`
  ` [PATCH v2 12/12] builtin/maintenance: fix locking race when handling "gc" task

[Intel-wired-lan] [PATCH iwl-net] e1000: Move cancel_work_sync to avoid deadlock
 2025-05-30 15:07 UTC  (3+ messages)
  `  "

[PATCH] arm64: Disable LLD linker ASSERT()s for the time being
 2025-05-30 15:03 UTC  (2+ messages)

[PATCH] mmc: sdhci: Return void from sdhci_runtime_suspend_host() and sdhci_runtime_resume_host()
 2025-05-30 15:06 UTC  (2+ messages)

[soc:renesas/dt64-4 23/44] arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dtb: / (retronix,sparrow-hawk): compatible: 'oneOf' conditional failed, one must be fixed:
 2025-05-30 15:06 UTC 

[PATCH 1/2] dt-bindings: arm: fsl: add TQ-Systems boards MBLS1028A and MBLS1028A-IND
 2025-05-30 15:05 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: ls1028a: Add mbls1028a and mbls1028a-ind devicetrees

[RFC v3 00/18] Split netmem from struct page
 2025-05-30 15:04 UTC  (3+ messages)

[PATCH] gup: optimize longterm pin_user_pages() for large folio
 2025-05-30 15:02 UTC  (2+ messages)

A question regarding isolated cpus and software interrupts
 2025-05-30 15:00 UTC  (3+ messages)

[PATCH v2 00/25] ACPI PCI Hotplug support on ARM
 2025-05-30 15:00 UTC  (6+ messages)
` [PATCH v2 05/25] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation

[PATCH v3][next] overflow: Fix direct struct member initialization in _DEFINE_FLEX()
 2025-05-30 14:59 UTC  (2+ messages)

[OE-core][PATCH V3] util-linux/util-linux-libuuid: upgrade from 2.40.4 to 2.41
 2025-05-30 14:59 UTC  (3+ messages)

[RFC PATCH 0/9] Introducing the Loadpol LSM
 2025-05-30 14:59 UTC  (7+ messages)
` [RFC PATCH 9/9] Loadpol LSM: add a minimal documentation

[PATCH v10 00/12] drm/msm/dpu: Support quad pipe with dual-interface
 2025-05-30 14:58 UTC  (4+ messages)
` [PATCH v10 10/12] drm/msm/dpu: support SSPP assignment for quad-pipe case

[PATCH v2 00/20] Add support for shared PTEs across processes
 2025-05-30 14:56 UTC  (5+ messages)
` [PATCH v2 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support

[PATCH 6.14 000/783] 6.14.9-rc1 review
 2025-05-30 14:56 UTC  (8+ messages)
` [PATCH 6.14 645/783] HID: Kconfig: Add LEDS_CLASS_MULTICOLOR dependency to HID_LOGITECH

[PATCH v3 0/4] Introduce fdt_overlay_merge() to allow merge of overlay blobs
 2025-05-30 14:55 UTC  (11+ messages)
` [PATCH v3 1/4] libfdt: overlay_merge: Introduce fdt_overlay_merge()
` [PATCH v3 4/4] fdtoverlaymerge: A tool that merges overlays

[PATCH] btrfs: zoned: reserve data_reloc block group on mount
 2025-05-30 14:55 UTC  (2+ messages)

[PATCH v1] man5/elf.5: clarify string table reference for SHT_SYMTAB sections
 2025-05-30 14:53 UTC 

[PATCH] bcachefs: use union for bch_compression_opt to make encode & decode easier
 2025-05-30 14:52 UTC 

[PATCH v5 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-05-30 14:51 UTC  (6+ messages)
` [PATCH v5 3/3] pwm: sophgo: add driver "

[PATCH v5 2/4] docs: improve formatting in git-send-email documentation
 2025-05-30 14:51 UTC  (3+ messages)

[GIT PULL] pin control changes for the v6.16 kernel
 2025-05-30 14:51 UTC 

[PATCH 00/24] Update kbuild
 2025-05-30 14:50 UTC  (3+ messages)

[PATCH] dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lock
 2025-05-30 14:50 UTC 

[RFC PATCH v2 0/8] virtio: introduce GSO over UDP tunnel
 2025-05-30 14:49 UTC  (9+ messages)
` [RFC PATCH v2 1/8] virtio: introduce virtio_features_t
` [RFC PATCH v2 2/8] virtio_pci_modern: allow configuring extended features
` [RFC PATCH v2 3/8] vhost-net: "
` [RFC PATCH v2 4/8] virtio_net: add supports for extended offloads
` [RFC PATCH v2 5/8] net: implement virtio helpers to handle UDP GSO tunneling
` [RFC PATCH v2 6/8] virtio_net: enable gso over UDP tunnel support
` [RFC PATCH v2 7/8] tun: "
` [RFC PATCH v2 8/8] vhost/net: "

[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
 2025-05-30 14:47 UTC  (2+ messages)

[BUG] net/sched: Soft Lockup/Task Hang and OOM Loop in netem_dequeue
 2025-05-30 14:49 UTC  (10+ messages)

[PATCH v9 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-05-30 14:49 UTC  (5+ messages)
` [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available

[PATCH 00/25] PCI: Resource fitting/assignment fixes and cleanups
 2025-05-30 14:48 UTC  (7+ messages)
` [PATCH 24/25] PCI: Perform reset_resource() and build fail list in sync

[Bug] "possible deadlock in rtnl_newlink" in Linux kernel v6.13
 2025-05-30 14:48 UTC  (6+ messages)

[PATCH V2] drm/amdkfd: add late initialization support for amdkfd device
 2025-05-30 14:47 UTC  (2+ messages)

[PATCH v2 0/6] Add support for MT8196 video encoder
 2025-05-30 14:40 UTC  (2+ messages)

[PATCH] rust: acpi: add `acpi::DeviceId` abstraction
 2025-05-30 14:43 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2025-05-30 14:42 UTC 

[PATCH RFC 0/3] Attempt to add GHES for x86
 2025-05-30 14:41 UTC  (4+ messages)
` [PATCH RFC 1/3] acpi/ghes: move use_hest_addr out of acpi_build_hest()

[PATCH] musl: Upgrade to tip of trunk
 2025-05-30 14:40 UTC 

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

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-05-30 14:39 UTC  (3+ messages)

[RFC Patch 0/5] Make anon_vma operations testable
 2025-05-30 14:39 UTC  (12+ messages)

[PATCH] x86/svm: Move svm_domain structure to svm.h
 2025-05-30 14:37 UTC  (2+ messages)

[PATCH v4 0/6] Support i.MX28 Amarula rmm board
 2025-05-30 14:37 UTC  (3+ messages)
` [PATCH v4 1/6] dt-bindings: mfd: convert mxs-lradc bindings to json-schema

[f2fs-dev] [PATCH] f2fs: turn off one_time when forcibly set to foreground GC
 2025-05-30 14:35 UTC  (3+ messages)

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-05-30 14:34 UTC  (3+ messages)

[PATCH] rust: add basic ELF sections parser
 2025-05-30 14:34 UTC  (12+ messages)

[PATCH 0/2] contrib/subtree: Add -S/--gpg-sign option
 2025-05-30 14:33 UTC  (3+ messages)

[PATCH v2] lib/meson: refactor GPGPU assembly build process
 2025-05-30 14:32 UTC 

[PATCH v2 0/7] Performance improvement of decoder
 2025-05-30 14:33 UTC  (5+ messages)
` [PATCH v2 2/7] media: chips-media: wave5: Improve performance "

[PATCH 0/6] Add RIIC support for RZ/T2H and RZ/N2H SoCs
 2025-05-30 14:31 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: i2c: renesas,riic: Move ref for i2c-controller.yaml to the end
` [PATCH 2/6] dt-bindings: i2c: renesas,riic: Document RZ/T2H support
` [PATCH 3/6] dt-bindings: i2c: renesas,riic: Document RZ/N2H support
` [PATCH 4/6] i2c: riic: Pass IRQ desc array as part of OF data
` [PATCH 5/6] i2c: riic: Move generic compatible string to end of array
` [PATCH 6/6] i2c: riic: Add support for RZ/T2H SoC

[PATCH i-g-t 0/3] Update "force_reset" code
 2025-05-30 14:30 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for Update "force_reset" code (rev3)

[PATCH v2 0/2] iio: adc: ad7606: enable Vdrive and Vrefin power supply voltages
 2025-05-30 14:27 UTC  (3+ messages)
` [PATCH v2 1/2] iio: adc: ad7606: enable Vdrive power supply
` [PATCH v2 2/2] iio: adc: ad7606: add enabling of optional Vrefin voltage

Reg LVM PE Size and any limitations out of it
 2025-05-30 14:29 UTC  (2+ 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.