All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-18 23:06:26 to 2024-11-19 00:28:48 UTC [more...]

[PATCH v16 00/26] Improve write performance for zoned UFS devices
 2024-11-19  0:27 UTC  (10+ messages)
` [PATCH v16 01/26] blk-zoned: Fix a reference count leak
` [PATCH v16 02/26] blk-zoned: Split disk_zone_wplugs_work()
` [PATCH v16 03/26] blk-zoned: Split queue_zone_wplugs_show()
` [PATCH v16 04/26] blk-zoned: Only handle errors after pending zoned writes have completed
` [PATCH v16 05/26] blk-zoned: Fix a deadlock triggered by unaligned writes
` [PATCH v16 06/26] blk-zoned: Fix requeuing of zoned writes
` [PATCH v16 07/26] block: Support block drivers that preserve the order of write requests
` [PATCH v16 08/26] dm-linear: Report to the block layer that the write order is preserved
` [PATCH v16 09/26] mq-deadline: Remove a local variable

[meta-arago][master/kirkstone/scarthgap][PATCH] Add hwspinlocktest
 2024-11-19  0:26 UTC  (2+ messages)

[PATCH v6 00/22] Python module cleanup
 2024-11-19  0:26 UTC  (7+ messages)
` [PATCH v6 06/22] perf script: Use openat for directory iteration
` [PATCH v6 07/22] perf script: Move find_scripts to browser/scripts.c
` [PATCH v6 15/22] perf lock: Move common lock contention code to new file

[PATCH net-next RFC v6 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-19  0:23 UTC  (10+ messages)
` [PATCH net-next RFC v6 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next RFC v6 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next RFC v6 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next RFC v6 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next RFC v6 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next RFC v6 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next RFC v6 7/9] ice: reduce size of queue context fields
` [PATCH net-next RFC v6 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next RFC v6 9/9] ice: cleanup Rx queue context programming functions

BUG: U-Boot crashes on SiFive Unmatched when CONFIG_DM_DEBUG=y
 2024-11-18 20:50 UTC 

[ImageBuilder] UBOOT_SOURCE/SCRIPTS variables must always be set
 2024-11-19  0:23 UTC  (2+ messages)

[openeuler:OLK-6.6 1484/1484] include/linux/pgplib.h:36:30: error: field 'version' has incomplete type
 2024-11-19  0:23 UTC 

[PATCH v2 0/2] Add phyCORE AM62Ax
 2024-11-18 23:16 UTC  (3+ messages)
` [PATCH v2 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM
` [PATCH v2 2/2] doc: board: phytec: Add phyCORE-AM62ax

[PATCH 0/3] Fix some races/bugs in GuC engine busyness
 2024-11-19  0:23 UTC  (6+ messages)
` [PATCH 1/3] i915/guc: Reset engine utilization buffer before registration
` [PATCH 2/3] i915/guc: Ensure busyness counter increases monotonically
` [PATCH 3/3] i915/guc: Accumulate active runtime on gt reset
` ✗ Fi.CI.SPARSE: warning for Fix some races/bugs in GuC engine busyness
` ✗ Fi.CI.BAT: failure "

[PATCH 0/2] Add phyCORE AM62Ax
 2024-11-18 22:28 UTC  (6+ messages)
` [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM

[PATCH v3] sched: Don't try to catch up excess steal time
 2024-11-19  0:22 UTC  (5+ messages)

[PATCH] iommu/tegra241-cmdqv: do not call smp_processor_id in preemptible context
 2024-11-19  0:19 UTC 

[RFC PATCH 00/29] UMD direct submission in Xe
 2024-11-19  0:19 UTC  (36+ messages)
` [RFC PATCH 01/29] dma-fence: Add dma_fence_preempt base class
` [RFC PATCH 02/29] dma-fence: Add dma_fence_user_fence
` [RFC PATCH 03/29] drm/xe: Use dma_fence_preempt base class
` [RFC PATCH 04/29] drm/xe: Allocate doorbells for UMD exec queues
` [RFC PATCH 05/29] drm/xe: Add doorbell ID to snapshot capture
` [RFC PATCH 06/29] drm/xe: Break submission ring out into its own BO
` [RFC PATCH 07/29] drm/xe: Break indirect ring state "
` [RFC PATCH 08/29] drm/xe: Clear GGTT in xe_bo_restore_kernel
` [RFC PATCH 09/29] FIXME: drm/xe: Add pad to ring and indirect state
` [RFC PATCH 10/29] drm/xe: Enable indirect ring on media GT
` [RFC PATCH 11/29] drm/xe: Don't add pinned mappings to VM bulk move
` [RFC PATCH 12/29] drm/xe: Add exec queue post init extension processing
` [RFC PATCH 13/29] drm/xe/mmap: Add mmap support for PCI memory barrier
` [RFC PATCH 14/29] drm/xe: Add support for mmapping doorbells to user space
` [RFC PATCH 15/29] drm/xe: Add support for mmapping submission ring and indirect ring state "
` [RFC PATCH 16/29] drm/xe/uapi: Define UMD exec queue mapping uAPI
` [RFC PATCH 17/29] drm/xe: Add usermap exec queue extension
` [RFC PATCH 18/29] drm/xe: Drop EXEC_QUEUE_FLAG_UMD_SUBMISSION flag
` [RFC PATCH 19/29] drm/xe: Do not allow usermap exec queues in exec IOCTL
` [RFC PATCH 20/29] drm/xe: Teach GuC backend to kill usermap queues
` [RFC PATCH 21/29] drm/xe: Enable preempt fences on "
` [RFC PATCH 22/29] drm/xe/uapi: Add uAPI to convert user semaphore to / from drm syncobj
` [RFC PATCH 23/29] drm/xe: Add user fence IRQ handler
` [RFC PATCH 24/29] drm/xe: Add xe_hw_fence_user_init
` [RFC PATCH 25/29] drm/xe: Add a message lock to the Xe GPU scheduler
` [RFC PATCH 26/29] drm/xe: Always wait on preempt fences in vma_check_userptr
` [RFC PATCH 27/29] drm/xe: Teach xe_sync layer about drm_xe_semaphore
` [RFC PATCH 28/29] drm/xe: Add VM convert fence IOCTL
` [RFC PATCH 29/29] drm/xe: Add user fence TDR
` ✓ CI.Patch_applied: success for UMD direct submission in Xe
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-19  0:17 UTC  (3+ messages)
` [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-11-19  0:16 UTC  (5+ messages)
` [PATCH v6 "

[PATCH 0/2] vmxnet3: Fix inconsistent DMA accesses
 2024-11-19  0:16 UTC  (4+ messages)

[tglx-devel:timers/ptp/tkntp 146/147] kernel/time/timekeeping.c:2590: warning: Function parameter or struct member 'tkd' not described in '__do_adjtimex'
 2024-11-19  0:12 UTC 

[chrome-os:chromeos-5.10 9/35] security.c:undefined reference to `__traceiter_cros_security_socket_post_create_enter'
 2024-11-19  0:12 UTC 

[PATCH net v2 0/5] Make TCP-MD5-diag slightly less broken
 2024-11-19  0:12 UTC  (6+ messages)

[PATCH] rockchip: rk3399-rock-pi-4: Fix Synchronous Abort
 2024-11-19  0:12 UTC 

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-19  0:10 UTC  (12+ messages)
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF based fanotify "

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-19  0:09 UTC  (11+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information

[PATCH] perf bpf-filter: Return -1 directly when pfi allocation fails
 2024-11-19  0:08 UTC  (3+ messages)
` [PATCH v2] perf bpf-filter: Return -ENOMEM "

[PATCH] drm/xe: Drop useless d3cold allowed message
 2024-11-19  0:06 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe: Drop useless d3cold allowed message (rev3)

[XEN PATCH 0/3] CI: Allow automatic rebuild of rolling release containers
 2024-11-19  0:04 UTC  (5+ messages)
` [XEN PATCH 3/3] CI: New stage "containers" to rebuild some containers

[PATCH v2] xfs_io: add support for atomic write statx fields
 2024-11-19  0:01 UTC  (2+ messages)

[PATCH v9 0/9] x86/resctrl: mba_MBps enhancement
 2024-11-19  0:01 UTC  (7+ messages)
` [PATCH v9 2/9] x86/resctrl: Prepare for per-ctrl_mon group mba_MBps control
` [PATCH v9 3/9] x86/resctrl: Modify update_mba_bw() to use per ctrl_mon group event

[PATCH] xen/bootinfo: Include declaration for fw_unreserved_regions()
 2024-11-18 23:58 UTC  (2+ messages)

Long names for `git log -S` and `git log -G`
 2024-11-18 23:56 UTC 

[PATCH v2] misra: increase identifiers length to 63
 2024-11-18 23:54 UTC 

[RFC PATCH 0/4] drm/i915/xe3: FBC Dirty rect feature support
 2024-11-18 23:53 UTC  (5+ messages)
` [RFC PATCH 1/4] drm/i915/display: update intel_fbc_atomic_check for dirty_fbc support
` [RFC PATCH 2/4] drm/i915/display: add register definitions for fbc dirty rect support
` [RFC PATCH 3/4] drm/i915/xe3: add dirty rect support for FBC
` [RFC PATCH 4/4] drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled

[Bug 219507] New: nouveau: GeForce GT 710: irq 166 handler nvkm_intr+0x0/0x1b3 [nouveau] enabled interrupts
 2024-11-18 23:52 UTC  (2+ messages)
` [Bug 219507] "

malloc: *** error for object 0x1: pointer being freed was not allocated on MacOS with git 2.47.0
 2024-11-18 23:51 UTC  (7+ messages)

[PATCH] misra: increase identifiers length to 64
 2024-11-18 23:50 UTC  (4+ messages)

[PATCH v2] arm64: Allow CONFIG_AUTOFDO_CLANG to be selected
 2024-11-18 23:49 UTC  (2+ messages)

[PATCH i-g-t v2 0/1] tests/intel-ci: Block all gem_exec_fair tests
 2024-11-18 23:50 UTC  (3+ messages)
` ✓ CI.xeBAT: success for tests/intel-ci: Block all gem_exec_fair tests (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/xe: Sort again the info flags
 2024-11-18 23:50 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[linusw-pinctrl:for-next] BUILD SUCCESS 9eb198b4be4426ea776f17086ea7f5333c1e07d8
 2024-11-18 23:50 UTC 

[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-11-18 23:48 UTC  (7+ messages)
` [PATCH v3 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v3 2/2] rust: sync: Make Guard::new() public

[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-18 23:47 UTC  (7+ messages)
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination

[PATCH net-next] mm: page_frag: fix a compile error when kernel is not compiled
 2024-11-18 23:46 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libecoli: new package
 2024-11-18 23:41 UTC  (4+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-11-18 23:39 UTC  (7+ messages)
` [PATCH RFC v7 00/22] "
  ` [-SPAM-] "

[PATCH v5 0/2] dts: add dynamic queue configuration test suite
 2024-11-18 23:36 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] dts: add port queue modification and forwarding stats to testpmd
  ` [PATCH v6 2/2] dts: add dynamic queue test suite

[PATCH v3 0/2] bnxt patchset
 2024-11-18 23:37 UTC  (2+ messages)

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-18 23:37 UTC  (11+ messages)
      ` [EXT] "

Enabling StartUpdate D-Bus interface for FirmwareUpdate
 2024-11-18 23:31 UTC  (2+ messages)

[RFC PATCH 00/29] UMD direct submission in Xe
 2024-11-18 23:36 UTC  (30+ messages)
` [RFC PATCH 01/29] dma-fence: Add dma_fence_preempt base class
` [RFC PATCH 02/29] dma-fence: Add dma_fence_user_fence
` [RFC PATCH 03/29] drm/xe: Use dma_fence_preempt base class
` [RFC PATCH 04/29] drm/xe: Allocate doorbells for UMD exec queues
` [RFC PATCH 05/29] drm/xe: Add doorbell ID to snapshot capture
` [RFC PATCH 06/29] drm/xe: Break submission ring out into its own BO
` [RFC PATCH 07/29] drm/xe: Break indirect ring state "
` [RFC PATCH 08/29] drm/xe: Clear GGTT in xe_bo_restore_kernel
` [RFC PATCH 09/29] FIXME: drm/xe: Add pad to ring and indirect state
` [RFC PATCH 10/29] drm/xe: Enable indirect ring on media GT
` [RFC PATCH 11/29] drm/xe: Don't add pinned mappings to VM bulk move
` [RFC PATCH 12/29] drm/xe: Add exec queue post init extension processing
` [RFC PATCH 13/29] drm/xe/mmap: Add mmap support for PCI memory barrier
` [RFC PATCH 14/29] drm/xe: Add support for mmapping doorbells to user space
` [RFC PATCH 15/29] drm/xe: Add support for mmapping submission ring and indirect ring state "
` [RFC PATCH 16/29] drm/xe/uapi: Define UMD exec queue mapping uAPI
` [RFC PATCH 17/29] drm/xe: Add usermap exec queue extension
` [RFC PATCH 18/29] drm/xe: Drop EXEC_QUEUE_FLAG_UMD_SUBMISSION flag
` [RFC PATCH 19/29] drm/xe: Do not allow usermap exec queues in exec IOCTL
` [RFC PATCH 20/29] drm/xe: Teach GuC backend to kill usermap queues
` [RFC PATCH 21/29] drm/xe: Enable preempt fences on "
` [RFC PATCH 22/29] drm/xe/uapi: Add uAPI to convert user semaphore to / from drm syncobj
` [RFC PATCH 23/29] drm/xe: Add user fence IRQ handler
` [RFC PATCH 24/29] drm/xe: Add xe_hw_fence_user_init
` [RFC PATCH 25/29] drm/xe: Add a message lock to the Xe GPU scheduler
` [RFC PATCH 26/29] drm/xe: Always wait on preempt fences in vma_check_userptr
` [RFC PATCH 27/29] drm/xe: Teach xe_sync layer about drm_xe_semaphore
` [RFC PATCH 28/29] drm/xe: Add VM convert fence IOCTL
` [RFC PATCH 29/29] drm/xe: Add user fence TDR

[DPDK/DTS Bug 1584] dts: rxq info dataclass fields were dropped
 2024-11-18 23:35 UTC 

Status of some Arm features
 2024-11-18 23:33 UTC 

[PATCH] EDAC/powerpc: Remove PPC_MAPLE drivers
 2024-11-18 23:33 UTC  (3+ messages)

[PATCH] libblkid: fix spurious ext superblock checksum mismatches
 2024-11-18 23:13 UTC  (3+ messages)
` [systemd-devel] "

[PATCH v5 00/27] cxl: add type2 device basic support
 2024-11-18 23:32 UTC  (3+ messages)
` [PATCH v5 06/27] cxl: add function for type2 cxl regs setup

[PATCH 0/7] Add PMU support for single engine busyness
 2024-11-18 23:32 UTC  (5+ messages)
` [PATCH 6/7] drm/xe/guc: Expose engine busyness only for supported GuC version

[PATCH v1 0/4] TruFlow fixes for Thor2
 2024-11-18 23:31 UTC  (2+ messages)

[GIT PULL] io_uring changes for 6.13-rc1
 2024-11-18 23:28 UTC  (5+ messages)

[linux-next:master 8127/11989] error[E0308]: mismatched types
 2024-11-18 23:28 UTC  (3+ messages)
` [PATCH RESEND] jump_label: rust: pass a mut ptr to `static_key_count`

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-11-18 23:27 UTC  (5+ messages)
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()

[geert-m68k:master] BUILD SUCCESS 190aac013000ed04cda6b1dbf06f0ace14dbd055
 2024-11-18 23:24 UTC 

[Buildroot] [PATCH 1/1] package/skopeo: select BR2_PACKAGE_HOST_GO
 2024-11-18 23:24 UTC 

How do you undo an add
 2024-11-18 23:20 UTC  (3+ messages)

[PATCH v3] setlocalversion: work around "git describe" performance
 2024-11-18 23:19 UTC  (2+ messages)

[PATCH v3 0/6] i2c: nomadik: support >=1MHz & Mobileye EyeQ6H platform
 2024-11-18 23:17 UTC  (2+ messages)

[i-g-t V3 0/4] Force connector/crtc attrs to default
 2024-11-18 23:15 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for Force connector/crtc attrs to default (rev4)
` ✓ CI.xeBAT: success "

[PATCH] setlocalversion: add -e option
 2024-11-18 23:09 UTC 

x86: Declarations for compat_set_{cx,px}_pminfo()
 2024-11-18 23:13 UTC  (2+ messages)

[PATCH v3] drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
 2024-11-18 23:14 UTC  (3+ messages)

[Intel-wired-lan] [iwl-next v8 0/9] ice: managing MSI-X in driver
 2024-11-18 23:13 UTC  (3+ messages)
  `  "

[tglx-devel:timers/ptp/tkntp 145/147] kernel/time/timekeeping.c:1462: warning: Function parameter or struct member 'tkd' not described in '__timekeeping_inject_offset'
 2024-11-18 23:11 UTC 

[PATCH 0/3] drm/dp: extract payload helpers
 2024-11-18 23:11 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[RFC PATCH] input: Add "AI Assistant" key
 2024-11-18 23:10 UTC 

[PATCH 00/14] arm64: dts: allwinner: Add basic Allwinner A523 support
 2024-11-18 23:07 UTC  (3+ messages)
` [PATCH 05/14] dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string

[PATCHSET] xfsprogs: bug fixes for 6.12
 2024-11-18 23:07 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: fix crasher in pf_queuing_worker
` [PATCH 2/2] xfs_repair: synthesize incore inode tree records when required

[Buildroot] [git commit] package/libnvme: bump to version 1.11.1
 2024-11-18 22:42 UTC 

[PATCH 0/5] QOM: Enforce container_get() to operate on containers only
 2024-11-18 23:06 UTC  (3+ messages)
` [PATCH 5/5] qom: Make container_get() strict to always walk or return container

[PATCHSET] xfs: bug fixes for 6.13
 2024-11-18 23:07 UTC  (4+ messages)
` [PATCH 08/10] xfs: mark metadir repair tempfiles with IRECOVERY
` [PATCH 09/10] xfs: fix null bno_hint handling in xfs_rtallocate_rtg
` [PATCH 10/10] xfs: fix error bailout in xfs_rtginode_create

[Buildroot] [PATCH] package/libnvme: bump to version 1.11.1
 2024-11-18 23:06 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.