All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-07 11:04:34 to 2025-02-07 11:57:51 UTC [more...]

[PATCH v4 0/4] qapi: generalize special features
 2025-02-07 11:57 UTC  (6+ messages)
` [PATCH v4 3/4] qapi: rename 'special_features' to 'features'
` [PATCH v4 4/4] qapi: expose all schema features to code

[PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-07 11:57 UTC 

[PATCH 0/3] drm/i915/pch: small cleanups, refactors
 2025-02-07 11:56 UTC  (6+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[Stable-9.1.3 v2 00/65] Patch Round-up for stable 9.1.3, freeze on 2025-02-06 (frozen)
 2025-02-07 11:54 UTC  (8+ messages)
` [Stable-9.1.3 59/65] target/arm: arm_reset_sve_state() should set FPSR, not FPCR
` [Stable-9.1.3 60/65] hw/usb/canokey: Fix buffer overflow for OUT packet
` [Stable-9.1.3 61/65] physmem: fix qemu_ram_alloc_from_fd size calculation
` [Stable-9.1.3 62/65] target/s390x: Fix MVC not always invalidating translation blocks
` [Stable-9.1.3 63/65] net: Fix announce_self
` [Stable-9.1.3 64/65] net/dump: Correctly compute Ethernet packet offset
` [Stable-9.1.3 65/65] gdbstub/user-target: fix gdbserver int format (%d -> %x)

[PATCH 0/4] Sound fix for Valve Steam Deck OLED on resume from suspend
 2025-02-07 11:55 UTC  (6+ messages)
` [PATCH 1/4] ASoC: SOF: amd: Add post_fw_run_delay ACP quirk
` [PATCH 2/4] ASoC: SOF: amd: Drop unused includes from Vangogh driver
` [PATCH 3/4] ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
` [PATCH 4/4] ASoC: SOF: amd: Add branch prediction hint in ACP IRQ handler

[PATCH 6.13 000/619] 6.13.2-rc2 review
 2025-02-07 11:55 UTC  (2+ messages)

[PATCH 6.6 000/389] 6.6.76-rc2 review
 2025-02-07 11:55 UTC  (2+ messages)

[PATCH v3 0/3] Document the new media-committer's model
 2025-02-07 11:54 UTC  (7+ messages)
        ` Media committers model postponed to 6.14 - Was: "

[PATCH libnetfilter_conntrack 1/2] src: add support for CTA_TIMESTAMP_EVENT
 2025-02-07 11:54 UTC  (2+ messages)

[PATCH net-next v2 1/1] net: sxgbe: rework EEE handling based on PHY negotiation
 2025-02-07 11:54 UTC  (2+ messages)

[DPDK/vhost/virtio Bug 1658] Vhost multi-queue reconnection failed with QEMU version 4.2.0 to 5.1.0
 2025-02-07 11:54 UTC  (2+ messages)

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-07 11:53 UTC  (16+ messages)
` [PATCH RFC 06/10] xfs: iomap CoW-based atomic write support
` [PATCH RFC 08/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH RFC 09/10] xfs: Update atomic write max size

[PULL 0/7] Rust, TCG, x86 patches for 2025-02-07
 2025-02-07 11:53 UTC  (3+ messages)
` [PULL 5/7] target/i386: Do not raise Invalid for 0 * Inf + QNaN

[RFC PATCH 0/1] platform/x86/tuxedo: Implement TUXEDO TUXI ACPI TFAN via hwmon
 2025-02-07 11:53 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-07 11:52 UTC  (3+ messages)

[yocto] PROVIDES virtual/kernel but was skipped: incompatible with machine
 2025-02-07 11:52 UTC 

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-02-07 11:52 UTC  (20+ messages)
` [PATCH v5 00/18] "
  ` [PATCH v5 01/18] reftable/stack: stop using `read_in_full()`
  ` [PATCH v5 02/18] reftable/stack: stop using `write_in_full()`
  ` [PATCH v5 03/18] reftable/blocksource: stop using `xmmap()`
  ` [PATCH v5 04/18] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v5 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
  ` [PATCH v5 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
  ` [PATCH v5 07/18] reftable: stop using `BUG()` in trivial cases
  ` [PATCH v5 08/18] reftable/basics: stop using `st_mult()` in array allocators
  ` [PATCH v5 09/18] reftable/basics: provide wrappers for big endian conversion
  ` [PATCH v5 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
  ` [PATCH v5 11/18] reftable/system: introduce `reftable_rand()`
  ` [PATCH v5 12/18] reftable/stack: stop using `sleep_millisec()`
  ` [PATCH v5 13/18] reftable/basics: stop using `SWAP()` macro
  ` [PATCH v5 14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation
  ` [PATCH v5 15/18] compat/mingw: split out POSIX-related bits
  ` [PATCH v5 16/18] git-compat-util.h: split out POSIX-emulating bits
  ` [PATCH v5 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
  ` [PATCH v5 18/18] Makefile: skip reftable library for Coccinelle

[PATCH v4 00/18] reftable: stop using "git-compat-util.h"
 2025-02-07 11:50 UTC  (4+ messages)
` [PATCH v4 14/18] reftable/basics: stop using `UNUSED` annotation

PROVIDES virtual/kernel but was skipped: incompatible with machine
 2025-02-07 11:50 UTC 

[PATCH v6 00/26] Add support for hot-pluggable DRM bridges
 2025-02-07 11:47 UTC  (4+ messages)
` [PATCH v6 14/26] drm/bridge: add support for refcounted "

[PATCH i-g-t 0/4] eudebug: drop support for exec queue placements
 2025-02-07 11:49 UTC  (5+ messages)
` [PATCH i-g-t 1/4] Revert "tests/xe_eudebug: Validate exec queue placements"
` [PATCH i-g-t 2/4] Revert "lib/xe_eudebug: Add support for exec queue placements events"
` [PATCH i-g-t 3/4] Revert "drm-uapi-experimental/xe_drm_eudebug: Sync after exec_queue placement event addition"
` [PATCH i-g-t 4/4] lib/eudebug: Adjust to upstream uapi rebase

[PATCH v4 0/2] scanf: convert self-test to KUnit
 2025-02-07 11:49 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] scanf: break kunit into test cases

[PATCH i-g-t] tests/xe_eudebug_online: Ignore stale attention events during single-step
 2025-02-07 11:48 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH next] drm/i915: Fix NULL vs IS_ERR() check in __shmem_writeback()
 2025-02-07 11:48 UTC  (4+ messages)

[PATCH] b4-wrapper-poky.py: send changes to .b4-config to the poky mailing list
 2025-02-07 11:46 UTC 

[PATCH mptcp-next v5 0/5] add mptcp_address bpf_iter
 2025-02-07 11:44 UTC  (2+ messages)

[PATCH v5 0/8] perf report: Add latency and parallelism profiling
 2025-02-07 11:44 UTC  (9+ messages)
` [PATCH v5 6/8] perf report: Add --latency flag

[PATCH 00/16] path: remove dependency on `the_repository`
 2025-02-07 11:44 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3] rust: allocator_test: use `posix_memalign`
 2025-02-07 11:43 UTC  (3+ messages)

[PATCH v2] rust/kernel: Add faux device bindings
 2025-02-07 11:42 UTC  (2+ messages)

dbus-sensors issue
 2025-02-07 11:40 UTC 

[PATCH v6 0/9] perf report: Add latency and parallelism profiling
 2025-02-07 11:40 UTC  (10+ messages)
` [PATCH v6 1/9] perf report: Add machine parallelism
` [PATCH v6 2/9] perf report: Add parallelism sort key
` [PATCH v6 3/9] perf report: Switch filtered from u8 to u16
` [PATCH v6 4/9] perf report: Add parallelism filter
` [PATCH v6 5/9] perf report: Add latency output field
` [PATCH v6 6/9] perf report: Add --latency flag
` [PATCH v6 7/9] perf report: Add latency and parallelism profiling documentation
` [PATCH v6 8/9] perf test: Add tests for latency and parallelism profiling
` [PATCH v6 9/9] perf hist: Shrink struct hist_entry size

[net-next PATCH v5 6/6] octeontx2-pf: AF_XDP zero copy transmit support
 2025-02-07 11:40 UTC  (2+ messages)

[PATCH v2] arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
 2025-02-07 11:37 UTC  (2+ messages)

Shared package feed between different projects
 2025-02-07 11:40 UTC  (4+ messages)
` [yocto] "

[PATCH 1/2] trace: support expression for blob length
 2025-02-07 11:39 UTC  (5+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 3/3] trace: fix undefined behavior in register
      ` [EXTERNAL] "

[PATCH v3] arm64: Handle .ARM.attributes section in linker scripts
 2025-02-07 11:37 UTC  (2+ messages)

[PATCH v3 0/4] qapi: generalize special features
 2025-02-07 10:30 UTC  (5+ messages)
` [PATCH v3 4/4] qapi: expose all schema features to code

[PATCH v3 0/2] scanf: convert self-test to KUnit
 2025-02-07 11:38 UTC  (3+ messages)

[PATCH v4 00/33] Introduce GPU SVM and Xe SVM implementation
 2025-02-07 11:35 UTC  (4+ messages)
` [PATCH v4 19/33] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRROR

[LTP] [PATCH 0/3] tst_device: add support for overlayfs
 2025-02-07 11:37 UTC  (4+ messages)
` [LTP] [PATCH 3/3] lib/tst_device.c: "

[PATCH v4 00/12] Add Support for RZ/G3E ICU
 2025-02-07 11:36 UTC  (13+ messages)
` [PATCH v4 01/12] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/G3E SoC
` [PATCH v4 02/12] irqchip/renesas-rzv2h: Drop irqchip from struct rzv2h_icu_priv
` [PATCH v4 03/12] irqchip/renesas-rzv2h: Simplify rzv2h_icu_init()
` [PATCH v4 04/12] irqchip/renesas-rzv2h: Use devm_reset_control_get_exclusive_deasserted()
` [PATCH v4 05/12] irqchip/renesas-rzv2h: Use devm_pm_runtime_enable()
` [PATCH v4 06/12] irqchip/renesas-rzv2h: Add struct rzv2h_hw_info with t_offs variable
` [PATCH v4 07/12] irqchip/renesas-rzv2h: Add max_tssel variable to struct rzv2h_hw_info
` [PATCH v4 08/12] irqchip/renesas-rzv2h: Add field_width "
` [PATCH v4 09/12] irqchip/renesas-rzv2h: Drop TSSR_TIEN macro
` [PATCH v4 10/12] irqchip/renesas-rzv2h: Drop macros ICU_TSSR_TSSEL_{MASK,PREP}
` [PATCH v4 11/12] irqchip/renesas-rzv2h: Add RZ/G3E support
` [PATCH v4 12/12] arm64: dts: renesas: r9a09g047: Add icu node

[PATCH 6.6] ext4: filesystems without casefold feature cannot be mounted with siphash
 2025-02-07 11:37 UTC 

[PATCH v3] drm/sched: Use struct for drm_sched_init() params
 2025-02-07 11:36 UTC  (2+ messages)

[PATCH v6 0/7] Guest XenStore page allocation for 11 Dom0less domUs
 2025-02-07 11:36 UTC  (9+ messages)
` [PATCH v6 2/7] xen/arm: Alloc XenStore page for Dom0less DomUs from hypervisor
` [PATCH v6 3/7] docs/features/dom0less: Update the late XenStore init protocol
` [PATCH v6 4/7] automation: add ping test to static-mem test
` [PATCH v6 5/7] init-dom0less: allocate xenstore page is not already allocated

[RFC PATCH 00/11] rv: Add scheduler specification monitors
 2025-02-07 11:36 UTC  (3+ messages)

[PATCH] ata: libahci_platform: Do not set mask_port_map when not needed
 2025-02-07 11:35 UTC  (2+ messages)

[PATCH v2] add basic b4 config file
 2025-02-07 11:35 UTC  (8+ messages)
` [docs] "

[PATCH v2] serial: 8250: Fix fifo underflow on flush
 2025-02-07 11:26 UTC 

[linus:master] [fsnotify] a94204f4d4: stress-ng.timerfd.ops_per_sec 7.0% improvement
 2025-02-07 11:34 UTC  (3+ messages)

[PATCH v6] serial: sh-sci: Update the suspend/resume support
 2025-02-07 11:33 UTC 

[PATCH 0/2] Add support for Quad Input Page Program
 2025-02-07 11:32 UTC  (5+ messages)
` [PATCH 2/2] mtd: spi-nor: macronix: Add support for Macronix NOR Flash

[PATCH v2] arm64: dts: mediatek: add mmc2 support for mt8365-evk
 2025-02-07 11:30 UTC 

[PATCH i-g-t] lib/igt_kmod: Stop unloading drm
 2025-02-07 11:31 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for lib/igt_kmod: Stop unloading drm (rev2)

[PATCH v4 0/1] drm/xe/pf: Use an explicit check to see if the device has LMTT
 2025-02-07 11:31 UTC  (2+ messages)
` [PATCH v4 1/1] "

Xen Project Annual Survey
 2025-02-07 11:30 UTC 

[PATCH v2 0/2] printf: convert self-test to KUnit
 2025-02-07 11:30 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] printf: break kunit into test cases

[PATCH 0/5] media/i2c: max96717: a few changes
 2025-02-07 11:29 UTC  (6+ messages)
` [PATCH 1/5] media/i2c: max96717: change internal regulator voltage
` [PATCH 2/5] media/i2c: max96717: implement the .get_frame_desc() operation
` [PATCH 3/5] dt-bindings: i2c: maxim,max96717: add new properties
` [PATCH 4/5] media/i2c: max96717: add FSYNC support
` [PATCH 5/5] media/i2c: max96717: allow user to override operation mode from DT

[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-07 11:28 UTC  (3+ messages)
` [PATCH bpf-next v2 4/9] bpf: Introduce load-acquire and store-release instructions

[PATCH 0/9] Add wrapper function of_find_node_by_name_balanced()
 2025-02-07 11:28 UTC  (4+ messages)
` [PATCH 1/9] of: Add warpper "

[PATCH 0/2] printf: convert self-test to KUnit
 2025-02-07 11:27 UTC  (5+ messages)

[PATCH blktests v2 0/4] enable bs > ps device testing
 2025-02-07 11:26 UTC  (4+ messages)
` [PATCH blktests v2 1/4] common: add and use min io for fio

for_each_netdev_rcu() protected by RTNL and CONFIG_PROVE_RCU_LIST
 2025-02-07 11:26 UTC  (5+ messages)

[PATCH 0/3] fetch2/git: Improve shallow, lfs, and tag support
 2025-02-07 11:24 UTC  (5+ messages)
` [PATCH 2/3] fetch2/git: Add offline build support for tags
  ` [bitbake-devel] "

[PATCH] serial: 8250: Fix fifo underflow on flush
 2025-02-07 11:24 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add TTM reviewers
 2025-02-07 11:20 UTC  (2+ messages)

[PATCH 0/1] loongson: Fix idle VS timer enqueue
 2025-02-07 11:23 UTC  (3+ messages)
` [PATCH] "

[PATCH v2] ata: libahci_platform: support non-consecutive port numbers
 2025-02-07 11:22 UTC  (5+ messages)

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-07 11:20 UTC  (4+ messages)
` [PATCH v1 12/16] arm64/mm: Support huge pte-mapped pages in vmap

[DPDK/testpmd Bug 1651] Linux kernel 4.10.0 iommu attribute read error
 2025-02-07 11:21 UTC  (2+ messages)

[PATCH mptcp-next v3 0/3] BPF path manager, part 4
 2025-02-07 11:21 UTC  (3+ messages)

[PATCH] MAINTAINERS: spacemit: update various info
 2025-02-07 11:19 UTC  (3+ messages)

renormalize histroy with smudge/clean-filter
 2025-02-07 11:17 UTC  (12+ messages)

[PATCH v1 00/42] Merge Intel IGC and E1000 drivers, and update E1000 base code
 2025-02-07 11:16 UTC  (3+ messages)
` [PATCH v1 00/24] Fixes for igc and e1000

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-07 11:16 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
 2025-02-07 11:15 UTC  (8+ messages)
      ` [Lsf-pc] "

[PATCH 0/2] Introduce fault injection for guc CTB & mmio send/recv
 2025-02-07 11:15 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH mptcp-next v1 0/5] BPF path manager, part 5
 2025-02-07 11:15 UTC  (2+ messages)

[PATCH v1] arm64: dts: rockchip: add 'chassis-type' property on PineNote
 2025-02-07 11:11 UTC  (2+ messages)

[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
 2025-02-07 11:13 UTC  (4+ messages)
` [PATCH v9 0/2] Fix use after free, and refactor af_xdp_tx_zc
  ` [PATCH v9 2/2] net/af_xdp: Refactor af_xdp_tx_zc

[DPDK/other Bug 1656] AVX-512 support disabled
 2025-02-07 11:12 UTC  (2+ messages)

[PATCH 00/15] sched: EEVDF and latency-nice and/or slice-attr
 2025-02-07 11:11 UTC  (4+ messages)
` [PATCH 03/15] sched/fair: Add lag based placement

[PATCH 0/5] Fix vIOMMU reset order
 2025-02-07 11:09 UTC  (2+ messages)

[PATCH v2 00/12] drm/i915: intel_display conversions and some debug improvements
 2025-02-07 11:08 UTC  (3+ messages)
` [PATCH v2 01/12] drm/i915: Pass intel_display to intel_scanout_needs_vtd_wa()

[PATCH] kselftest/arm64: Fix uninitialized variable warning in FPMR test
 2025-02-07 11:06 UTC 

[PATCH v2 00/45] Consolidate hrtimer initialization - Part 4
 2025-02-07 11:08 UTC  (4+ messages)

[PATCH net-next, v8 1/2] netlink: support dumping IPv4 multicast addresses
 2025-02-07 11:08 UTC  (2+ messages)
` [PATCH net-next, v8 2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support

[PATCH nfs-utils v2 0/4] rpcctl: Various Improvements
 2025-02-07 11:08 UTC  (5+ messages)
` [PATCH nfs-utils v2 4/4] rpcctl: Add support for `rpcctl switch add-xprt`

BUG Report: Fork benchmark drop by 30% on aarch64
 2025-02-07 11:07 UTC  (3+ messages)

[v1 0/4] Bugfixes and minor improvements to drm/amdgpu/psp
 2025-02-07 11:05 UTC  (3+ messages)
` [v1 3/4] drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()

[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
 2025-02-07 11:07 UTC  (4+ messages)

[PATCH] virtio-net: Fix receive buffer size typo
 2025-02-07 11:07 UTC  (2+ messages)

[RFC PATCH 1/3] virtio-gpu api: add blob userptr resource
 2025-02-07 11:07 UTC  (11+ messages)
` [RFC PATCH 3/3] drm/virtio: implement blob userptr resource object

[PATCH 00/15] arm: rework id register storage
 2025-02-07 11:02 UTC  (12+ messages)
` [PATCH 05/15] arm/cpu: Store aa64pfr0/1 into the idregs array
` [PATCH 06/15] arm/cpu: Store aa64mmfr0-3 "
` [PATCH 07/15] arm/cpu: Store aa64dfr0/1 "
` [PATCH 08/15] arm/cpu: Store aa64smfr0 "
` [PATCH 09/15] arm/cpu: Store id_isar0-7 "
` [PATCH 10/15] arm/cpu: Store id_mfr0/1 "
` [PATCH 11/15] arm/cpu: Store id_dfr0/1 "
` [PATCH 12/15] arm/cpu: Store id_mmfr0-5 "
` [PATCH 13/15] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH 14/15] arm/cpu: Add sysreg generation scripts
` [PATCH 15/15] arm/cpu: Add generated files

[PATCH v8 00/15] futex: Add support task local hash maps
 2025-02-07 11:06 UTC  (9+ messages)
` [PATCH v8 03/15] futex: Add basic infrastructure for local task local hash

[yocto-autobuilder2][PATCH v2] Fix overriding of the yocto-autobuilder-helper parameters
 2025-02-07 11:06 UTC  (3+ messages)

[PATCH v8 0/2] Make i.MX9 OCOTP work as accessing controller
 2025-02-07 12:12 UTC  (4+ messages)
` [PATCH v8 2/2] nvmem: imx-ocotp-ele: Support accessing controller for i.MX9


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.