All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 14:32:59 to 2026-03-30 14:53:41 UTC [more...]

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-30 14:53 UTC  (7+ messages)
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c

[RFC PATCH bpf-next v2 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
 2026-03-30 14:53 UTC  (8+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v2 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
` [RFC PATCH bpf-next v2 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported

[PATCH] arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number
 2026-03-30 14:51 UTC 

[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-30 14:52 UTC  (3+ messages)
` [PATCH v9 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting

FAILED: patch "[PATCH] ovl: make fsync after metadata copy-up opt-in mount option" failed to apply to 6.12-stable tree
 2026-03-30 14:52 UTC  (3+ messages)

[RFC PATCH v2 0/5] dma-mapping: Fixes for memory encryption
 2026-03-30 14:50 UTC  (6+ messages)
` [RFC PATCH v2 1/5] dma-mapping: Avoid double decrypting with DMA_RESTRICTED_POOL
` [RFC PATCH v2 2/5] dma-mapping: Use the correct phys_to_dma() for DMA_RESTRICTED_POOL
` [RFC PATCH v2 3/5] dma-mapping: Decrypt memory on remap
` [RFC PATCH v2 4/5] dma-mapping: Refactor memory encryption usage
` [RFC PATCH v2 5/5] dma-mapping: Add doc for memory encryption

linux-next: build failure after merge of the pci tree
 2026-03-30 14:51 UTC  (4+ messages)

[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
 2026-03-30 14:51 UTC  (3+ messages)

[PATCH i-g-t v4 0/5] Verify PTA entries contains expected values
 2026-03-30 14:51 UTC  (7+ messages)
` [PATCH i-g-t v4 1/5] lib/intel_pat: Support other than gt0 during parsing debugfs PAT
` [PATCH i-g-t v4 2/5] lib/intel_pat: Expose getter of PAT registers
` [PATCH i-g-t v4 3/5] lib/intel_pat: Set PTA + ATS PAT entries to invalid value
` [PATCH i-g-t v4 4/5] tests/xe_pat: Verify PTA PAT entries contain expected values
` [PATCH i-g-t v4 5/5] tests/xe_pat: Verify PAT registers are properly programmed

[PATCH 0/4] pinctrl: mediatek: fix mt8189 MSDC and I2C pins
 2026-03-30 14:51 UTC  (3+ messages)
` [PATCH 3/4] pinctrl: mediatek: print bias info along with pinmux

[PATCH net] xfrm: account XFRMA_IF_ID in aevent size calculation
 2026-03-30 14:50 UTC  (2+ messages)

[PATCH v5 00/38] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-30 14:48 UTC  (39+ messages)
` [PATCH v5 01/38] KVM: arm64: Remove unused PKVM_ID_FFA definition
` [PATCH v5 02/38] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v5 03/38] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v5 04/38] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v5 05/38] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v5 06/38] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v5 07/38] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v5 08/38] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v5 09/38] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v5 10/38] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v5 11/38] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v5 12/38] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v5 13/38] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v5 14/38] KVM: arm64: Handle aborts from protected VMs
` [PATCH v5 15/38] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v5 16/38] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v5 17/38] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v5 18/38] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v5 19/38] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v5 20/38] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v5 21/38] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v5 22/38] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v5 23/38] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v5 24/38] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v5 25/38] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v5 26/38] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v5 27/38] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v5 28/38] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v5 29/38] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v5 30/38] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v5 31/38] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v5 32/38] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v5 33/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v5 34/38] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v5 35/38] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v5 36/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
` [PATCH v5 37/38] KVM: arm64: Rename PKVM_PAGE_STATE_MASK
` [PATCH v5 38/38] drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOL

[PATCH v4] drm/amdgpu: replace PASID IDR with XArray
 2026-03-30 14:50 UTC 

[PATCH 1/3] Bluetooth: hci_conn: fix UAF in create_big_sync and create_big_complete
 2026-03-30 14:50 UTC  (2+ messages)
` [1/3] "

[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
 2026-03-30 14:50 UTC  (5+ messages)
` [PATCH 06/16] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH 08/16] clk: Improve a couple of comments

[PATCH v2] driver core: Don't let a device probe until it's ready
 2026-03-30 14:49 UTC  (2+ messages)

ReBAR over Thunderbolt
 2026-03-30 14:49 UTC  (5+ messages)

iwlwifi-mld: Fix fw id leak in OOM case
 2026-03-30 14:41 UTC  (5+ messages)

[PATCH net-next 0/6] net/sched: netem: cleanups and improvements
 2026-03-30 14:49 UTC  (3+ messages)

[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-03-30 14:49 UTC  (4+ messages)
` [PATCH v2 10/13] nfsd: add netlink upcall for the svc_export cache

[PATCH 6/6] usbip: vhci_sysfs: Use safer strscpy() instead of strcpy()
 2026-03-30 14:49 UTC  (2+ messages)

[PATCH 0/1] Fix kernel build failure with CONFIG_GCOV_PROFILE_ALL=y
 2026-03-30 14:48 UTC  (3+ messages)
` [PATCH 1/1] net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL

[PATCH v2 2/7] pwm: tegra: Avoid hard-coded max clock frequency
 2026-03-30 14:47 UTC  (3+ messages)

[PATCH v2 00/11] RISCV: enable DOMAIN_BUILD_HELPERS
 2026-03-30 14:47 UTC  (3+ messages)
` [PATCH v2 05/11] xen/riscv: add kernel loading support

drivers/power/supply/max77705_charger.c:626:7-32: WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is nested IRQ)
 2026-03-30 14:47 UTC 

[PATCH] drm/i915/backlight: Update check for VESA backlight
 2026-03-30 14:47 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2] drm: rz-du: Ensure correct suspend/resume ordering with VSP
 2026-03-30 14:46 UTC 

[PATCH v5 00/10] Add GPCDMA support in Tegra264
 2026-03-30 14:44 UTC  (11+ messages)
` [PATCH v5 01/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Make reset optional
` [PATCH v5 02/10] arm64: tegra: Remove fallback compatible for GPCDMA
` [PATCH v5 03/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Add iommu-map property
` [PATCH v5 04/10] dmaengine: tegra: Make reset control optional
` [PATCH v5 05/10] dmaengine: tegra: Use struct for register offsets
` [PATCH v5 06/10] dmaengine: tegra: Support address width > 39 bits
` [PATCH v5 07/10] dmaengine: tegra: Use managed DMA controller registration
` [PATCH v5 08/10] dmaengine: tegra: Use iommu-map for stream ID
` [PATCH v5 09/10] dmaengine: tegra: Add Tegra264 support
` [PATCH v5 10/10] arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-map

[PATCH 0/5] crc64: Tweak intrinsics code and enable it for ARM
 2026-03-30 14:46 UTC  (6+ messages)
` [PATCH 1/5] lib/crc: arm64: Drop unnecessary chunking logic from crc64
` [PATCH 2/5] lib/crc: arm64: Use existing macros for kernel-mode FPU cflags
` [PATCH 3/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 4/5] lib/crc: arm64: Simplify intrinsics implementation
` [PATCH 5/5] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64

[PATCH] sched: fair: Prevent negative lag increase during delayed dequeue
 2026-03-30 14:46 UTC  (3+ messages)

[PATCH] media: nxp: imx8-isi: fix memory leaks in probe error paths and remove
 2026-03-30 14:46 UTC  (2+ messages)

[RFC] loading vmw_vsock_virtio_transport by systemd breaks vsock_loopback autoloading
 2026-03-30 14:46 UTC  (2+ messages)

[PATCH 0/4] Consolidate and shrink version tables
 2026-03-30 14:46 UTC  (3+ messages)
` [PATCH v2 0/6] Consolidate, shrink and update "

[Intel-wired-lan] [PATCH net 0/3] e1000/e1000e: fix uninitialized memory access in EEPROM write
 2026-03-30 14:46 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net 2/3] e1000: fix endianness conversion of uninitialized words
            `  "

[PATCH net-next 0/3] Add OATC10 Sleep Wake-up support and LAN867x Rev.D0 handling
 2026-03-30 14:46 UTC  (3+ messages)
` [PATCH net-next 1/3] net: phy: phy-c45: add OATC10 Sleep/Wakeup support in 10BASE-T1S PHYs

[Buildroot] [PATCH v2 0/3] gstreamer1: enable drm and udev independently
 2026-03-30 14:45 UTC  (5+ messages)
  ` [Buildroot] [PATCH v2 1/3] package/gst1-plugins-base: if libdrm is enabled, make use of it
  ` [Buildroot] [PATCH v2 2/3] package/gst1-plugins-bad: decouple va from drm and separately select them
  ` [Buildroot] [PATCH v2 3/3] package/gst1-plugins-bad: presence of libgudev enables udev support

[PATCH bpf 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
 2026-03-30 14:45 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add more precision tracking tests for atomics

[PATCH v3] media: i2c: ov5645: Convert to CCI register access helpers
 2026-03-30 14:45 UTC 

[PATCH v1] perf metricgroup: Avoid scanning unnecessary PMUs for identifier match
 2026-03-30 14:44 UTC  (2+ messages)

[PATCH v7 0/3] Enable ICE clock scaling
 2026-03-30 14:44 UTC  (8+ messages)
` [PATCH v7 1/3] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v7 2/3] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v7 3/3] soc: qcom: ice: Set ICE clk to TURBO on probe

[PATCH net-next v7 0/5] TLS read_sock performance scalability
 2026-03-30 14:43 UTC  (3+ messages)
` [PATCH net-next v7 4/5] tls: Suppress spurious saved_data_ready on all receive paths

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-30 14:43 UTC  (12+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[OE-core][scarthgap 00/11] Patch review
 2026-03-30 14:43 UTC  (4+ messages)
` [OE-core][scarthgap 04/11] dtc: backport fix for build with glibc-2.43

[LTP] [PATCH] pidns32: fix PID namespace nesting depth off-by-one
 2026-03-30 14:42 UTC  (3+ messages)

[PATCH v5] tracing: Preserve repeated boot-time tracing parameters
 2026-03-30 14:43 UTC  (3+ messages)
` [PATCH v6] "

[linux-next-20260327]resolve_btfids warnings for unresolved bpf_lsm_bdev_* symbols
 2026-03-30 14:42 UTC  (2+ messages)

[PATCH 2/2 v2] devicetree: spi: add spi-mosi-idle-low property support
 2026-03-30 14:41 UTC  (3+ messages)

[PATCH 2/3] k3-am62-pocketbeagle2: add initial board support
 2026-03-30 14:41 UTC  (12+ messages)

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-30 14:41 UTC  (3+ messages)
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked

[PATCH RESEND] platform/x86: dell-wmi-sysman: Clean up security buffer helpers
 2026-03-30 14:40 UTC 

FAILED: patch "[PATCH] ksmbd: replace hardcoded hdr2_len with offsetof() in" failed to apply to 5.15-stable tree
 2026-03-30 14:40 UTC  (2+ messages)
` [PATCH 5.15.y] ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()

[PATCH v1] media: rkisp1: Add support for CAC
 2026-03-30 14:40 UTC  (4+ messages)

[PATCH v1 1/1] arm64: dts: imx91-var-dart-sonata: add RGB select supply for PCA6408
 2026-03-30 14:40 UTC  (6+ messages)

Yocto Project Release Tagging Changes
 2026-03-30 14:40 UTC  (4+ messages)
` [Openembedded-architecture] "
    ` [yocto] "

[PATCH v2 0/7] sched: Various reweight_entity() fixes
 2026-03-30 14:40 UTC  (6+ messages)
` [PATCH v2 1/7] sched/fair: Fix zero_vruntime tracking

[PATCH v25 00/11] Type2 device basic support
 2026-03-30 14:38 UTC  (12+ messages)
` [PATCH v25 01/11] sfc: add cxl support
` [PATCH v25 02/11] cxl/sfc: Map cxl regs
` [PATCH v25 03/11] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v25 04/11] cxl: Prepare memdev creation for type2
` [PATCH v25 05/11] sfc: create type2 cxl memdev
` [PATCH v25 06/11] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v25 07/11] cxl: Add function for obtaining region range
` [PATCH v25 08/11] cxl: Export function for unwinding cxl by accelerators
` [PATCH v25 09/11] sfc: obtain decoder and region if committed by firmware
` [PATCH v25 10/11] cxl: Avoid dax creation for accelerators
` [PATCH v25 11/11] sfc: support pio mapping based on cxl

[PATCH] ASoC: amd: ps: fix the pcm device numbering for acp pdm dmic
 2026-03-30 14:39 UTC  (3+ messages)

[PATCH v2 0/3] media: imx-csi: cleanup media pipeline start
 2026-03-30 14:38 UTC  (4+ messages)

[PATCH] crypto: eip93 - Fix dma_unmap_single() direction in eip93_hash_handle_result()
 2026-03-30 14:38 UTC  (3+ messages)

[PATCH v2 3/4] dmaengine: dma-axi-dmac: fix use-after-free on unbind
 2026-03-30 14:37 UTC  (3+ messages)

[PATCH] net: phy: dp83867: reset PHY on init to ensure clean state
 2026-03-30 14:36 UTC  (2+ messages)

[RFC PATCH v2 2/5] iommu/arm-smmu-v3: Add register display to debugfs
 2026-03-30 14:37 UTC  (2+ messages)

[PATCH v2 0/2] Bypass usercopy hardening for kernel-only iterators
 2026-03-30 14:36 UTC  (3+ messages)
` [PATCH v2 1/2] iov: Bypass usercopy hardening for copy_to_iter()
` [PATCH v2 2/2] iov: Bypass usercopy hardening for copy_from_iter()

[PATCH] sched,workqueue: Use READ_ONCE()/WRITE_ONCE() for wake_cpu accesses
 2026-03-30 14:36 UTC  (4+ messages)

[PATCH nf,v4] netfilter: ctnetlink: ignore explicit helper on new expectations
 2026-03-30 14:36 UTC 

[PATCH v2 0/3] staging: rtl8723bs: macro fixes in basic_types.h
 2026-03-30 14:36 UTC  (2+ messages)

[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-03-30 14:35 UTC  (4+ messages)

[PATCH v5 00/10] perf sched: Introduce stats tool
 2026-03-30 14:35 UTC  (5+ messages)
` [PATCH v5 07/10] perf sched stats: Add support for live mode

[PULL 00/12] i386, lsi patches for QEMU 11.0-rc2
 2026-03-30 14:34 UTC  (2+ messages)

[PULL 0/2] aspeed queue
 2026-03-30 14:34 UTC  (2+ messages)

[PATCH] net: lwip: tftp: update image_load_addr after successful transfer
 2026-03-30 14:33 UTC  (2+ messages)

[PATCH] hw/display/vga: Fix debug message
 2026-03-30 14:34 UTC  (2+ messages)

[PATCH v12 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-03-30 14:34 UTC  (16+ messages)
` [PATCH v12 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v12 02/15] kasan: arm64: x86: Make special tags arch specific
` [PATCH v12 03/15] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v12 04/15] x86/kasan: Add arch specific kasan functions
` [PATCH v12 05/15] x86/mm: Reset pointer tag in x - __START_KERNEL_map instances
` [PATCH v12 06/15] kasan: arm64: x86: Make page_to_virt() KASAN aware
` [PATCH v12 07/15] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v12 08/15] x86/mm: Use physical address comparisons in fill_p*d/pte
` [PATCH v12 09/15] x86/kasan: Initialize KASAN raw shadow memory
` [PATCH v12 10/15] x86/mm: Reset tags in a canonical address helper call
` [PATCH v12 11/15] x86/mm: Initialize LAM_SUP
` [PATCH v12 12/15] x86: Increase minimal SLAB alignment for KASAN
` [PATCH v12 13/15] x86/kasan: Use a logical bit shift for kasan_mem_to_shadow
` [PATCH v12 14/15] x86/kasan: Make software tag-based kasan available
` [PATCH v12 15/15] docs: Update KASAN and x86 memory map documentations

[PATCH v4 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-03-30 14:34 UTC  (5+ messages)
` [PATCH v4 1/3] kernel: ksysfs: initialize kernel_kobj earlier

[REGRESSION][bisected] amdgpu/tonga: HDMI no signal after suspend/resume
 2026-03-30 14:34 UTC  (4+ messages)

[PATCH nf,v3] netfilter: ctnetlink: ignore explicit helper on new expectations
 2026-03-30 14:34 UTC 

[PATCH] loop: block loop reconfiguration of offset/sizelimit on mounted device
 2026-03-30 14:33 UTC  (4+ messages)

[PATCH] usb: phy: mxs: manually reset phy regs after a warm reset
 2026-03-30 14:33 UTC  (2+ messages)

[PATCH BlueZ v3 00/20] Functional/integration testing
 2026-03-30 14:33 UTC  (5+ messages)
` [PATCH BlueZ v3 02/20] emulator: btvirt: allow specifying where server unix sockets are made

[PATCH v3 0/2] arm64: qcom: sm8550: add DDR, LLCC & L3 CPU bandwidth scaling
 2026-03-30 14:33 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8550: add cpu OPP table with DDR, LLCC & L3 bandwidths

[REGRESSION] amdgpu with Thunderbolt eGPU bracket fails since new bridge window alignment calculation code
 2026-03-30 14:33 UTC  (3+ messages)

[PATCH] clk: visconti: pll: initialize clk_init_data to zero
 2026-03-30 14:32 UTC 

[PATCH 0/1] lib/zlib: fix GCOV-induced crashes from concurrent inflate_fast()
 2026-03-30 14:32 UTC  (2+ messages)
` [PATCH 1/1] lib/zlib: use atomic GCOV counters to prevent crash in inflate_fast

[RFC PATCH 0/3] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-03-30 14:32 UTC  (12+ messages)
` [RFC PATCH 2/3] media: qcom: camss: Add CAMSS Offline Processing Engine driver


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.