All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-14 07:49:17 to 2025-07-14 08:40:07 UTC [more...]

[PATCH v2 0/7] i386/cpu: Clean Up Reserved CPUID Leaves & Topology Overflow Fix
 2025-07-14  8:15 UTC  (9+ messages)
` [PATCH v2 1/7] i386/cpu: Mark EBX/ECX/EDX in CPUID 0x80000000 leaf as reserved for Intel
` [PATCH v2 2/7] i386/cpu: Mark CPUID 0x80000008 ECX bits[0:7] & [12:15] as reserved for Intel/Zhaoxin
` [PATCH v2 3/7] i386/cpu: Reorder CPUID leaves in cpu_x86_cpuid()
` [PATCH v2 4/7] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
` [PATCH v2 5/7] i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
` [PATCH v2 6/7] i386/cpu: Fix overflow of cache topology fields in CPUID.04H
` [PATCH v2 7/7] i386/cpu: Honor maximum value for CPUID.8000001DH.EAX[25:14]

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-14  8:39 UTC  (3+ messages)
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe

[PATCH] LoongArch: Implement physical address with ELF program header
 2025-07-14  8:38 UTC 

[PATCH v2 0/3] Add support for Mayqueen Pixpaper e-ink panel
 2025-07-14  8:38 UTC  (3+ messages)
` [PATCH v2 3/3] drm: tiny: "

linux-next: build failure after merge of the pinctrl tree
 2025-07-14  8:37 UTC  (2+ messages)

[PATCH] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_DISABLE_NULL_QUERY and exec queue control
 2025-07-14  8:54 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v4 0/3] Add Equalization Settings for 8.0 GT/s and Add PCIe Lane Equalization Preset Properties for 8.0 GT/s and 16.0 GT/s
 2025-07-14  8:21 UTC  (8+ messages)
` [PATCH v4 1/3] PCI: qcom: Add equalization settings for 8.0 GT/s
` [PATCH v4 2/3] PCI: qcom: fix macro typo for CURSOR
` [PATCH v4 3/3] arm64: dts: qcom: sa8775p: Add PCIe lane equalization preset properties

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-07-14  8:05 UTC  (37+ messages)
` [PATCH v7 01/36] hw/i386/acpi-build: Make aml_pci_device_dsm() static
` [PATCH v7 02/36] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
` [PATCH v7 03/36] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
` [PATCH v7 04/36] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
` [PATCH v7 05/36] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
` [PATCH v7 06/36] hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support property
` [PATCH v7 07/36] hw/pci-host/gpex-acpi: Use GED acpi pcihp property
` [PATCH v7 08/36] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
` [PATCH v7 09/36] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
` [PATCH v7 10/36] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
` [PATCH v7 11/36] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
` [PATCH v7 12/36] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
` [PATCH v7 13/36] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
` [PATCH v7 14/36] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots "
` [PATCH v7 15/36] hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_info
` [PATCH v7 16/36] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
` [PATCH v7 17/36] qtest/bios-tables-test: Prepare for fixing the aarch64 viot test
` [PATCH v7 18/36] qtest/bios-tables-test: Add a variant to "
` [PATCH v7 19/36] qtest/bios-tables-test: Generate DSDT.viot
` [PATCH v7 20/36] tests/qtest/bios-tables-test: Prepare for changes in the arm virt DSDT table
` [PATCH v7 21/36] hw/arm/virt-acpi-build: Let non hotplug ports support static acpi-index
` [PATCH v7 22/36] tests/qtest/bios-tables-test: Update ARM DSDT reference blobs
` [PATCH v7 23/36] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
` [PATCH v7 24/36] hw/acpi/ged: Add a bus link property
` [PATCH v7 25/36] hw/arm/virt: Pass the bus on the ged creation
` [PATCH v7 26/36] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
` [PATCH v7 27/36] hw/acpi/pcihp: Remove root arg in acpi_pcihp_init
` [PATCH v7 28/36] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v7 29/36] hw/acpi/ged: Support migration of AcpiPciHpState
` [PATCH v7 30/36] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
` [PATCH v7 31/36] hw/arm/virt: Minor code reshuffling in create_acpi_ged
` [PATCH v7 32/36] hw/arm/virt: Let virt support pci hotplug/unplug GED event
` [PATCH v7 33/36] tests/qtest/bios-tables-test: Prepare for addition of acpi pci hp tests
` [PATCH v7 34/36] tests/qtest/bios-tables-test: Add aarch64 ACPI PCI hotplug test
` [PATCH v7 35/36] qtest/bios-tables-test: Generate reference blob for DSDT.hpoffacpiindex
` [PATCH v7 36/36] qtest/bios-tables-test: Generate reference blob for DSDT.acpipcihp

[PATCH v8 0/5] media: uvcvideo: Introduce V4L2_META_FMT_UVC_MSXU_1_5 + other meta fixes
 2025-07-14  8:34 UTC  (7+ messages)
` [PATCH v8 5/5] media: uvcvideo: Auto-set UVC_QUIRK_MSXU_META

[PATCH 6.12.y-cip 0/8] RZ/G2L DU enhancements
 2025-07-14  8:34 UTC  (5+ messages)
` [cip-dev] "

[GIT PULL] intel-gpio for 6.16-2
 2025-07-14  8:32 UTC 

[PATCH v2 1/2] platform/chrome: cros_ec_typec: Add role swap ops
 2025-07-14  8:32 UTC  (4+ messages)
` [PATCH v2 2/2] platform/chrome: cros_ec_typec: Add lock per-port

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-07-14  8:19 UTC  (4+ messages)
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory

[Bug 220181] New: Users across distributions see “config failed, hub doesn’t have any ports! (err -19)” from xhci_hcd at boot
 2025-07-14  8:31 UTC  (2+ messages)
` [Bug 220181] "

[PATCH 1/1] uprobes: relax valid_vma check for VM_MAYSHARE
 2025-07-14  8:30 UTC  (2+ messages)

[PATCH v3 0/5] docs: remove legacy qapidoc
 2025-07-14  8:09 UTC  (10+ messages)
` [PATCH v3 1/5] docs/sphinx: adjust qapidoc to cope with same-line error sections
` [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

[PATCH v3] loader/efi/linux: Return correct size from LoadFile
 2025-07-14  8:08 UTC 

WARNING at drm_gem_object_handle_put_unlocked+0xaa/0xe0
 2025-07-14  8:27 UTC  (4+ messages)

[PATCH v3 RESEND 0/5] Increase max timeout value of s3c2410 watchdog
 2025-07-14  8:17 UTC  (4+ messages)
  ` [PATCH v3 RESEND 3/5] watchdog: s3c2410_wdt: Increase max timeout value of watchdog

[PATCH v2 0/4] LED: Add basic LP5860 LED matrix driver
 2025-07-14  8:26 UTC  (4+ messages)
` [PATCH v2 2/4] leds: add support for TI LP5860 LED driver chip

[GIT PULL] intel-pinctrl for 6.17-1
 2025-07-14  8:27 UTC 

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-07-14  8:10 UTC  (3+ messages)

[PATCH v8 0/5] pci: qcom: Add QCS8300 PCIe support
 2025-07-14  8:15 UTC  (12+ messages)
` [PATCH v8 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
` [PATCH v8 2/5] arm64: dts: qcom: qcs8300: enable pcie0
` [PATCH v8 3/5] arm64: dts: qcom: qcs8300-ride: enable pcie0 interface
` [PATCH v8 4/5] arm64: dts: qcom: qcs8300: enable pcie1
` [PATCH v8 5/5] arm64: dts: qcom: qcs8300-ride: enable pcie1 interface

[PATCH] dt-bindings: interrupt-controller: aspeed: Refine AST2700 binding description and example
 2025-07-14  8:24 UTC  (6+ messages)

[PATCH][RFC] don't bother with path_get()/path_put() in unix_open_file()
 2025-07-14  8:24 UTC  (3+ messages)

[PATCH net] net/mlx5: Correctly set gso_size when LRO is used
 2025-07-14  8:23 UTC  (2+ messages)

Samba support for creating special files (via reparse points)
 2025-07-14  8:23 UTC  (5+ messages)

[pull-request] mlx5-next updates 2025-07-14
 2025-07-14  8:22 UTC 

[PATCH v2 0/5] thermal: tegra: add SOCTHERM support for Tegra114
 2025-07-14  8:22 UTC  (6+ messages)
` [PATCH v2 1/5] soc: tegra: fuse: add Tegra114 nvmem cells and fuse lookups
` [PATCH v2 2/5] dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System
` [PATCH v2 3/5] thermal: tegra: soctherm-fuse: parametrize configuration further
` [PATCH v2 4/5] thermal: tegra: add Tegra114 specific SOCTHERM driver
` [PATCH v2 5/5] ARM: tegra: Add SOCTHERM support on Tegra114

[PATCH v6 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
 2025-07-14  8:22 UTC  (2+ messages)

[PATCH v3] RISC-V: KVM: Delegate illegal instruction fault to VS mode
 2025-07-14  8:03 UTC  (4+ messages)

[PATCH net-next 0/3] net: stmmac: xgmac: Minor fixes
 2025-07-14  7:59 UTC  (8+ messages)
` [PATCH net-next 1/3] net: stmmac: xgmac: Disable RX FIFO Overflow interrupts
` [PATCH net-next 2/3] net: stmmac: xgmac: Correct supported speed modes
` [PATCH net-next 3/3] net: stmmac: Set CIC bit only for TX queues with COE

[PATCH net-next v22 0/2] MCTP Over PCC Transport
 2025-07-14  8:21 UTC  (5+ messages)
` [PATCH net-next v22 2/2] mctp pcc: Implement MCTP over "

[PATCH v5 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
 2025-07-14  8:21 UTC  (4+ messages)
` [PATCH v5 2/3] iio: light: add support "

[PATCH v5 RESEND 0/1] media: imx: csi: Parse link configuration from fw_node
 2025-07-14  8:19 UTC  (2+ messages)
` [PATCH v5 RESEND 1/1] "

[PATCH v6 2/3] i2c: tegra: Use internal reset when reset property is not available
 2025-07-14  8:19 UTC  (3+ messages)

linux-next: build warnings after merge of the iio tree
 2025-07-14  8:18 UTC  (2+ messages)

[PATCH v3 0/3] ida: Remove the ida_simple_xxx() API
 2025-07-14  8:17 UTC  (4+ messages)
` [PATCH v3 1/3] idr test suite: Remove usage of the deprecated ida_simple_xx() API
` [PATCH v3 2/3] ida: Remove the ida_simple_xxx() API
` [PATCH v3 3/3] nvmem: Update a comment related to struct nvmem_config

[Buildroot] [PATCH] package/libesmtp: bump to upstream version
 2025-07-14  8:17 UTC 

[PATCH v2 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-07-14  8:17 UTC  (4+ messages)
` [PATCH v2 1/3] drivers: cpufreq: add Tegra114 support
` [PATCH v2 2/3] clk: tegra: add DFLL support for Tegra114
` [PATCH v2 3/3] ARM: tegra: Add DFLL clock support on Tegra114

Disconnection triggered by Puncture advertisement
 2025-07-14  8:16 UTC 

[PATCH] drm/amdgpu: fix link error for !PM_SLEEP
 2025-07-14  8:16 UTC 

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-14  8:16 UTC  (3+ messages)

[PATCH] platform/x86/intel/pmt: fix build dependency for kunit test
 2025-07-14  8:15 UTC 

[PATCH v3] docs: document linked lists
 2025-07-14  8:14 UTC 

[PATCH] fix a leak in fcntl_dirnotify()
 2025-07-14  8:14 UTC  (2+ messages)

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-14  8:14 UTC  (6+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-14  8:12 UTC  (6+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'
 2025-07-14  8:01 UTC  (3+ messages)

Pytanie o ofertę
 2025-07-14  7:55 UTC 

[PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
 2025-07-14  7:53 UTC  (2+ messages)

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-14  8:10 UTC  (6+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()

[PATCH] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-14  7:50 UTC  (3+ messages)

[PATCH] fs: warn on mount propagation in unprivileged user namespaces
 2025-07-14  8:10 UTC  (2+ messages)

[PATCH i-g-t v2] tests/kms_plane_cursor: Optimise plane cursor behavior on simulation
 2025-07-14  8:09 UTC  (2+ messages)
` ✓ i915.CI.Full: success for tests/kms_plane_cursor: Optimise plane cursor behavior on simulation (rev2)

[PATCH v5 0/6] Add support for S4 audio
 2025-07-14  7:31 UTC  (5+ messages)
` [PATCH v5 3/6] dt-bindings: Asoc: axg-audio: Add s4 audio tocodec

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-14  8:00 UTC 

[PATCH v1] cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive mode
 2025-07-14  7:58 UTC  (2+ messages)

[PATCH v2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-14  8:08 UTC  (2+ messages)

[PATCHv4 wireless-next 0/7] wifi: rt2x00: add OF bindings + cleanup
 2025-07-14  7:27 UTC  (3+ messages)
` [PATCHv4 wireless-next 7/7] dt-bindings: net: wireless: rt2800: add

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-14  8:04 UTC  (5+ messages)
` [PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults

[PATCH] readahead: Use folio_nr_pages() instead of shift operation
 2025-07-14  8:04 UTC  (6+ messages)

[PATCH 0/5] drm/st7571-i2c: add support for grayscale xrgb8888
 2025-07-14  8:04 UTC  (6+ messages)
` [PATCH 1/5] drm/st7571-i2c: correct pixel data format description
` [PATCH 2/5] dt-bindings: display: sitronix,st7571: add optional inverted property
` [PATCH 3/5] drm/st7571-i2c: add support inverted pixel format
` [PATCH 4/5] drm/format-helper: introduce drm_fb_xrgb8888_to_gray2()
` [PATCH 5/5] drm/st7571-i2c: add support for 2bit grayscale for XRGB8888

[PATCH v5 00/14] Enhance the PCIe controller driver
 2025-07-14  8:03 UTC  (10+ messages)
` [PATCH v5 10/14] dt-bindings: PCI: Add CIX Sky1 PCIe Root Complex bindings

[PATCH v6 00/36] ACPI PCI Hotplug support on ARM
 2025-07-14  7:44 UTC  (4+ messages)
` [PATCH v6 18/36] qtest/bios-tables-test: Add a variant to the aarch64 viot test

[PATCH] drm/i915/display: Add power well mapping for WCL
 2025-07-14  8:02 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v2] Revert "arm64: dts: lx2160a: add pinmux and i2c gpio to support bus recovery"
 2025-07-14  7:44 UTC 

[PATCH v2] dosfstools: Add ptests
 2025-07-14  8:00 UTC  (4+ messages)
  ` AW: "
    ` Patchtest results for "

[PATCH v2 net-next] ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()
 2025-07-14  8:19 UTC 

[PATCH v8 0/2] MT9M114 driver bugfix and improvements
 2025-07-14  7:59 UTC  (3+ messages)
` [PATCH v8 1/2] media: mt9m114: Allow set_selection while streaming
` [PATCH v8 2/2] media: mt9m114: Set pad-slew-rate

Equipment - chairs
 2025-07-14  7:40 UTC 

linux-next: manual merge of the sysctl tree with the modules tree
 2025-07-14  7:59 UTC 

[PATCH] xfs: replace min & max with clamp() in xfs_max_open_zones()
 2025-07-14  7:58 UTC  (2+ messages)

[PATCH v4 0/3] libata-eh cleanups
 2025-07-14  7:58 UTC  (4+ messages)
` [PATCH v4 2/3] ata: libata-eh: Simplify reset operation management

[PATCH v6 0/6] rust: add support for request_irq
 2025-07-14  7:57 UTC  (12+ messages)
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers

[RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
 2025-07-14  7:57 UTC  (5+ messages)
` [RFC v3 3/7] mm: Use "

[PATCH v8 00/16] further mt7988 devicetree work
 2025-07-14  7:41 UTC  (7+ messages)
` [PATCH v8 02/16] dt-bindings: net: mediatek,net: allow up to 8 IRQs

[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
 2025-07-14  7:56 UTC  (3+ messages)

[PATCH 1/2] habanalabs: fix UAF in export_dmabuf()
 2025-07-14  7:57 UTC  (3+ messages)
` [PATCH 2/2] xen: fix UAF in dmabuf_exp_from_pages()

Wsparcie programistyczne - termin spotkania
 2025-07-14  7:51 UTC 

[PATCH v3 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-07-14  7:55 UTC  (3+ messages)
` [PATCH v3 1/4] net: renesas: rswitch: rename rswitch.c to rswitch_main.c

[PATCH net-next] ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev()
 2025-07-14  8:17 UTC 

[PATCH net-next] tracing: ipv6: Replace deprecated strcpy() with strscpy()
 2025-07-14  7:54 UTC 

[XEN PATCH v2 0/3] address violation of MISRA C Rule 5.5
 2025-07-14  7:55 UTC  (5+ messages)
` [XEN PATCH v2 3/3] eclair: add deviations "

[PATCH v13 0/1]vhost: Add support of kthread API
 2025-07-14  7:54 UTC  (3+ messages)
` [PATCH v13 1/1] vhost: Reintroduces support of kthread API and adds mode selection

[PATCH net-next v2 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
 2025-07-14  7:39 UTC  (9+ messages)
` [PATCH net-next v2 2/7] net: airoha: npu: Add NPU wlan memory initialization commands

[PATCH V5 0/3] ufs: ufs-qcom: Align programming sequence as per HW spec
 2025-07-14  7:53 UTC  (4+ messages)
` [PATCH V5 1/3] ufs: ufs-qcom: Update esi_vec_mask for HW major version >= 6
` [PATCH V5 2/3] scsi: ufs: core: Add ufshcd_dme_rmw to modify DME attributes
` [PATCH V5 3/3] ufs: ufs-qcom: Enable QUnipro Internal Clock Gating

[PATCH v2] drm/sched: Avoid double re-lock on the job free path
 2025-07-14  7:53 UTC  (5+ messages)

[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-14  7:52 UTC  (4+ messages)

linux-next: duplicate patch in the nvmem tree
 2025-07-14  7:51 UTC  (2+ messages)

[PATCH] xen: Remove some deadcode (x)
 2025-07-14  7:50 UTC  (2+ messages)

[PATCH] riscv: traps_misaligned: properly sign extend value in misaligned load handler
 2025-07-14  7:38 UTC  (3+ 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.