All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 21:11:16 to 2026-04-20 21:51:51 UTC [more...]

[PATCH 0/2] dt-bindings: automated coding style check for DTS examples
 2026-04-20 21:51 UTC  (2+ messages)

[PATCH 6.19 000/220] 6.19.14-rc1 review
 2026-04-20 21:51 UTC  (2+ messages)

[PATCH] iio: adc: mcp320x: refactor driver to use bitfield API
 2026-04-20 21:49 UTC 

[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-20 21:49 UTC  (5+ messages)

[PATCH 0/2] drm/i915/gmbus: Try to fix AUX software timeouts
 2026-04-20 21:48 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/gmbus: Lock AUX CH during GMBUS transfers
` [PATCH 2/2] drm/i915/gmbus: Swap locks vs. wakeref in intel_gmbus_output_aksv()

[PATCH v2 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
 2026-04-20 21:23 UTC  (2+ messages)
` [PATCH kvm-unit-tests] x86: xsave: Add test case for emulation of APX instructions

[syzbot] [net?] [usb?] KASAN: slab-use-after-free Read in rtl8150_start_xmit
 2026-04-20 21:47 UTC 

[PATCH v2 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-04-20 21:16 UTC  (7+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: Add cpu scaling "

[RFC 0/3] mm: process_mrelease: expedited reclaim and auto-kill support
 2026-04-20 21:47 UTC  (6+ messages)
` [RFC 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag

[PATCH] migration: fix abort when re-migrating after cancel during SETUP
 2026-04-20 21:46 UTC  (3+ messages)

[PATCH v2 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-04-20 21:46 UTC  (5+ messages)
` [PATCH v2 08/11] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset

[PATCH 11/28] MAINTAINERS: Remove Bastian Koppelmann
 2026-04-20 21:43 UTC 

[PATCH v4] drm/xe/xe_survivability: Fix runtime survivability error handling
 2026-04-20 21:45 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/xe_survivability: Fix runtime survivability error handling (rev4)

[RESEND-2 RFC PATCH v6 00/43] altp2m: Move altp2m routines to common code and add ARM support
 2026-04-20 21:32 UTC  (44+ messages)
` [RFC PATCH v6 01/43] altp2m: Add template common altp2m.c/altp2m.h
` [RFC PATCH v6 02/43] altp2m: Move altp2m_active to common domain struct
` [RFC PATCH v6 03/43] altp2m: Move altp2m_p2m "
` [RFC PATCH v6 04/43] x86/altp2m: Rename hvm_altp2m_supported to altp2m_supported
` [RFC PATCH v6 05/43] altp2m: Move altp2m_supported to arch header
` [RFC PATCH v6 06/43] arm/altp2m: Add template arch-specific altp2m.c/altp2m.h
` [RFC PATCH v6 07/43] arm/altp2m: Introduce CONFIG_ALTP2M Kconfig option
` [RFC PATCH v6 08/43] altp2m: Rename p2m_*_altp2m functions and move declarations out of p2m.h
` [RFC PATCH v6 09/43] altp2m: Move do_altp2m_op to common code
` [RFC PATCH v6 10/43] altp2m: Add ARM support to do_altp2m_op
` [RFC PATCH v6 11/43] arm/altp2m: Add support for HVMOP_altp2m_get_domain_state
` [RFC PATCH v6 12/43] x86/p2m: Move p2m_{init,free}_one declarations to arch header
` [RFC PATCH v6 13/43] x86/altp2m: Add lock functions accessible from common code
` [RFC PATCH v6 14/43] altp2m: Move altp2m_{init,teardown} to "
` [RFC PATCH v6 15/43] arm/p2m: Allocate hostp2m with xzalloc
` [RFC PATCH v6 16/43] arm/p2m: Cosmetic fix - substitute _gfn(ULONG_MAX) for INVALID_GFN
` [RFC PATCH v6 17/43] arm/p2m: Move hostp2m init/teardown to individual functions
` [RFC PATCH v6 18/43] arm/p2m: Invalidate root page table entries and flush TLB in p2m_flush_table
` [RFC PATCH v6 19/43] arm/p2m: Change function prototype of p2m_alloc_table
` [RFC PATCH v6 20/43] arm/p2m: Rename parameter in p2m_alloc_vmid
` [RFC PATCH v6 21/43] arm/p2m: Change func prototype and impl of p2m_{alloc,free}_vmid
` [RFC PATCH v6 22/43] arm/p2m: Introduce p2m_is_{hostp2m,altp2m}
` [RFC PATCH v6 23/43] arm/altp2m: Add support for altp2m init/teardown routines
` [RFC PATCH v6 24/43] altp2m: Move altp2m_{get,set}_altp2m to common code
` [RFC PATCH v6 25/43] arm/altp2m: Add altp2m index to arch_vcpu
` [RFC PATCH v6 26/43] altp2m: Add altp2m_set_vcpu_idx
` [RFC PATCH v6 27/43] arm/altp2m: Add support for altp2m_{get,set}_altp2m
` [RFC PATCH v6 28/43] altp2m: Move altp2m_vcpu_{initialise,destroy} to common code
` [RFC PATCH v6 29/43] arm/altp2m: Add support for altp2m_vcpu_{initialise,destroy}
` [RFC PATCH v6 30/43] arm/altp2m: Add altp2m view validity/visibility indicator
` [RFC PATCH v6 31/43] altp2m: Add altp2m_view_is_{valid,visible}
` [RFC PATCH v6 32/43] x86/altp2m: Add altp2m_set_view_visibility_locked
` [RFC PATCH v6 33/43] arm/altp2m: Add altp2m_set_view_visibility{,_locked} support
` [RFC PATCH v6 34/43] arm/altp2m: Add support for HVMOP_altp2m_set_visibility
` [RFC PATCH v6 35/43] x86/altp2m: Add altp2m_activate_altp2m declaration to arch header
` [RFC PATCH v6 36/43] arm/altp2m: Add support for altp2m_activate_altp2m
` [RFC PATCH v6 37/43] altp2m: Move altp2m_init_by_id to common code
` [RFC PATCH v6 38/43] arm/altp2m: Add support for altp2m_init_by_id
` [RFC PATCH v6 39/43] x86/altp2m: Add altp2m_reset_altp2m declaration to arch header
` [RFC PATCH v6 40/43] arm/altp2m: Add altp2m_reset_altp2m routine
` [RFC PATCH v6 41/43] altp2m: Move altp2m_flush to common code
` [RFC PATCH v6 42/43] arm/altp2m: Add support for altp2m_flush
` [RFC PATCH v6 43/43] arm/p2m: Add support for HVMOP_altp2m_set_domain_state

[Buildroot] [PATCH] package/webkitgtk: security bump to 2.52.3
 2026-04-20 21:44 UTC 

[PATCH] drm/xe: Wait for HW clearance before issuing the next TLB inval
 2026-04-20 21:42 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe: Wait for HW clearance before issuing the next TLB inval. (rev3)

[PATCH 0/6] rteval: Improve CPU management infrastructure and add housekeeping option
 2026-04-20 21:42 UTC  (4+ messages)
` [PATCH 6/6] rteval: Add --housekeeping option to reserve isolated CPUs

[PATCH v2 0/2] sched/fair: SMT-aware asymmetric CPU capacity
 2026-04-20 21:42 UTC  (8+ messages)
` [PATCH 1/2] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection

[PATCH v5 0/9] Add support for MT6392 PMIC
 2026-04-20 21:30 UTC  (10+ messages)
` [PATCH v5 1/9] dt-bindings: mfd: mt6397: Add "
` [PATCH v5 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v5 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v5 4/9] dt-bindings: pinctrl: mediatek,mt65xx: Add MT6392 pinctrl
` [PATCH v5 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v5 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v5 7/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v5 8/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v5 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[PATCH v2 0/2] Add clear-error-counter command to drm_ras
 2026-04-20 21:39 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Add clear-error-counter command to drm_ras (rev2)

[PATCH 1/2] ASoC: codecs: aw88261: fix changing sample rate and bit width
 2026-04-20 19:40 UTC  (2+ messages)
` [PATCH 2/2] ASoC: codecs: aw88261: use correct registers for AW88258

[syzbot] [mm?] BUG: sleeping function called from invalid context in __zap_vma_range
 2026-04-20 21:36 UTC 

[syzbot] [media?] WARNING in trace_suspend_resume/usb_submit_urb
 2026-04-20 21:36 UTC 

[syzbot] [i2c?] [usb?] WARNING: ODEBUG bug in i2c_device_remove (2)
 2026-04-20 21:36 UTC 

[PATCH] linux-user/ppc: Fix ppc64 rt_sigframe stack offset
 2026-04-20 20:59 UTC  (4+ messages)

[syzbot] [usb?] [pm?] WARNING in enable_work
 2026-04-20 21:34 UTC  (2+ messages)

[PATCH] NFSD: Increase the default max_block_size to 4MB
 2026-04-20 21:25 UTC  (2+ messages)

[PATCH] drm/amdkfd: Make all TLB-flushes heavy-weight
 2026-04-20 21:32 UTC  (2+ messages)

[PATCH 1/8] smb: client: compress: fix buffer overrun in lz77_compress()
 2026-04-20 21:31 UTC  (4+ messages)
` [PATCH 7/8] smb: client: compress: add compress/common.h

[PATCH 6.12.y-cip 1/7] drm: renesas: rz-du: Add atomic_pre_enable
 2026-04-20 21:31 UTC  (3+ messages)
  ` [cip-dev] "

[PATCH 0/8] tools/xenstored: add support for watch depth feature
 2026-04-20 21:30 UTC  (7+ messages)
` [PATCH 1/8] tools/xenstored: allow domU to get own features
` [PATCH 2/8] docs: clarify Xenstore watch depth feature
` [PATCH 3/8] tools/libs/store: add support to use watches with a depth parameter

[PATCH] ASoC: dt-bindings: mediatek: Convert mtk-btcvsd-snd to DT Schema
 2026-04-20 21:22 UTC  (2+ messages)

[RFC PATCH v6 08/43] altp2m: Rename p2m_*_altp2m functions and move declarations out of p2m.h
 2026-04-20 21:26 UTC  (22+ messages)
` [RFC PATCH v6 09/43] altp2m: Move do_altp2m_op to common code
` [RFC PATCH v6 10/43] altp2m: Add ARM support to do_altp2m_op
` [RFC PATCH v6 11/43] arm/altp2m: Add support for HVMOP_altp2m_get_domain_state
` [RFC PATCH v6 12/43] x86/p2m: Move p2m_{init,free}_one declarations to arch header
` [RFC PATCH v6 13/43] x86/altp2m: Add lock functions accessible from common code
` [RFC PATCH v6 14/43] altp2m: Move altp2m_{init,teardown} to "
` [RFC PATCH v6 15/43] arm/p2m: Allocate hostp2m with xzalloc
` [RFC PATCH v6 16/43] arm/p2m: Cosmetic fix - substitute _gfn(ULONG_MAX) for INVALID_GFN
` [RFC PATCH v6 17/43] arm/p2m: Move hostp2m init/teardown to individual functions
` [RFC PATCH v6 18/43] arm/p2m: Invalidate root page table entries and flush TLB in p2m_flush_table
` [RFC PATCH v6 19/43] arm/p2m: Change function prototype of p2m_alloc_table
` [RFC PATCH v6 20/43] arm/p2m: Rename parameter in p2m_alloc_vmid
` [RFC PATCH v6 21/43] arm/p2m: Change func prototype and impl of p2m_{alloc,free}_vmid
` [RFC PATCH v6 22/43] arm/p2m: Introduce p2m_is_{hostp2m,altp2m}
` [RFC PATCH v6 23/43] arm/altp2m: Add support for altp2m init/teardown routines
` [RFC PATCH v6 24/43] altp2m: Move altp2m_{get,set}_altp2m to common code
` [RFC PATCH v6 25/43] arm/altp2m: Add altp2m index to arch_vcpu
` [RFC PATCH v6 26/43] altp2m: Add altp2m_set_vcpu_idx
` [RFC PATCH v6 27/43] arm/altp2m: Add support for altp2m_{get,set}_altp2m
` [RFC PATCH v6 28/43] altp2m: Move altp2m_vcpu_{initialise,destroy} to common code
` [RFC PATCH v6 29/43] arm/altp2m: Add support for altp2m_vcpu_{initialise,destroy}

[PATCH v5 00/10] Reintroduce Hornet LSM
 2026-04-20 21:26 UTC  (11+ messages)
` [PATCH v5 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [PATCH v5 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v5 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v5 04/10] lsm: framework for BPF integrity verification
` [PATCH v5 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [PATCH v5 06/10] security: Hornet LSM
` [PATCH v5 07/10] hornet: Introduce gen_sig
` [PATCH v5 08/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v5 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [PATCH v5 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH] drm/amdkfd: Terminate queues on surprise unplug with running processes
 2026-04-20 21:25 UTC  (3+ messages)

[PATCH] iio: adc: mcp320x: refactor driver to use bitfield API
 2026-04-20 21:23 UTC 

[PATCH] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
 2026-04-20 21:23 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-5.10] bpf: Do not increment tailcall count when prog is NULL
 2026-04-20 21:22 UTC  (2+ messages)

[PATCH v3 0/8] Add support for ZTE zx297520v3
 2026-04-20 21:21 UTC  (4+ messages)
` [PATCH v3 6/8] ARM: zte: Bring back zx29 UART support

[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 21:20 UTC  (54+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout

[PATCH v6 0/4] target/mips: Use probe_access_full() in Atomic Load/Store helpers
 2026-04-20 21:19 UTC  (7+ messages)
` [PATCH v6 2/4] target/mips: Inline cpu_ld/st_mmuidx_ra() calls in Atomic LD/ST helpers
` [PATCH v6 3/4] target/mips: Inline translator_ld[uw,l,q]() calls
` [PATCH v6 4/4] target/mips: Remove last MO_TE use

[RESEND RFC PATCH v6 00/43] altp2m: Move altp2m routines to common code and add ARM support
 2026-04-20 21:18 UTC  (8+ messages)
` [RFC PATCH v6 01/43] altp2m: Add template common altp2m.c/altp2m.h
` [RFC PATCH v6 02/43] altp2m: Move altp2m_active to common domain struct
` [RFC PATCH v6 03/43] altp2m: Move altp2m_p2m "
  ` [RFC PATCH v6 04/43] x86/altp2m: Rename hvm_altp2m_supported to altp2m_supported
  ` [RFC PATCH v6 05/43] altp2m: Move altp2m_supported to arch header
  ` [RFC PATCH v6 06/43] arm/altp2m: Add template arch-specific altp2m.c/altp2m.h
  ` [RFC PATCH v6 07/43] arm/altp2m: Introduce CONFIG_ALTP2M Kconfig option

[PATCH] mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
 2026-04-20 21:16 UTC 

[PATCH v5 0/6] gpu: nova-core: add GA100 support
 2026-04-20 21:15 UTC  (9+ messages)
` [PATCH v5 4/6] gpu: nova-core: add FbHal::frts_size() for "

[syzbot] [mm?] WARNING in vma_mark_detached
 2026-04-20 21:14 UTC 

[PATCH] drm: renesas: rz-du: mipi_dsi: Fix return path on error
 2026-04-20 21:14 UTC  (3+ messages)

[PATCH 6.18 000/198] 6.18.24-rc1 review
 2026-04-20 21:11 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nft_compat: run checkentry() from .validate
 2026-04-20 21:11 UTC 


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.