All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-29 23:52:44 to 2025-04-30 00:41:49 UTC [more...]

[PATCH v2 0/6] Use rustc-demangle for Rust demangling
 2025-04-30  0:41 UTC  (6+ messages)
` [PATCH v2 1/6] perf demangle-rust: Add rustc-demangle C demangler
` [PATCH v2 2/6] perf symbol-elf: Integrate rust-v0 demangling
` [PATCH v2 3/6] perf demangle-rust: Remove previous legacy rust decoder
` [PATCH v2 4/6] perf test demangle-rust: Add Rust demangling test
` [PATCH v2 5/6] perf test demangle-java: Switch to using dso__demangle_sym

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-04-30  0:41 UTC  (3+ messages)
` [Bug 220057] "

[PATCH] libmatchbox: fix version mismatch
 2025-04-30  0:39 UTC 

[PATCH v3 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-04-30  0:36 UTC  (3+ messages)
` [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge

[PATCH v1 1/4] drm-uapi/amdgpu: add UAPI query if user queues are supported
 2025-04-30  0:38 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v1,1/4] "

[PATCH 6.1 000/167] 6.1.136-rc1 review
 2025-04-30  0:37 UTC  (2+ messages)

[RFC PATCH] target/ppc: Inline most of dcbz helper
 2025-04-30  0:35 UTC  (12+ messages)

[REPOST PATCH] virt: acrn: Remove unused list 'acrn_irqfd_clients'
 2025-04-30  0:36 UTC 

[PATCH v3 0/8] drm/msm/dpu: improve CTL handling on DPU >= 5.0 platforms
 2025-04-30  0:35 UTC  (5+ messages)
` [PATCH v3 5/8] drm/msm/dpu: don't select single flush for active CTL blocks
` [PATCH v3 6/8] drm/msm/dpu: allocate single CTL for DPU >= 5.0

[RFC Patch 0/5] Make anon_vma operations testable
 2025-04-29 23:56 UTC  (6+ messages)

❌ FAIL: Test report for master (6.15.0-rc4, upstream-mainline, 8bac8898)
 2025-04-30  0:32 UTC 

[PATCH v2 0/3] drm/display: hdmi: provide common code to get Audio Clock Recovery params
 2025-04-30  0:30 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm/hdmi: move msm_hdmi_audio_update() out of msm_hdmi_set_timings()

[PATCH i-g-t] intel-ci/xe.blocklist: remove device_reset
 2025-04-30  0:30 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-30  0:28 UTC  (3+ messages)
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events

[PATCH v5 0/5] Enable SVM atomics in Xe / GPU SVM
 2025-04-30  0:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Enable SVM atomics in Xe / GPU SVM (rev5)

[PATCH 1/1] ARM: dts: rockchip: Wifi improvements for Sonoff iHost
 2025-04-30  0:23 UTC 

[PATCH v3 0/5] NMI warning and debug improvements
 2025-04-30  0:24 UTC  (3+ messages)

[PATCH] ASoC: SOF: topology: Fix null pointer derefence
 2025-04-30  0:23 UTC  (3+ messages)

[PATCH] ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event
 2025-04-30  0:23 UTC  (4+ messages)

[PATCH net-next 1/6] netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
 2025-04-30  0:20 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V KVM selftests improvements
 2025-04-30  0:18 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v2 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH v14 00/27] riscv control-flow integrity for usermode
 2025-04-30  0:16 UTC  (48+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH] regcache: Use sort()'s default swap() implementation
 2025-04-30  0:16 UTC  (3+ messages)

[PATCH rtw-next v3 0/2] Fix inadverent sharing of struct ieee80211_supported_band data
 2025-04-30  0:16 UTC  (3+ messages)
` [PATCH rtw-next v3 2/2] wifi: rtw89: "

[PATCH net-next v5] Add support to set napi threaded for individual napi
 2025-04-30  0:16 UTC  (9+ messages)

[PATCH 6.1 CANDIDATE 00/16] backports from 6.10 for 6.1.y
 2025-04-30  0:16 UTC  (2+ messages)

[PATCH] drm/i915/dp: Clear TRAINING_PATTERN_SET (DPCD 00102h) before starting Link Training
 2025-04-30  0:14 UTC 

[PATCH v4 0/4] drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-04-30  0:09 UTC  (5+ messages)
` [PATCH v4 1/4] drm/msm/dp: Fix support of LTTPR initialization
` [PATCH v4 2/4] drm/msm/dp: Account for LTTPRs capabilities
` [PATCH v4 3/4] drm/msm/dp: Prepare for link training per-segment for LTTPRs
` [PATCH v4 4/4] drm/msm/dp: Introduce "

[RFC PATCH 00/17] CXL Boot to Bash Documentation
 2025-04-30  0:12 UTC  (18+ messages)
` [RFC PATCH 01/17] cxl: update documentation structure in prep for new docs
` [RFC PATCH 02/17] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH 03/17] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH 04/17] cxl: docs/platform/acpi reference documentation
` [RFC PATCH 05/17] cxl: docs/platform/example-configs documentation
` [RFC PATCH 06/17] cxl: docs/linux - overview
` [RFC PATCH 07/17] cxl: docs/linux - early boot configuration
` [RFC PATCH 08/17] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH 09/17] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH 10/17] cxl: docs/linux/dax-driver documentation
` [RFC PATCH 11/17] cxl: docs/linux/memory-hotplug
` [RFC PATCH 12/17] cxl: docs/allocation/dax
` [RFC PATCH 13/17] cxl: docs/allocation/page-allocator
` [RFC PATCH 14/17] cxl: docs/allocation/reclaim
` [RFC PATCH 15/17] cxl: docs/allocation/hugepages
` [RFC PATCH 16/17] cxl: docs/allocation/tiering
` [RFC PATCH 17/17] cxl: docs/use-cases

[PATCH v2] hfs: fix not erasing deleted b-tree node issue
 2025-04-30  0:12 UTC 

[PATCH] replace-refs: fix support of qualified replace ref paths
 2025-04-30  0:11 UTC  (5+ messages)

[to-be-updated] kasan-avoid-sleepable-page-allocation-from-atomic-context.patch removed from -mm tree
 2025-04-30  0:10 UTC 

[PATCH v2 0/3] selftests: ublk: more misc fixes
 2025-04-30  0:09 UTC  (3+ messages)
` [PATCH v2 1/3] selftests: ublk: kublk: build with -Werror iff WERROR!=0

[PATCH] benchmark: Measure allocation time for objects
 2025-04-30  0:08 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for benchmark: Measure allocation time for objects (rev5)

[PATCH v3 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-04-30  0:08 UTC  (3+ messages)
` [PATCH v3 1/1] "

[RFC PATCH] tcg: allow tb_flags to be larger than 32bit
 2025-04-30  0:06 UTC  (2+ messages)

[PATCH] benchmarks: create xe_exec_ctx
 2025-04-30  0:07 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for benchmarks: create xe_exec_ctx (rev4)

[PATCH] platform: generic: mips: add P8700
 2025-04-29 23:29 UTC  (10+ messages)
` [PATCH v4 0/8] *** Add MIPS P8700 platform ***
` [PATCH v4 1/8] platform: generic: mips: add P8700
` [PATCH v4 2/8] platform: generic: mips: add header files
` [PATCH v4 3/8] platform: generic: mips: add an entry function
` [PATCH v4 4/8] platform: generic: mips: add the platform file
` [PATCH v4 5/8] lib: Emulate amo instructions
` [PATCH v4 6/8] platform: generic: mips: add a dts file
` [PATCH v4 7/8] platform: generic: mips: add objects.mk
` [PATCH v4 8/8] Initialize MIPS custom PMA registers

[PATCH i-g-t] lib/xe/xe_ioctl: Fix compilation on 32-bit armhf
 2025-04-30  0:06 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/8] rust: DebugFS Bindings
 2025-04-30  0:04 UTC  (2+ messages)

[RFCv2 0/7] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-04-30  0:03 UTC  (3+ messages)
` [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec

[linux-next:master 5132/7105] net/mac80211/link.c:26:7-11: ERROR: iterator variable bound on line 23 cannot be NULL
 2025-04-30  0:02 UTC 

[android-common:android11-5.4 0/1] include/linux/blk-cgroup.h: linux/blkdev.h is included more than once
 2025-04-30  0:02 UTC 

[PATCH AUTOSEL 6.6 01/21] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:52 UTC  (22+ messages)
` [PATCH AUTOSEL 6.6 02/21] nvmem: rockchip-otp: Move read-offset into variant-data
` [PATCH AUTOSEL 6.6 03/21] nvmem: rockchip-otp: add rk3576 variant data
` [PATCH AUTOSEL 6.6 05/21] nvmem: core: update raw_len if the bit reading is required
` [PATCH AUTOSEL 6.6 06/21] nvmem: qfprom: switch to 4-byte aligned reads
` [PATCH AUTOSEL 6.6 07/21] scsi: target: iscsi: Fix timeout on deleted connection
` [PATCH AUTOSEL 6.6 08/21] scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices
` [PATCH AUTOSEL 6.6 09/21] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 6.6 10/21] intel_th: avoid using deprecated page->mapping, index fields
` [PATCH AUTOSEL 6.6 11/21] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 6.6 12/21] cgroup: Fix compilation issue due to cgroup_mutex not being exported
` [PATCH AUTOSEL 6.6 13/21] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.6 14/21] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH AUTOSEL 6.6 15/21] scsi: mpi3mr: Add level check to control event logging
` [PATCH AUTOSEL 6.6 16/21] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH AUTOSEL 6.6 17/21] ima: process_measurement() needlessly takes inode_lock() on MAY_READ
` [PATCH AUTOSEL 6.6 18/21] drm/amdgpu: Allow P2P access through XGMI
` [PATCH AUTOSEL 6.6 19/21] selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
` [PATCH AUTOSEL 6.6 20/21] bpf: fix possible endless loop in BPF map iteration
` [PATCH AUTOSEL 6.6 21/21] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[PULL 0/2] ppc-for-10.0-3 queue
 2025-04-30  0:00 UTC  (4+ messages)
` [PULL 1/2] target/ppc: Big-core scratch register fix

[PATCH] ethdev: remove callback checks from fast path
 2025-04-29 23:59 UTC  (3+ messages)

[PATCH] cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
 2025-04-29 23:59 UTC 

[PATCH v2 0/2] common: Move exit related functions to common/exit
 2025-04-29 23:59 UTC  (3+ messages)
` [PATCH v2 2/2] check: Replace exit with _exit in check

[PATCH 1/2] drm/amdgpu: Add debug bit for userptr usage
 2025-04-29 23:58 UTC  (3+ messages)
` [PATCH 2/2] amd/amdkfd: Trigger segfault for early userptr unmmapping

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-04-29 23:58 UTC  (5+ messages)

[PATCH AUTOSEL 6.12 01/37] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:50 UTC  (5+ messages)
` [PATCH AUTOSEL 6.12 03/37] nvmem: rockchip-otp: Move read-offset into variant-data
` [PATCH AUTOSEL 6.12 04/37] nvmem: rockchip-otp: add rk3576 variant data

[PATCH net-next v6] Add support to set napi threaded for individual napi
 2025-04-29 23:57 UTC  (2+ messages)

Linux 6.15-rc4
 2025-04-29 23:55 UTC  (2+ messages)

[PATCH] drivers/power/reset: add missing space before '*' in a comment in syscon-reboot.c
 2025-04-29 23:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.14 01/39] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:49 UTC  (3+ messages)
` [PATCH AUTOSEL 6.14 04/39] nvmem: rockchip-otp: add rk3576 variant data

[PATCH AUTOSEL 5.4 1/3] scsi: target: iscsi: Fix timeout on deleted connection
 2025-04-29 23:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 2/3] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 5.4 3/3] cgroup: Fix compilation issue due to cgroup_mutex not being exported

[PATCH AUTOSEL 5.10 1/3] scsi: target: iscsi: Fix timeout on deleted connection
 2025-04-29 23:53 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 2/3] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 5.10 3/3] cgroup: Fix compilation issue due to cgroup_mutex not being exported

[PATCH AUTOSEL 5.15 1/7] scsi: target: iscsi: Fix timeout on deleted connection
 2025-04-29 23:53 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 2/7] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 5.15 3/7] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 5.15 4/7] cgroup: Fix compilation issue due to cgroup_mutex not being exported
` [PATCH AUTOSEL 5.15 5/7] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH AUTOSEL 5.15 6/7] bpf: fix possible endless loop in BPF map iteration
` [PATCH AUTOSEL 5.15 7/7] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[PATCH 0/7] media: renesas: vsp1: Fix v4l2-compliance failures
 2025-04-29 23:53 UTC  (8+ messages)
` [PATCH 1/7] media: renesas: vsp1: Store supported media bus codes in vsp1_entity
` [PATCH 2/7] media: renesas: vsp1: Store size limits "
` [PATCH 3/7] media: renesas: vsp1: Fix code checks in frame size enumeration
` [PATCH 4/7] media: renesas: vsp1: Fix RPF sink alignment for YUV formats
` [PATCH 5/7] media: renesas: vsp1: Fix RWPF media bus code and frame size enumeration
` [PATCH 6/7] media: renesas: vsp1: Fix format propagation on the BRX
` [PATCH 7/7] media: renesas: vsp1: Implement control events

[PATCH AUTOSEL 6.1 01/10] scsi: target: iscsi: Fix timeout on deleted connection
 2025-04-29 23:53 UTC  (10+ messages)
` [PATCH AUTOSEL 6.1 02/10] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 6.1 03/10] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 6.1 04/10] cgroup: Fix compilation issue due to cgroup_mutex not being exported
` [PATCH AUTOSEL 6.1 05/10] scsi: mpi3mr: Add level check to control event logging
` [PATCH AUTOSEL 6.1 06/10] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH AUTOSEL 6.1 07/10] drm/amdgpu: Allow P2P access through XGMI
` [PATCH AUTOSEL 6.1 08/10] selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
` [PATCH AUTOSEL 6.1 09/10] bpf: fix possible endless loop in BPF map iteration
` [PATCH AUTOSEL 6.1 10/10] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
 2025-04-29 23:53 UTC  (4+ messages)


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.