All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-09 11:47:09 to 2025-06-09 12:54:03 UTC [more...]

[PATCH] drm/amdkfd: register HMM dev memory to DMA-able range first
 2025-06-09 12:46 UTC  (2+ messages)

[PATCH 00/10] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-06-09 10:48 UTC  (9+ messages)
` [PATCH 01/10] hw/loongarch: add a new type iocsr read for Avdance interrupt controller
` [PATCH 03/10] loongarch: add a advance interrupt controller device
` [PATCH 04/10] target/loongarch: add msg interrupt CSR registers
` [PATCH 05/10] hw/loongarch: AVEC controller add a MemoryRegion
` [PATCH 06/10] hw/loongarch: Implement avec controller imput and output pins
` [PATCH 07/10] hw/loongarch: connect pch_msi controller to avec controller
` [PATCH 08/10] hw/loongarch: Implement avec set_irq
` [PATCH 10/10] target/loongarch: cpu do interrupt support msg interrupt

[PATCH v4 0/6] rust: add support for request_irq
 2025-06-09 12:53 UTC  (9+ messages)
` [PATCH v4 3/6] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v4 4/6] rust: irq: add support for threaded "
` [PATCH v4 5/6] rust: platform: add irq accessors
` [PATCH v4 6/6] rust: pci: "

[RFC PATCH 0/4] Quality Improvements for Rockchip-IP PCIe
 2025-06-09 12:51 UTC  (5+ messages)

[PATCH v4 0/5] Add support for the IPQ5018 Internal GE PHY
 2025-06-09 12:53 UTC  (9+ messages)
` [PATCH v4 2/5] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support
` [PATCH v4 3/5] net: phy: qcom: at803x: Add Qualcomm IPQ5018 Internal "

[PATCH v1 1/6] net/intel: update E830 Tx Time Queue Context Structure
 2025-06-09 12:52 UTC  (4+ messages)
` [PATCH v3 0/6] Add TxPP Support for E830
  ` [PATCH v3 3/6] net/intel: add "

[RESEND PATCH v1] ASoC: tas2781: Drop the unnecessary symbol imply
 2025-06-09 12:50 UTC  (2+ messages)

[PATCH urcu] src/urcu-bp.c: assert => urcu_posix_assert
 2025-06-09  2:49 UTC 

[PATCH 6.14 00/24] 6.14.11-rc1 review
 2025-06-09 12:50 UTC  (2+ messages)

[PATCH 6.15 00/34] 6.15.2-rc1 review
 2025-06-09 12:48 UTC  (2+ messages)

[PATCH 6.12 00/24] 6.12.33-rc1 review
 2025-06-09 12:48 UTC  (2+ messages)

[PATCH] Decrease `AcpiExTracePoint` verbosity
 2025-06-09 12:48 UTC  (3+ messages)

[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-06-09 12:48 UTC  (42+ messages)
` [PATCH v2 01/38] drm/msm/dp: split msm_dp_panel_read_sink_caps() into two parts and drop panel drm_edid
` [PATCH v2 02/38] drm/msm/dp: remove dp_display's dp_mode and use dp_panel's instead
` [PATCH v2 03/38] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH v2 04/38] drm/msm/dp: re-arrange dp_display_disable() into functional parts
` [PATCH v2 05/38] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH v2 06/38] drm/msm/dp: move the pixel clock control to its own API
` [PATCH v2 07/38] drm/msm/dp: split dp_ctrl_off() into stream and link parts
` [PATCH v2 08/38] drm/msm/dp: make bridge helpers use dp_display to allow re-use
` [PATCH v2 09/38] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH v2 10/38] drm/msm/dp: introduce the max_streams for dp controller
` [PATCH v2 11/38] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v2 12/38] drm/msm/dp: add support for programming p1/p2/p3 register block
` [PATCH v2 13/38] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH v2 14/38] drm/msm/dp: Add catalog support for 3rd/4th stream MST
` [PATCH v2 15/38] drm/msm/dp: add support to send ACT packets for MST
` [PATCH v2 16/38] drm/msm/dp: add support to program mst support in mainlink
` [PATCH v2 17/38] drm/msm/dp: no need to update tu calculation for mst
` [PATCH v2 18/38] drm/msm/dp: add support for mst channel slot allocation
` [PATCH v2 19/38] drm/msm/dp: add support to send vcpf packets in dp controller
` [PATCH v2 20/38] drm/msm/dp: always program MST_FIFO_CONSTANT_FILL for MST
` [PATCH v2 21/38] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
` [PATCH v2 22/38] drm/msm/dp: move link related operations to dp_display_unprepare()
` [PATCH v2 23/38] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v2 24/38] drm/msm/dp: make the SST bridge disconnected when mst is active
` [PATCH v2 25/38] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v2 26/38] drm/msm/dp: skip reading the EDID for MST cases
` [PATCH v2 27/38] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
` [PATCH v2 28/38] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v2 29/38] drm/msm/dp: add connector abstraction for DP MST
` [PATCH v2 30/38] drm/msm/dp: add HPD callback for dp MST
` [PATCH v2 31/38] drm/msm/dp: propagate MST state changes to dp mst module
` [PATCH v2 32/38] drm/msm: add support for non-blocking commits
` [PATCH v2 33/38] drm/msm: initialize DRM MST encoders for DP controllers
` [PATCH v2 34/38] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH v2 35/38] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id
` [PATCH v2 36/38] drm/msm/dp: mark ST_DISCONNECTED only if all streams are disabled
` [PATCH v2 37/38] drm/msm/dp: fix the intf_type of MST interfaces
` [PATCH v2 38/38] drm/msm/dp: Add MST stream support for SA8775P DP controller 0 and 1

[PATCH 0/4] Don't make noise about disconnected USB4 devices
 2025-06-09 12:47 UTC  (5+ messages)
` [PATCH 3/4] usb: xhci: Avoid showing errors during surprise removal
` [PATCH 4/4] usb: xhci: Avoid showing warnings for dying controller

[LTP] [PATCH v3 0/4] shell loader rewrite to support TST_SETUP
 2025-06-09 12:45 UTC  (5+ messages)
` [LTP] [PATCH v3 1/4] shell lib: Add support for test cleanup
` [LTP] [PATCH v3 2/4] shell: Move shell code into functions
` [LTP] [PATCH v3 3/4] shell lib: Add basic support for test setup
` [LTP] [PATCH v3 4/4] shell: Add shell_loader_setup_cleanup.sh test

[PATCH 00/10] Various slab improvements
 2025-06-09 12:45 UTC  (6+ messages)
` [PATCH 01/10] doc: Move SLUB documentation to the admin guide
` [PATCH 02/10] slab: Rename slab->__page_flags to slab->flags

[PATCH] selinux: fix security context comparison on execve(2)
 2025-06-09 12:45 UTC  (2+ messages)

[PATCH v2] fix eal/linux: unregister alarm callback before free
 2025-06-09 12:45 UTC  (4+ messages)
` [PATCH v2 2/2] fix eal/freebsd: "

[PATCH 1/6] remove two leftover license lines from colors.{c,h}
 2025-06-09 12:44 UTC  (2+ messages)

[PATCH V7 00/29] Reset improvements
 2025-06-09 12:43 UTC  (5+ messages)
` [PATCH 06/29] drm/amdgpu: update ring reset function signature

[PATCH 0/7] Add SDCA IRQ support and some misc fixups
 2025-06-09 12:39 UTC  (8+ messages)
` [PATCH 1/7] MAINTAINERS: Add SDCA maintainers entry
` [PATCH 2/7] ASoC: SDCA: Add missing default in switch in entity_pde_event()
` [PATCH 3/7] ASoC: SDCA: Fixup some kernel doc errors
` [PATCH 4/7] ASoC: SDCA: Minor selected/detected mode control fixups
` [PATCH 5/7] ASoC: SDCA: Add flag for unused IRQs
` [PATCH 6/7] ASoC: SDCA: Generic interrupt support
` [PATCH 7/7] ASoC: SDCA: Add some initial IRQ handlers

[PATCH] libglvnd: migrate from meta-oe
 2025-06-09 12:39 UTC  (2+ messages)
` [OE-core] "

[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
 2025-06-09 12:39 UTC  (2+ messages)

[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
 2025-06-09 12:36 UTC  (9+ messages)
      `  "

[PATCH 5.10] tracing: Do not let histogram values have some modifiers
 2025-06-09 12:39 UTC 

[PATCH v6 0/3] CCS save restore for IGPU
 2025-06-09 12:39 UTC  (6+ messages)
` [PATCH v6 1/3] drm/xe/vf: Create contexts for CCS read write
` [PATCH v6 2/3] drm/xe/vf: Attach and detach CCS copy commands with BO

[PATCH] drivers/tty/moxa: Fix spelling mistake in comment
 2025-06-09 12:39 UTC  (2+ messages)

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-09 12:38 UTC  (3+ messages)

[PATCH v5 0/4] Fixing some dma-fence use-after-free
 2025-06-09 12:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "

[PATCH v3 1/2] gpu/trace: make TRACE_GPU_MEM configurable
 2025-06-09 12:36 UTC  (2+ messages)

[LTP] [PATCH v3 1/3] tst_atomic: drop legacy inline assembly and use __atomic or __sync builtins
 2025-06-09 12:36 UTC  (3+ messages)
` [LTP] [PATCH v3 3/3] lib: moves test infrastructure states into a shared context structure

[PATCH] platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Use devm_pinctrl_register_mappings()
 2025-06-09 12:34 UTC 

[PATCH 0/8] ublk: allow off-daemon zero-copy buffer registration
 2025-06-09 12:34 UTC  (3+ messages)
` [PATCH 6/8] ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task

[PATCH V4] perf: Fix the throttle error of some clock events
 2025-06-09 12:34 UTC  (2+ messages)

[RFC PATCH] build: reduce use of AVX compiler flags
 2025-06-09 12:32 UTC  (7+ messages)
` [PATCH v4] "

[PATCH v2 00/13] stm32mp25: Add clock and reset drivers support
 2025-06-09  8:53 UTC  (2+ messages)

[PATCH v2] drm/xe: Support for mmap-ing mmio regions
 2025-06-09 12:31 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Support for mmap-ing mmio regions (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

Add initial CVA6 implementaiton
 2025-06-09 12:30 UTC  (13+ messages)
` [PATCH v2 1/3] hw/riscv: add CVA6 machine
` [PATCH v2 2/3] target/riscv: add cva6 core type

[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
 2025-06-09 12:30 UTC  (3+ messages)
` [PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes

[PATCH] ASoC: amd: acp: Fix pointer assignments for snd_soc_acpi_mach structures
 2025-06-09 12:29 UTC  (3+ messages)

[PATCH v4 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-09 12:29 UTC  (5+ messages)
` [PATCH v4 07/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver

[BUG] net/sched: Soft Lockup/Task Hang and OOM Loop in netem_dequeue
 2025-06-09 12:27 UTC  (11+ messages)

[PATCH v3 1/2] platform/x86: Move Lenovo files into lenovo subdir
 2025-06-09 12:27 UTC  (2+ messages)
` [PATCH v3 2/2] platform/x86: thinklmi: improved DMI handling

[PATCH v4 0/3] Add support for K3 BIST
 2025-06-09 12:26 UTC  (5+ messages)
` [PATCH v4 1/3] drivers: misc: k3_bist: Add K3 BIST driver
` [PATCH v4 2/3] arm: mach-k3: j784s4_init: Trigger LBIST and PBIST on MAIN R5 2_0

[PATCH] HID: playstation: DS4: Add BT poll interval adjustment
 2025-06-09 12:25 UTC  (3+ messages)

[PATCH] reboot: Remove unused unregister_platform_power_off
 2025-06-09 12:24 UTC  (3+ messages)

[PATCH v7 00/19] Add Command Duration Limits support
 2025-06-09 12:24 UTC  (8+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits

[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-09 12:24 UTC  (4+ messages)
` [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping

[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
 2025-06-09 12:23 UTC  (9+ messages)
` [PATCH v6 01/11] mtd: core: always create master device

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-09 12:23 UTC  (11+ messages)
` [PATCH 1/5] VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()
` [PATCH 2/5] VFS: Minor fixes for porting.rst
` [PATCH 3/5] coda: use iterate_dir() in coda_readdir()
` [PATCH 4/5] exportfs: use lookup_one_unlocked()
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure

Proof-of-concept GCC/GNU ld toolchain-driven BTF generation/deduplication
 2025-06-09 12:22 UTC  (2+ messages)

[PATCH v3] arm64: dts: imx8qm: add system controller watchdog support
 2025-06-09 12:02 UTC 

[PATCH] rust: module: remove deprecated author key
 2025-06-09 12:22 UTC 

[PATCH v2] tracing: Fix regression of filter waiting a long time on RCU synchronization
 2025-06-09 12:21 UTC  (2+ messages)

[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
 2025-06-09 12:20 UTC  (2+ messages)
`  "

[PATCH] usb: hub: fix detection of high tier USB3 devices behind suspended hubs
 2025-06-09 12:20 UTC 

[PATCH net-next v4] net: Add support for providing the PTP hardware source in tsinfo
 2025-06-09 12:18 UTC  (3+ messages)

[PATCH RESEND] btrfs: add extra warning when qgroup is marked inconsistent
 2025-06-09 12:17 UTC  (2+ messages)

[PATCH v3 00/13] further mt7988 devicetree work
 2025-06-09 12:12 UTC  (5+ messages)
` [PATCH v3 06/13] arm64: dts: mediatek: mt7988: add basic ethernet-nodes
    ` Aw: "
      `  "

[PATCH] ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)
 2025-06-09 12:14 UTC 

KVM/QEMU community call 10/06/2025 agenda items?
 2025-06-09 11:20 UTC 

[PATCH] soundwire: qcom: demote probe registration printk
 2025-06-09 12:12 UTC  (2+ messages)

[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
 2025-06-09 12:12 UTC  (4+ messages)

✅ PASS (MISSED 3 of 100): Test report for master (6.15.0, upstream-mainline, 119b1e61)
 2025-06-09 12:12 UTC 

✅ PASS (MISSED 9 of 100): Test report for master (6.15.0, upstream-mainline, bdc7f8c5)
 2025-06-09 12:12 UTC 

[PATCH v5 0/8] add Voyager board support
 2025-06-09 12:06 UTC  (4+ messages)

init/main.c:753:(.init.text+0x7a): relocation truncated to fit: R_ARC_S25W_PCREL against symbol `__st_r13_to_r16' defined in .text section in ../lib/gcc/arc-linux/8.5.0/libgcc.a(_millicodethunk_st.o)
 2025-06-09 12:10 UTC  (2+ messages)

[PATCH 5.10] KVM: arm64: Tear down vGIC on failed vCPU creation
 2025-06-09 12:00 UTC 

[PATCH v7 00/10] Add falcon support for am62a, 62p and 62x
 2025-06-09 12:08 UTC  (7+ messages)
` [PATCH v7 01/10] spl: Kconfig: allow K3 devices to use falcon mode
` [PATCH v7 08/10] mach-k3: common: enable falcon mode for 62 platform

[PATCH] sched_ext: Fix NULL pointer dereferences in put_prev_task_scx
 2025-06-09 12:09 UTC  (2+ messages)

[PATCH BlueZ v3 1/1] monitor: Add support for decoding Channel Sounding
 2025-06-09 12:07 UTC  (2+ messages)
`  "

[RESEND PATCH] arm64: dts: ti: k3-j784s4-mcu-wakeup: Configure wkup_uart0 with clock settings
 2025-06-09 12:00 UTC  (4+ messages)

[PATCH] selftests/mm: Increase timeout from 180 to 900 seconds
 2025-06-09 12:06 UTC 

[openeuler:OLK-5.10 2953/2953] kernel/locking/lockdep.o: warning: objtool: lockdep_unregister_key()+0x2ff: unreachable instruction
 2025-06-09 12:05 UTC 

[PATCH v5 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-06-09 12:26 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am642-evm-pcie0-ep: Add boot phase tag to "pcie0_ep"
 2025-06-09 11:59 UTC  (2+ messages)

[PATCH net v2 0/2] Fix ntuple rules targeting default RSS
 2025-06-09 12:02 UTC  (3+ messages)
` [PATCH net v2 1/2] net: ethtool: Don't check if RSS context exists in case of context 0
` [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context

[PATCH] arm64: dts: ti: k3-am69-sk: Add idle-states for remaining SERDES instances
 2025-06-09 11:59 UTC 

[PATCH] vfio/container: Fix vfio_listener_commit()
 2025-06-09 12:01 UTC  (2+ messages)

[PATCH] md/raid1: Fix use-after-free in reshape pool wait queue
 2025-06-09 12:01 UTC 

[PATCH v2] drm/xe/hwmon: Fix xe_hwmon_power_max_write
 2025-06-09 12:02 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/hwmon: Fix xe_hwmon_power_max_write (rev4)

[PATCH 0/2] drm/xe: Fix and prepare WA BB for more users
 2025-06-09 12:01 UTC  (3+ messages)
` [PATCH 2/2] drm/xe/lrc: Prepare WA BB setup "

[PATCH V2 0/2] rust: Introduce CpuId and fix cpumask doctest
 2025-06-09 12:01 UTC  (3+ messages)
` [PATCH V2 1/2] rust: cpu: Introduce CpuId abstraction

[PATCH v3 2/2] PCI/portdrv: Add support for PCIe wake interrupt
 2025-06-09 11:59 UTC  (3+ messages)

[PATCH] pinctrl: cirrus: madera-core: Use devm_pinctrl_register_mappings()
 2025-06-09 11:57 UTC  (2+ messages)

i.MX kernel hangup caused by chipidea USB gadget driver
 2025-06-09 11:53 UTC  (2+ messages)

[PATCH v5 19/34] net/ixgbe: add a desc done function
 2025-06-09 11:56 UTC  (3+ messages)

[PATCH v5 00/34] Intel PMD drivers Rx cleanup
 2025-06-09 11:54 UTC  (3+ messages)
` [PATCH v5 32/34] net/intel: support wider x86 vectors for Rx rearm

Controlling cpu for interrupts
 2025-06-09 11:27 UTC 

[PATCH 0/2] drm/i915/display: register include cleanups
 2025-06-09 11:53 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/display: include intel_display_reg_defs.h from display regs files
` [PATCH 2/2] drm/i915/display: drop i915_reg.h include where possible

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-06-09 11:37 UTC  (6+ messages)

[PATCH iproute2-next 0/4] ip: Support bridge VLAN stats in `ip stats'
 2025-06-09 13:39 UTC  (4+ messages)
` [PATCH iproute2-next 3/4] lib: bridge: Add a module for bridge-related helpers

[PATCH] drm/xe: Support for mmap-ing mmio regions
 2025-06-09 11:52 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/amdgpu: Suspend IH during mode-2 reset
 2025-06-09 11:48 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.