All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-20 17:00:19 to 2025-11-20 17:29:01 UTC [more...]

[PATCH v5 00/30] objtool: Function validation tracing
 2025-11-20 17:28 UTC  (3+ messages)
` [PATCH v5 22/30] objtool: Disassemble exception table alternatives

FAILED: patch "[PATCH] scripts/decode_stacktrace.sh: fix build ID and PC source" failed to apply to 6.17-stable tree
 2025-11-20 17:28 UTC  (2+ messages)

[v7 00/16] mm: support device-private THP
 2025-11-20 17:27 UTC  (11+ messages)

[PATCH v4 0/8] Fix DRM scheduler layering violations in Xe
 2025-11-20 17:26 UTC  (7+ messages)
` [PATCH v4 1/8] drm/sched: Add several job helpers to avoid drivers touching scheduler state
` [PATCH v4 2/8] drm/sched: Add pending job list iterator
` [PATCH v4 4/8] drm/xe: Stop abusing DRM scheduler internals

[PATCH v2 net-next] ipvlan: Fix sparse warning about __be32 -> u32
 2025-11-20 17:26 UTC 

[GIT PULL] Power management fix for v6.18-rc7
 2025-11-20 17:26 UTC 

[PATCH 0/4] x86: direct APIC vector adjustments
 2025-11-20 17:25 UTC  (10+ messages)
` [PATCH 1/4] x86/guest: move allocation of Xen upcall vector to init code
` [PATCH 2/4] x86/MCE: restrict allocation of thermal and CMCI vector to BSP

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2025-11-20 17:25 UTC  (50+ messages)
` [PATCH v4 01/49] irqchip/gic: Add missing GICH_HCR control bits
` [PATCH v4 02/49] irqchip/gic: Expose CPU interface VA to KVM
` [PATCH v4 03/49] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v4 04/49] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v4 05/49] KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
` [PATCH v4 06/49] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v4 07/49] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v4 08/49] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v4 09/49] KVM: arm64: Add LR overflow handling documentation
` [PATCH v4 10/49] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v4 11/49] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v4 12/49] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v4 13/49] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v4 14/49] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v4 15/49] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v4 16/49] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v4 17/49] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v4 18/49] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v4 19/49] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v4 20/49] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v4 21/49] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v4 22/49] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v4 23/49] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v4 24/49] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v4 25/49] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v4 26/49] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v4 27/49] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v4 28/49] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v4 29/49] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v4 30/49] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v4 31/49] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v4 32/49] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v4 33/49] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v4 34/49] KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulation
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
` [PATCH v4 36/49] KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.En
` [PATCH v4 37/49] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v4 38/49] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v4 39/49] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v4 40/49] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v4 41/49] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v4 42/49] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v4 43/49] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v4 44/49] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v4 45/49] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v4 46/49] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v4 47/49] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v4 48/49] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v4 49/49] KVM: arm64: selftests: vgic_irq: Add timer deactivation test

[tip:core/uaccess] BUILD SUCCESS 4322c8f81c58da493a3c46eda32f0e7534a350a0
 2025-11-20 17:25 UTC 

[GIT PULL] ACPI support fix for v6.18-rc7
 2025-11-20 17:25 UTC 

[PATCH 1/5] drm/i915/cx0: Fix port to PLL ID mapping on BMG
 2025-11-20 17:23 UTC  (5+ messages)
` [PATCH 2/5] drm/i915/tc: Add separate intel_tc_phy_port_to_tc() for TC DDI/PHY ports
` [PATCH 3/5] drm/i915/cx0: Use intel_port_to_tc() instead of open coding it
` [PATCH 4/5] drm/i915/cx0: Read out power-down state of both TXs in PHY lane 0
` [PATCH 5/5] drm/i915/cx0: Read out power-down state of both PHY lanes for reversed lanes

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-20 17:23 UTC  (4+ messages)
` [PATCH v9 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH 0/9] RISC-V CPU time source interface
 2025-11-20 17:22 UTC  (7+ messages)
` [PATCH 8/9] target/riscv: RISCVCPUTimeSrcIf: add register_time_change_notifier
` [PATCH 9/9] hw/intc/riscv_aclint: implement the register_time_change_notifier method

[PATCH v2] drm/panthor: Avoid adding of kernel BOs to extobj list
 2025-11-20 17:21 UTC 

[bug report] iommupt: Add map_pages op
 2025-11-20 17:21 UTC  (2+ messages)

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-20 17:20 UTC  (5+ messages)
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks

[PATCH] drm/amdgpu/ras: Move ras data alloc before bad page check
 2025-11-20 17:19 UTC 

[PATCH] doc: warn against --committer-date-is-author-date
 2025-11-20 17:19 UTC  (3+ messages)
` [PATCH v2] "

spd5118 driver occasionally produces erroneous values
 2025-11-20 17:17 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/truncate: unmap large folio on split failure" failed to apply to 6.12-stable tree
 2025-11-20 17:17 UTC  (2+ messages)
` [PATCH 6.12.y] mm/truncate: unmap large folio on split failure

[PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record
 2025-11-20 17:17 UTC 

[PATCH v4 00/13] Add SDCA class driver
 2025-11-20 17:17 UTC  (2+ messages)

[PATCH v4 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-20 17:15 UTC  (24+ messages)
` [PATCH v4 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v4 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v4 03/23] s390: Move sske_frame() to a header
` [PATCH v4 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v4 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v4 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v4 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v4 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v4 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v4 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v4 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v4 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v4 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v4 14/23] KVM: s390: New gmap code
` [PATCH v4 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v4 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v4 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v4 18/23] KVM: s390: Storage key functions refactoring
` [PATCH v4 19/23] KVM: s390: Switch to new gmap
` [PATCH v4 20/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v4 21/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v4 22/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v4 23/23] KVM: s390: Storage key manipulation IOCTL

[PATCH 1/4] dt-bindings: eeprom: at25: Add Anvo ANV32C81W
 2025-11-20 17:16 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: vendor-prefixes: Document ifm electronic gmbh
` [PATCH 3/4] dt-bindings: arm: fsl: Document ifm VHIP4 EvalBoard v1 and v2

[PATCH v3] Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref
 2025-11-20 17:13 UTC  (3+ messages)

[PATCH v4 1/2] dt-bindings: phy: imx8mq-usb: add alternate reference clock
 2025-11-20 17:12 UTC  (3+ messages)

[PATCH v2 1/2] phy: rockchip: naneng-combphy: Fix PCIe L1ss support RK3528
 2025-11-20 17:12 UTC  (3+ messages)

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-20 17:06 UTC  (2+ messages)

[PATCH RESEND 0/3] Fixes for phy-rockchip-samsung-hdptx
 2025-11-20 17:11 UTC  (4+ messages)

[PATCH] phy: ti: gmii-sel: Add a sanity check on the phy_id
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v6 0/3] Add support for Glymur PCIe Gen5 x4
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Restrict resets per each device
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v2] phy: freescale: Initialize priv->lock
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH] phy: renesas: Remove unneeded semicolons
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH] phy: qcom: m31-eusb2: Update init sequence to set PHY_ENABLE
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers
 2025-11-20 17:11 UTC  (4+ messages)
` [PATCH v3 5/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver

[PATCH v7 0/3] arm64: qcom: x1e78100-lenovo-thinkpad-t14s: add support for HDMI output
 2025-11-20 17:11 UTC  (3+ messages)
` (subset) "

[PATCH] phy: exynos5-usbdrd: fix clock prepare imbalance
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v8 0/7] Add initial USB support for the Renesas RZ/G3S SoC
 2025-11-20 17:11 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/2] phy: renesas: rcar-gen3-usb2: Add suspend to RAM support
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH 0/9] drm/rockchip: Introduce Rockchip RK3506 VOP
 2025-11-20 17:11 UTC  (4+ messages)
` (subset) "

[PATCH] phy: broadcom: bcm63xx-usbh: fix section mismatches
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v4 00/11] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-11-20 17:11 UTC  (3+ messages)
` (subset) "

[PATCH] phy: qcom-qmp-combo: Use regulator_bulk_data with init_load_uA for regulator setup
 2025-11-20 17:11 UTC  (3+ messages)

[PATCH v3 0/4] PCI: qcom: Add support for Glymur PCIe Gen5x4
 2025-11-20 17:10 UTC  (3+ messages)
` (subset) "

[PATCH] arm64: mm: fix direct map use over accounting
 2025-11-20 17:10 UTC  (3+ messages)

[PATCH v4 0/2] SMMU v3 CMDQ fix and improvement
 2025-11-20 17:10 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/memory: do not populate page table entries beyond i_size" failed to apply to 6.12-stable tree
 2025-11-20 17:09 UTC  (2+ messages)
` [PATCH 6.12.y] mm/memory: do not populate page table entries beyond i_size

[PATCH 1/4] net/mlx5: release representor interrupt handler
 2025-11-20 17:08 UTC  (2+ messages)

[PATCH v2 0/3] drm/atomic-helper: Fix atomic modesetting regression
 2025-11-20 17:08 UTC  (9+ messages)
` [PATCH v2 3/3] drm/atomic-helper: Add special quirk tail function

[PATCH] genpt: Make GENERIC_PT invisible
 2025-11-20 17:07 UTC  (3+ messages)

[PATCH] drm/xe: Fix freq kobject leak on sysfs_create_files failure
 2025-11-20 17:06 UTC  (4+ messages)

[Buildroot] [git commit] support/scripts/cve-check: add cve-check script
 2025-11-20 16:13 UTC 

[Buildroot] [git commit] package/e2fsprogs: bump version to 1.47.3
 2025-11-20 16:00 UTC 

[Buildroot] [git commit] DEVELOPERS: add Thomas Perale to cve-check & cve.py
 2025-11-20 16:43 UTC 

[Buildroot] [git commit] support/scripts/cve.py: don't call download_nvd
 2025-11-20 16:03 UTC 

[Buildroot] [git commit] package/python-scp: fix dependency
 2025-11-20 16:01 UTC 

[PATCH] fixup: mm/migrate_device: handle partially mapped folios during
 2025-11-20 17:05 UTC 

[PATCH v3] drm/xe/uc: Add stop on hardware initialization error
 2025-11-20 17:05 UTC  (6+ messages)

[PATCH v2] Bluetooth: SMP: Fix not generating mackey and ltk when repairing
 2025-11-20 17:05 UTC 

[yocto-patches] [PATCH meta-rockchip] orangepi-3b: add
 2025-11-20 17:04 UTC  (5+ messages)

[GIT PULL] Networking for v6.18-rc7
 2025-11-20 17:04 UTC  (2+ messages)

[PATCH v2] x86,fs/resctrl: Factor MBA parse-time conversion to be per-arch
 2025-11-20 17:04 UTC  (5+ messages)

[PATCH v9 0/8] Add strobe duration and strobe output enable v4l2 ctrl
 2025-11-20 17:04 UTC  (9+ messages)
` [PATCH v9 1/8] media: v4l: ctrls: add a control for flash/strobe duration
` [PATCH v9 2/8] media: v4l: ctrls: add a control for enabling strobe output
` [PATCH v9 3/8] Documentation: uAPI: media: add V4L2_CID_FLASH_{DURATION,STROBE_OE}
` [PATCH v9 4/8] media: i2c: ov9282: add output enable register definitions
` [PATCH v9 5/8] media: i2c: ov9282: add strobe output enable v4l2 control
` [PATCH v9 6/8] media: i2c: ov9282: add strobe_duration "
` [PATCH v9 7/8] media: i2c: ov9282: implement try_ctrl for strobe_duration
` [PATCH v9 8/8] media: i2c: ov9282: dynamic flash_duration maximum

[PATCH 6.12.y-cip 00/10] Add RZ/V2H USB2.0 support
 2025-11-20 17:03 UTC  (11+ messages)
` [PATCH 6.12.y-cip 01/10] dt-bindings: usb: renesas,usbhs: Add RZ/V2H(P) SoC support
` [PATCH 6.12.y-cip 02/10] dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset
` [PATCH 6.12.y-cip 03/10] reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P)
` [PATCH 6.12.y-cip 04/10] dt-bindings: phy: renesas,usb2-phy: Add clock constraint for RZ/G2L family
` [PATCH 6.12.y-cip 05/10] dt-bindings: phy: renesas,usb2-phy: Document RZ/V2H(P) SoC
` [PATCH 6.12.y-cip 06/10] phy: renesas: phy-rcar-gen3-usb2: Sort compatible entries by SoC part number
` [PATCH 6.12.y-cip 07/10] phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/V2H(P)
` [PATCH 6.12.y-cip 08/10] arm64: dts: renesas: r9a09g057: Add USB2.0 support
` [PATCH 6.12.y-cip 09/10] arm64: defconfig: Enable RZ/V2H(P) USB2 PHY controller reset driver
` [PATCH 6.12.y-cip 10/10] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2.0 support

[PATCH net-next] ipvlan: Fix sparse warning about __be32 -> u32
 2025-11-20 17:03 UTC 

[PATCH] drm/xe/guc: Register CT fini action before mutex init
 2025-11-20 17:03 UTC  (4+ messages)
` [PATCH v3] drm/xe/guc: Fix resource leak in xe_guc_ct_init_noalloc()

[PATCH v4 00/11] VMSCAPE optimization for BHI variant
 2025-11-20 17:02 UTC  (3+ messages)
` [PATCH v4 03/11] x86/bhi: Make the depth of BHB-clearing configurable

+ mm-huge_memoryc-introduce-folio_split_unmapped-v2-fix.patch added to mm-unstable branch
 2025-11-20 17:02 UTC 

[PATCH] sched_ext: tools: Removing duplicate targets during non-cross compilation
 2025-11-20 17:01 UTC  (2+ messages)

+ mm-huge_memoryc-introduce-folio_split_unmapped-v2-fix-fix.patch added to mm-unstable branch
 2025-11-20 17:01 UTC 

[PATCH] PCI: Check drivers_autoprobe for all added devices
 2025-11-20 17:00 UTC  (2+ messages)
` [PATCH v3 RESEND] driver core: "

[PATCH 0/3] Documentation: Update the real-time documentation
 2025-11-20 17:01 UTC  (3+ messages)
` [PATCH 1/3] Documentation: Add some hardware hints for real-time

[PATCH 1/2] drm/xe: Track pre-production workaround support
 2025-11-20 17:00 UTC  (2+ messages)

[PATCH 0/5] PCI: Remove unsupported or incomplete PCIe Capabilities
 2025-11-20 17:00 UTC  (4+ messages)
` [PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller

[PATCH v24 0/4] Add support for RZ/G2L GPT
 2025-11-20 17:00 UTC  (4+ messages)
` [PATCH v24 4/4] pwm: rzg2l-gpt: Add support for gpt linking with poeg

[PATCH] mm/filemap: Fix logic around SIGBUS in filemap_map_pages()
 2025-11-20 16:59 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.