All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 14:01:12 to 2025-03-06 14:33:35 UTC [more...]

Re:Re: [PATCH 0/6] Add support for RK3588 DisplayPort Controller
 2025-03-06 14:28 UTC  (11+ messages)
`  "

[PATCH 0/5] Add support for STM32 TIMERS and STM32 PWM
 2025-03-06 14:19 UTC  (11+ messages)
` [PATCH 1/5] dm: pwm: Check if duty_ns is lower than period_ns
` [PATCH 2/5] mach-stm32: add multifunction timer driver support
` [PATCH 3/5] pwm: stm32: add driver to support pwm with timer
` [PATCH 4/5] configs: stm32mp13: Enable MFD timer and PWM for stm32mp13_defconfig
` [PATCH 5/5] ARM: dts: stm32: Add TIMERS inverted PWM channel 3 on STM32MP135F-DK

[PATCH 1/1] arm64: dts: rockchip: enable SCMI clk for RK3528 SoC
 2025-03-06 13:57 UTC  (8+ messages)

[PATCH 0/2] net: lwip: rename output function, add packet dump
 2025-03-06 14:32 UTC  (3+ messages)
` [PATCH 1/2] net: lwip: rename linkoutput() as net_lwip_tx()
` [PATCH 2/2] net: lwip: add CONFIG_LWIP_DEBUG_RXTX

[PATCH v4 0/2] Improving topology_span_sane
 2025-03-06 14:33 UTC  (2+ messages)

[PATCH v2 28/28] test: Add a test for booting Ubuntu 24.04
 2025-03-06 14:32 UTC  (15+ messages)

[kvm-unit-tests PATCH v7 0/6] riscv: add SBI SSE extension tests
 2025-03-06 14:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH v7 6/6] riscv: sbi: Add "

[PATCH] efi_loader: Install the ACPI table from the bloblist
 2025-03-06 14:31 UTC 

[PATCH 00/21] Use VRR timing generator for fixed refresh rate modes
 2025-03-06 14:31 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for Use VRR timing generator for fixed refresh rate modes (rev12)
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev7)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v3 net-next 00/13] Add more feautues for ENETC v4 - round 2
 2025-03-06 14:29 UTC  (3+ messages)
` [PATCH v3 net-next 04/13] net: enetc: add MAC filter for i.MX95 ENETC PF

[PATCH 0/4] nfsd: observability improvements
 2025-03-06 14:29 UTC  (5+ messages)
` [PATCH 2/4] nfsd: add a tracepoint for nfsd_setattr
` [PATCH 3/4] nfsd: add some stub tracepoints around key vfs functions

[PROBLEM] usb: xhci_bus_resume cause irq lost issue
 2025-03-06 14:29 UTC 

[PATCH v2 0/3] Fix a BUG_ON crashing the kernel in start_this_handle
 2025-03-06 14:28 UTC  (3+ messages)
` [PATCH v2 2/3] ext4: avoid journaling sb update on error if journal is destroying
` [PATCH v2 3/3] ext4: Make sb update interval tunable

[PULL 00/42] vfio queue
 2025-03-06 14:14 UTC  (43+ messages)
` [PULL 01/42] vfio: Add property documentation
` [PULL 02/42] vfio/ccw: Replace warn_once_pfch() with warn_report_once()
` [PULL 03/42] hw/pci: Basic support for PCI power management
` [PULL 04/42] pci: Use PCI PM capability initializer
` [PULL 05/42] vfio/pci: Delete local pm_cap
` [PULL 06/42] pcie, virtio: Remove redundant pm_cap
` [PULL 07/42] hw/vfio/pci: Re-order pre-reset
` [PULL 08/42] MAINTAINERS: Add myself as vfio-igd maintainer
` [PULL 09/42] vfio-platform: Deprecate all forms of vfio-platform devices
` [PULL 10/42] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PULL 11/42] thread-pool: Remove thread_pool_submit() function
` [PULL 12/42] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PULL 13/42] thread-pool: Implement generic (non-AIO) pool support
` [PULL 14/42] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PULL 15/42] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PULL 16/42] migration: Always take BQL for migration_incoming_state_destroy()
` [PULL 17/42] error: define g_autoptr() cleanup function for the Error type
` [PULL 18/42] migration: Add thread pool of optional load threads
` [PULL 19/42] migration/multifd: Split packet into header and RAM data
` [PULL 20/42] migration/multifd: Device state transfer support - receive side
` [PULL 21/42] migration/multifd: Make multifd_send() thread safe
` [PULL 22/42] migration/multifd: Add an explicit MultiFDSendData destructor
` [PULL 23/42] migration/multifd: Device state transfer support - send side
` [PULL 24/42] migration/multifd: Make MultiFDSendData a struct
` [PULL 25/42] migration/multifd: Add multifd_device_state_supported()
` [PULL 26/42] migration: Add save_live_complete_precopy_thread handler
` [PULL 27/42] vfio/migration: Add load_device_config_state_start trace event
` [PULL 28/42] vfio/migration: Convert bytes_transferred counter to atomic
` [PULL 29/42] vfio/migration: Add vfio_add_bytes_transferred()
` [PULL 30/42] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PULL 31/42] vfio/migration: Multifd device state transfer support - basic types
` [PULL 32/42] vfio/migration: Multifd device state transfer - add support checking function
` [PULL 33/42] vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
` [PULL 34/42] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PULL 35/42] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PULL 36/42] vfio/migration: Multifd device state transfer support - load thread
` [PULL 37/42] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PULL 38/42] vfio/migration: Multifd device state transfer support - config loading support
` [PULL 39/42] vfio/migration: Multifd device state transfer support - send side
` [PULL 40/42] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PULL 41/42] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PULL 42/42] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property

[PATCH v7 0/3] drm/sched: Documentation and refcount improvements
 2025-03-06 14:28 UTC  (2+ messages)

[PATCH V23 00/16] Add support UHS-II for GL9755 and GL9767
 2025-03-06 14:27 UTC  (5+ messages)
` [PATCH V23 15/16] mmc: sdhci-pci-gli: enable UHS-II mode for GL9755

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-06 14:26 UTC  (9+ messages)
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-06 14:27 UTC  (5+ messages)
` [RFC PATCH 0/3] pipe: Convert pipe->{head,tail} to unsigned short
  ` [RFC PATCH 3/3] treewide: pipe: Convert all references to pipe->{head,tail,max_usage,ring_size} "

[PATCH] buildhistory.bbclass: restore BUILDHISTORY_PRESERVE files
 2025-03-06 14:26 UTC  (2+ messages)

[PATCH 0/3] net: lwip: map struct udevice to struct netif
 2025-03-06 14:25 UTC  (4+ messages)
` [PATCH 1/3] dm: core: add 'netif' field to struct udevice for NET_LWIP
` [PATCH 2/3] net: lwip: save struct netif in struct udevice
` [PATCH 3/3] net: lwip: remove net_lwip_remove_netif()

[PATCH] sched/uclamp: Let each sched_class handle uclamp
 2025-03-06 14:26 UTC  (5+ messages)

[PATCH v5 0/3] printf: convert self-test to KUnit
 2025-03-06 14:25 UTC  (4+ messages)
` [PATCH v5 1/3] "

[PATCH v6] Avoid crash calling PrintErrMesg from efi_multiboot2
 2025-03-06 14:26 UTC  (7+ messages)

[PATCH] x86/kexec: Merge x86_32 and x86_64 code using macros from asm.h
 2025-03-06 14:25 UTC  (3+ messages)

[RFC PATCH 0/7] Add Linux Motion Control subsystem
 2025-03-06 14:25 UTC  (11+ messages)
` [RFC PATCH 1/7] drivers: Add motion control subsystem

[PATCH] drm/i915/gt/uc: Fix typo in a comment
 2025-03-06 14:25 UTC  (2+ messages)

[PATCH v4] arm64: Add basic MTE test
 2025-03-06 14:25 UTC  (3+ messages)

[PATCH] drm/xe: Release gud ids before cancelling work
 2025-03-06 14:24 UTC  (5+ messages)
` ✓ CI.Build: success for drm/xe: Release gud ids before cancelling work (rev2)
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] XSM: correct xsm_get_domain_state()
 2025-03-06 14:23 UTC  (3+ messages)

[PATCH 1/1] arm64: dts: rockchip: enable SCMI clk for RK3528 SoC
 2025-03-06 14:20 UTC  (2+ messages)

Ceph and Netfslib
 2025-03-06 14:23 UTC  (6+ messages)
` Is EOLDSNAPC actually generated? -- "

[RFC][PATCH] ima: add measurement for first unverified write on ima policy file
 2025-03-06 14:22 UTC  (11+ messages)

[PATCH V2] usb: chipidea: udc: Add revision check of 2.20[CI_REVISION_22]
 2025-03-06 14:22 UTC  (4+ messages)

[PATCH 0/4] Fix missing of_node_put() calls
 2025-03-06 14:22 UTC  (2+ messages)
` (subset) "

[PATCH 6.13 000/157] 6.13.6-rc1 review
 2025-03-06 14:21 UTC  (3+ messages)

[PATCH 0/8] membuff: Add tests and update to support a flag for empty/full
 2025-03-06 14:21 UTC  (7+ messages)

[OE-core][PATCH v3] babeltrace2: upgrade 2.0.6 -> 2.1.0
 2025-03-06 14:20 UTC  (2+ messages)

[PATCH v2 0/7] thermal: renesas: Add support fot RZ/G3E
 2025-03-06 14:18 UTC  (3+ messages)
` [PATCH v2 2/7] clk: renesas: r9a09g047: Add clock and reset signals for the TSU IP

[PATCH 00/14] refs: batch refname availability checks
 2025-03-06 14:20 UTC  (10+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 05/16] refs/reftable: "
  ` [PATCH v4 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v4 12/16] refs/iterator: implement seeking for reftable iterators

[PATCH i-g-t 0/2] fixes for test kms_dp_link_training
 2025-03-06 14:20 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for fixes for test kms_dp_link_training (rev2)

[PATCH v2 0/2] arm64: dts: rockchip: Add rk3528 QoS register node
 2025-03-06 12:38 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: syscon: Add rk3528 QoS register compatible
` [PATCH v2 2/2] arm64: dts: rockchip: Add rk3528 QoS register node

[PATCH v2 0/2] iio: gyro: bmg160: Improve BMG160 driver with of_match_table support
 2025-03-06 14:18 UTC  (4+ messages)
` [PATCH v2 1/2] iio: gyro: bmg160_spi: add of_match_table

[PATCH] squashfs: Fix invalid pointer dereference in squashfs_cache_delete
 2025-03-06 14:09 UTC  (2+ messages)

[PATCH] tools: add a systemd unit for static rulesets
 2025-03-06 14:16 UTC  (2+ messages)

kirkstone merge request: March 6th
 2025-03-06 14:16 UTC 

[PATCH mm-unstable 0/5] Switch zswap to object read/write APIs
 2025-03-06 14:15 UTC  (4+ messages)
` [PATCH mm-unstable 3/5] mm: zpool: Remove object mapping APIs

[PATCH v2 0/2] NVMe PCI endpoint target fixes
 2025-03-06 14:14 UTC  (5+ messages)
` [PATCH v2 1/2] nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created
` [PATCH v2 2/2] nvmet: pci-epf: Do not add an IRQ vector if not needed

[PATCH] nvme-pci: remove stale comment
 2025-03-06 14:13 UTC  (2+ messages)

[PATCH v3 00/13] Add initial support for Renesas RZ/T2H SoC
 2025-03-06 14:13 UTC  (3+ messages)
` [PATCH v3 04/13] soc: renesas: Add RZ/T2H (R9A09G077) config option

[PATCH v3 00/11] backlight, lcd, led: Remove fbdev dependencies
 2025-03-06 14:05 UTC  (12+ messages)
` [PATCH v3 01/11] fbdev: Rework fb_blank()
` [PATCH v3 02/11] fbdev: Track display blanking state
` [PATCH v3 03/11] fbdev: Send old blank state in FB_EVENT_BLANK
` [PATCH v3 04/11] backlight: Implement fbdev tracking with blank state from event
` [PATCH v3 05/11] backlight: Move blank-state handling into helper
` [PATCH v3 06/11] backlight: Replace fb events with a dedicated function call
` [PATCH v3 07/11] backlight: lcd: Move event handling into helpers
` [PATCH v3 08/11] backlight: lcd: Replace fb events with a dedicated function call
` [PATCH v3 09/11] leds: backlight trigger: Move blank-state handling into helper
` [PATCH v3 10/11] leds: backlight trigger: Replace fb events with a dedicated function call
` [PATCH v3 11/11] fbdev: Remove constants of unused events

[scarthgap/master][PATCH] ti-sgx-ddk-km: work around incorrect target name selection
 2025-03-06 14:12 UTC 

[PATCH] cmd: version: Get information about GCC and LD back
 2025-03-06 14:12 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: display: mitsubishi,aa104xd12: Allow jeida-18 for data-mapping
 2025-03-06 14:12 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display: mitsubishi,aa104xd12: Adjust allowed and required properties

[PATCH 0/1] Update on habanalabs maintainer status
 2025-03-06 14:12 UTC  (6+ messages)
` [PATCH 1/1] MAINTAINERS: Change habanalabs maintainer

[PATCH v2 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-06 14:10 UTC  (9+ messages)
` [PATCH v2 1/8] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH v2 2/8] sched/topology: Wrappers for sched_domains_mutex
` [PATCH v2 3/8] sched/deadline: Generalize unique visiting of root domains
` [PATCH v2 4/8] sched/deadline: Rebuild root domain accounting after every update
` [PATCH v2 5/8] sched/topology: Remove redundant dl_clear_root_domain call
` [PATCH v2 6/8] cgroup/cpuset: Remove partition_and_rebuild_sched_domains
` [PATCH v2 7/8] sched/topology: Stop exposing partition_sched_domains_locked
` [PATCH v2 8/8] include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h

[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
 2025-03-06 14:10 UTC  (4+ messages)
` [RFC PATCH 10/18] qemu: Introduce legacy_binary_is_big_endian() helper

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-06 14:10 UTC  (4+ messages)
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

[RFC PATCH] terraform/OCI: Create a set of multiple generic block devices
 2025-03-06 14:10 UTC  (3+ messages)

Midi Ports are ambiguously named after some alsa update, should be distinct
 2025-03-06 14:08 UTC 

[RFC PATCH] Kbuild: Always use $(PHASE_)
 2025-03-06 14:08 UTC  (5+ messages)

[PATCH net-next 00/15] Rate management on traffic classes + misc
 2025-03-06 14:08 UTC  (3+ messages)

[PATCH v2 0/2] vDSO: Always reject undefined references during linking
 2025-03-06 14:07 UTC  (3+ messages)
` [PATCH v2 1/2] x86: vdso: "
` [PATCH v2 2/2] sparc: "

[PATCH 6.6 000/142] 6.6.81-rc1 review
 2025-03-06 14:06 UTC  (2+ messages)

[PATCH] mm/vmalloc: Refactoring function __vmalloc_node_range_noprof
 2025-03-06 14:06 UTC  (2+ messages)

[RFC PATCH] target/openrisc: Call cpu_openrisc_clock_init() in cpu_realize()
 2025-03-06 14:05 UTC  (2+ messages)

[PATCH v2 7/8] arm64: dts: rockchip: Add SDMMC/SDIO controllers for RK3528
 2025-03-06 14:00 UTC  (2+ messages)

[PATCH 0/8] ASoC: SOF: Intel: Add support for ACE3+ mic privacy
 2025-03-06 14:05 UTC  (3+ messages)
` [PATCH 8/8] ASoC: SOF: Intel: ptl: Add support for "

[PATCH v4 00/12] Add imx8mp video support
 2025-03-06 14:05 UTC  (9+ messages)

[PATCH v2 0/2] guestfs: bringup: fix networking issue for debian hosts
 2025-03-06 14:05 UTC  (3+ messages)
` [PATCH v2 2/2] guestfs: bringup: fix debian networking issue

[PATCH] drm/amd/display: fix missing .is_two_pixels_per_container
 2025-03-06 10:36 UTC 

[PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions
 2025-03-06 14:05 UTC  (2+ messages)

[PATCH 0/3] Add support for Mali-G31 GPU on RZ/V2H(P) SoC
 2025-03-06 14:04 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: renesas: r9a09g057: Add Mali-G31 GPU node
` [PATCH 3/3] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable Mali-G31

[PATCH 0/4] Add support for AD4052 device family
 2025-03-06 14:03 UTC  (5+ messages)
` [PATCH 1/4] iio: code: mark iio_dev as const in iio_buffer_enabled
` [PATCH 2/4] dt-bindings: iio: adc: Add adi,ad4052
` [PATCH 3/4] docs: iio: new docs for ad4052 driver
` [PATCH 4/4] iio: adc: add support for ad4052

[PATCH drm-next 0/2] Enhance drm_panic Support for Virtio-GPU
 2025-03-06 14:04 UTC  (5+ messages)
` [PATCH drm-next 1/2] vmalloc: Add atomic_vmap

Any pending patches on me for Samsung SoC? Closing applying cycle
 2025-03-06 14:03 UTC  (2+ messages)

(no subject)
 2025-03-06 12:11 UTC  (3+ messages)
` [PATCH v6 7/9] coresight-replicator: change replicator_drvdata spinlock's type to raw_spinlock_t
` [PATCH v6 8/9] coresight-tmc: change tmc_drvdata "

net-shapers plan
 2025-03-06 14:03 UTC 

[i-g-t,v2,0/2] tests/i915/pm_rc6_residency: Replace waitboost with
 2025-03-06 14:03 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/i915/pm_rc6_residency: Replace waitboost with (rev3)

[PATCH] arm64: dts: qcom: Add device tree for TUXEDO Elite 14 Gen1
 2025-03-06 14:03 UTC  (4+ messages)

[PATCH] kbuild: add Kbuild bash completion
 2025-03-06 14:02 UTC  (3+ messages)

[RFC PATCH V2 2/2] mmc: allow card to disable tuning
 2025-03-06 14:01 UTC  (3+ messages)

[PATCH] drm/bridge: dw-hdmi-cec: fix inconsistent indenting warning
 2025-03-06 14:01 UTC  (2+ messages)

[PATCH v2 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
 2025-03-06 14:00 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.