All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-21 15:35:04 to 2024-03-21 16:03:51 UTC [more...]

[BUG] mtk-t7xx driver on aarch64/cortex-a53
 2024-03-21 16:03 UTC 

[PATCH] misc/pca9554: Fix check of pin range value in property accessors
 2024-03-21 16:01 UTC 

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-21 16:03 UTC  (14+ messages)
` [PATCH v2 01/13] perf dso: Reorder variables to save space in struct dso
` [PATCH v2 02/13] perf dsos: Attempt to better abstract dsos internals
` [PATCH v2 03/13] perf dsos: Tidy reference counting and locking
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v2 05/13] perf dso: Move dso functions out of dsos
` [PATCH v2 06/13] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v2 07/13] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v2 08/13] perf dsos: Remove __dsos__addnew
` [PATCH v2 09/13] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v2 10/13] perf dsos: Switch hand code to bsearch
` [PATCH v2 11/13] perf dso: Add reference count checking and accessor functions
` [PATCH v2 12/13] perf dso: Reference counting related fixes
` [PATCH v2 13/13] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-03-21 16:02 UTC  (5+ messages)
` [PATCH 02/15] eal: pack structures "

[PATCH net v3 0/2] net: fec: Fixes to suspend / resume with mac_managed_pm
 2024-03-21 16:02 UTC  (10+ messages)
` [PATCH net v3 2/2] net: fec: Suspend the PHY on probe

[PATCH v1 1/1] mfd: intel-lpss: Switch over to MSI interrupts
 2024-03-21 16:02 UTC  (2+ messages)
` (subset) "

[PATCH 1/1] libbpf: Define MFD_CLOEXEC if not available
 2024-03-21 16:01 UTC 

[PATCH] [v4] nouveau: add command-line GSP-RM registry support
 2024-03-21 16:00 UTC  (4+ messages)

[PATCH 1/1] libbpf: Use (uintptr_t) for a u64 cast to a void pointer to fix build on 32-bit arches
 2024-03-21 15:59 UTC  (2+ messages)

[PATCHSET v2 0/17] Improve async state handling
 2024-03-21 15:59 UTC  (3+ messages)
` [PATCH 17/17] io_uring/alloc_cache: switch to array based caching

[RFC 0/8] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-03-21 15:57 UTC  (9+ messages)
` [RFC 1/8] virtio: Define InOrderVQElement
` [RFC 2/8] virtio: Create/destroy/reset VirtQueue In-Order hash table
` [RFC 3/8] virtio: Define order variables
` [RFC 4/8] virtio: Implement in-order handling for virtio devices
` [RFC 5/8] virtio-net: in-order handling
` [RFC 6/8] vhost-svq: "
` [RFC 7/8] vhost/vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
` [RFC 8/8] virtio: Add VIRTIO_F_IN_ORDER property definition

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-21 15:58 UTC  (10+ messages)
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

RTT-PROBE: lore-subspace-rtt
 2024-03-21 15:58 UTC 

[PATCH v7 00/14] Arm cache coloring
 2024-03-21 15:57 UTC  (15+ messages)
` [PATCH v7 01/14] xen/common: add cache coloring common code
` [PATCH v7 04/14] xen/arm: add Dom0 cache coloring support
` [PATCH v7 10/14] xen: add cache coloring allocator for domains
` [PATCH v7 12/14] xen/arm: add Xen cache colors command line parameter

[PATCH v3 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-21 15:53 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH v3 02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
` [PATCH v3 03/15] KVM: arm64: Constraint PAuth support to consistent implementations
` [PATCH v3 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH v3 05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v3 06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH v3 07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH v3 09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v3 10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH v3 11/15] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH v3 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH v3 13/15] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH v3 14/15] KVM: arm64: nv: Advertise support for PAuth
` [PATCH v3 15/15] KVM: arm64: Drop trapping of PAuth instructions/keys

[PATCH v3][next] integrity: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-21 15:49 UTC  (3+ messages)

[PATCH v2] Documentation: tpm_tis
 2024-03-21 15:55 UTC  (5+ messages)

[PATCH] arm64: zynqmp: Describe DisplayPort connector for Kria
 2024-03-21 15:54 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-21 15:55 UTC  (4+ messages)
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters

[PATCH] net: dsa: mv88e6xxx: add warning for truncated mdio bus id
 2024-03-21 15:54 UTC  (7+ messages)

[PATCH] scripts/unifdef: avoid constexpr keyword
 2024-03-21 15:53 UTC  (2+ messages)

[PATCH-for-9.1 00/21] target/monitor: Cleanup around hmp_info_tlb()
 2024-03-21 15:48 UTC  (22+ messages)
` [PATCH-for-9.0? 01/21] host/atomic128: Include missing 'qemu/atomic.h' header
` [PATCH-for-9.1 02/21] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
` [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
` [PATCH-for-9.1 04/21] target/i386: Extract x86_dump_mmu() from hmp_info_tlb()
` [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
` [PATCH-for-9.1 06/21] target/m68k: Have dump_ttr() take a @description argument
` [PATCH-for-9.1 07/21] target/m68k: Move MMU monitor commands from helper.c to monitor.c
` [PATCH-for-9.1 08/21] target/microblaze: Prefix MMU API with 'mb_'
` [PATCH-for-9.1 09/21] target/mips: Prefix MMU API with 'mips_'
` [PATCH-for-9.1 10/21] target/nios2: Prefix MMU API with 'nios2_'
` [PATCH-for-9.1 11/21] target/nios2: Move monitor commands to monitor.c
` [PATCH-for-9.1 12/21] target/nios2: Replace qemu_printf() by monitor_printf() in monitor
` [PATCH-for-9.1 13/21] target/ppc: "
` [PATCH-for-9.1 14/21] target/sh4: Extract sh4_dump_mmu() from hmp_info_tlb()
` [PATCH-for-9.0? 15/21] target/sparc: Fix string format errors when DEBUG_MMU is defined
` [PATCH-for-9.1 16/21] target/sparc: Replace qemu_printf() by monitor_printf() in monitor
` [PATCH-for-9.1 17/21] target/xtensa: Prefix MMU API with 'xtensa_'
` [PATCH-for-9.1 18/21] target/xtensa: Extract MMU API to new mmu.c/mmu.h files
` [PATCH-for-9.1 19/21] target/xtensa: Simplify dump_mpu() and dump_tlb()
` [PATCH-for-9.1 20/21] target/xtensa: Move monitor commands to monitor.c
` [PATCH-for-9.1 21/21] target/xtensa: Replace qemu_printf() by monitor_printf() in monitor

why does git set X in LESS env var?
 2024-03-21 15:53 UTC  (12+ messages)

[PATCH v2 0/5] Fix prestera driver fail to probe twice
 2024-03-21 15:53 UTC  (3+ messages)

[PATCH v2 0/8] drm: zynqmp_dp: Misc. patches and debugfs support
 2024-03-21 15:52 UTC  (17+ messages)
` [PATCH v2 1/8] drm: xlnx: Fix kerneldoc
` [PATCH v2 3/8] drm: zynqmp_dp: Adjust training values per-lane
` [PATCH v2 4/8] drm: zynqmp_dp: Rearrange zynqmp_dp for better padding
` [PATCH v2 5/8] drm: zynqmp_dp: Don't retrain the link in our IRQ

[syzbot] [virtualization?] upstream boot error: WARNING: refcount bug in __free_pages_ok
 2024-03-21 15:52 UTC  (2+ messages)

[PATCH] gitk: add "Hightlight commit name" menu entry
 2024-03-21 15:51 UTC  (2+ messages)

[PATCH 0/2] Add interconnect driver for IPQ9574 SoC
 2024-03-21 15:50 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: interconnect: Add Qualcomm IPQ9574 support

t0032 fails on NFS mounts
 2024-03-21 15:50 UTC  (4+ messages)
` [PATCH] reftable: fix tests being broken by NFS' delete-after-close semantics

[PATCH v2 net] ice: Fix freeing uninitialized pointers
 2024-03-21 15:49 UTC  (4+ messages)
  ` [Intel-wired-lan] "

RTT-PROBE: lore-subspace-rtt
 2024-03-21 15:48 UTC 

[RFC PATCH v9 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-21 15:46 UTC  (3+ messages)
` [RFC PATCH v9 06/23] target/arm: Add support for Non-maskable Interrupt

[PATCH v2 0/9] encode the values directly in the table entry
 2024-03-21 15:39 UTC  (3+ messages)

[PATCH v5 0/3] uvcvideo: Attempt N to land UVC race conditions fixes
 2024-03-21 15:47 UTC  (3+ messages)
` [PATCH v5 1/3] media: uvcvideo: Lock video streams and queues while unregistering

[PATCH v4 1/2] drm/xe/query: Define and use a constant for the number of masks
 2024-03-21 15:46 UTC  (4+ messages)
` ✓ CI.Build: success for series starting with [v4,1/2] "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "

[PATCH v7 0/5] support '%pd' and '%pD' for print file name
 2024-03-21 15:48 UTC  (7+ messages)
` [PATCH v7 1/5] tracing/probes: support '%pd' type for print struct dentry's name

[v17,1/9] drm/dp: Add support to indicate if sink supports AS SDP
 2024-03-21 15:38 UTC  (12+ messages)
  ` [PATCH v18 0/9] Enable Adaptive Sync SDP Support for DP
  ` [PATCH v18 1/9] drm/dp: Add support to indicate if sink supports AS SDP
  ` [PATCH v18 2/9] drm: Add Adaptive Sync SDP logging
  ` [PATCH v18 3/9] drm/i915/display: Add crtc state dump for Adaptive Sync SDP
  ` [PATCH v18 4/9] drm/i915/dp: Add Read/Write support "
  ` [PATCH v18 5/9] drm/i915/dp: Add wrapper function to check AS SDP
  ` [PATCH v18 6/9] drm/i915/display: Compute AS SDP parameters
  ` [PATCH v18 7/9] drm/i915/display: Add state checker for Adaptive Sync SDP
  ` [PATCH v18 8/9] drm/i915/display: Compute vrr_vsync params
  ` [PATCH v18 9/9] drm/i915/display: Read/Write Adaptive Sync SDP

[PATCH v4] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-21 15:45 UTC  (7+ messages)

[PATCH v3 1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: add new bindings
 2024-03-21 15:44 UTC  (8+ messages)
` [PATCH v3 2/2] phy: add driver for MediaTek XFI T-PHY

[PATCH 1/2] x86/microcode/AMD: Add a patch revision number union
 2024-03-21 15:21 UTC  (3+ messages)
` [PATCH 2/2] x86/CPU/AMD: Improve the erratum 1386 workaround

[PATCH] block: fail unaligned bio from submit_bio_noacct()
 2024-03-21 15:43 UTC  (2+ messages)
`  "

[PATCH] drm/msm/dpu: add support for 4:2:2 and 4:4:4 planar YCbCr plane formats
 2024-03-21 15:43 UTC  (3+ messages)

[PATCH] scripts/package: buildtar: Output as vmlinuz for riscv
 2024-03-21 15:43 UTC  (3+ messages)

[PATCH RFC 0/7] net: Add generic support for netdev LEDs
 2024-03-21 15:43 UTC  (5+ messages)
` [PATCH RFC 2/7] net: Add helpers "

[PATCH i-g-t v5 00/24] Update test documentation for i915 tests
 2024-03-21 15:38 UTC  (25+ messages)
` [PATCH i-g-t v5 01/24] tests: Introduce uapi subcategory
` [PATCH i-g-t v5 02/24] tests/intel: Introduce Memory management subcategory
` [PATCH i-g-t v5 03/24] tests/intel: Introduce CMD submission subcategory
` [PATCH i-g-t v5 04/24] tests/intel: Let's introduce Workarounds subcategory
` [PATCH i-g-t v5 05/24] tests/intel: Add tests to Compute subcategory
` [PATCH i-g-t v5 06/24] tests/intel: Introduce GPGPU subcategory
` [PATCH i-g-t v5 07/24] tests/intel: Introduce Blitter subcategory
` [PATCH i-g-t v5 08/24] tests/intel: Introduce FDinfo subcategory
` [PATCH i-g-t v5 09/24] tests/intel: Introduce Flat-ccs subcategory
` [PATCH i-g-t v5 10/24] tests/intel: Introduce Firmware subcategory
` [PATCH i-g-t v5 11/24] tests/intel: Introduce Media subcategory
` [PATCH i-g-t v5 12/24] tests/intel: Introduce Render copy subcategory
` [PATCH i-g-t v5 13/24] tests/intel: Introduce Obsolete subcategory
` [PATCH i-g-t v5 14/24] tests/intel: Introduce Power management subcategory
` [PATCH i-g-t v5 15/24] tests/intel: Introduce SysMan subcategory
` [PATCH i-g-t v5 16/24] tests: Introduce Core subcategory
` [PATCH i-g-t v5 17/24] tests: Introduce Synchronization subcategory
` [PATCH i-g-t v5 18/24] tests: Introduce intel-nouveau subcategory
` [PATCH i-g-t v5 19/24] tests/intel: Introduce Debugging subcategory
` [PATCH i-g-t v5 20/24] tests/intel: Add missing documentation fields in i915_selftest
` [PATCH i-g-t v5 21/24] tests/intel: Add more tests to Performance subcategory
` [PATCH i-g-t v5 22/24] tests: Update device_reset functionality
` [PATCH i-g-t v5 23/24] tests: Add missing documentation fields for SRIOV and Display
` [PATCH i-g-t v5 24/24] tests: Remove 'Run type' documentation field

[RFC PATCH v4 0/5] initial support for Marvell 88PM886 PMIC
 2024-03-21 15:42 UTC  (3+ messages)
` [RFC PATCH v4 2/5] mfd: add driver "

[PATCH v3 0/4] NXP S32G3 SoC initial bring-up
 2024-03-21 15:41 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: arm: fsl: Document NXP S32G3 board
` [PATCH v3 2/4] dt-bindings: serial: fsl-linflexuart: add compatible for S32G3
` [PATCH v3 3/4] dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G3 support
` [PATCH v3 4/4] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3

Regarding UDP-Lite deprecation and removal
 2024-03-21 15:41 UTC  (4+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfs_find_1st_rec_by_cnid
 2024-03-21 15:40 UTC  (2+ messages)

[RESEND PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
 2024-03-21 15:39 UTC 

[PATCH v3 0/3] imx93-phyboard-segin: Add USB support
 2024-03-21 14:47 UTC  (3+ messages)
` [PATCH v3 1/3] arm: dts: "

[PATCH bpf] bpf: verifier: fix addr_space_cast from as(1) to as(0)
 2024-03-21 15:38 UTC 

[PATCH net-next v8 00/11] stmmac: Add Loongson platform support
 2024-03-21 15:38 UTC  (9+ messages)
` [PATCH net-next v8 08/11] net: stmmac: dwmac-loongson: Fix MAC speed for GNET

RTT-PROBE: lore-subspace-rtt
 2024-03-21 15:38 UTC 

[PATCH V2] gpiolib: use dev_err() when gpiod_configure_flags failed
 2024-03-21 15:37 UTC  (6+ messages)

[PATCH] drm/i915: use READ_ONCE() to read vma->iomap in concurrent environment
 2024-03-21  9:49 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: Hide unsupported MPAM from the guest
 2024-03-21 15:37 UTC  (7+ messages)

[PATCH] Fix duplicate C declaration warnings
 2024-03-21 15:37 UTC  (2+ messages)

[PATCH v2 net] nexthop: fix uninitialized variable in nla_put_nh_group_stats()
 2024-03-21 15:35 UTC  (2+ messages)

[PATCH v2] ARM: unwind: improve unwinders for noreturn case
 2024-03-21 15:33 UTC  (11+ messages)

[PATCH v10 00/27] drm/connector: Create HDMI Connector infrastructure
 2024-03-21 15:29 UTC  (2+ messages)
` [PATCH v10 27/27] drm/sun4i: hdmi: Switch to HDMI connector


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.