All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-10 17:10:28 to 2023-05-10 18:29:35 UTC [more...]

[virtio-dev] [PATCH v3 0/2] transport-pci: msix register desc improve
 2023-05-10 18:29 UTC  (5+ messages)
` [virtio-dev] "
  ` [virtio-dev] "
      ` [virtio-comment] "

mv88e6320: Failed to forward PTP multicast
 2023-05-10 18:28 UTC  (7+ messages)

[patch net 3/3] devlink: fix a deadlock with nested instances during namespace remove
 2023-05-10 18:27 UTC  (3+ messages)

[PATCH v4 0/9] PC cleanups
 2023-05-10 18:26 UTC  (4+ messages)

[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
 2023-05-10 18:23 UTC  (2+ messages)

[PATCH] chore(util): minimal Rust build example
 2023-05-10 18:21 UTC  (10+ messages)

[PATCH RESEND 0/4] Fix oops about sleeping in led_trigger_blink()
 2023-05-10 18:19 UTC  (3+ messages)
` [PATCH RESEND 1/4] leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value

[PATCH v2 1/1] nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
 2023-05-10 18:22 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-10 18:21 UTC 

[PATCH v6 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-10 18:20 UTC  (5+ messages)
` [PATCH v6 1/6] fbdev/matrox: Remove trailing whitespaces

[PATCHSET v2 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
 2023-05-10 18:18 UTC  (4+ messages)
` [PATCH 3/6] workqueue: Move worker_set/clr_flags() upwards

[PATCH locking/atomics 0/19] Add kernel-doc for more atomic operations
 2023-05-10 18:17 UTC  (20+ messages)
` [PATCH locking/atomic 01/19] locking/atomic: Fix fetch_add_unless missing-period typo
` [PATCH locking/atomic 02/19] locking/atomic: Add "@" before "true" and "false" for fallback templates
` [PATCH locking/atomic 03/19] locking/atomic: Add kernel-doc and docbook_oldnew variables for headers
` [PATCH locking/atomic 04/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}inc${sfx}${order}
` [PATCH locking/atomic 05/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}dec${sfx}${order}
` [PATCH locking/atomic 06/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}andnot${sfx}${order}
` [PATCH locking/atomic 07/19] locking/atomic: Add kernel-doc header for arch_${atomic}_try_cmpxchg${order}
` [PATCH locking/atomic 08/19] locking/atomic: Add kernel-doc header for arch_${atomic}_dec_if_positive
` [PATCH locking/atomic 09/19] locking/atomic: Add kernel-doc header for arch_${atomic}_dec_unless_positive
` [PATCH locking/atomic 10/19] locking/atomic: Add kernel-doc header for arch_${atomic}_inc_unless_negative
` [PATCH locking/atomic 11/19] locking/atomic: Add kernel-doc header for arch_${atomic}_set_release
` [PATCH locking/atomic 12/19] locking/atomic: Add kernel-doc header for arch_${atomic}_read_acquire
` [PATCH locking/atomic 13/19] locking/atomic: Script to auto-generate acquire, fence, and release headers
` [PATCH locking/atomic 14/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}_acquire
` [PATCH locking/atomic 15/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}_release
` [PATCH locking/atomic 16/19] locking/atomic: Add kernel-doc header for arch_${atomic}_${pfx}${name}${sfx}
` [PATCH locking/atomic 17/19] x86/atomic.h: Remove duplicate kernel-doc headers
` [PATCH locking/atomic 18/19] locking/atomic: Refrain from generating duplicate fallback kernel-doc
` [PATCH locking/atomic 19/19] docs: Add atomic operations to the driver basic API documentation

[PATCH v10 0/8] drm/i915/pxp: Add MTL PXP Support
 2023-05-10 18:18 UTC  (21+ messages)
` [Intel-gfx] "
` [PATCH v10 1/8] drm/i915/pxp: Add GSC-CS back-end resource init and cleanup
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 2/8] drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operation
  `  "
` [PATCH v10 3/8] drm/i915/pxp: Add MTL helpers to submit Heci-Cmd-Packet to GSC
  ` [Intel-gfx] "
` [PATCH v10 4/8] drm/i915/pxp: Add GSC-CS backend to send GSC fw messages
  ` [Intel-gfx] "
` [PATCH v10 5/8] drm/i915/pxp: Add ARB session creation and cleanup
  ` [Intel-gfx] "
` [PATCH v10 6/8] drm/i915/uapi/pxp: Add a GET_PARAM for PXP
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v10 7/8] drm/i915/pxp: On MTL, KCR enabling doesn't wait on tee component
  `  "
` [Intel-gfx] [PATCH v10 8/8] drm/i915/pxp: Enable PXP with MTL-GSC-CS
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pxp: Add MTL PXP Support (rev10)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 0/9] KVM backports to 5.10
 2023-05-10 18:15 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
` [PATCH 2/9] KVM: x86: Fix recording of guest steal time / preempted status
` [PATCH 3/9] KVM: Fix steal time asm constraints
` [PATCH 4/9] KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
` [PATCH 5/9] KVM: x86: do not set st->preempted when going back to user space
` [PATCH 6/9] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
` [PATCH 7/9] KVM: x86: revalidate steal time cache if MSR value changes
` [PATCH 8/9] KVM: x86: do not report preemption if the steal time cache is stale
` [PATCH 9/9] KVM: x86: move guest_pv_has out of user_access section

[PATCH] target/i386: fix avx2 instructions vzeroall and vpermdq
 2023-05-10 18:15 UTC  (2+ messages)

[PATCHSET v2 wq/for-6.5-cleanup-ordered] workqueue: Ordered workqueue creation cleanup
 2023-05-10 18:16 UTC  (4+ messages)
` [PATCH 02/13] wifi: mwifiex: Use default @max_active for workqueues

[PATCH V6 02/25] x86/cpu: Add helper function to get the type of the current hybrid CPU
 2023-05-10 18:18 UTC  (4+ messages)
` [tip: perf/core] "

[PATCH v2 net-next] net: ethernet: mtk_eth_soc: log clock enable errors
 2023-05-10 18:13 UTC 

[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
 2023-05-10 18:13 UTC  (7+ messages)
` [PATCH 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting

[PATCH] nvmet-rdma: Suppress a class of lockdep complaints
 2023-05-10 18:13 UTC  (6+ messages)

[net-next PATCH] octeontx2-pf: mcs: Offload extended packet number(XPN) feature
 2023-05-10 18:12 UTC  (2+ messages)

[PATCH v3 00/14 RESEND] Intel Hardware P-States (HWP) support
 2023-05-10 18:11 UTC  (8+ messages)
` [PATCH v3 07/14 RESEND] cpufreq: Export HWP parameters to userspace
` [PATCH v3 09/14 RESEND] xenpm: Print HWP parameters

[PULL 00/10] Migration 20230509 patches
 2023-05-10 18:09 UTC  (11+ messages)
` [PULL 01/10] ram: Add public helper to set colo bitmap
` [PULL 02/10] ram: Let colo_flush_ram_cache take the bitmap_mutex
` [PULL 03/10] multifd: Add the ramblock to MultiFDRecvParams
` [PULL 04/10] block/meson.build: prefer positive condition for replication
` [PULL 05/10] colo: make colo_checkpoint_notify static and provide simpler API
` [PULL 06/10] build: move COLO under CONFIG_REPLICATION
` [PULL 07/10] migration: drop colo_incoming_thread from MigrationIncomingState
` [PULL 08/10] migration: process_incoming_migration_co: simplify code flow around ret
` [PULL 09/10] migration: disallow change capabilities in COLO state
` [PULL 10/10] migration: block incoming colo when capability is disabled

RTT-PROBE: lore-subspace-rtt
 2023-05-10 18:11 UTC 

Setting LLUCTL force gen1 bit if max speed is SS for Gen2 controller
 2023-05-10 18:08 UTC 

INVOlCE 58381069 HRE
 2023-05-10 18:07 UTC 

[meta-oe][PATCH] nodejs: Upgrade to 18.16.0
 2023-05-10 18:06 UTC 

[PATCH v3 0/2] Add trace events for remoteproc
 2023-05-10 18:05 UTC  (3+ messages)
` [PATCH v3 1/2] remoteproc: Introduce traces for remoteproc events
` [PATCH v3 2/2] remoteproc: qcom: Add remoteproc tracing

[PATCH 0/8] fetch: introduce machine-parseable output
 2023-05-10 18:05 UTC  (3+ messages)
` [PATCH v5 0/9] "

[PATCH v1 0/3] nvme-fabrics: fix un-expected behaviour related to hostnqn and hostid
 2023-05-10 18:02 UTC  (4+ messages)
` [PATCH 1/3] nvme-fabrics: unify common code in admin and io queue connect
` [PATCH 2/3] nvme-fabrics: check hostid using uuid_equal
` [PATCH 3/3] nvme-fabrics: prevent overriding of existing host

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-05-10 18:01 UTC  (7+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode
` [PATCH v2 3/4] migration/calc-dirty-rate: added n-zero-pages metric
` [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time

Regression with kernel 6.3 "kernel BUG at include/linux/swapops.h:472!"
 2023-05-10 17:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-10 18:01 UTC 

[PATCH 1/6] drm/amdgpu/bu: Use legacy TLB flush for gfx943
 2023-05-10 17:56 UTC  (6+ messages)
` [PATCH 2/6] drm/amdgpu/bu: Add use_mtype_cc_wa module param
` [PATCH 3/6] drm/amdgpu: Fix per-BO MTYPE selection for GFXv9.4.3
` [PATCH 4/6] drm/amdgpu: Override MTYPE per page on GFXv9.4.3 APUs
` [PATCH 5/6] drm/amdgpu/bu: add mtype_local as a module parameter
` [PATCH 6/6] drm/amdgpu/bu: update mtype_local parameter settings

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-05-10 16:42 UTC  (4+ messages)

[PATCH v2 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
 2023-05-10 17:55 UTC  (5+ messages)
` [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

[PATCH] mips: dts: ralink: Clarify usage of MT7621 ethernet phy arguments
 2023-05-10 17:56 UTC  (3+ messages)

[Bug 217350] New: kdump kernel hangs in powerkvm guest
 2023-05-10 17:53 UTC  (2+ messages)
` [Bug 217350] "

[chrome-os:chromeos-6.1 143/178] drivers/gpu/drm/evdi/evdi_drm_drv.h: drm/drm_framebuffer.h is included more than once
 2023-05-10 17:53 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-10 17:51 UTC 

Kernel 6.4-rc1 ARM boot fails
 2023-05-10 17:46 UTC  (3+ messages)

[PATCH 00/14] ALSA: emu10k1: various improvements to the DSP-based mixer code
 2023-05-10 17:39 UTC  (15+ messages)
` [PATCH 01/14] ALSA: emu10k1: make tone control switch mono
` [PATCH 02/14] ALSA: emu10k1: roll up loops in DSP setup code for Audigy
` [PATCH 03/14] ALSA: emu10k1: fix+optimize E-MU stereo capture DSP code
` [PATCH 04/14] ALSA: emu10k1: simplify snd_emu10k1_audigy_dsp_convert_32_to_2x16()
` [PATCH 05/14] ALSA: emu10k1: apply channel delay hack to all E-MU cards
` [PATCH 06/14] ALSA: emu10k1: simplify tone control switch DSP code
` [PATCH 07/14] ALSA: emu10k1: properly assert DSP init constraints
` [PATCH 08/14] ALSA: emu10k1: polish audigy GPR allocation
` [PATCH 09/14] ALSA: emu10k1: fix non-zero mixer control defaults in highres mode
` [PATCH 10/14] ALSA: emu10k1: validate min/max values of translated controls
` [PATCH 11/14] ALSA: emu10k1: omit non-applicable mixer controls for E-MU cards
` [PATCH 12/14] ALSA: emu10k1: skip mic capture PCM for cards without AC97 codec
` [PATCH 13/14] ALSA: emu10k1: enable bit-exact playback, part 1: DSP attenuation
` [PATCH 14/14] ALSA: emu10k1: enable bit-exact playback, part 2: voice attenuation

[arm-integrator:b4/virt-to-pfn-v6-4-rc1 11/12] arch/arm64/include/asm/memory.h: asm-generic/memory_model.h is included more than once
 2023-05-10 17:42 UTC 

[PATCH] perf cs-etm: Fix contextid validation
 2023-05-10 17:41 UTC  (2+ messages)

[PATCH 0/5] efi: Implement generic EFI boot for x86_64
 2023-05-10 17:40 UTC  (5+ messages)
` [PATCH 5/5] efi: Use generic EFI loader "

RTT-PROBE: lore-subspace-rtt
 2023-05-10 17:41 UTC 

[PATCH] perf: arm64: Fix build with refcount checking
 2023-05-10 17:39 UTC  (3+ messages)

[PATCH v1] usb: xhci: plat: remove error log for failure to get usb-phy
 2023-05-10 17:39 UTC  (2+ messages)

[PATCH V2 0/2] perf parse-events: Do not break up AUX event group
 2023-05-10 17:38 UTC  (4+ messages)

[Intel-xe] [PATCH] fixup! drm/xe/display: Add intel_pps support too
 2023-05-10 17:38 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Build: success for "
` [Intel-xe] ○ CI.BAT: info "

[PATCH] ALSA: emu10k1: don't create regular S/PDIF controls for E-MU cards
 2023-05-10 17:37 UTC 

[PATCH v6 1/4] tee: optee: system call property
 2023-05-10 17:38 UTC  (5+ messages)
` [PATCH v6 3/4] tee: optee: support tracking system threads

[PATCH 1/2] perf script: Skip aggregation for stat events
 2023-05-10 17:37 UTC  (3+ messages)

[PATCH v1] perf build: Add system include paths to BPF builds
 2023-05-10 17:34 UTC  (3+ messages)

[virtio-dev] [PATCH v2 0/2] transport-pci: Introduce legacy registers access using AQ
 2023-05-10 17:33 UTC  (9+ messages)
` [virtio-dev] "
        ` [virtio-comment] "
            ` [virtio-dev] "
              ` [virtio-comment] "

U-Boot OMAP GPMC ECC change
 2023-05-10 15:38 UTC  (3+ messages)

[RFC PATCH 2/4] workqueue: support holding a mutex for each work
 2023-05-10 17:31 UTC  (2+ messages)

mm/vmscan.c:4080:29: sparse: sparse: cast to non-scalar
 2023-05-10 17:31 UTC 

[android-common:android14-6.1 4/6] include/trace/hooks/fault.h:11:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-05-10 17:31 UTC 

[alsa-devel@alsa-project.org: [PATCH 3/5] ASoC: mediatek: mt8195-afe-pcm: Simplify runtime PM during probe]
 2023-05-10 17:15 UTC  (19+ messages)
      ` DMARC (Was: Re: [alsa-devel@alsa-project.org: [PATCH 3/5] ASoC: mediatek: mt8195-afe-pcm: Simplify runtime PM during probe])

RTT-PROBE: lore-subspace-rtt
 2023-05-10 17:31 UTC 

[XEN PATCH 2/2] x86/Dom0: Use streaming decompression for ZSTD compressed kernels
 2023-05-10 17:30 UTC  (4+ messages)

[PATCH] ASoC: cs35l45: Relicense to GPL only
 2023-05-10 14:54 UTC  (2+ messages)

[PATCH] ASoC: soc-pcm: Fix and cleanup DPCM locking
 2023-05-10 11:59 UTC  (3+ messages)

[libvirt test] 180599: tolerable all pass - PUSHED
 2023-05-10 17:28 UTC 

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-10 17:27 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-10 17:26 UTC  (11+ messages)
` Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)

[PATCH] efi: fix semihosting EFI payload booting
 2023-05-10 17:26 UTC  (3+ messages)

[PATCH v3] firmware/sysfb: Fix VESA format selection
 2023-05-10 17:25 UTC  (4+ messages)

vPASID capability for VF
 2023-05-10 17:24 UTC  (2+ messages)

pca953x issue when driving a DSI bridge
 2023-05-10 17:25 UTC  (2+ messages)

[PATCH blktests v3 00/12] nvme testsuite runtime optimization
 2023-05-10 17:24 UTC  (7+ messages)
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-10 17:23 UTC  (3+ messages)
` [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state

[Issue] Bonding can't show correct speed if lower interface is bond 802.3ad
 2023-05-10 17:14 UTC  (7+ messages)

[sudeep-holla:android13-5.10/ffa 2111/9999] phylink.c:undefined reference to `linkmode_resolve_pause'
 2023-05-10 17:21 UTC 

lib/crypto/blake2s-selftest.c:564 blake2s_digest_test() warn: comparing different units: 'i < (8192 / 32 + (0))' 'byte < array_size'
 2023-05-10 17:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-10 17:21 UTC 

[ovmf test] 180604: all pass - PUSHED
 2023-05-10 17:19 UTC 

[PULL 00/89] riscv-to-apply queue
 2023-05-10 17:18 UTC  (7+ messages)
` [PULL 19/89] target/riscv: Fix itrigger when icount is used
` [PULL 86/89] target/riscv: Restore the predicate() NULL check behavior

[PATCH v3 00/11] sync Truflow support with latest release
 2023-05-10 17:16 UTC  (2+ messages)

[PATCH bpf-next] bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2023-05-10 17:15 UTC  (2+ messages)

[PATCH v3 3/3] genirq: Use the maple tree for IRQ descriptors management
 2023-05-10 17:15 UTC  (11+ messages)

[PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig)
 2023-05-10 17:14 UTC  (2+ messages)

[PATCH v3] ALSA: pcm: auto-fill buffer with silence when draining playback
 2023-05-10 17:12 UTC  (3+ messages)

[PATCH rcu 0/6] Torture-test updates for v6.5
 2023-05-10 17:12 UTC  (7+ messages)
` [PATCH rcu 1/6] locktorture: Add long_hold to adjust lock-hold delays
` [PATCH rcu 2/6] rcutorture: Correct name of use_softirq module parameter
` [PATCH rcu 3/6] rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
` [PATCH rcu 4/6] rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
` [PATCH rcu 5/6] doc/rcutorture: Add description of rcutorture.stall_cpu_block
` [PATCH rcu 6/6] torture: Remove duplicated argument -enable-kvm for ppc64

[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-05-10 17:12 UTC  (4+ messages)
` [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers
 2023-05-10 17:11 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-10 17:11 UTC 

[PATCH rcu 0/2] Tasks RCU updates for v6.5
 2023-05-10 17:10 UTC  (2+ messages)
` [PATCH rcu 1/2] rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()


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.