All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 22:56:45 to 2025-11-13 23:52:33 UTC [more...]

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-13 23:28 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for treewide: Introduce %ptS for struct timespec64 and convert users (rev3)

[PATCH v2 0/3] regulator: Add FP9931/JD9930
 2025-11-13 23:48 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Fitipower
` [PATCH v2 2/3] dt-bindings: regulator: Add Fitipower FP9931/JD9930
` [PATCH v2 3/3] regulator: Add FP9931/JD9930 driver

[PATCH v20 00/22] Type2 device basic support
 2025-11-13 23:52 UTC  (7+ messages)
` [PATCH v20 02/22] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v20 03/22] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v20 14/22] sfc: get endpoint decoder

Pinctrl for EN7523
 2025-11-13 23:51 UTC 

[PATCH] drm/xe/kunit: Fix forcewake assertion in mocs test
 2025-11-13 23:50 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/2] autofs: fairly minor fixes
 2025-11-13 23:49 UTC  (10+ messages)
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed

[PATCH 1/5] ARM: dts: lpc32xx: add bus surfix for simple-bus
 2025-11-13 23:47 UTC  (7+ messages)
` [PATCH 2/5] ARM: dts: lpc32xx: add sspclk clock for SPI[0,1]
` [PATCH 4/5] ARM: dts: lpc3250-phy3250: add at25 required properties
` [PATCH 5/5] ARM: dts: lpc32xx: update #address-cells of arm,pl175 to 2

[PATCH v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
 2025-11-13 23:47 UTC  (5+ messages)

[PATCH 04/10] of/reserved_mem: Use dt_root_addr_size_bytes() instead of open-coding it
 2025-11-13 23:46 UTC  (2+ messages)

[PATCHv2 0/4] zram: introduce writeback bio batching
 2025-11-13 23:45 UTC  (3+ messages)
` [PATCHv2 1/4] zram: introduce writeback bio batching support

[PATCH v2] pinctrl: bcm283x: Add GPIO pull-up/down control for BCM2835 and BCM2711
 2025-11-13 23:45 UTC 

[PATCH v1 0/5] Redesign of the xe_debugfs test
 2025-11-13 23:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH i-g-t] tests/intel/xe_configfs: Test gt_types_allowed
 2025-11-13 23:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH i-g-t v1 0/3] Improve engine activity accuracy test with spinner reuse
 2025-11-13 23:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Improve engine activity accuracy test with spinner reuse (rev2)

linux-next: Fixes tag needs some work in the block tree
 2025-11-13 23:45 UTC  (4+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-13 23:43 UTC  (9+ messages)
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file

[PATCH v3 1/2] lib/intel_blt: Fix adding byte offset to bb_pos
 2025-11-13 23:42 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [v3,1/2] "

[PATCH RFC v1 00/20] KVM: x86: Support APX feature for guests
 2025-11-13 23:40 UTC  (37+ messages)
` [PATCH RFC v1 02/20] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH RFC v1 07/20] KVM: nVMX: Support the extended instruction info field
` [PATCH RFC v1 08/20] KVM: VMX: Support extended register index in exit handling
` [PATCH RFC v1 10/20] KVM: x86: Refactor REX prefix handling in instruction emulation
` [PATCH RFC v1 11/20] KVM: x86: Refactor opcode table lookup "
` [PATCH RFC v1 12/20] KVM: x86: Support REX2-extended register index in the decoder
` [PATCH RFC v1 14/20] KVM: x86: Emulate REX2-prefixed 64-bit absolute jump
` [PATCH RFC v1 15/20] KVM: x86: Reject EVEX-prefix instructions in the emulator
` [PATCH RFC v1 16/20] KVM: x86: Decode REX2 prefix "
` [PATCH RFC v1 17/20] KVM: x86: Prepare APX state setting in XCR0

[PATCH v5 0/9] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-13 23:37 UTC  (10+ messages)
` [PATCH v5 1/9] KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()
` [PATCH v5 2/9] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
` [PATCH v5 3/9] x86/bugs: Decouple ALTERNATIVE usage from VERW macro definition
` [PATCH v5 4/9] x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
` [PATCH v5 5/9] KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
` [PATCH v5 6/9] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS
` [PATCH v5 7/9] KVM: VMX: Bundle all L1 data cache flush mitigation code together
` [PATCH v5 8/9] KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n
` [PATCH v5 9/9] KVM: x86: Unify L1TF flushing under per-CPU variable

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-13 23:35 UTC  (11+ messages)
` [PATCH 1/9] KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
` [PATCH 2/9] KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
` [PATCH 3/9] KVM: SVM: Add a helper to detect VMRUN failures
` [PATCH 4/9] KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()

[PATCH 0/3] Synchronize DTC to 1.7.2
 2025-11-13 23:34 UTC  (5+ messages)
` [PATCH 3/3] libfdt: Check fdt_offset_ptr() return value unconditionally

[PATCH v8] xen: Strip xen.efi by default
 2025-11-13 23:32 UTC  (4+ messages)
  ` [PATCH for-4.21 "

+ selftests-mm-fix-division-by-zero-in-uffd-unit-tests.patch added to mm-hotfixes-unstable branch
 2025-11-13 23:33 UTC 

[PATCH] arm64: dts: rockchip: Remove sdmmc max-frequency on RK3588S EVB1 board
 2025-11-13 23:04 UTC  (2+ messages)

[PATCH v2 0/2] mmc: sdhci-of-dwcmshc: Add command queue support for Rockchip SOCs
 2025-11-13 23:21 UTC  (5+ messages)
` (subset) "

[PATCH v3 00/20] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-11-13 23:29 UTC  (21+ messages)
` [PATCH v3 01/20] drm/msm/a6xx: Flush LRZ cache before PT switch
` [PATCH v3 02/20] drm/msm/a6xx: Fix the gemnoc workaround
` [PATCH v3 03/20] drm/msm/a6xx: Skip dumping SCRATCH registers
` [PATCH v3 04/20] drm/msm/adreno: Common-ize PIPE definitions
` [PATCH v3 05/20] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH v3 06/20] drm/msm/adreno: Move gbif_halt() to adreno_gpu_func
` [PATCH v3 07/20] drm/msm/adreno: Add MMU fault handler "
` [PATCH v3 08/20] drm/msm/a6xx: Sync latest register definitions
` [PATCH v3 09/20] drm/msm/a6xx: Rebase GMU register offsets
` [PATCH v3 10/20] drm/msm/a8xx: Add support for A8x GMU
` [PATCH v3 11/20] drm/msm/a6xx: Improve MX rail fallback in RPMH vote init
` [PATCH v3 12/20] drm/msm/a6xx: Share dependency vote table with GMU
` [PATCH v3 13/20] drm/msm/adreno: Introduce A8x GPU Support
` [PATCH v3 14/20] drm/msm/adreno: Support AQE engine
` [PATCH v3 15/20] drm/msm/a8xx: Add support for Adreno 840 GPU
` [PATCH v3 16/20] drm/msm/adreno: Do CX GBIF config before GMU start
` [PATCH v3 17/20] drm/msm/a8xx: Add support for Adreno X2-85 GPU
` [PATCH v3 18/20] dt-bindings: arm-smmu: Add Kaanapali and Glymur GPU SMMU
` [PATCH v3 19/20] dt-bindings: display/msm/gmu: Add Adreno 840 GMU
` [PATCH v3 20/20] dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU

[PATCH] selftests/mm: fix division-by-zero in uffd-unit-tests
 2025-11-13 23:32 UTC  (6+ messages)

[PATCH 0/2] Small formatting issue fixes in DTS
 2025-11-13 23:29 UTC  (3+ messages)
` [PATCH 1/2] dts: fix incorrect import order for RSS testsuite
` [PATCH 2/2] dts: shorten a too long line

[PATCH] Revert "osxkeychain: state to skip unnecessary store operations"
 2025-11-13 23:30 UTC  (2+ messages)

mtk7996 lockdep & rcu splat in upstream kernel
 2025-11-13 23:29 UTC  (3+ messages)

[PATCH v2 00/30] Scope-based forcewake and runtime PM
 2025-11-13 23:28 UTC  (7+ messages)
` [PATCH v2 06/30] drm/xe/gt: Use scope-based cleanup
` [PATCH v2 10/30] drm/xe/mocs: "

[tip:irq/drivers 11/35] drivers/irqchip/irq-qcom-mpm.c:441 qcom_mpm_probe() warn: missing unwind goto?
 2025-11-13 23:25 UTC 

[PATCH net-next V2] eth: fbnic: Configure RDE settings for pause frame
 2025-11-13 23:26 UTC 

[Patch v3 0/3] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-13 23:23 UTC  (4+ messages)
` [PATCH v3 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v3 2/3] locks: Threads with layout conflict must wait until the client was fenced
` [PATCH v3 3/3] FSD: Fix NFS server hang when there are multiple layout conflicts

[PATCH 6.12.y-cip 0/1] Add RZ/V2H ICU support
 2025-11-13 23:23 UTC  (5+ messages)

[PATCH v4 00/10] Enable DP2.1 alpm
 2025-11-13 23:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Enable DP2.1 alpm (rev4)

[PATCH i-g-t v2 0/9] Add writeback changes for intel-supported formats
 2025-11-13 23:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Add writeback changes for intel-supported formats (rev2)

[PATCH] drm/i915/display: stop using the configurable fence timeout
 2025-11-13 23:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: stop using the configurable fence timeout (rev2)

[PATCH] KVM: guest_memfd: Elaborate on how release() vs. get_pfn() is safe against UAF
 2025-11-13 23:22 UTC 

[PATCH v8 00/11] drm: Reduce page tables overhead with THP
 2025-11-13 23:22 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm: Reduce page tables overhead with THP (rev5)

(no subject)
 2025-11-14  0:21 UTC 

[PATCH 0/8] drm/i915: start dissolving soc/
 2025-11-13 23:21 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for drm/xe: use the same vga decode code as i915

[PATCH v3] arm64: dts: rockchip: orangepi-5: fix PCIe 3.3V regulator voltage
 2025-11-13 23:18 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: disable HS400 on RK3588 Tiger
 2025-11-13 23:18 UTC  (3+ messages)

[PATCH net-next] eth: fbnic: Configure RDE settings for pause frame
 2025-11-13 23:18 UTC  (3+ messages)

[RFC PATCH 0/1] bpf, verifier: Detect empty intersection between tnum and ranges
 2025-11-13 23:16 UTC  (3+ messages)

[linux-next:master 8057/8066] ld: tsm.c:undefined reference to `find_tsm_dev'
 2025-11-13 23:15 UTC 

git fails to checkout SHA1 submodule in SHA256 repo with --depth=1
 2025-11-13 23:15 UTC  (9+ messages)
` [PATCH] object-file: disallow adding submodules of different hash algo

[bluez/bluez] f3a24c: mpris-proxy: Only be started by pipewire.service
 2025-11-13 23:15 UTC 

[PATCH 0/5] KVM: SVM: Fix and clean up OSVW handling
 2025-11-13 23:14 UTC  (6+ messages)
` [PATCH 1/5] KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
` [PATCH 2/5] KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
` [PATCH 3/5] KVM: SVM: Extract OS-visible workarounds setup to helper function
` [PATCH 4/5] KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
` [PATCH 5/5] KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature

Xen DomU Bootloader Experiences
 2025-11-13 23:12 UTC  (3+ messages)

[PATCH v6] doc: add an explanation of Git's data model
 2025-11-13 23:11 UTC  (11+ messages)

[PATCH v4] drm/xe/uc: Add stop on hardware initialization error
 2025-11-13 23:09 UTC  (2+ messages)

[meta-arago][scarthgap][PATCH 01/10] offscreendemo: Add REQUIRED_DISTRO_FEATURES
 2025-11-13 23:09 UTC  (3+ messages)
` [meta-arago][scarthgap][PATCH 09/10] libyang: Do the version bump in a yocto-check-layer compliant manner

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-13 23:07 UTC  (4+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 2/3] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[GIT PULL] VFIO fixes for v6.18-rc6
 2025-11-13 23:08 UTC 

[PATCH] mm/huge_memory: fix override of entry in remove_migration_pmd
 2025-11-13 23:08 UTC  (5+ messages)

[PATCH mptcp-net 0/3] mptcp: a few random fixes
 2025-11-13 23:05 UTC  (4+ messages)
` [PATCH mptcp-net 1/3] mptcp: fix premature close in case of fallback
` [PATCH mptcp-net 2/3] mptcp: do not fallback when OoO is present
` [PATCH mptcp-net 3/3] mptcp: do not drop partial packets

[PATCH 0/3] drm: zynqmp: Make the video plane primary
 2025-11-13 23:07 UTC  (6+ messages)
` [PATCH 1/3] drm: zynqmp: Check property creation status
` [PATCH 3/3] drm: zynqmp: Add blend mode property to graphics plane

[PATCH 1/2] usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecase
 2025-11-13 23:05 UTC  (3+ messages)
` [PATCH 2/2] usb: dwc3: imx8mp: disable auto suspend for host role

[PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1
 2025-11-13 23:05 UTC  (8+ messages)
` [PATCH 6/6] arm64: dts: rockchip: update 100ASK DshanPi A1 support
` (subset) [PATCH 1/6] arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1

[PATCH] devicetree rk3588: enable HDMI audio on Rock 5 ITX
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH 1/1] arm64: dts: rockchip: drop reset from rk3576 i2c9 node
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH v2 0/3] Fixes and improvements to sdmmc descriptions for Radxa ROCK 5 ITX/5B/5B+/5T/5A/5C
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: use SCMI clock id for gpu clock on rk356x
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH v2 0/4] Fix and improve EEPROM chip descriptions for Radxa ROCK 3C, 5A and 5C
 2025-11-13 23:04 UTC  (3+ messages)
` (subset) "

[PATCH v1] ARM: dts: rockchip: rk3288: move edp assigned-clocks to edp node
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: Enable USB-C DP Alt for Indiedroid Nova
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH BlueZ] mpris-proxy: Only be started by pipewire.service
 2025-11-13 23:04 UTC 

[PATCH v1] arm64: dts: rockchip: correct assigned-clock-rates spelling
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: clean up devicetree for 9Tripod X3568 v4
 2025-11-13 23:04 UTC  (3+ messages)

[PATCH 1/2] drm/nouveau: restrict the flush page to a 32-bit address
 2025-11-13 23:03 UTC  (2+ messages)
` [PATCH 2/2] drm/nouveau: verify that hardware supports the flush page address

[RFC PATCH] kbuild: Support directory targets for building DTBs
 2025-11-13 22:59 UTC 

[PULL for-10.2 00/15] NBD patches for 2025-11-13
 2025-11-13 22:55 UTC  (13+ messages)
` [PULL 01/15] iotests: Drop execute permissions on vvfat.out
` [PULL 02/15] qio: Add trace points to net_listener
` [PULL 03/15] qio: Unwatch before notify in QIONetListener
` [PULL 04/15] qio: Remember context of qio_net_listener_set_client_func_full
` [PULL 05/15] qio: Protect NetListener callback with mutex
` [PULL 06/15] qio: Minor optimization when callback function is unchanged
` [PULL 09/15] qio: Provide accessor around QIONetListener->sioc
` [PULL 10/15] qio: Prepare NetListener to use AioContext
` [PULL 11/15] qio: Add QIONetListener API for using AioContext
` [PULL 12/15] nbd: Avoid deadlock in client connecting to same-process server
` [PULL 14/15] tests/qemu-iotests: Fix broken grep command in iotest 207
` [PULL 15/15] tests/qemu-iotest: fix iotest 024 with qed images

[PATCH v3 0/6] rust: replace `kernel::c_str!` with C-Strings
 2025-11-13 22:58 UTC  (7+ messages)
` [PATCH v3 1/6] rust: firmware: "
` [PATCH v3 2/6] rust: net: "
` [PATCH v3 3/6] rust: str: "
` [PATCH v3 4/6] rust: sync: "
` [PATCH v3 5/6] rust: workqueue: "
` [PATCH v3 6/6] rust: macros: "

[syzbot] [cgroups?] WARNING in cgroup_file_release
 2025-11-13 22:58 UTC 

+ zram-drop-wb_limit_lock.patch added to mm-new branch
 2025-11-13 22:58 UTC 

+ zram-take-write-lock-in-wb-limit-store-handlers.patch added to mm-new branch
 2025-11-13 22:58 UTC 

+ zram-add-writeback-batch-size-device-attr.patch added to mm-new branch
 2025-11-13 22:58 UTC 

+ zram-introduce-writeback-bio-batching-support.patch added to mm-new branch
 2025-11-13 22:58 UTC 

[PATCH v13 00/32] x86,fs/resctrl telemetry monitoring
 2025-11-13 22:56 UTC  (3+ messages)
` [PATCH v13 32/32] x86,fs/resctrl: Update documentation for telemetry events


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.