All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-25 20:49:47 to 2023-09-25 22:01:34 UTC [more...]

[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
 2023-09-25 22:00 UTC  (5+ messages)

[PATCH] drm/panel: Move AUX B116XW03 out of panel-edp back to panel-simple
 2023-09-25 22:00 UTC  (2+ messages)

[PATCHSET 0/2] xfsprogs: reload the last iunlink item
 2023-09-25 21:59 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: dump unlinked buckets
` [PATCH 2/2] xfs_db: create unlinked inodes

[PATCHSET 0/3] xfsprogs: adjust defaults for 6.6 LTS kernels
 2023-09-25 21:59 UTC  (4+ messages)
` [PATCH 1/3] mkfs: enable large extent counts by default
` [PATCH 2/3] mkfs: enable reverse mapping "
` [PATCH 3/3] mkfs: add a config file for 6.6 LTS kernels

[PATCHSET 0/2] xfs_db: use directio for filesystem access
 2023-09-25 21:59 UTC  (3+ messages)
` [PATCH 1/2] libxfs: make platform_set_blocksize optional with directio
` [PATCH 2/2] xfs_db: use directio for device access

[PATCHSET v26.2 0/3] xfsprogs: force rebuilding of metadata
 2023-09-25 21:59 UTC  (4+ messages)
` [PATCH 1/3] xfs_io: support passing the FORCE_REBUILD flag to online repair
` [PATCH 2/3] xfs_scrub: don't retry unsupported optimizations
` [PATCH 3/3] xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD

[PATCH v2 0/2] Remove `ArcBorrow`
 2023-09-25 21:58 UTC  (12+ messages)
` [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`

[PATCHSET 0/5] libxfs: sync with 6.6
 2023-09-25 21:58 UTC  (6+ messages)
` [PATCH 1/5] xfs: convert to ctime accessor functions
` [PATCH 2/5] xfs: allow userspace to rebuild metadata structures
` [PATCH 3/5] xfs: switch to multigrain timestamps
` [PATCH 4/5] xfs: fix log recovery when unknown rocompat bits are set
` [PATCH 5/5] Revert "xfs: switch to multigrain timestamps"

[Bpf] New Version Notification for draft-thaler-bpf-isa-02.txt
 2023-09-25 21:57 UTC  (3+ messages)
    `  "

[Intel-xe] [PATCH v2 0/6] PAT and cache coherency support
 2023-09-25 21:56 UTC  (3+ messages)
` [Intel-xe] [PATCH v2 6/6] drm/xe/uapi: support pat_index selection with vm_bind

[PATCH v2 bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
 2023-09-25 21:53 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/8] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH v2 bpf-next 2/8] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v2 bpf-next 3/8] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v2 bpf-next 4/8] bpf: Add helpers for trampoline image management
` [PATCH v2 bpf-next 5/8] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v2 bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()
` [PATCH v2 bpf-next 7/8] bpf: Use arch_bpf_trampoline_size
` [PATCH v2 bpf-next 8/8] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH] mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL
 2023-09-25 21:55 UTC 

[geert-renesas-devel:master] BUILD SUCCESS 5da24426ea5f6b66c98f74193d0bbd9d63ae3db8
 2023-09-25 21:53 UTC 

Request for Curl.exe update included in Git binaries
 2023-09-25 21:54 UTC  (2+ messages)

[linusw-nomadik:ux500-dts] BUILD SUCCESS 374a69427f2e6a675cb0ec871d9cfb8152008a3f
 2023-09-25 21:53 UTC 

[geert-renesas-devel:renesas-dts-for-v6.7] BUILD SUCCESS d70be079c3cf34bd91e1c8f7b4bc760356c9150c
 2023-09-25 21:53 UTC 

[geert-renesas-devel:renesas-arm-soc-for-v6.7] BUILD SUCCESS 719efe2c63b1240ceefc232b57ebc6e69ab647d5
 2023-09-25 21:51 UTC 

[jimc:dd-fix-5k 28/28] lib/dynamic_debug.c:1330:6: warning: no previous declaration for 'dd_store_func_range'
 2023-09-25 21:52 UTC 

[PATCH bpf-next v2 00/14] add libbpf getters for individual ringbuffers
 2023-09-25 21:50 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] libbpf: refactor cleanup in ring_buffer__add
` [PATCH bpf-next v2 02/14] libbpf: switch rings to array of pointers
` [PATCH bpf-next v2 03/14] libbpf: add ring_buffer__ring
` [PATCH bpf-next v2 04/14] selftests/bpf: add tests for ring_buffer__ring
` [PATCH bpf-next v2 05/14] libbpf: add ring__producer_pos, ring__consumer_pos
` [PATCH bpf-next v2 06/14] selftests/bpf: add tests for ring__*_pos
` [PATCH bpf-next v2 07/14] libbpf: add ring__avail_data_size
` [PATCH bpf-next v2 08/14] selftests/bpf: add tests for ring__avail_data_size
` [PATCH bpf-next v2 09/14] libbpf: add ring__size
` [PATCH bpf-next v2 10/14] selftests/bpf: add tests for ring__size
` [PATCH bpf-next v2 11/14] libbpf: add ring__map_fd
` [PATCH bpf-next v2 12/14] selftests/bpf: add tests for ring__map_fd
` [PATCH bpf-next v2 13/14] libbpf: add ring__consume
` [PATCH bpf-next v2 14/14] selftests/bpf: add tests for ring__consume

[PATCH] pkt-line: do not chomp EOL for sideband progress info
 2023-09-25 21:51 UTC  (3+ messages)
` [PATCH v2 3/3] pkt-line: do not chomp newlines for sideband messages

[PATCH v9 00/16] PCI devices passthrough on Arm, part 3
 2023-09-25 21:49 UTC  (4+ messages)
` [PATCH v9 15/16] xen/arm: vpci: check guest range

[Intel-wired-lan] [PATCH] ice: require PTP clock for building
 2023-09-25 21:49 UTC  (3+ messages)
`  "

[Intel-xe] [PATCH v4 00/10] DRM scheduler changes for Xe
 2023-09-25 21:47 UTC  (4+ messages)
  `  "

[PATCH net-next v4] net: add sysctl to disable rfc4862 5.5.3e lifetime handling
 2023-09-25 21:47 UTC 

[RFC bpf-next v3 00/11] Registrating struct_ops types from modules
 2023-09-25 21:45 UTC  (4+ messages)
` [RFC bpf-next v3 02/11] bpf: add struct_ops_tab to btf

[PATCHSET 0/1] xfs: fix reloading the last iunlink item
 2023-09-25 21:44 UTC  (3+ messages)
` [PATCH 1/1] xfs: fix reloading entire unlinked bucket lists

[PATCHSET v2 0/1] fstests: fix unshare data corruption bug
 2023-09-25 21:43 UTC  (2+ messages)
` [PATCH 1/1] generic: test FALLOC_FL_UNSHARE when pagecache is not loaded

[Intel-xe] [PATCH DONTMERGE] drm/xe: uapi review submission
 2023-09-25 21:42 UTC  (3+ messages)

[PATCHSET 0/1] fstests: reload entire iunlink lists
 2023-09-25 21:43 UTC  (2+ messages)
` [PATCH 1/1] xfs: test unlinked inode list repair on demand

[PATCH 08/15] platform/x86/amd/pmf: Add support to update system state
 2023-09-25 21:42 UTC  (3+ messages)

[PATCHSET v2 0/1] fstests: fix ro mounting with unknown rocompat features
 2023-09-25 21:42 UTC  (2+ messages)
` [PATCH 1/1] xfs/270: update commit id for _fixed_by tag

[peterz-queue:core/guards2 18/38] kernel/events/core.c:5493 perf_read_group() warn: inconsistent returns 'scope'
 2023-09-25 21:42 UTC 

[PATCHSET 0/1] fstests: disallow LARP on old fses
 2023-09-25 21:42 UTC  (2+ messages)
` [PATCH 1/1] xfs/018: make sure that larp mode actually works

[PATCH] ACPI: FPDT: break out of the loop if record length is zero
 2023-09-25 21:40 UTC 

[PATCH] i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs
 2023-09-21  8:24 UTC 

[PATCH] i3c: svc: Annotate struct svc_i3c_xfer with __counted_by
 2023-09-25 21:37 UTC  (3+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_by
 2023-09-25 21:37 UTC  (3+ messages)

[PATCH] i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_by
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH] i3c: dw: Annotate struct dw_i3c_xfer with __counted_by
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH] i3c: replace deprecated strncpy
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH v2 0/1] Cadence I3C Status Register Bit Mask Error
 2023-09-25 21:36 UTC  (3+ messages)

[PATCH v3] vmscan: add trace events for lru_gen
 2023-09-25 21:36 UTC  (2+ messages)

[PATCH 00/12] i3c: mipi-i3c-hci: Enabling fixes
 2023-09-25 21:36 UTC  (2+ messages)

[Weekly meetings] MoM - 22nd of August 2023
 2023-09-25 21:36 UTC 

[PATCH 0/8] Some cleanups related to missing microcode
 2023-09-25 21:35 UTC  (2+ messages)

[PATCH] Input: i8042 - add quirk for Lenovo ThinkPad T14 Gen 1
 2023-09-25 21:33 UTC 

[PATCH v4 00/20] Generic line based metadata support, internal pads
 2023-09-25 21:34 UTC  (6+ messages)
` [PATCH v4 19/23] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH v4 21/23] media: uapi: Allow a larger number of routes than there's room for

[PATCH 1/2] transport-helper: no connection restriction in connect_helper
 2023-09-25 21:34 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] transport-helper: run do_take_over "

[PATCH v1] rtc/mc146818rtc: improve rtc performance
 2023-09-25 21:33 UTC  (3+ messages)

[PATCH] dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property
 2023-09-25 21:32 UTC  (4+ messages)

[asahilinux:bits/110-smc 1/23] lib/vsprintf.c:1779:30: sparse: sparse: cast to restricted __le32
 2023-09-25 21:32 UTC 

[PATCH v2 0/7] rockchip: rk3568: Fix use of PCIe bifurcation
 2023-09-25 21:30 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Convert fbdev to DRM client
 2023-09-25 21:30 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Convert fbdev to DRM client (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] media: dt-bindings: Add missing unevaluatedProperties on child node schemas
 2023-09-25 21:27 UTC  (2+ messages)

proposal: enhance 'cp --reflink' to expose ioctl_ficlonerange
 2023-09-25 21:28 UTC  (7+ messages)

[RFC PATCH v2 0/7] Introduce persistent memory pool
 2023-09-25 21:28 UTC  (16+ messages)
` [RFC PATCH v2 1/7] kexec_file: Add fdt modification callback support
` [RFC PATCH v2 2/7] x86: kexec: Transfer existing fdt to the new kernel
` [RFC PATCH v2 3/7] x86: kexec: Enable fdt modification in callbacks
` [RFC PATCH v2 4/7] pmpool: Introduce persistent memory pool
` [RFC PATCH v2 5/7] pmpool: Update device tree on kexec
` [RFC PATCH v2 6/7] pmpool: Restore state from device tree post-kexec
` [RFC PATCH v2 7/7] Drivers: hv: Allocate persistent pages for root partition

[PATCH] dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas
 2023-09-25 21:27 UTC  (3+ messages)

[PATCH 0/2] Fix the duplicate PMI injections in vPMU
 2023-09-25 21:28 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit

[PATCH] dt-bindings: pinctrl: Add missing additionalProperties on child node schemas
 2023-09-25 21:27 UTC  (3+ messages)

[PATCH] regulator: dt-bindings: Add missing unevaluatedProperties on child node schemas
 2023-09-25 21:26 UTC 

[PATCH] spi: dt-bindings: Make "additionalProperties: true" explicit
 2023-09-25 21:26 UTC  (3+ messages)

[PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
 2023-09-25 21:26 UTC  (8+ messages)

[PATCH] dt-bindings: memory-controllers: Make "additionalProperties: true" explicit
 2023-09-25 21:26 UTC 

[PATCH] virtio: use shadow_avail_idx while checking number of heads
 2023-09-25 21:24 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: display: msm: Add missing unevaluatedProperties on child node schemas
 2023-09-25 21:24 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display: msm: Make "additionalProperties: true" explicit

btrfstune --convert-to-block-group-tree segfaulted. now filesystem is unmountable
 2023-09-25 21:21 UTC  (5+ messages)

[PATCH v10 00/10] x86/resctrl: Miscellaneous resctrl features
 2023-09-25 21:21 UTC  (9+ messages)
` [PATCH v10 03/10] x86/resctrl: Rename rftype flags for consistency
` [PATCH v10 08/10] x86/resctrl: Display CLOSID for resource group
` [PATCH v10 09/10] x86/resctrl: Add support for the files for MON groups only
` [PATCH v10 10/10] x86/resctrl: Display RMID of resource group

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-25 21:17 UTC  (8+ messages)

[PATCH 0/3] btrfs: introduce "abort=" groups for more strict error handling
 2023-09-25 21:14 UTC  (5+ messages)

[Intel-xe] [PATCH] drm/xe: Add Wa_18028616096
 2023-09-25 21:14 UTC  (3+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-25 21:12 UTC  (16+ messages)

[PATCH 6.1 0/3] net: add sysctl accept_ra_min_lft
 2023-09-25 21:10 UTC  (4+ messages)
` [PATCH 6.1 1/3] net: add sysctl accept_ra_min_rtr_lft
` [PATCH 6.1 2/3] net: change accept_ra_min_rtr_lft to affect all RA lifetimes
` [PATCH 6.1 3/3] net: release reference to inet6_dev pointer

[PATCH v1] arch/x86: port I/O tracing on x86
 2023-09-25 21:10 UTC  (2+ messages)

[tip:sched/core] BUILD SUCCESS 612f769edd06a6e42f7cd72425488e68ddaeef0a
 2023-09-25 21:06 UTC 

Xen 4.18 release: Reminder about code freeze
 2023-09-25 21:05 UTC  (7+ messages)

generating new type name using CIL macro
 2023-09-25 21:03 UTC  (5+ messages)

[Nouveau] [PATCH 00/44] drm/nouveau: initial support for GSP-RM 535.54.04 (and Ada GPUs)
 2023-09-25 21:00 UTC  (3+ messages)
` [Nouveau] [PATCH 40/44] drm/nouveau/gr/r535: initial support

[tinazhangzw:per-iommu_IOTLB_invalidation 9/14] sound/pci/ad1889.c:47:12: warning: 'index' defined but not used
 2023-09-25 21:00 UTC 

[PATCH] modpost: Optimize symbol search from linear to binary search
 2023-09-25 20:59 UTC  (3+ messages)

[PATCH 0/3] NVMe multipath path selector enhancements
 2023-09-25 20:56 UTC  (3+ messages)
` [PATCH 1/3] block: introduce blk_queue_nr_active()

[PATCH] vfs: shave work on failed file open
 2023-09-25 20:55 UTC 

[PATCH net-next v3 0/8] net: dsa: vsc73xx: Make vsc73xx usable
 2023-09-25 20:55 UTC  (4+ messages)
` [PATCH net-next v3 6/8] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx

[igt-dev] [PATCH i-g-t v4 0/2] intel/i915_query: Add query-l3-bank-count subtest
 2023-09-25 20:55 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: "

[PATCH wireless 1/2] ath: dfs_pattern_detector: Fix a memory initialization issue
 2023-09-25 20:54 UTC  (3+ messages)

[PATCH] selftests/damon: Add executable permission to test scripts
 2023-09-25 20:53 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile
 2023-09-25 20:52 UTC  (7+ messages)

[PATCH net-next] udp_tunnel: Use flex array to simplify code
 2023-09-25 20:50 UTC  (4+ messages)

[PATCH v2 0/7] arm64: dts: imx8qxp add emda support
 2023-09-25 20:49 UTC  (14+ messages)
` [PATCH v2 1/7] genpd: imx: scu-pd: fixed dma2-ch domain defination
` [PATCH v2 2/7] arm64: dts: imx8: add edma[0..3]
` [PATCH v2 3/7] arm64: dts: imx8: add edma for uart[0..3]
` [PATCH v2 4/7] arm64: dts: imx8qm: Update edma channel "
` [PATCH v2 5/7] arm64: dts: imx8: update lpuart[0..3] irq number
` [PATCH v2 6/7] arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3
` [PATCH v2 7/7] arm64: dts: imx8qm-mek: enable 8qm "


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.