All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-28 03:47:38 to 2024-03-28 05:18:16 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-03-28  5:18 UTC 

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28  5:16 UTC  (3+ messages)
` [PATCH 09/22] gpio: virtio: drop owner assignment

[PATCH] staging: vc04_services: Stop kthreads on .remove
 2024-03-28  5:16 UTC 

recent kernel warning
 2024-03-28  5:15 UTC 

[PATCH v2 0/2] mfd: rohm-bd71828: Add power off
 2024-03-28  5:15 UTC  (7+ messages)
` [PATCH v2 2/2] mfd: rohm-bd71828: Add power off functionality

[PATCH 1/2] media: ov2680: Allow probing if link-frequencies is absent
 2024-03-28  5:13 UTC  (2+ messages)
` [PATCH 2/2] media: ov2680: Report success on link-frequency match

[PATCH net-next v2 0/6] Remove RTNL lock protection of CVQ
 2024-03-28  5:12 UTC  (9+ messages)
` [PATCH net-next v2 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v2 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v2 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v2 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v2 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v2 6/6] virtio_net: Remove rtnl lock protection of command buffers

[PATCH v5] thermal/drivers/tsens: Add suspend to RAM support for tsens
 2024-03-28  5:12 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: Reset dGPU if suspend got aborted
 2024-03-28  5:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-28  5:08 UTC 

[PATCH 0/6] mm: remove isolate_lru_page() and isolate_movable_page()
 2024-03-28  5:08 UTC  (9+ messages)
` [PATCH 1/6] mm: migrate: add isolate_movable_folio()
` [PATCH 2/6] mm: memory_hotplug: use more folio in do_migrate_range()

[sailus-media-tree:metadata] BUILD SUCCESS 804286f02ca4b833de005d8bd7a193671407c477
 2024-03-28  5:07 UTC 

FAILED: Patch "btrfs: do not skip re-registration for the mounted device" failed to apply to 6.8-stable tree
 2024-03-28  5:07 UTC  (3+ messages)

[PATCH] x86/mm/ident_map: Use full gbpages in identity maps except on UV platform
 2024-03-28  5:05 UTC  (8+ messages)

[PATCH v11 00/11] Support page table check PowerPC
 2024-03-28  4:55 UTC  (44+ messages)
` [PATCH v11 01/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set"
` [PATCH v11 02/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v11 03/11] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v11 04/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear"
` [PATCH v11 05/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v11 06/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v11 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v11 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v11 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v11 10/11] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v11 11/11] powerpc: mm: Support page table check

[PATCH] drm/xe/display: fix potential overflow when multiplying 2 u32
 2024-03-28  5:03 UTC  (2+ messages)

convert SCSI to atomic queue limits, part 1
 2024-03-28  5:02 UTC  (7+ messages)
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun

[PATCH] starfive: visionfive2: switch to standard boot
 2024-03-28  5:02 UTC  (5+ messages)

[PATCH v4] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-03-28  4:43 UTC 

[PATCH v2] block: Improve IOPS by removing the fairness code
 2024-03-28  4:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:58 UTC 

[PATCH] pwm: add missing kernel-doc for pwm_chip:cdev
 2024-03-28  4:55 UTC 

[PATCH v3 00/30] Zone write plugging
 2024-03-28  4:54 UTC  (37+ messages)
` [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
` [PATCH v3 03/30] block: Remove req_bio_endio()
` [PATCH v3 04/30] block: Introduce blk_zone_update_request_bio()
` [PATCH v3 08/30] block: Introduce zone write plugging
` [PATCH v3 09/30] block: Pre-allocate zone write plugs
` [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
` [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v3 12/30] block: Implement zone append emulation
` [PATCH v3 15/30] scsi: sd: Use the block layer "
` [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v3 17/30] null_blk: "
` [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v3 19/30] null_blk: Introduce fua attribute
` [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
` [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v3 29/30] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v3 30/30] block: Do not special-case plugging of zone write operations

[Buildroot] [PATCH 1/1] package/spdm-utils: new package
 2024-03-28  4:53 UTC  (3+ messages)

linux-next: Tree for Mar 28
 2024-03-28  4:53 UTC 

[PATCH v4] thermal/drivers/tsens: Add suspend to RAM support for tsens
 2024-03-28  4:50 UTC  (4+ messages)

[PATCH bpf-next v4 0/2] Use start_server and connect_fd_to_fd
 2024-03-28  4:50 UTC  (2+ messages)

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-03-28  4:48 UTC  (4+ messages)
` [PATCH 16/19] dmaengine: pl330: drop owner assignment

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:48 UTC 

[xen-unstable test] 185169: regressions - FAIL
 2024-03-28  4:47 UTC 

[axboe-block:io_uring-ring-map 12/12] io_uring/memmap.c:328:1: warning: control reaches end of non-void function
 2024-03-28  4:46 UTC 

[PATCH] peci: linux/peci.h: fix Excess kernel-doc description warning
 2024-03-28  4:47 UTC  (3+ messages)

linux-next: build warnings after merge of the mm tree
 2024-03-28  4:44 UTC  (6+ messages)

[PATCH v9 00/38] ep93xx device tree conversion
 2024-03-28  4:44 UTC  (7+ messages)
` [PATCH v9 08/38] dt-bindings: dma: Add Cirrus EP93xx
` [PATCH v9 09/38] dma: cirrus: Convert to DT for "
` [PATCH v9 38/38] dma: cirrus: remove platform code

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-28  4:42 UTC  (11+ messages)
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

bring back RT delalloc support v5
 2024-03-28  4:42 UTC  (26+ messages)
` [PATCH 03/13] xfs: free RT extents after updating the bmap btree
` [PATCH 04/13] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 05/13] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 06/13] xfs: split xfs_mod_freecounter
` [PATCH 07/13] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 08/13] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 09/13] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 10/13] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 11/13] xfs: rework splitting of indirect block reservations
` [PATCH 12/13] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 13/13] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCH] drm/amdgpu: add post reset IP callback
 2024-03-28  4:40 UTC 

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-03-28  4:39 UTC  (4+ messages)
` [RFC PATCH 1/2] sched/numa: Fault count based NUMA hint fault latency

[rafael-pm:bleeding-edge] BUILD SUCCESS 9685341ff0d238a15c1041a1912a045a4f80b25c
 2024-03-28  4:39 UTC 

[PATCH v3] slof/fs/packages/disk-label.fs: improve checking for DOS boot partitions
 2024-03-28  4:39 UTC  (3+ messages)
` [SLOF] "

[PATCH] spi: spi.h: fix punctuation & grammar typos
 2024-03-28  4:38 UTC 

[PATCH] spi: spi.h: add missing kernel-doc for @last_cs_index_mask
 2024-03-28  4:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:38 UTC 

[ndctl PATCH] cxl/test: Add test case for region info to cxl-events.sh
 2024-03-28  4:37 UTC 

[PATCH 0/4] Add DPA->HPA translation to dram & general_media
 2024-03-28  4:36 UTC  (5+ messages)
` [PATCH 1/4] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH 2/4] cxl/region: Move cxl_trace_hpa() "
` [PATCH 3/4] cxl/core: Add region info to cxl_general_media and cxl_dram events
` [PATCH 4/4] cxl/core: Remove cxlr dependency from cxl_poison trace events

[PATCH v2] hw/net/net_tx_pkt: Fix virtio header without checksum offloading
 2024-03-28  4:33 UTC  (2+ messages)

linux-next: build failure after merge of the mm tree
 2024-03-28  4:34 UTC 

[oe] [meta-oe][PATCH v2] microsoft-cpr: add new recipe including ptest
 2024-03-28  4:32 UTC  (3+ messages)
` [meta-oe][PATCH v3] microsoft-gsl: "
  ` [oe] "

[GSoC] [PATCH] builtin/gc: Replace run_command with C function refs_pack_refs
 2024-03-28  4:31 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Reset dGPU if suspend got aborted
 2024-03-28  4:30 UTC  (3+ messages)

linux-next: build warning after merge of the mm tree
 2024-03-28  4:29 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:28 UTC 

[PATCH] drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11
 2024-03-28  4:23 UTC  (2+ messages)

[PATCH v4 0/2] codingstyle: avoid unused parameters for a function-like macro
 2024-03-28  4:22 UTC  (2+ messages)

[PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-03-28  4:11 UTC  (2+ messages)

[PATCH 1/2] drm/amd/swsmu: Update smu v14.0.0 headers to be 14.0.1 compatible
 2024-03-28  4:20 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: add smu 14.0.1 discovery support

[PATCH] drm/amdgpu: add IP's FW information to devcoredump
 2024-03-28  4:18 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:18 UTC 

ov2680: Fail to probe on imx7s-warp
 2024-03-28  4:17 UTC  (3+ messages)

[PATCH 0/4] tests/avocado: Fixes for ppc_hv_tests.py
 2024-03-28  4:15 UTC  (5+ messages)
` [PATCH 1/4] tests/avocado: Fix ppc_hv_tests.py xorriso dependency guard
` [PATCH 2/4] tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine
` [PATCH 3/4] tests/avocado: exec_command should not consume console output
` [PATCH 4/4] tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction

[oe][meta-webserver][kirkstone][PATCH 1/1] nginx: upgrade 1.25.2 -> 1.25.3
 2024-03-28  4:16 UTC  (3+ messages)

[RFC 0/2] disable the configuration interrupt for the unsupported device
 2024-03-28  4:14 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  4:08 UTC 

[PATCH v4 0/5] imx93: Conver to OF_UPSTREAM
 2024-03-28  5:05 UTC  (5+ messages)
` [PATCH v4 1/5] gpio: imx_rgpio2p: support one address
` [PATCH v4 2/5] serial: lpuart: use ipg clk for i.MX7ULP
` [PATCH v4 3/5] cpu: drop imx9_cpu
` [PATCH v4 4/5] clk: imx93: fix anatop base

[PATCH-for-9.1 v2 00/21] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-28  4:19 UTC  (9+ messages)
` [PATCH-for-9.1 v2 05/21] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH-for-9.1 v2 06/21] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH-for-9.1 v2 20/21] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH-for-9.1 v2 21/21] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
 2024-03-28  2:52 UTC  (9+ messages)
` [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
` [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
` [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros

raid1 root device with efi
 2024-03-28  4:03 UTC  (8+ messages)

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-28  4:03 UTC  (12+ messages)

[PATCH v2 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-03-28  4:02 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: ufs: qcom: document SC8180X UFS
 2024-03-28  3:59 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: ufs: qcom: document SC7180 UFS

[PATCH] [i-g-t] tests/amdgpu/amd_ilr: Fix eDP PSR not be re-enabled after test
 2024-03-28  3:58 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  3:58 UTC 

[PATCH v1] ACPI: bus: allow _UID matching for integer zero
 2024-03-28  3:55 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-28  3:55 UTC  (4+ messages)
` [PATCH v19 070/130] KVM: TDX: TDP MMU TDX support

[PATCH v3 0/3] vhost: Fix stale available ring entries
 2024-03-28  3:54 UTC  (3+ messages)
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-03-28  3:54 UTC  (4+ messages)
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH -next] tools headers: Make linux/btf_ids.h self-contained
 2024-03-28  3:49 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-28  3:48 UTC 

[PATCH v2 1/2] mtd: rawnand: qcom: Fix broken erase in misc_cmd_type in exec_op
 2024-03-28  3:47 UTC  (6+ 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.