All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-26 12:03:37 to 2024-11-26 13:21:14 UTC [more...]

[PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
 2024-11-26 12:29 UTC  (2+ messages)

[PATCH v1 0/5] Add STM32MP25 PCIe drivers
 2024-11-26 13:00 UTC  (3+ messages)
` [PATCH v1 3/5] dt-bindings: PCI: Add STM32MP25 PCIe endpoint bindings
` [PATCH v1 5/5] MAINTAINERS: add entry for ST STM32MP25 PCIe drivers

[v2 00/25] Plane Color Pipeline support for Intel platforms
 2024-11-26 13:27 UTC  (26+ messages)
` [v2 01/25] [NOT FOR REVIEW] drm: color pipeline base work
` [v2 02/25] drm: Add support for 3x3 CTM
` [v2 03/25] drm: Add Enhanced LUT precision structure
` [v2 04/25] drm: Add Color lut range attributes
` [v2 05/25] drm: Add Color ops capability property
` [v2 06/25] drm: Define helper to create color "
` [v2 07/25] drm: Add 1D LUT multi-segmented color op
` [v2 08/25] drm: Define helper for adding capability property for 1D LUT MULTSEG
` [v2 09/25] drm: Add helper to initialize segmented 1D LUT
` [v2 10/25] drm/i915: Add identifiers for intel color blocks
` [v2 11/25] drm/i915: Add intel_color_op
` [v2 12/25] drm/i915/color: Add helper to create intel colorop
` [v2 13/25] drm/i915/color: Create a transfer function color pipeline
` [v2 14/25] drm/i915/color: Add and attach COLORPIPELINE plane property
` [v2 15/25] drm/i915/color: Add framework to set colorop
` [v2 16/25] drm/i915/color: Add callbacks to set plane CTM
` [v2 17/25] drm/i915/color: Add new color callbacks for Xelpd
` [v2 18/25] drm/i915/color: Add plane CTM callback for D13 and beyond
` [v2 19/25] drm/i915: Add register definitions for Plane Degamma
` [v2 20/25] drm/i915/color: Add framework to program PRE/POST CSC LUT
` [v2 21/25] drm/i915: Add register definitions for Plane Post CSC
` [v2 22/25] drm/i915/color: Program Pre-CSC registers
` [v2 23/25] drm/i915/xelpd: Program Plane Post CSC Registers
` [v2 24/25] drm/i915/color: Enable Plane Color Pipelines
` [v2 25/25] drm/doc/rfc: Add documentation for multi-segmented 1D LUT

[PATCH v2 0/2] PCI endpoint test: Add support for capabilities
 2024-11-26 13:20 UTC  (2+ messages)

[PATCH v2 0/6] target/mips: Convert nanoMIPS LSA opcode to decodetree
 2024-11-26 13:19 UTC  (3+ messages)
` [PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA

[Buildroot] [PATCH] package/expat: security bump to version 2.6.4
 2024-11-26 13:20 UTC  (2+ messages)

[PATCH v5 0/2] drm/i915/display: Power request asserting/deasserting
 2024-11-26 13:20 UTC  (4+ messages)
` [PATCH v5 1/2] drm/i915/xe3lpd: "

[RFC] ipv4: remove useless arg
 2024-11-26 13:19 UTC 

[PATCH 00/13] target/mips: Simplify some target_ulong registers to 32-bit
 2024-11-26 13:15 UTC  (14+ messages)
` [PATCH 01/13] target/mips: Rename gen_load_gpr() -> gen_load_gpr_tl()
` [PATCH 02/13] target/mips: Rename gen_store_gpr() -> gen_store_gpr_tl()
` [PATCH 03/13] target/mips: Rename gen_move_low32() -> gen_move_low32_tl()
` [PATCH 04/13] target/mips: Rename gen_move_high32() -> gen_move_high32_tl()
` [PATCH 05/13] target/mips: Rename gen_base_offset_addr() -> gen_base_offset_addr_tl()
` [PATCH 06/13] target/mips: Rename gen_op_addr_add?() -> gen_op_addr_add?_tl()
` [PATCH 07/13] target/mips: Introduce gen_load_gpr_i32()
` [PATCH 08/13] target/mips: Introduce gen_store_gpr_i32()
` [PATCH 09/13] target/mips: Introduce gen_move_low32_i32()
` [PATCH 10/13] target/mips: Introduce gen_move_high32_i32()
` [PATCH 11/13] target/mips: Declare MXU registers as 32-bit
` [PATCH 12/13] target/mips: Access MXU registers using TCGv_i32 API
` [PATCH 13/13] target/mips: Make DSPControl register 32-bit wide

[OE-core][scarthgap 00/10] Patch review
 2024-11-26 13:18 UTC  (4+ messages)
` [OE-core][scarthgap 02/10] cve_check: Use a local copy of the database during builds

[PATCH livepatch/master v1 1/2] selftests/livepatch: Replace hardcoded path with variable in test-syscall.sh
 2024-11-26 13:18 UTC  (4+ messages)
` [PATCH livepatch/master v1 2/2] selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.sh

[PATCH RFC net-next 00/23] net: phylink managed EEE support
 2024-11-26 13:01 UTC  (25+ messages)
` [PATCH RFC net-next 01/23] net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabled
` [PATCH RFC net-next 02/23] net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
` [PATCH RFC net-next 03/23] net: phy: marvell: use phydev->eee_cfg.eee_enabled
` [PATCH RFC net-next 04/23] net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabled
` [PATCH RFC net-next 05/23] net: phy: remove genphy_c45_eee_is_active()'s is_enabled arg
` [PATCH RFC net-next 06/23] net: phy: update phy_ethtool_get_eee() documentation
` [PATCH RFC net-next 07/23] net: mdio: add definition for clock stop capable bit
` [PATCH RFC net-next 08/23] net: phy: add support for querying PHY clock stop capability
` [PATCH RFC net-next 09/23] net: phy: add configuration of rx clock stop mode
` [PATCH RFC net-next 10/23] net: phylink: add phylink_link_is_up() helper
` [PATCH RFC net-next 11/23] net: phylink: add EEE management
` [PATCH RFC net-next 12/23] net: mvneta: convert to phylink EEE implementation
` [PATCH RFC net-next 13/23] net: mvneta: only allow EEE to be used in "SGMII" modes
` [PATCH RFC net-next 14/23] net: mvpp2: add EEE implementation
` [PATCH RFC net-next 15/23] net: lan743x: use netdev in lan743x_phylink_mac_link_down()
` [PATCH RFC net-next 16/23] net: lan743x: convert to phylink managed EEE
` [PATCH RFC net-next 17/23] net: stmmac: move tx_lpi_timer tracking to phylib
` [PATCH RFC net-next 18/23] net: stmmac: make EEE depend on phy->enable_tx_lpi
` [PATCH RFC net-next 19/23] net: stmmac: remove redundant code from ethtool EEE ops
` [PATCH RFC net-next 20/23] net: stmmac: remove priv->tx_lpi_enabled
` [PATCH RFC net-next 21/23] net: stmmac: report EEE errors if EEE is supported
` [PATCH RFC net-next 22/23] net: stmmac: convert to use phy_eee_rx_clock_stop()
` [PATCH RFC net-next 23/23] net: stmmac: convert to phylink managed EEE support

[Buildroot] [PATCH 1/1] package/python-pillow: fix webp DependencyException
 2024-11-26 13:17 UTC  (3+ messages)

[PATCH] media: rc: iguanair: handle timeouts
 2024-11-26 13:17 UTC 

[RESEND PATCH v3 0/2] Improve ath10k flush queue mechanism
 2024-11-26 12:59 UTC  (3+ messages)

[PATCH v2] mtd: ubi: Added a check for ubi_num
 2024-11-26 12:54 UTC  (2+ messages)

[PATCH v6 00/11] Support OF_UPSTREAM for StarFive JH7110
 2024-11-26 13:15 UTC  (3+ messages)
` [PATCH v6 05/11] riscv: dts: jh7110: Add u-boot device tree for JH7110 based boards

[PATCH 1/1] hw/arm/sbsa-ref: bump default memory size to 2GB
 2024-11-26 13:14 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 11}.x series
 2024-11-26 13:15 UTC  (2+ messages)

[PATCH v1 0/4] Adjust wording for NUMA vs. socket ID in DPDK
 2024-11-26 13:14 UTC  (5+ messages)
` [PATCH v1 1/4] eal: update socket ID API documentation
` [PATCH v1 2/4] lcore: rename socket ID to NUMA ID
` [PATCH v1 3/4] eal: rename socket ID to NUMA ID in internal config
` [PATCH v1 4/4] eal: rename --socket-mem/--socket-limit

[PULL 00/43] target/loongarch: Initial system support
 2024-11-26 13:13 UTC  (4+ messages)
` [PULL 27/43] target/loongarch: Add TLB instruction support

[PATCH] setlocalversion: add -e option
 2024-11-26 13:11 UTC  (2+ messages)

[PATCH v3] setlocalversion: work around "git describe" performance
 2024-11-26 13:10 UTC  (2+ messages)

[PATCH rdma-next] RDMA/bnxt_re: Remove always true dattr validity check
 2024-11-26 13:10 UTC 

[RFC PATCH v4 0/8] SRF: Fix offline CPU preventing pc6 entry
 2024-11-26 13:10 UTC  (14+ messages)
` [RFC PATCH v4 5/8] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead()
` [RFC PATCH v4 7/8] acpi_idle: Add FFH cstate handling
` [RFC PATCH v4 8/8] acpi_idle: Disallow play_dead with FFH cstate on AMD platforms

[PATCH v4 00/20] imx8qxp: siemens board: updates / sync with mainline
 2024-11-26 12:00 UTC  (2+ messages)

[PATCH v2] perf intel-pt: cleanup unneeded return variable in intel_pt_text_poke()
 2024-11-26 13:09 UTC  (2+ messages)

[PATCH 0/2] UART support for higher baudrate
 2024-11-26 10:51 UTC  (3+ messages)
` [PATCH 1/2] serial: ns16550: Increase scope of ops functions
` [PATCH 2/2] drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to support higher baudrates

[Buildroot] [PATCH 1/1] package/usbredir: fix package homepage URL
 2024-11-26 13:08 UTC  (2+ messages)

SIGSEGV on perf's 'Basic parsing test'
 2024-11-26 13:08 UTC  (3+ messages)

[LTP] [PATCH 1/1] ioctl01: Workaround segfault on ppc64le
 2024-11-26 13:07 UTC  (3+ messages)

alsa-lib update from 1.2.12 to 1.2.13 causes HDMI/DsiplayPort outputs to disappear
 2024-11-26 13:06 UTC 

[Buildroot] [PATCH v2] package/boost: update download url
 2024-11-26 13:05 UTC  (2+ messages)

[PATCH v10 00/10] Read/Write with meta/integrity
 2024-11-26 13:04 UTC  (7+ messages)
  ` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support

drivers/infiniband/hw/bnxt_re/qplib_fp.c:1090 bnxt_qplib_create_qp() error: we previously assumed 'res->dattr' could be null (see line 985)
 2024-11-26 13:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: dma: ti: k3-bcdma: Add TX channel for AM62A CSIRX BCDMA
 2024-11-26 12:58 UTC  (4+ messages)
` [PATCH 2/2] dmaengine: ti: k3-udma: Add TX channel data in AM62A CSIRX DMSS

[PATCH i-g-t 0/1] CCS hibernate test
 2024-11-26 12:59 UTC  (5+ messages)
` [PATCH i-g-t 1/1] tests/intel/kms_ccs: add hiberbate test

[PATCH] xfrm: Add pre-encap fragmentation for packet offload
 2024-11-26 12:59 UTC  (7+ messages)

[PATCH V15 0/7] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-11-26 12:59 UTC  (2+ messages)

[PATCH] isofs: Partially convert zisofs_read_folio to use a folio
 2024-11-26 12:58 UTC  (2+ messages)

[PATCH v3 00/26] arm: Run Arm CCA VMs with KVM
 2024-11-26 12:57 UTC  (10+ messages)
` [PATCH v3 01/26] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
` [PATCH v3 02/26] target/arm: Add confidential guest support
` [PATCH v3 10/26] target/arm/kvm-rme: Add Realm Personalization Value parameter
` [PATCH v3 11/26] target/arm/kvm-rme: Add measurement algorithm property

[android-common:android-mainline 1/1] drivers/usb/gadget/configfs.c:2050 gadgets_make() error: double free of 'gi->composite.gadget_driver.driver.name' (line 2049)
 2024-11-26 12:56 UTC 

[PATCH 0/3] PCI: qcom-sm8[56]50: document and add 'global' interrupt
 2024-11-26 12:56 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: PCI: qcom,pcie-sm8550: document "
` [PATCH 2/3] arm64: dts: qcom: sm8550: Add 'global' interrupt to the PCIe RC nodes
` [PATCH 3/3] arm64: dts: qcom: sm8650: "

[cocci] [PATCH 02/11] quota: reorder capability check last
 2024-11-26 12:55 UTC  (3+ messages)
` [cocci] [PATCH 01/11] coccinelle: Add script to reorder capable() calls

[PATCH v2 0/2] Add mtk-sd support for ignoring cmd response CRC
 2024-11-26 12:48 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: core: Introduce the MMC_RSP_R1B_NO_CRC response
` [PATCH v2 2/2] mmc: mtk-sd: Add support for ignoring cmd response CRC

[PATCH v3 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-11-26 12:51 UTC  (4+ messages)
` [PATCH v3 4/5] vhost-user-dev: Add cache BAR

[PATCH v2 1/2] dt-bindings: dma: ti: k3-bcdma: Add J722S CSI BCDMA
 2024-11-26 12:51 UTC  (2+ messages)
` [PATCH v2 2/2] dmaengine: ti: k3-udma: Add support for "

[PATCH] drm/dp_mst: Fix MST sideband message body length check
 2024-11-26 12:51 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[blktests] zbd/012: Test requeuing of zoned writes and queue freezing
 2024-11-26 12:49 UTC  (3+ messages)

Regression in NFS probably due to very large amounts of readahead
 2024-11-26 12:49 UTC  (5+ messages)

[PATCH 0/6] ARM: dts: stm32: lxa-tac: fix gen{1,2} boards and add gen3 board
 2024-11-26 12:47 UTC  (2+ messages)

[PATCH] uio: Fix return value of poll
 2024-11-26 12:42 UTC 

[PATCH AUTOSEL 6.12 01/23] gpio: free irqs that are still requested when the chip is being removed
 2024-11-26 12:41 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 21/23] USB: gadget: pxa27x_udc: Avoid using GPIOF_ACTIVE_LOW

[PATCH] null_blk: Add rotational feature support
 2024-11-26 12:42 UTC  (2+ messages)

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-11-26 12:41 UTC  (4+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[PATCH v8 0/6] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-11-26 12:41 UTC  (7+ messages)
` [PATCH v8 4/6] PCI: endpoint: pci-epf-test: Add doorbell test support

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-11-26 12:39 UTC  (8+ messages)
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-11-26 12:36 UTC  (7+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
    ` [RFC PATCH] mm/slab: Avoid build bug for calls to kmalloc with a large constant

[Intel-wired-lan] [PATCH v2 iwl-next 00/10] add initial PTP support
 2024-11-26 12:36 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH v2 iwl-next 08/10] idpf: add Tx timestamp flows
    `  "

rust: Updating to v1.81.0 gives errors for multiple shlibs in do_package
 2024-11-26 12:35 UTC 

[PATCH v7 0/3] gpu: drm: replace of_graph_get_next_endpoint()
 2024-11-26 12:32 UTC  (2+ messages)

[PATCH 0/2] udf: Verify link count before updating it
 2024-11-26 12:33 UTC  (3+ messages)
` [PATCH 1/2] udf: Skip parent dir link count update if corrupted
` [PATCH 2/2] udf: Verify inode link counts before performing rename

[PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
 2024-11-26 12:31 UTC 

[RFC PATCH 00/25] Introduce xenbindgen to autogen hypercall structs
 2024-11-26 12:27 UTC  (6+ messages)
` [RFC PATCH 12/25] xen: Replace sysctl/readconsole with autogenerated version

[PATCH RFC 0/3] Introduce orphan tee_shm and default tee_context
 2024-11-26 12:26 UTC  (13+ messages)
` [PATCH RFC 3/3] tee: introduce orphan tee_shm and default context

[PATCH v2 0/3] KVM: s390: Couple of small cmpxchg() optimizations
 2024-11-26 12:26 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: s390: Increase size of union sca_utility to four bytes

[PATCH v4 1/2] drm/amd: Invert APU check for amdgpu_device_evict_resources()
 2024-11-26 12:26 UTC  (5+ messages)
` [PATCH v4 2/2] drm/amd: Add Suspend/Hibernate notification callback support

[PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS
 2024-11-26 12:26 UTC  (2+ messages)

drivers/clocksource/timer-atmel-st.c:247 atmel_st_timer_init() warn: 'sclk' from clk_prepare_enable() not released on lines: 231
 2024-11-26 12:25 UTC 

[PATCH v2 0/3] drm/stm: dsi: relax mode_valid clock tolerance
 2024-11-26 12:24 UTC  (11+ messages)
` [PATCH v2 1/3] drm/modes: introduce drm_mode_validate_mode() helper function

Please pull u-boot-marvell/master
 2024-11-26 12:24 UTC 

[PATCH 1/2] drm/i915/display: prefer DISPLAY_VER over GRAPHICS_VER in display s/r
 2024-11-26 12:24 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` ✓ i915.CI.BAT: success "

[rafael-pm:bleeding-edge] BUILD SUCCESS 17243e3dd9a215fc88da50f7896f8e4cf4a23bc1
 2024-11-26 12:20 UTC 

[PATCH v2] i2c: imx: support DMA defer probing
 2024-11-26 12:22 UTC  (6+ messages)

[PATCH] common/board_f: init malloc earlier
 2024-11-26 12:22 UTC  (3+ messages)

[PATCH] scsi: Don't wait for completion of in-flight requests
 2024-11-26 12:21 UTC  (2+ messages)

[PATCH v3 0/3] weston: upgrade and add libdisplay-info recipe
 2024-11-26 12:21 UTC  (5+ messages)
` [PATCH v3 1/3] hwdata: add recipe from meta-openembedded
  ` [OE-core] "

[PATCH v6 0/3] Add support for codec of F1C100s
 2024-11-26 12:18 UTC  (3+ messages)
` [PATCH v6 3/5] ASoC: sun4i-codec: Add support for Allwinner suniv F1C100s

[PATCH net 0/2] two fixes for SMC
 2024-11-26 12:19 UTC  (6+ messages)
` [PATCH net 2/2] net/smc: fix LGR and link use-after-free issue

[PATCH] mmc: core: Further prevent card detect during shutdown
 2024-11-26 12:17 UTC  (3+ messages)

[PATCH v2 0/3] drm/msm/mdss: rework UBWC registers programming
 2024-11-26 12:17 UTC  (4+ messages)
` [PATCH v2 1/3] drm/msm/mdss: define bitfields for the UBWC_STATIC register

[PATCH v3 0/3] media: i2c: imx219: Fixes for blanking and pixel rate
 2024-11-26 12:16 UTC  (3+ messages)
` [PATCH v3 2/3] media: i2c: imx219: make HBLANK r/w to allow longer exposures

mm/kasan/kasan_test_c.c:427 krealloc_uaf() warn: passing freed memory 'ptr1' (line 425)
 2024-11-26 12:15 UTC 

[PATCH v5 0/2] Support for Texas Instruments OPT4060 RGBW Color sensor
 2024-11-26 12:15 UTC  (6+ messages)
` [PATCH v5 2/2] iio: light: Add support for TI OPT4060 color sensor

kernel snd seq bugs: SND_SEQ_EVENT_CLIENT_CHANGE & SND_SEQ_EVENT_PORT_CHANGE
 2024-11-26 12:10 UTC  (4+ messages)

[PATCH net] net: hsr: fix hsr_init_sk() vs network/transport headers
 2024-11-26 12:10 UTC  (2+ messages)

[PATCH] iommu: Downgrade print level for iommu group information
 2024-11-26 12:09 UTC  (3+ messages)
  ` 答复: [外部邮件] "

Follow-up on Linux Kernel Vulnerability [v5.15] KASAN-stack-out-of-bounds-Read in gfs2_file_buffered_write
 2024-11-26 12:08 UTC 

Build failures with GCC 15 (-std=gnu23)
 2024-11-26 12:06 UTC 

[PATCH v9 0/7] Add TSENS support for IPQ5332, IPQ5424
 2024-11-26 12:06 UTC  (3+ messages)
` [PATCH v9 3/7] thermal/drivers/tsens: Add TSENS enable and calibration support for V2

Build failures with GCC 15 (-std=gnu23)
 2024-11-26 12:04 UTC 

[PATCH 0/2] AM62A DWC3: Add support for USB DFU boot in OTG mode
 2024-11-26 12:03 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()
` [PATCH 2/2] board: ti: am62ax: env: include environment for DFU

[PATCH] drm/amdgpu: fix sriov reinit late orders
 2024-11-26 12:03 UTC  (2+ messages)

[PATCH 0/4] Virtualize architectural LBRs
 2024-11-26 12:03 UTC  (3+ messages)
` [PATCH 2/4] x86: Add architectural LBR declarations

[PATCH v3 0/4] media: venus: enable venus on qcs615
 2024-11-26 12:03 UTC  (7+ messages)
` [PATCH v3 2/4] media: venus: core: add qcs615 platform data


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.