All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-03 20:20:00 to 2025-04-03 21:23:22 UTC [more...]

[PATCH 00/46] drm/panel: Use refcounted allocation in place of devm_kzalloc() - Part3
 2025-04-03 20:20 UTC  (13+ messages)
` [PATCH 01/46] panel/orisetech-otm8009a: Use refcounted allocation in place of devm_kzalloc()
` [PATCH 02/46] panel/raydium-rm67191: "
` [PATCH 03/46] panel/raydium-rm67200: "
` [PATCH 04/46] panel/raydium-rm68200: "
` [PATCH 05/46] panel/raydium-rm692e5: "
` [PATCH 06/46] panel/raydium-rm69380: "
` [PATCH 07/46] panel/ronbo-rb070d30: "
` [PATCH 08/46] panel/samsung-ams581vf01: "
` [PATCH 09/46] panel/samsung-ams639rq08: "
` [PATCH 10/46] panel/samsung-atna33xc20: "
` [PATCH 11/46] panel/samsung-db7430: "
` [PATCH 12/46] panel/samsung-ld9040: "

[PATCH 00/24] Optimize the hot path in the UFS driver
 2025-04-03 21:18 UTC  (20+ messages)
` [PATCH 02/24] scsi: core: Make scsi_cmd_priv() accept const arguments
` [PATCH 03/24] scsi: core: Use scsi_cmd_priv() instead of open-coding it
` [PATCH 04/24] scsi: core: Implement reserved command handling
` [PATCH 05/24] scsi: core: Introduce scsi_host_update_can_queue()
` [PATCH 06/24] scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
` [PATCH 07/24] scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
` [PATCH 08/24] scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH 09/24] scsi: ufs: core: Change the type of one ufshcd_send_command() argument
` [PATCH 10/24] scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
` [PATCH 11/24] scsi: ufs: core: Change the monitor function argument types
` [PATCH 12/24] scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH 13/24] scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()
` [PATCH 14/24] scsi: ufs: core: Cache the DMA buffer sizes
` [PATCH 15/24] scsi: ufs: core: Add an argument to ufshcd_mcq_decide_queue_depth()
` [PATCH 16/24] scsi: ufs: core: Add an argument to ufshcd_alloc_mcq()
` [PATCH 17/24] scsi: ufs: core: Call ufshcd_mcq_init() once
` [PATCH 18/24] scsi: ufs: core: Allocate the SCSI host earlier
` [PATCH 19/24] scsi: ufs: core: Call ufshcd_init_lrb() later
` [PATCH 20/24] scsi: ufs: core: Use hba->reserved_slot

[PATCH 0/2] mm: Explicitly check & doc fragsz limit
 2025-04-03 21:21 UTC  (3+ messages)
` [PATCH 1/2] mm: page_frag: Check fragsz at the beginning of __page_frag_alloc_align()
` [PATCH 2/2] docs/mm: Specify page frag size is not bigger than PAGE_SIZE

[PATCH v2 0/7] Replace xe_hmm with gpusvm
 2025-04-03 21:23 UTC  (5+ messages)
` [PATCH v2 3/7] drm/gpusvm: pull out drm_gpusvm_pages substructure
` [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

[PATCH 1/5] acpi_table: Fix IORT RC node
 2025-04-03 21:20 UTC  (2+ messages)

[PATCH v4 0/8] Introduce J742S2 SoC and EVM
 2025-04-03 21:20 UTC  (2+ messages)

+ exit-move-and-extend-sched_process_exit-tracepoint-fix.patch added to mm-nonmm-unstable branch
 2025-04-03 21:19 UTC 

Ask help about this patch c0cd6f557b90 "mm: page_alloc: fix freelist movement during block conversion"
 2025-04-03 21:18 UTC  (4+ messages)

+ exit-skip-irq-disabled-warning-during-power-off.patch added to mm-nonmm-unstable branch
 2025-04-03 21:18 UTC 

[PULL 0/2] virtio,pc: fixes
 2025-04-03 21:17 UTC  (3+ messages)
` [PULL 1/2] virtio-net: Fix num_buffers for version 1
` [PULL 2/2] hw/i386/amd_iommu: Assign pci-id 0x1419 for the AMD IOMMU device

[PATCH v4 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
 2025-04-03 21:15 UTC  (5+ messages)
` [PATCH v4 1/2] "

Large folios and filemap_get_folios_contig()
 2025-04-03 21:16 UTC  (3+ messages)

[Patch net v2 00/11] net_sched: make ->qlen_notify() idempotent
 2025-04-03 21:16 UTC  (12+ messages)
` [Patch net v2 01/11] sch_htb: make htb_qlen_notify() idempotent
` [Patch net v2 02/11] sch_drr: make drr_qlen_notify() idempotent
` [Patch net v2 03/11] sch_hfsc: make hfsc_qlen_notify() idempotent
` [Patch net v2 04/11] sch_qfq: make qfq_qlen_notify() idempotent
` [Patch net v2 05/11] sch_ets: make est_qlen_notify() idempotent
` [Patch net v2 06/11] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
  ` [Patch net v2 07/11] selftests/tc-testing: Add a test case for FQ_CODEL with HTB parent
  ` [Patch net v2 08/11] selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parent
  ` [Patch net v2 09/11] selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parent
  ` [Patch net v2 10/11] selftests/tc-testing: Add a test case for FQ_CODEL with DRR parent
  ` [Patch net v2 11/11] selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent

[PATCH v3 0/3] vhost: fix the IO error after live migration
 2025-04-03 21:15 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] vhost-user: return failure if backend crash when "

[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
 2025-04-03 21:15 UTC  (10+ messages)
` [PATCH RFC 1/9] ratelimit: Create functions to handle ratelimit_state internals
` [PATCH RFC 2/9] random: Avoid open-coded use of ratelimit_state structure's ->missed field
` [PATCH RFC 3/9] drm/i915: "
` [PATCH RFC 4/9] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
` [PATCH RFC 5/9] ratelimit: Convert the ->missed field to atomic_t
` [PATCH RFC 6/9] ratelimit: Count misses due to lock contention
` [PATCH RFC 7/9] ratelimit: Avoid jiffies=0 special case
` [PATCH RFC 8/9] ratelimit: Reduce ratelimit's false-positive misses
` [PATCH RFC 9/9] lib: Add trivial kunit test for ratelimit

[PATCH v2] hwmon: (pmbus): Introduce page_change_delay
 2025-04-03 21:12 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] drm/xe/dma_buf: stop relying on placement in unmap
 2025-04-03 21:13 UTC  (3+ messages)

[PATCH v11 0/5] Expose modifiers/formats supported by async flips
 2025-04-03 21:11 UTC  (2+ messages)

[PATCH] xen: Swap 'const static' for 'static const'
 2025-04-03 21:10 UTC  (3+ messages)

[PATCH 0/6] drm/xe: Preparations for making struct xe_ggtt private
 2025-04-03 21:08 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[DPDK/ethdev Bug 1691] e1000 device initialization fails with SIGILL in KVM
 2025-04-03 21:07 UTC 

[PATCH] hwmon: (pmbus): Introduce page_change_delay
 2025-04-03 21:06 UTC  (3+ messages)

[PATCH v2 0/1] Update linux_kernel_params
 2025-04-03 21:04 UTC  (2+ messages)
` [PATCH v2 1/1] include/grub/i386/linux: Update linux_kernel_params to match upstream

[PATCH v2 0/4] qapi: add auto-generated return docs
 2025-04-03 21:05 UTC  (6+ messages)
` [PATCH v2 2/4] docs, qapi: generate undocumented return sections

[REGRESSION] Massive virtio-net throughput drop in guest VM with Linux 6.8+
 2025-04-03 21:06 UTC  (8+ messages)

[PATCH v3 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_property tests
 2025-04-03 21:03 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_vm: Add drm_xe_vm_get_property tests (rev3)

[PATCH] valkey: update from 8.0.2 -> 8.1.0
 2025-04-03 21:03 UTC  (2+ messages)
` [oe] "

[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-04-03 21:01 UTC  (3+ messages)

[PATCH v36 22/31] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
 2025-04-03 21:00 UTC  (12+ messages)

[RFC 00/29] PREFETCH and MADVISE for SVM ranges
 2025-04-03 21:02 UTC  (9+ messages)
` [RFC 01/29] drm/xe: Introduce xe_vma_op_prefetch_range struct for prefetch of ranges
` [RFC 08/29] drm/xe: Rename lookup_vma function to xe_find_vma_by_addr
` [RFC 09/29] drm/xe/svm: Allow unaligned addresses and ranges for prefetch
` [RFC 10/29] drm/xe/svm: Refactor usage of drm_gpusvm* function in xe_svm

[PATCH 5.15.y] scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
 2025-04-03 20:58 UTC  (4+ messages)
` [PATCH 5.10.y] "

New warning `cryptd: no symbol version for this_cpu_off`
 2025-04-03 20:59 UTC  (6+ messages)

[RFC net-next PATCH 00/13] Add PCS core support
 2025-04-03 20:51 UTC  (6+ messages)
` [RFC net-next PATCH 07/13] net: pcs: Add Xilinx PCS driver
` [RFC net-next PATCH 10/13] net: macb: Support external PCSs

(no subject)
 2025-04-03 20:59 UTC  (3+ messages)
` [PATCH v3] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()

[RFC PATCH] mux: core: add exclusive mux controls support
 2025-04-03 20:58 UTC  (2+ messages)

[PATCH 00/16] DC Patches April 02, 2025
 2025-04-03 20:58 UTC  (2+ messages)

[PATCH v5 00/29] pxe: Precursor series for supporting read_all() in extlinux / PXE
 2025-04-03 20:57 UTC  (3+ messages)

[PATCH v3 00/11] Perf improvements for hugetlb and vmalloc on arm64
 2025-04-03 20:47 UTC  (13+ messages)
` [PATCH v3 01/11] arm64: hugetlb: Cleanup huge_pte size discovery mechanisms
` [PATCH v3 02/11] arm64: hugetlb: Refine tlb maintenance scope
` [PATCH v3 03/11] mm/page_table_check: Batch-check pmds/puds just like ptes
` [PATCH v3 05/11] arm64: hugetlb: Use set_ptes_anysz() and ptep_get_and_clear_anysz()
` [PATCH v3 06/11] arm64/mm: Hoist barriers out of set_ptes_anysz() loop
` [PATCH v3 10/11] mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes

[PATCH v2 0/3] VF: debugfs fixes
 2025-04-03 20:56 UTC  (4+ messages)
` [PATCH v2 3/3] drm/xe/vf: Don't expose privileged GT debugfs files if VF

[PATCH v10 0/3] Allow scratch page under fault mode for certain platform
 2025-04-03 20:56 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH 0/2] Remove incorrect host mincore call and add rodata handling
 2025-04-03 20:47 UTC  (6+ messages)
` [PATCH 1/2] um: mark rodata read-only and implement _nofault accesses

[PATCH] accel/ivpu: Add cmdq_id to job related logs
 2025-04-03 20:55 UTC  (2+ messages)

--filter=blob:none in GIT config
 2025-04-03 20:55 UTC 

[PATCH-for-10.1 00/13] arm: Spring header cleanups
 2025-04-03 20:51 UTC  (4+ messages)

[PATCH v8 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2025-04-03 20:52 UTC  (12+ messages)
` [PATCH v8 4/4] "

[PATCH 6.13 00/23] 6.13.10-rc1 review
 2025-04-03 20:52 UTC  (3+ messages)

[syzbot] [bcachefs?] general protection fault in bch2_snapshot_tree_oldest_subvol
 2025-04-03 20:50 UTC 

[PATCH i-g-t 0/2] Fix display_mode test for joiner output
 2025-04-03 20:49 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for Fix display_mode test for joiner output (rev2)

[PATCH v6 0/2] Add PCIe support for IPQ5424
 2025-04-03 20:49 UTC  (6+ messages)
` [PATCH v6 2/2] arm64: dts: qcom: ipq5424: Enable PCIe PHYs and controllers

[PATCH] arm64: dts: qcom: qcs8300: add the pcie smmu node
 2025-04-03 20:48 UTC  (3+ messages)

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2025-04-03 20:44 UTC  (8+ messages)
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings

[PATCH i-g-t 0/1] tests/xe_eudebug_online: Calculate bb_size from shader
 2025-04-03 20:44 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] accel/ivpu: Flush pending jobs of device's workqueues
 2025-04-03 20:43 UTC  (2+ messages)

Update on some maintainers / contributors
 2025-04-03 20:43 UTC  (3+ messages)

[PATCH] tpm: tis: Increase the default for timeouts B and C
 2025-04-03 20:43 UTC  (4+ messages)

[PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
 2025-04-03 20:40 UTC  (11+ messages)
` [PATCH-for-10.1 v3 1/9] hw/arm/virt: Remove pointless VirtMachineState::tcg_its field
` [PATCH-for-10.1 v3 2/9] hw/intc/gicv3_its: Do not check its_class_name() for NULL
` [PATCH-for-10.1 v3 3/9] hw/arm/virt: Simplify create_its()
` [PATCH-for-10.1 v3 4/9] hw/arm/virt-acpi: Factor its_enabled() helper out
` [PATCH-for-10.1 v3 5/9] qtest/bios-tables-test: Add test for -M virt,its=off
  ` [PATCH-for-10.1 v3 5/9] qtest/bios-tables-test: Add test for -M virt, its=off
` [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
` [PATCH-for-10.1 v3 7/9] hw/arm/virt-acpi: Always build IORT table (even with GIC ITS disabled)
` [PATCH-for-10.1 v3 8/9] hw/arm/virt-acpi: Do not advertise disabled GIC ITS
` [PATCH-for-10.1 v3 9/9] qtest/bios-tables-test: Update aarch64/virt 'its_off' variant blobs

Git Commit Signing
 2025-04-03 20:41 UTC 

[PATCH 0/4] bloblist: fdt: Clean up the code
 2025-04-03 20:40 UTC  (7+ messages)

[PATCH] fdt: Allow OF_HAS_PRIOR_STAGE to be disabled in defconfig
 2025-04-03 20:40 UTC  (3+ messages)

[PATCHv2] zram: modernize writeback interface
 2025-04-03 20:39 UTC  (2+ messages)

[PATCH] docs: firmware: qcom_scm: Fix kernel-doc warning
 2025-04-03 20:38 UTC 

[PATCH] accel/ivpu: Update FW Boot API to version 3.28.3
 2025-04-03 20:38 UTC  (2+ messages)

[PATCH 0/2] minimize swapping on zswap store failure
 2025-04-03 20:38 UTC  (3+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-03 20:36 UTC  (9+ messages)
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()

[meta-gnome][PATCH] Fix warning : lack of whitespace around assignment
 2025-04-03 20:36 UTC 

[PATCH v2 net] net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod
 2025-04-03 20:34 UTC 

[PATCH v3 0/2] Implement endianess swap macros for RISC-V
 2025-04-03 20:34 UTC  (6+ messages)
` [PATCH v3 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v3 2/2] riscv: introduce asm/swab.h

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-03 20:35 UTC  (4+ messages)

[PATCH-for-10.0 v3 0/5] hw/arm: Tests fixes for 10.0
 2025-04-03 20:32 UTC  (6+ messages)
` [PATCH-for-10.0 v3 1/5] tests/functional/test_aarch64_rme_virt: fix sporadic failure
` [PATCH-for-10.0 v3 2/5] tests/functional: Add a decorator for skipping tests on particular OS
` [PATCH-for-10.0 v3 3/5] tests/functional: Skip aarch64_replay test on macOS
` [PATCH-for-10.0 v3 4/5] tests/qtest: Skip Aarch64 VMapple machine
` [PATCH-for-10.0 v3 5/5] hw/arm: Do not build VMapple machine by default

[PATCH v3 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-03 20:33 UTC  (8+ messages)

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-04-03 20:33 UTC  (6+ messages)
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
  ` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification

[LTP] [PATCH v2] syscalls/set_thread_area01: Refactor into new API
 2025-04-03 20:32 UTC  (4+ messages)

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-03 20:31 UTC  (4+ messages)

[PATCH v2] fanotify: Document mount namespace events
 2025-04-03 20:30 UTC  (4+ messages)

[PATCH i-g-t v2 1/1] tests/intel/xe_exec_sip_eudebug: skip eudebug tests on VF
 2025-04-03 20:30 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v2,1/1] "

[GIT PULL] bcachefs fixes for 6.15-rc1
 2025-04-03 20:27 UTC 

[PATCH 0/2] Introduce fault injection for guc CTB & mmio send/recv
 2025-04-03 20:27 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH-for-10.0 v2 00/14] hw/arm: Tests & ACPI tables fixes for 10.0
 2025-04-03 20:27 UTC  (7+ messages)
` [PATCH-for-10.0 v2 02/14] tests/functional: Add a decorator for skipping tests on particular OS
` [PATCH-for-10.0? v2 06/14] hw/arm/virt: Remove pointless VirtMachineState::tcg_its field

[PATCH] io_uring/sqpoll: Increase task_work submission batch size
 2025-04-03 20:26 UTC  (2+ messages)

[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
 2025-04-03 20:26 UTC  (5+ messages)

[PATCH v2 0/4] Large devcoredump file support
 2025-04-03 20:27 UTC  (5+ messages)
` [PATCH v2 1/4] drm/xe: Add devcoredump chunking
` [PATCH v2 2/4] drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
` [PATCH v2 3/4] drm/print: Add drm_printer_is_full
` [PATCH v2 4/4] drm/xe: Abort printing coredump in VM printer output if full

drm/i915: Add DSC/FEC support info to debugfs
 2025-04-03 20:24 UTC  (2+ messages)

[PATCH v3 0/4] Add support for a DRM tool like PMU
 2025-04-03 20:24 UTC  (5+ messages)
` [PATCH v3 1/4] perf parse-events: Avoid scanning PMUs that can't contain events
` [PATCH v3 2/4] perf parse-events: Avoid scanning PMUs that can't match a wildcard
` [PATCH v3 3/4] perf drm_pmu: Add a tool like PMU to expose DRM information
` [PATCH v3 4/4] perf tests: Add a DRM PMU test

[PATCH v3 0/4] fuse: Improve ftraces, per-cpu req unique and code dup removal
 2025-04-03 20:22 UTC  (5+ messages)
` [PATCH v3 1/4] fuse: Make the fuse unique value a per-cpu counter
` [PATCH v3 2/4] fuse: Set request unique on allocation
` [PATCH v3 3/4] fuse: {io-uring} Avoid _send code dup
` [PATCH v3 4/4] fuse: fine-grained request ftraces

[PATCH] btrfs: zoned: return EIO on RAID1 block group write pointer mismatch
 2025-04-03 20:22 UTC  (2+ messages)

[PATCH 6.1 00/22] 6.1.133-rc1 review
 2025-04-03 20:21 UTC  (2+ messages)

[PATCH v1] Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdown
 2025-04-03 20:20 UTC  (2+ messages)

[PATCH v1 1/2] Bluetooth: btnxpuart: Add msleep() after changing the baudrate
 2025-04-03 20:20 UTC  (2+ messages)

[PATCH v2] Bluetooth: btnxpuart: Add an error message if FW dump trigger fails
 2025-04-03 20:20 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.