All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-29 12:05:55 to 2026-06-29 12:31:40 UTC [more...]

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 12:31 UTC  (9+ messages)
` [PATCH 02/32] powercap: Stop using "
` [PATCH 05/32] x86/mtrr: "

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-06-29 12:31 UTC  (11+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
` [RFC PATCH 2/4] quota: Don't issue audit messages on quota enforcing
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
` [RFC PATCH 4/4] capability: unexport has_capability_noaudit

[RFT PATCH 0/3] xhci: avoid futile stop endpoint command and host teardown
 2026-06-29 12:30 UTC  (4+ messages)
` [RFT PATCH 1/3] xhci: include all root port children in recovery prevention on link error
` [RFT PATCH 2/3] xhci: prevent endpoint recovery after roothub disconnect
` [RFT PATCH 3/3] xhci: avoid xHC endpoint changes after disconnect or link error

[PATCH v3 0/4] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-06-29 12:30 UTC  (7+ messages)
` [PATCH v3 1/4] media: qcom: camss: populate child platform devices
` [PATCH v3 2/4] dt-bindings: media: qcom: Add JPEG encoder binding
` [PATCH v3 3/4] arm64: dts: qcom: sm8250: Add JPEG encoder node
` [PATCH v3 4/4] media: qcom: jpeg: Add Qualcomm JPEG V4L2 encoder

[PATCH v6 1/9] block: partitions: of: Skip child nodes without reg property
 2026-06-29 12:30 UTC  (2+ messages)
` Support for block device NVMEM providers

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-29 12:30 UTC  (5+ messages)
` [PATCH v4 03/12] mm/rmap: refactor some code around lazyfree "

[PATCH 0/4] clk: implement sync_state support
 2026-06-29 12:29 UTC  (3+ messages)
` [PATCH 2/4] pmdomain: core: migrate to dev_add_sync_state()

[PATCH] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_disconn_ind
 2026-06-29 12:29 UTC  (2+ messages)
`  "

[wrynose][PATCH] clang/llvm: Upgrade to 22.1.8 release
 2026-06-29 12:28 UTC 

[PATCH RFC] nvme-ioctl: propagate PRP1 from ioctl to admin cmd
 2026-06-29 12:28 UTC  (11+ messages)

[PATCH v3 0/7] drm/sysfb: simpledrm: Various improvements
 2026-06-29 12:28 UTC  (6+ messages)
` [PATCH v3 6/7] drm/of: Implement drm_of_get_panel_orientation()
` [PATCH v3 7/7] drm/sysfb: simpledrm: Read panel orientation from DT node

[PATCH v8 00/18] target/s390x: Extend qemu CPACF support
 2026-06-29 12:26 UTC  (4+ messages)
` [PATCH v8 01/18] target/s390x: Fix wrong address handling in address loops

[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-29 12:27 UTC  (17+ messages)
` [PATCH v7 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v7 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v7 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v7 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v7 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v7 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v7 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v7 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v7 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v7 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v7 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v7 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v7 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v7 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v7 15/15] Documentation/userfaultfd: document RWP working set tracking

[PATCH v5 0/1] rust: introduce abstractions for fwctl
 2026-06-29 12:26 UTC  (3+ messages)

[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 3
 2026-06-29 12:26 UTC  (9+ messages)
` [PATCH 4/8] xfs_scrub: fix spacemap external log device scan dev key
` [PATCH 5/8] xfs_scrub: fix estimate of work items for phase 4

[PATCH v6 0/8] clk: qcom: Add common clkref support and migrate Glymur and Mahua
 2026-06-29 12:25 UTC  (7+ messages)
` [PATCH v6 7/8] arm64: dts: qcom: mahua: Add QREF regulator supplies to TCSR

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-29 12:23 UTC  (32+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start, end]_pgoff() to vma->vm_pgoff in kernel/
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() "
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v3 0/9] hw/audio/virtio-sound: basic migration support
 2026-06-29 11:32 UTC  (3+ messages)

[PATCH] hw/misc/ivshmem: clear chardev handlers before freeing peers
 2026-06-29  2:59 UTC 

[PATCH v8 00/10] Introduce Xe PCIe FLR
 2026-06-29 12:23 UTC  (4+ messages)
` [PATCH v8 05/10] drm/xe/exec_queue: Introduce xe_exec_queue_reinit()

[PATCH net v5 0/2] net: phy: sfp: fix mii_bus leak and revert RollBall bridge probe
 2026-06-29 12:23 UTC  (4+ messages)
` [PATCH net v5 2/2] Revert "net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c"

[PATCH v2] ui/gtk: Narrow DMA-BUF critical section
 2026-06-29 12:23 UTC  (3+ messages)

[PATCH net v2] nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
 2026-06-29 12:23 UTC  (3+ messages)

[PATCH] webkitgtk: allow usign clang to compile for arm target
 2026-06-29 12:23 UTC 

[PATCH] arm: dts: mediatek: mt6589: Fix timer interrupt trigger type
 2026-06-29 12:22 UTC 

[GIT PULL] ACPI support fixes and cleanups for 7.2-rc1
 2026-06-29 12:22 UTC  (3+ messages)

[PATCH v8] arm64: dts: qcom: kodiak: Add EL2 overlay
 2026-06-29 12:22 UTC  (4+ messages)

[PATCH RFC] net: enforce net sysctl registration
 2026-06-29 12:22 UTC 

cleanup the RAID6 P/Q library v3
 2026-06-29 12:21 UTC  (6+ messages)

[PATCH] ima: correctly recover number of violations after kexec
 2026-06-29 12:22 UTC  (4+ messages)

[PATCH 1/2] rootfs: move tasks using image_list_installed_packages to postuninstall
 2026-06-29 12:21 UTC  (6+ messages)
` [PATCH 2/2] rootfs,spdx: handle removed packages
  ` [OE-core] "

[PATCH v2 0/3] Support MSM8916 USB PHY + UDC in qcom_defconfig
 2026-06-29 12:20 UTC  (3+ messages)
` [PATCH v2 1/3] usb: udc: ci: support USB gadget driver model

[RFC PATCH 0/8] Introducte Reserved THP
 2026-06-29 12:20 UTC  (2+ messages)

[PATCH RFC 0/3] SUNRPC: a latency floor for interactive clients via sparse-flow dispatch
 2026-06-29 12:19 UTC  (3+ messages)

[PATCH i-g-t] lib/igt_hook: Fix realloc size to avoid memory overwriting
 2026-06-29 12:17 UTC  (2+ messages)

[OE-core] [scarthgap] [PATCH 1/7] curl: ignore CVE-2026-4873
 2026-06-29 12:19 UTC  (4+ messages)
  `  "

[PATCH 00/11] drm/panthor: Misc fixes for bugs found by shashiko
 2026-06-29 12:17 UTC  (6+ messages)
` [PATCH 06/11] drm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()
` [PATCH 11/11] drm/panthor: Keep interrupts masked until they are needed

[PATCH v2 0/3] phy: qcom: qmp-pcie: Add vdda-refgen supply support for Glymur
 2026-06-29 12:18 UTC  (6+ messages)

[PATCH v3 00/16] mod_devicetable.h: Split into per subsystem headers
 2026-06-29 12:18 UTC  (3+ messages)
` [PATCH v3 10/16] platform/x86: int3472: Add include defining struct dmi_system_id

don't build bios/contexts over multiple iomaps v3
 2026-06-29 12:17 UTC  (4+ messages)
` [PATCH 1/3] iomap: consolidate bio submission
` [PATCH 2/3] fuse: call fuse_send_readpages explicitly from fuse_readahead
` [PATCH 3/3] iomap: submit read bio after each extent

[PATCH v3 00/17] Add watchdog support to arm/virt board
 2026-06-29 12:16 UTC  (7+ messages)
` [PATCH v3 06/17] acpi: introduce WDAT table for GWDT
` [PATCH v3 07/17] arm: virt: add support for WDAT based watchdog
` [PATCH v3 10/17] tests: acpi: arm/virt: update expected WDAT blob

[PATCH 0/2] wifi: iwlwifi: Fix WiFi operation in FIPS mode
 2026-06-29 12:16 UTC  (4+ messages)
` [PATCH 1/2] wifi: iwlwifi: enable MFP_CAPABLE "
` [PATCH 2/2] wifi: iwlwifi: reduce encryption error message to debug level "

Linux'n'Beer, July 2026
 2026-06-29 12:16 UTC 

[RFC PATCH v1 0/3] iomap: convert to in-iter ->iomap_next() model
 2026-06-29 12:15 UTC  (5+ messages)
` [RFC PATCH v1 3/3] xfs: example of devirtualizing buffered write iomap callbacks

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-06-29 12:15 UTC  (3+ messages)

[PATCH v1] ASoC: tas2781: Update default register address to TAS2563
 2026-06-25 13:20 UTC  (2+ messages)

[PATCH 0/2] hw/riscv/riscv-iommu.c: additional PTE checks
 2026-06-29 12:13 UTC  (3+ messages)
` [PATCH 1/2] hw/riscv/riscv-iommu.c: check for reserved PTE bits
` [PATCH 2/2] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access

[PATCH] ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel count
 2026-06-25 13:57 UTC  (2+ messages)

[PULL 00/54] target-arm queue
 2026-06-29 12:00 UTC  (33+ messages)
` [PULL 01/54] hw/timer/imx_epit: Replace DPRINTF with trace events
` [PULL 02/54] target/arm: Enable SCTLR_EL1.EnFPM for user-only
` [PULL 03/54] target/arm: Implement EXPAND
` [PULL 04/54] target/arm: Generalize sve_compact_[sd]
` [PULL 06/54] target/arm: Implement FIRSTP, LASTP
` [PULL 08/54] target/arm: Implement FEAT_SSVE_AES
` [PULL 11/54] target/arm: Implement FMOPA (widening, 4-way fp8 to fp32)
` [PULL 13/54] target/arm: Implement FMLALL (multiple vector)
` [PULL 15/54] target/arm: Implement FDOT (multiple and single vector)
` [PULL 20/54] arm/gicv5: Add URL to GICv5 specification
` [PULL 21/54] target/arm: GICv5 cpuif: Recalculate IRQ/FIQ on ICC_PCR_EL1 write
` [PULL 23/54] target/arm: GICv5 cpuif: Remove ICC_HAPR_EL1
` [PULL 24/54] hw/intc/gicv5: Define and use GICV5_PENDING_IRQ_NONE
` [PULL 26/54] target/arm: Setup new registers for GPC3
` [PULL 27/54] target/arm/ptw.c: Add Granule Bypass Windows
` [PULL 28/54] target/arm/cpu-features.h: x-rme now means GPC3
` [PULL 33/54] hw/misc/imx6_ccm: Add PLL3 and CAN clock
` [PULL 34/54] hw/net/can/flexcan: NXP FlexCAN core emulation
` [PULL 37/54] docs/arm/sabrelite: Mention FlexCAN support
` [PULL 38/54] target/arm: split evaluation of CNTHCTL timer IRQ masks
` [PULL 40/54] target/arm: trigger timer recalc on SCR:ECVEN change
` [PULL 41/54] target/arm: gate check on scr_el3 behind ARM_FEATURE_EL3 check
` [PULL 42/54] target/arm: trigger timer recalc on HCR:(E2H|TGE) changes
` [PULL 43/54] docs/system: add FEAT_ECV_POFF to the emulation list
` [PULL 44/54] target/arm: Enable FADD/FSUB (half-precision) with FEAT_SME_F8F16
` [PULL 45/54] target/arm: Rename SME FMLAL/FMLSL patterns
` [PULL 46/54] target/arm: Implement FMLAL (multiple, multiple and single, FP8 to FP16)
` [PULL 47/54] target/arm: Implement FMLAL (multiple and indexed, "
` [PULL 49/54] target/arm: Implement FDOT "
` [PULL 52/54] target/arm: Implement FVDOT (FP8 "
` [PULL 53/54] target/arm: Enable FEAT_SME_F8F16 for -cpu max
` [PULL 54/54] docs/system/arm/virt: Document accelerated SMMUv3 and Tegra241 CMDQV

[PATCH] spi: sh-msiof: abort transfers when reset times out
 2026-06-25 13:00 UTC  (2+ messages)

[PATCH v2] spi: imx: reconfigure for PIO when DMA cannot be started
 2026-06-24 16:53 UTC  (2+ messages)

After upgrading from Debian 11 to Debian 12, the latency became worse
 2026-06-29 12:13 UTC  (4+ messages)
  `  "
    `  "

[PATCH v2] spi: core: Abort active target transfer on controller suspend
 2026-06-25 16:43 UTC  (2+ messages)

[PATCH v3 0/2] regulator: qcom-rpmh: Add off-on-delay support
 2026-06-29 12:13 UTC  (5+ messages)

[PATCH v2] drm/xe: Improve wedged state management
 2026-06-29 12:13 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Improve wedged state management (rev2)

[PATCH v20 0/3] Add OpenCores PTC PWM support
 2026-06-29  6:36 UTC  (2+ messages)
` [PATCH v20 2/3] riscv: dts: starfive: Correct pwm nodes

[PATCH] drm/ttm: Account for NULL pages in ttm_pool_backup
 2026-06-29 12:12 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2 2/2] dmaengine: idxd: fix duplicate memory frees on initialization error path
 2026-06-29 12:11 UTC 

[PATCH v3 0/8] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-29 12:11 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v2] btrfs: always wait for ordered extents to avoid OE races
 2026-06-29 12:11 UTC  (2+ messages)

[PATCH] drm/virtio: warn when virtqueue has no free space for too long
 2026-06-29 12:11 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: Remove unused curseg_segno() and curseg_alloc_type()
 2026-06-29 12:01 UTC  (2+ messages)

[PATCH] w1: ds28e17: reject an oversize length on an I2C block read
 2026-06-29 12:10 UTC 

[LTP] [PATCH v2] ioctl10: fix the sscanf() call to handle 64-bit inode on 32-bit arch
 2026-06-29 12:09 UTC  (3+ messages)

[PATCH] drm/ttm: Fix UAF on dma-buf attach failure for sg BOs
 2026-06-29 12:09 UTC  (4+ messages)

[PATCHv2 1/2] dt-bindings: net: altr,socfpga-stmmac: add more interrupts for Agilex5
 2026-06-29 12:10 UTC  (2+ messages)

[PATCH 1/2] drm/sched: Guard sched->ready with ACCESS_ONCE()
 2026-06-29 12:09 UTC  (2+ messages)

[PATCH mptcp-next 0/4] mptcp: bpf: fix scheduler kfunc socket type confusion
 2026-06-29 12:07 UTC  (5+ messages)
` [PATCH mptcp-next 1/4] Squash to "bpf: Export mptcp packet scheduler helpers"
` [PATCH mptcp-next 2/4] "
` [PATCH mptcp-next 3/4] selftests/bpf: mptcp: verify scheduler rejects non-msk socket to set_timeout
` [PATCH mptcp-next 4/4] selftests/bpf: mptcp: extend bad scheduler test to the kfunc type contract

[PATCH iwl-net v2 1/2] ice: skip per-VLAN promisc rules when default VSI Rx rule is set
 2026-06-29 12:06 UTC  (3+ messages)

[PATCH] btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accounting
 2026-06-29 12:08 UTC  (2+ messages)

[f2fs-dev] [PATCH v2 1/2] f2fs: extract do_migrate_one_data_block() helper for GC migration
 2026-06-29 12:08 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 0/2] f2fs: pack same-inode blocks by inode during FG_GC
    ` [f2fs-dev] [PATCH v2 2/2] "
        `  "

[PATCH 1/3] drm/amdgpu: add the doorbell index input for suspending userq
 2026-06-29 12:08 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu/mes11: set doorbell offset "

[PATCH] adfs: reject disc records smaller than one filesystem block
 2026-06-29 12:07 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH v2] drm/ttm: add generic drvparam[] alias for ttm_place::fpfn/lpfn
 2026-06-29 12:06 UTC  (3+ messages)

[PATCH v4 0/5] lib/vsprintf: Validate spinlock context during restricted pointer formatting
 2026-06-29 12:06 UTC  (8+ messages)
` [PATCH v4 5/5] "

[isar-cip-core][PATCH] Revise README files to reflect the latest changes
 2026-06-29 12:05 UTC  (8+ messages)
        ` [cip-dev] "

[PATCH v3 0/4] media: mali-c55: Add support for CCM and Gamma
 2026-06-29 12:05 UTC  (5+ messages)
` [PATCH v3 2/4] media: mali-c55: Implement CCM block validation


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.