All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-03 13:58:49 to 2025-11-03 14:48:07 UTC [more...]

[patch V5 07/12] uaccess: Provide scoped user access regions
 2025-11-03 14:48 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V5 08/12] uaccess: Provide put/get_user_inline()
 2025-11-03 14:48 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V5 10/12] futex: Convert to get/put_user_inline()
 2025-11-03 14:48 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V5 11/12] x86/futex: Convert to scoped user access
 2025-11-03 14:48 UTC  (2+ messages)
` [tip: core/rseq] "

[RFC PATCH v1 0/2] media: pci: AVMatrix HWS capture driver refresh
 2025-11-03 14:48 UTC  (5+ messages)
` [RFC PATCH v1 1/2] media: pci: add AVMatrix HWS capture driver
` [RFC PATCH v1 2/2] MAINTAINERS: add entry for AVMatrix HWS driver

[patch V5 12/12] select: Convert to scoped user access
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 01/31] rseq: Avoid pointless evaluation in __rseq_notify_resume()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 02/31] rseq: Condense the inline stubs
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 03/31] rseq: Move algorithm comment to top
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 04/31] rseq: Remove the ksig argument from rseq_handle_notify_resume()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 05/31] rseq: Simplify registration
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 06/31] rseq: Simplify the event notification
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 07/31] rseq, virt: Retrigger RSEQ after vcpu_run()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 08/31] rseq: Avoid CPU/MM CID updates when no event pending
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 09/31] rseq: Introduce struct rseq_data
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 10/31] entry: Cleanup header
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 11/31] entry: Remove syscall_enter_from_user_mode_prepare()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 12/31] entry: Inline irqentry_enter/exit_from/to_user_mode()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 13/31] sched: Move MM CID related functions to sched.h
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 14/31] rseq: Cache CPU ID and MM CID values
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 15/31] rseq: Record interrupt from user space
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 16/31] rseq: Provide tracepoint wrappers for inline code
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 17/31] rseq: Expose lightweight statistics in debugfs
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[PATCH net-next 0/3] net: stmmac: phylink PCS conversion part 3 (dodgy stuff)
 2025-11-03 14:47 UTC  (11+ messages)

[patch V6 18/31] rseq: Provide static branch for runtime debugging
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 19/31] rseq: Provide and use rseq_update_user_cs()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 20/31] rseq: Replace the original debug implementation
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 21/31] rseq: Make exit debugging static branch based
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 22/31] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 23/31] rseq: Provide and use rseq_set_ids()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-11-03 14:47 UTC  (2+ messages)

[patch V6 24/31] rseq: Separate the signal delivery path
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 25/31] rseq: Rework the TIF_NOTIFY handler
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 26/31] rseq: Optimize event setting
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 27/31] rseq: Implement fast path for exit to user
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 28/31] rseq: Switch to fast path processing on exit to user
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 29/31] entry: Split up exit_to_user_mode_prepare()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 30/31] rseq: Split up rseq_exit_to_user_mode()
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 31/31] rseq: Switch to TIF_RSEQ if supported
 2025-11-03 14:47 UTC  (2+ messages)
` [tip: core/rseq] "

[tip:core/rseq 39/42] vmlinux.o: error: objtool: irqentry_exit+0x323: call to class_user_rw_access_destructor() with UACCESS enabled
 2025-11-03 14:47 UTC  (3+ messages)
` [tip: core/rseq] x86/ptrace: Always inline trivial accessors
` [tip: core/rseq] cleanup: Always inline everything

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-03 14:46 UTC  (4+ messages)

[PATCH v3 0/2] x86: Fix kexec 5-level to 4-level paging transition
 2025-11-03 14:45 UTC  (4+ messages)
` [PATCH v3 1/2] x86/boot: Fix page table access in "
` [PATCH v3 2/2] efi/libstub: "

[PATCH v6 0/8] Add SPI offload support to AD4030
 2025-11-03 14:46 UTC  (8+ messages)
` [PATCH v6 8/8] iio: adc: ad4030: Support common-mode channels with SPI offloading

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-03 14:45 UTC  (7+ messages)
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion

[PATCH] bitbake-setup: rename 'build' -> 'setup'
 2025-11-03 14:45 UTC  (2+ messages)

[PATCH v3 0/7] rtla/timerlat: Add --bpf-action option
 2025-11-03 14:44 UTC  (5+ messages)
` [PATCH v3 1/7] rtla/timerlat: Support tail call from BPF program
` [PATCH v3 2/7] rtla/timerlat: Add --bpf-action option

[PATCH V2] nvme: expose active quirks in sysfs
 2025-11-03 14:44 UTC 

[PATCH 0/2] rust: add BitInt type and use in Nova's bitfield macro
 2025-11-03 14:44 UTC  (11+ messages)
` [PATCH 1/2] rust: add BitInt integer wrapping type

[syzbot] [crypto?] possible deadlock in padata_do_serial
 2025-11-03 14:44 UTC  (4+ messages)

[PATCH 1/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-03 14:43 UTC  (3+ messages)

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-11-03 15:05 UTC  (6+ messages)

[PATCH net-next v2 0/2] xsk: minor optimizations around locks
 2025-11-03 14:42 UTC  (3+ messages)
` [PATCH net-next v2 1/2] xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lock

`losetup --remove` is confusing, and misuse silently fails
 2025-11-03 14:42 UTC  (7+ messages)

[PATCH v4 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-11-03 14:41 UTC  (6+ messages)

[PATCH 0/2] power: supply: qcom_battmgr: improve charge control threshold handling
 2025-11-03 14:41 UTC  (4+ messages)

[PATCH] vhost: fix external buffer in VDUSE
 2025-11-03 14:41 UTC  (2+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-03 14:41 UTC  (4+ messages)

[kirkstone] Upgrade gtk+3 3.24.34 -> 3.24.51
 2025-11-03 14:40 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] efistub/x86: Add fallback for SMBIOS record lookup
 2025-11-03 14:40 UTC  (3+ messages)

[PATCH 1/1] tools headers UAPI: Sync linux/kvm.h with the kernel sources
 2025-11-03 14:40 UTC 

[PATCH] drm/panthor: Fix race with suspend during unplug
 2025-11-03 14:39 UTC  (2+ messages)

AMD topology broken on various 754/AM2+/AM3/AM3+ systems causes NB/EDAC/GART regression since 6.14
 2025-11-03 14:38 UTC  (4+ messages)

[PATCH v3] drm/panthor: Fix UAF race between device unplug and FW event processing
 2025-11-03 14:38 UTC  (2+ messages)

[PATCH 00/19] arm: airoha: add support for en7523 based boards
 2025-11-03 14:38 UTC  (3+ messages)
` [PATCH 10/19] dt-bindings: reset: Add reset support for Airoha EN7523

[PATCH] drm/panthor: disable async work during unplug
 2025-11-03 14:37 UTC  (2+ messages)

[PATCH v2] gpiolib: fix invalid pointer access in debugfs
 2025-11-03 14:36 UTC  (2+ messages)

[PATCH v2 1/2] drm/panthor: Handle errors returned by drm_sched_entity_init()
 2025-11-03 14:36 UTC  (2+ messages)

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-11-03 14:35 UTC  (8+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH] tests/intel/xe_pat: Add subtest to validate NO_COMPRESSION flag
 2025-11-03 14:30 UTC 

[PATCH next] drm/i915/dmc: Fix extra bracket and wrong variable in PIPEDMC error logs
 2025-11-03 14:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
 2025-11-03 14:35 UTC  (3+ messages)
` [PATCH v2 7/7] doc: ti: k3: Add section for DDR configuration

[PATCH v4 1/2] dt-bindings: gpu: mali-valhall-csf: Document i.MX95 support
 2025-11-03 14:34 UTC  (2+ messages)

[RFC PATCH for-4.22 v2 0/3] Support for Intel temperature sensors (DTS)
 2025-11-03 14:34 UTC  (7+ messages)
` [RFC PATCH for-4.22 v2 3/3] xenpm: Add get-intel-temp subcommand
` [RFC PATCH for-4.22 v2 2/3] x86/platform: Expose DTS sensors MSR

[PATCH v1 0/4] drm/panthor: Misc fixes
 2025-11-03 14:34 UTC  (3+ messages)
` [PATCH v1 1/4] drm/panthor: Fix UAF on kernel BO VA nodes

[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-03 14:33 UTC  (3+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4

[PATCH] drm/nouveau: set DMA mask before creating the flush page
 2025-11-03 14:32 UTC  (3+ messages)

[PATCH v3] blame: make diff algorithm configurable
 2025-11-03 14:32 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
  ` [PATCH v4 2/2] blame: make diff algorithm configurable

[PATCH] atm: solos-pci: Use pointer from memcpy() call for assignment in fpga_tx()
 2025-11-03 14:32 UTC  (2+ messages)

[PATCH 1/5] cve-update-nvd2-native: pycodestyle fixes
 2025-11-03 14:31 UTC  (5+ messages)
` [PATCH 2/5] cve-update-db-native: "
` [PATCH 3/5] cve-update: Drop obsolete NVD1 support
` [PATCH 4/5] cve-update: Take shared .inc file into use
` [PATCH 5/5] cve-update: Keep mtime stamp in the database itself

[PATCH] mailbox: omap-mailbox: Check for pending msgs only when mbox is exclusive
 2025-11-03 14:31 UTC  (2+ messages)

[PATCH] cpu: Make atomic callbacks run on UP with disabled interrupts
 2025-11-03 14:31 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH nf-next v2] netfilter: nf_tables: add math expression support
 2025-11-03 14:31 UTC 

[PATCH net-next 0/7] convert drivers to use ndo_hwtstamp callbacks part 3
 2025-11-03 14:30 UTC  (5+ messages)
` [PATCH net-next 6/7] net: pch_gbe: convert to use ndo_hwtstamp callbacks

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-03 14:31 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/bpf: Add test for bpftool map ID printing

[PATCH v2 0/6] perf/imx_ddr: Add i.MX8QM and pmu in DB (system interconnects)
 2025-11-03 14:31 UTC  (3+ messages)
` [PATCH v2 4/6] perf/imx_ddr: Add support for PMU "

[PATCH v4 00/11] CoreSight: Refactor power management for ETMv3/4
 2025-11-03 14:30 UTC  (3+ messages)
` [PATCH v4 07/11] coresight: etm4x: Properly control filter in CPU idle with FEAT_TRF

Limitations for Running Xen on KVM Arm64
 2025-11-03 14:30 UTC  (10+ messages)

[PATCH] iommu/arm-smmu-v3-iommufd: Allow attaching nested domain for GBPA cases
 2025-11-03 14:29 UTC  (2+ messages)

[PATCH libnftnl v2] expr: add support to math expression
 2025-11-03 14:28 UTC 

[tip: x86/urgent] x86/CPU/AMD: Add RDSEED fix for Zen5
 2025-11-03 14:28 UTC  (3+ messages)

[PATCH 09/22] vfio/platform: Provide a get_region_info op
 2025-11-03 14:27 UTC  (3+ messages)

[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-03 14:25 UTC  (14+ messages)
` [PATCH v5 06/32] hw/arm/smmuv3-accel: Initialize shared system address space
` [PATCH v5 09/32] hw/pci-bridge/pci_expander_bridge: Move TYPE_PXB_PCIE_DEV to header
` [PATCH v5 12/32] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [PATCH v5 18/32] hw/arm/smmuv3: Initialize ID registers early during realize()
` [PATCH v5 20/32] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5

[PATCH] HID: corsair-void: Use %pe for printing PTR_ERR
 2025-11-03 14:21 UTC 

[PATCH 1/2] drivers: misc: external_state: add a barebox external state
 2025-11-03 14:24 UTC  (8+ messages)
` [PATCH 2/2] efi: payload: refactor to use the external barebox state driver

[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
 2025-11-03 14:23 UTC  (7+ messages)
` [PATCH v2 20/37] target/arm: Consolidate definitions of PAR

[PATCH refpolicy] kernel: remove some unused initial SID contexts
 2025-11-03 14:23 UTC  (6+ messages)

[Outreachy] - Proposal Submission for Refactor in order to reduce Git’s global state
 2025-11-03 14:22 UTC 

[PATCH] kea: fix CVE-2025-11232
 2025-11-03 14:21 UTC 

[PATCH 0/3] fit: allow signing with only an engine_id
 2025-11-03 14:21 UTC  (6+ messages)
` [PATCH 2/3] tools: binman: mkimage: add support for passing the engine

[PATCH 20/22] vfio/platform: Convert to get_region_info_caps
 2025-11-03 14:20 UTC  (2+ messages)

[PATCH] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
 2025-11-03 14:18 UTC  (2+ messages)

[PATCH v3 0/4] Add support for the Renesas RZ/N1 ADC
 2025-11-03 14:18 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: Add "
` [PATCH v3 2/4] iio: adc: Add support for "
` [PATCH v3 3/4] ARM: dts: renesas: r9a06g032: Add the ADC device
` [PATCH v3 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry

[PATCH] drm/amdgpu: Fix wait after reset sequence in S3
 2025-11-03 14:18 UTC  (3+ messages)

[PATCH v3 0/7] Add display support for STM32MP25
 2025-11-03 14:17 UTC  (6+ messages)
` [PATCH v3 1/7] ofnode: support panel-timings in ofnode_decode_display_timing
    ` [Uboot-stm32] "

[PATCH 01/22] vfio: Provide a get_region_info op
 2025-11-03 14:17 UTC  (2+ messages)

[PATCH v5 0/3] spi: tegra210-quad: Improve timeout handling under high system load
 2025-11-03 14:16 UTC  (5+ messages)
` [PATCH v5 2/3] spi: tegra210-quad: Refactor error handling into helper functions
` [PATCH v5 3/3] spi: tegra210-quad: Check hardware status on timeout

[PATCH 0/3] NFSD: Fix problem with nfsd4_scsi_fence_client
 2025-11-03 14:16 UTC  (4+ messages)
` [PATCH 2/3] NFSD: Do not fence the client on NFS4ERR_RETRY_UNCACHED_REP error

[PATCH v1 0/7] Add support for StarFive VisionFive 2 Lite board
 2025-11-03  5:43 UTC  (4+ messages)
` [PATCH v1 4/7] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts

Unexpected switches to in-band
 2025-11-03 14:06 UTC  (23+ messages)

[PATCH] perf: arm_spe: Ensure trace is disabled when TRUNCATED flag is set
 2025-11-03 14:14 UTC  (2+ messages)

[PATCH] Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"
 2025-11-03 14:14 UTC 

[PATCH] drm/amdgpu: fix possible fence leaks from job structure
 2025-11-03 14:14 UTC  (7+ messages)

[PATCH 0/2 v4] Reintroduce NEXT_BUDDY for EEVDF
 2025-11-03 14:14 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals

[PATCH v2 0/2] 'part name' subcommand and some robustification
 2025-11-03 14:14 UTC  (5+ messages)
` [PATCH v2 1/2] disk/part.c: ensure strings in struct disk_partition are valid after successful get_info
` [PATCH v2 2/2] cmd/part.c: implement "part name" subcommand

[PATCH v4 00/10] reset: rework reset-gpios handling
 2025-11-03 14:14 UTC  (2+ messages)
` (subset) "

[PATCH v2] firmware: qemu_fw_cfg: Do not hard depend on CONFIG_HAS_IOPORT_MAP
 2025-11-03 14:11 UTC 

[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
 2025-11-03 12:36 UTC  (6+ messages)

[PATCH] MAINTAINERS: Update David Hildenbrand's email address
 2025-11-03 10:39 UTC 

[PATCH net v3] netpoll: Fix deadlock in memory allocation under spinlock
 2025-11-03 14:12 UTC  (3+ messages)

[PATCH v3] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-03 14:12 UTC  (2+ messages)

[PATCH] EDAC/altera: Handle OCRAM ECC enable after warm reset
 2025-11-03 14:09 UTC 

[PATCH v2 for-4.21 0/2] x86/AMD: deal with RDSEED issues
 2025-11-03 14:10 UTC  (2+ messages)

[PULL 00/25] vfio queue
 2025-11-03 14:09 UTC  (8+ messages)
` [PULL 09/25] vfio-user: implement message receive infrastructure

[PATCH 0/3] Add NMI Support to RISC-V via SSE
 2025-11-03 14:10 UTC  (6+ messages)
` [PATCH 3/3] riscv: crash: use NMI to stop the CPU
      ` [External] "

[PATCH v9 0/3] firmware: ti_sci: Partial-IO support
 2025-11-03 14:10 UTC  (5+ messages)
` [PATCH v9 3/3] "

Sanitizer flags an eBPF bug
 2025-11-03 14:02 UTC 

[PATCH 00/13] platform/raspberrypi: Add Broadcom Videocore shared memory support
 2025-11-03 14:07 UTC  (10+ messages)
` [PATCH 09/13] platform/raspberrypi: Add new vc-sm-cma driver
` [PATCH 13/13] platform/raspberrypi: vchiq: Register vc-sm-cma as a platform driver

[PATCH 0/18] SRCU updates for v6.19
 2025-11-03 14:07 UTC  (4+ messages)
` [PATCH 17/19] srcu: Optimize SRCU-fast-updown for arm64

[PATCH] riscv: defconfig: enable RESET_GPIO driver
 2025-11-03 14:06 UTC 

[PATCH v4] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-11-03 14:06 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Extend i915_display_info with Type-C port details (rev7)

[PATCH] arm64: defconfig: Make RESET_GPIO driver built-in
 2025-11-03 14:06 UTC 

Independence for dma_fences!
 2025-11-03 13:07 UTC  (4+ messages)
` [PATCH 05/15] dma-buf: inline spinlock for fence protection

[PATCH] drm/amdgpu: Add VRR support for MST connectors
 2025-11-03 10:08 UTC 

[PATCH] ARM: exynos_defconfig: Enable RESET_GPIO driver
 2025-11-03 14:06 UTC 

[PATCH] ARM: multi_v7_defconfig: Enable RESET_GPIO driver
 2025-11-03 14:05 UTC 

[PATCH v2 0/7] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2025-11-03 14:03 UTC  (5+ messages)
` [PATCH v2 5/7] ati-vga: Implement HOST_DATA register writes
` [PATCH v2 6/7] ati-vga: Add expand_colors() helper for monochrome color expansion

[PATCH 0/2] drm: fix fallout from drm_print.h include cleanups
 2025-11-03 14:04 UTC  (3+ messages)

[PATCH v2 00/15] Introduce cached report zones
 2025-11-03 14:01 UTC  (5+ messages)
` [PATCH v2 04/15] block: introduce disk_report_zone()
` [PATCH v2 05/15] block: reorganize struct blk_zone_wplug

[PATCH v2 0/2] iommu/amd: Avoid setting C-bit for MMIO addresses
 2025-11-03 14:00 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/amd: Add IOMMU_PROT_IE flag for memory encryption
` [PATCH v2 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PULL 00/18] Miscellaneous changes for 2025-10-28
 2025-11-03 13:59 UTC  (3+ messages)
` [PULL 03/18] rcu: Unify force quiescent state
  ` Regression with the "replay" test on target alpha (was: [PULL 03/18] rcu: Unify force quiescent state)

i.MX8MP Hantro G2 HEVC decoding problems
 2025-11-03 13:52 UTC 

[PATCH 0/5] maintenance: add an 'is-needed' subcommand
 2025-11-03 14:00 UTC  (7+ messages)
` [PATCH 2/5] reftable/stack: add function to check if optimization is required
` [PATCH 4/5] maintenance: add checking logic in `pack_refs_condition()`
` [PATCH 5/5] maintenance: add 'is-needed' subcommand

[PATCH 00/13] DC Patches November 3, 2025
 2025-11-03 13:59 UTC  (2+ messages)

[PATCH net] net: gro_cells: Use nested-BH locking for gro_cell
 2025-11-03 13:59 UTC  (4+ messages)

[PATCH net-next V2 0/7] net/mlx5e: Reduce interface downtime on configuration change
 2025-11-03 13:59 UTC  (7+ messages)
` [PATCH net-next V2 5/7] net/mlx5e: Do not re-apply TIR loopback configuration if not necessary
` [PATCH net-next V2 6/7] net/mlx5e: Pass old channels as argument to mlx5e_switch_priv_channels
` [PATCH net-next V2 7/7] net/mlx5e: Defer channels closure to reduce interface down time


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.