All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-16 19:55:24 to 2024-12-16 20:51:14 UTC [more...]

[RFC] drm/msm: Add UABI to request perfcntr usage
 2024-12-16 20:51 UTC  (9+ messages)

[PATCH RESEND v3 0/2] dt-bindings: dma: adi,axi-dmac: convert to yaml and update
 2024-12-16 20:51 UTC 

[PATCH v14 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-16 20:49 UTC  (3+ messages)

[PATCH v3 0/8] wifi: ath12k: MLO support part 7
 2024-12-16 20:49 UTC  (4+ messages)

[PATCH v4 0/6] ipu6: get rid of all the IS_ENABLED(CONFIG_ACPI)
 2024-12-16 20:46 UTC  (5+ messages)
` [PATCH v4 2/6] ACPI: bus: implement acpi_get_physical_device_location when !ACPI

[PATCH] null_blk: Remove accesses to page->index
 2024-12-16 20:47 UTC  (2+ messages)

[PATCH RESEND v2 0/9] Clean up alloc_cache allocations
 2024-12-16 20:46 UTC  (10+ messages)
` [PATCH RESEND v2 1/9] io_uring: Fold allocation into alloc_cache helper
` [PATCH RESEND v2 2/9] io_uring: Add generic helper to allocate async data
` [PATCH RESEND v2 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper
` [PATCH RESEND v2 4/9] io_uring/poll: Allocate apoll "
` [PATCH RESEND v2 5/9] io_uring/uring_cmd: Allocate async data through generic helper
` [PATCH RESEND v2 6/9] io_uring/net: Allocate msghdr async data through helper
` [PATCH RESEND v2 7/9] io_uring/rw: Allocate "
` [PATCH RESEND v2 8/9] io_uring: Move old async data allocation helper to header
` [PATCH RESEND v2 9/9] io_uring/msg_ring: Drop custom destructor

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2024-12-16 20:41 UTC  (66+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH v3 00/14] drm/msm/dp: perform misc cleanups
 2024-12-16 20:45 UTC  (9+ messages)
` [PATCH v3 04/14] drm/msm/dp: pull I/O data out of msm_dp_catalog_private()

[PATCH bpf v2 0/2] Don't trust r0 bounds after BPF to BPF calls with abnormal returns
 2024-12-16 20:45 UTC  (8+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Test r0 bounds after BPF to BPF call with abnormal return

[PATCH V5 1/4] perf/x86/intel/ds: Add PEBS format 6
 2024-12-16 20:45 UTC  (4+ messages)
` [PATCH V5 2/4] perf/x86: Extend event update interface
` [PATCH V5 3/4] perf: Extend perf_output_read
` [PATCH V5 4/4] perf/x86/intel: Support PEBS counters snapshotting

[PATCH 0/2] Enable GuC SLPC default balancing strategies
 2024-12-16 20:44 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/guc/slpc: Enable GuC SLPC default strategies
` [PATCH 2/2] drm/i915/guc/slpc: Print more SLPC debug status information

[PATCH tty-next v1 0/4] serial: 8250: Fix LSR masking
 2024-12-16 20:43 UTC  (6+ messages)
` [PATCH tty-next v1 1/4] serial: 8250: Use @ier bits to determine if Rx is stopped
` [PATCH tty-next v1 2/4] serial: 8250: Do not set UART_LSR_THRE in @read_status_mask

[PATCH] smb: enable reuse of deferred file handles for write operations
 2024-12-16 20:43 UTC  (2+ messages)

[PATCH] smb: use macros instead of constants for leasekey size and default cifsattrs value
 2024-12-16 20:42 UTC  (2+ messages)

[PATCH v6 00/16] move per-vma lock into vm_area_struct
 2024-12-16 20:42 UTC  (3+ messages)
` [PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count

[PATCH v2 0/4] drm/vc4: Clean-up the BO seqnos
 2024-12-16 20:42 UTC  (5+ messages)
` [PATCH v2 3/4] drm/vc4: Remove BOs seqnos
` [PATCH v2 4/4] drm/vc4: Remove `vc4_queue_seqno_cb()`

Zoned storage and BLK_STS_RESOURCE
 2024-12-16 20:42 UTC  (3+ messages)

[PATCH v3 i-g-t 0/3] tests/intel/xe_eudebug: Introduce additional ufence testcases
 2024-12-16 20:41 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for tests/intel/xe_eudebug: Introduce additional ufence testcases (rev3)

[PATCH v5 0/14] futex: Add support task local hash maps
 2024-12-16 20:41 UTC  (3+ messages)
` [PATCH v5 07/14] futex: Move the retry_private label

[REGRESSION][BISECTED] from bd9bbc96e835: cannot boot Win11 KVM guest
 2024-12-16 20:40 UTC  (5+ messages)

[PATCH bpf-next] bpf: lsm: Remove hook to bpf_task_storage_free
 2024-12-16 20:40 UTC  (2+ messages)

[RFC v2 0/4] Allow choosing the NVD feed
 2024-12-16 20:38 UTC  (4+ messages)
` [OE-core] "

[PATCH v2 0/6] reduce boilerplate code within btrfs
 2024-12-16 20:38 UTC  (4+ messages)
` [PATCH v2 2/6] btrfs: update btrfs_add_block_group_cache() to use rb helper

[LTP] [PATCH] fchmod05: Convert docs to docparse
 2024-12-16 20:38 UTC  (2+ messages)

[PATCH V3 0/5] AMD NPU driver improvements
 2024-12-16 20:38 UTC  (3+ messages)
` [PATCH V3 5/5] accel/amdxdna: Add zero check for pad in ioctl input structures

[cip dev][PATCH 5.10.y-cip 0/3] pinctrl: renesas: rzg2l: Fixes for suspend to RAM
 2024-12-16 20:38 UTC  (2+ messages)

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 20:34 UTC  (3+ messages)
` [PATCH 11/10] netfs: Fix is-caching check in read-retry

[PATCH 0/8] iio: ad3552r-hs: add support for ad3541/42r
 2024-12-16 20:36 UTC  (9+ messages)
` [PATCH 1/8] iio: dac: ad3552r-common: fix ad3541/2r ranges
` [PATCH 2/8] iio: dac: ad3552r-hs: clear reset status flag
` [PATCH 3/8] iio: dac: adi-axi-dac: modify stream enable
` [PATCH 4/8] iio: backend: add API for interface configuration
` [PATCH 5/8] iio: dac: adi-axi-dac: add bus mode setup
` [PATCH 6/8] iio: dac: ad3552r-hs: exit for error on wrong chip id
` [PATCH 7/8] iio: dac: ad3552r-hs: add ad3541/2r support
` [PATCH 8/8] iio: dac: ad3552r-hs: update function name (non functional)

[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
 2024-12-16 20:36 UTC  (3+ messages)
` [PATCH v2 2/4] drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode

[Buildroot] [PATCH v2] package/libsha1: Fix gcc14 compilation in libsha1
 2024-12-16 20:36 UTC  (2+ messages)

[linux-next:master 3646/4379] kernel/bpf/verifier.c:19553 add_used_map() warn: fd re-used after fget(): 'fd'
 2024-12-16 20:32 UTC 

[PATCH 0/7] vsprintf: Add %pTN to print Task Name
 2024-12-16 20:33 UTC  (4+ messages)
` [PATCH 6/7] drivers: Repace get_task_comm() with %pTN

[PATCH v1] event/dlb2: add port attribute for independent enqueue
 2024-12-16 20:33 UTC  (2+ messages)
` [PATCH v2] eventdev: "

[PATCH] thermal/thresholds: Fix uapi header macros leading to a compilation error
 2024-12-16 20:31 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-16 20:31 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH] iommu/arm-smmu-qcom: Only enable stall on smmu-v2
 2024-12-16 20:28 UTC  (2+ messages)

[PATCH] powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active
 2024-12-16 18:37 UTC  (2+ messages)

[PATCH] drm/i915/cx0_phy: Fix C10 pll programming sequence
 2024-12-16 20:28 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] bpf: do not inline bpf_get_smp_processor_id() with CONFIG_SMP disabled
 2024-12-16 20:28 UTC  (4+ messages)

[PATCH 1/3] util: ensure decode_hex_own_buf is passed a valid buffer
 2024-12-16 20:26 UTC  (2+ messages)

[PATCH 1/2] speedupmodem: ussd: ensure ussd content fits in buffer
 2024-12-16 20:27 UTC  (2+ messages)

[LTP] [PATCH v7] mmap01: Convert to new API
 2024-12-16 20:27 UTC 

[Buildroot] [PATCH] package/linuxptp: bump version to 4.4
 2024-12-16 20:27 UTC  (2+ messages)

Abstract address for rpcbind in kernel not working
 2024-12-16 20:26 UTC 

[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
 2024-12-16 20:26 UTC  (5+ messages)
` [PATCH v2 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH v2 5/5] drm/connector: make mode_valid take a "

[PATCH v2] dt-bindings: i2c: renesas,riic: Document the R9A09G047 support
 2024-12-16 20:24 UTC 

[PATCH v2] tests/kms_async_flips: Create subtest for overlay planes
 2024-12-16 20:24 UTC 

[Buildroot] Problem compiling grpc package with BR 2024.11
 2024-12-16 20:24 UTC  (2+ messages)

[PATCH v2] ACPI: fan: cleanup resources in the error path of .probe()
 2024-12-16 20:23 UTC  (2+ messages)

[PATCH 0/3] Add RZ/G3E RIIC support
 2024-12-16 20:23 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: i2c: renesas,riic: Document the R9A09G047 support

[chao:wip 19/20] fs/f2fs/segment.c:2891:4: error: call to undeclared function 'reset_curseg_fields'; ISO C99 and later do not support implicit function declarations
 2024-12-16 20:21 UTC 

[linux-next:master 3411/4379] arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dtb: panel-lvds: compatible:0: 'panel-lvds' is not one of ['admatec,9904379', 'auo,b101ew05', 'auo,g084sn05', 'chunghwa,claa070wp03xg', 'edt,etml0700z9ndha', 'hannstar,hsd101pww2', 'hydis,hv070wx2-1e0', 'jenso
 2024-12-16 20:20 UTC 

[PATCH v4 0/1] Seal system mappings
 2024-12-16 20:20 UTC  (8+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH 00/17] DC Patches Dec 13, 2024
 2024-12-16 20:20 UTC  (3+ messages)
` [PATCH 12/17] Revert "drm/amd/display: Fix green screen issue after suspend"

[PATCH 0/2] Move blk_mq_submit_bio() error handling
 2024-12-16 20:19 UTC  (3+ messages)
` [PATCH 1/2] block: Optimize blk_mq_submit_bio() for the cache hit scenario
` [PATCH 2/2] blk-mq: Move more error handling into blk_mq_submit_bio()

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2024-12-16 20:17 UTC 

[PATCH i-g-t 1/2] lib/xe/xe_util: introduce helper for enabling ccs mode
 2024-12-16 20:15 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [i-g-t,1/2] "

[oe] [meta-oe][PATCHv2] libpeas: update 1.36.0 -> 2.0.5
 2024-12-16 20:14 UTC  (3+ messages)

[Intel-wired-lan] [iwl-next PATCH v4 0/3] IDPF Virtchnl: Enhance error reporting & fix locking/workqueue issues
 2024-12-16 20:13 UTC  (5+ messages)
` [Intel-wired-lan] [iwl-next PATCH v4 2/3] idpf: convert workqueues to unbound
      `  "

[RFC PATCH 0/9] Add kernel cmdline option for rt_group_sched
 2024-12-16 20:13 UTC  (10+ messages)
` [RFC PATCH 1/9] sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
` [RFC PATCH 2/9] sched: Remove unneeed macro wrap
` [RFC PATCH 3/9] sched: Always initialize rt_rq's task_group
` [RFC PATCH 4/9] sched: Add commadline option for RT_GROUP_SCHED toggling
` [RFC PATCH 5/9] sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
` [RFC PATCH 6/9] sched: Bypass bandwitdh checks with runtime "
` [RFC PATCH 7/9] sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
` [RFC PATCH 8/9] sched: Add RT_GROUP WARN checks for non-root task_groups
` [RFC PATCH 9/9] sched: Add annotations to RT_GROUP_SCHED fields

[PATCH] riscv: dts: starfive: jh7110-common: Use named definition for mmc1 card detect
 2024-12-16 20:12 UTC  (5+ messages)

[PATCH] riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions
 2024-12-16 20:12 UTC  (7+ messages)

[PATCH v3 0/3] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-16 20:11 UTC  (4+ messages)
` [PATCH v3 1/3] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH v3 2/3] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH v3 3/3] drivers: base: test: Add ...find_device_by...(... NULL) tests

Infiniband crash
 2024-12-16 20:10 UTC  (2+ messages)

[PATCH 0/2] leds: TI LP8864/LP8866 support
 2024-12-16 20:08 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: backlight: Convert LP8860 into YAML format adding LP886x

[PATCH BlueZ v2 1/2] lib: Add constant for 16 bits transparent voice setting
 2024-12-16 20:07 UTC  (2+ messages)
` Add constant for 16 bits transparent voice

[PATCH v5] um: switch to regset API and depend on XSTATE
 2024-12-16 20:06 UTC  (5+ messages)

[PATCH v3 00/10] xen/arm: ffa: Improvements and fixes
 2024-12-16 20:05 UTC  (5+ messages)
` [PATCH v3 04/10] xen/arm: ffa: Fine granular call support

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-16 20:05 UTC  (5+ messages)
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()

sdhci_pci module is blocking low power s0ix sleep with GL9767
 2024-12-16 20:05 UTC  (2+ messages)

[PATCH 0/5] KVM: x86: Address xstate_required_size() perf regression
 2024-12-16 20:04 UTC  (2+ messages)

[PATCH v4 0/2] regulator: add new PMIC PF9453 support
 2024-12-16 20:03 UTC  (3+ messages)
` [PATCH v4 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string
` [PATCH v4 2/2] regulator: pf9453: add PMIC PF9453 support

[PATCH v2 00/11] Use correct LDO5 control registers for PCA9450
 2024-12-16 19:59 UTC  (5+ messages)
` [PATCH v2 01/11] Revert "regulator: pca9450: Add sd-vsel GPIO"

[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2024-12-16 19:58 UTC  (2+ messages)

[PATCH v2 0/4] RTL9300 MDIO driver
 2024-12-16 19:57 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: net: Add Realtek MDIO controller

[PATCH 0/2] arm64: defconfig: Configs for MT8188
 2024-12-16 19:51 UTC  (2+ messages)
` [PATCH 2/2] arm64: defconfig: Enable MediaTek DWMAC

[PATCH v2 0/8] wifi: ath12k: MLO support part 7
 2024-12-16 19:54 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI


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.