All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 15:43:07 to 2026-03-18 15:59:34 UTC [more...]

[PATCH v8 00/13] bootconfig: cleanups, correctness, and modernization
 2026-03-18 15:59 UTC  (13+ messages)
` [PATCH v8 01/13] lib/bootconfig: clean up comment typos and bracing
` [PATCH v8 02/13] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v8 03/13] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v8 04/13] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v8 05/13] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v8 06/13] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v8 07/13] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v8 08/13] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v8 09/13] lib/bootconfig: fix signed comparison in xbc_node_get_data()
` [PATCH v8 10/13] lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()
` [PATCH v8 11/13] lib/bootconfig: use signed type for offset in xbc_init_node()
` [PATCH v8 12/13] lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()

[PATCH net-next 02/11] ethtool: Add loopback netlink UAPI definitions
 2026-03-18 15:59 UTC  (11+ messages)

[PATCH v8 0/2] bootconfig: targeted fixes for stable
 2026-03-18 15:58 UTC  (3+ messages)
` [PATCH v8 1/2] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v8 2/2] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure

[PATCH V1] accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retrieval
 2026-03-18 15:58 UTC 

[PATCH net] net: openvswitch: Avoid releasing netdev before teardown completes
 2026-03-18 15:55 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary braces in single statement blocks
 2026-03-18 15:57 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v2 0/2] igc: enable build_skb path
 2026-03-18 15:57 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 1/2] igc: set RX hardware timestamps in igc_build_skb()
    `  "
` [Intel-wired-lan] [PATCH iwl-next v2 2/2] igc: enable build_skb on the non-XDP small-frame RX path
    `  "

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-18 15:54 UTC  (49+ messages)
` [PATCH v13 01/48] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v13 02/48] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v13 03/48] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v13 04/48] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v13 05/48] arm64: RMI: Temporarily add SMCs from RMM v1.0 spec
` [PATCH v13 06/48] arm64: RMI: Add wrappers for RMI calls
` [PATCH v13 07/48] arm64: RMI: Check for RMI support at KVM init
` [PATCH v13 08/48] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v13 09/48] arm64: RMI: Check for LPA2 support
` [PATCH v13 10/48] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v13 11/48] arm64: RMI: Define the user ABI
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v13 13/48] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v13 14/48] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [PATCH v13 16/48] arm64: RMI: Activate realm on first VCPU run
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 18/48] arm64: RMI: Support for the VGIC in realms
` [PATCH v13 19/48] KVM: arm64: Support timers in realm RECs
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 21/48] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v13 22/48] KVM: arm64: Handle realm MMIO emulation
` [PATCH v13 23/48] KVM: arm64: Expose support for private memory
` [PATCH v13 24/48] arm64: RMI: Allow populating initial contents
` [PATCH v13 25/48] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 27/48] arm64: RMI: Runtime faulting of memory
` [PATCH v13 28/48] KVM: arm64: Handle realm VCPU load
` [PATCH v13 29/48] KVM: arm64: Validate register access for a Realm VM
` [PATCH v13 30/48] KVM: arm64: Handle Realm PSCI requests
` [PATCH v13 31/48] KVM: arm64: WARN on injected undef exceptions
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 33/48] arm64: RMI: allow userspace to inject aborts
` [PATCH v13 34/48] arm64: RMI: support RSI_HOST_CALL
` [PATCH v13 35/48] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v13 36/48] arm64: RMI: Always use 4k pages for realms
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v13 38/48] arm64: RMI: Enable PMU support with a realm guest
` [PATCH v13 39/48] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v13 40/48] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v13 41/48] arm64: RMI: Initialize PMCR.N with number counter supported by RMM
` [PATCH v13 42/48] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v13 43/48] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v13 44/48] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v13 45/48] arm64: RMI: Provide accurate register list
` [PATCH v13 46/48] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v13 47/48] arm64: RMI: Enable realms to be created
` [PATCH v13 48/48] [WIP] arm64: RMI: Add support for SRO

[PATCH] staging: rtl8723bs: refactor rtw_aes_decrypt() to reduce nesting
 2026-03-18 15:56 UTC  (2+ messages)

FAILED: patch "[PATCH] drm/msm: Fix dma_free_attrs() buffer size" failed to apply to 6.1-stable tree
 2026-03-18 15:56 UTC  (2+ messages)
` [PATCH 6.1.y] drm/msm: Fix dma_free_attrs() buffer size

[PATCH v3 00/12] Allow preemption during IPI completion waiting to improve real-time performance
 2026-03-18 15:55 UTC  (3+ messages)
` [PATCH v3 04/12] smp: Use on-stack cpumask in smp_call_function_many_cond

[PATCH v3 0/7] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-03-18 15:55 UTC  (7+ messages)
` [PATCH v3 1/7] KVM: SVM: Drop RAX check for SVM instructions from the emulator

[PATCH v2 0/6] x86,fs/resctrl: Pave the way for MPAM counter assignment
 2026-03-18 15:55 UTC  (7+ messages)
` [PATCH v2 4/6] fs/resctrl: Disallow the software controller when mbm counters are assignable

[PATCH 0/2] Fix issues in LoongArch page fault handling
 2026-03-18 15:18 UTC 

[PATCH] staging: rtl8723bs: collapse duplicate goto exit conditions
 2026-03-18 15:54 UTC  (2+ messages)

[PATCH v4 0/8] lib/glob: bug fixes, new features, and tests
 2026-03-18 15:54 UTC  (5+ messages)

[PATCH] fixup! defaultenv: base: add new devboot script
 2026-03-18 15:53 UTC 

[PATCH v3] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-18 15:53 UTC  (5+ messages)

[PATCH v3 0/3] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-18 15:53 UTC  (5+ messages)
` [PATCH v3 1/3] x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()

[Intel-wired-lan] [PATCH] idpf: fix UAF and double free in idpf_plug_core_aux_dev() error path
 2026-03-18 15:52 UTC  (2+ messages)
`  "

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 15:50 UTC  (72+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-18 15:51 UTC  (5+ messages)
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
` [RFC 10/10] KVM: s390: Cleanup kvm_s390_store_status_unloaded

[PATCH v9 0/4] ring-buffer: Making persistent ring buffers robust
 2026-03-18 15:51 UTC  (6+ messages)
` [PATCH v9 2/4] ring-buffer: Flush and stop persistent ring buffer on panic

Next-level bug in SRCU implementation of RCU Tasks Trace + PREEMPT_RT
 2026-03-18 15:51 UTC  (6+ messages)

[PATCH v2] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-18 15:50 UTC  (3+ messages)

[PATCH 0/3] Skip subrange map tests on DWC iATU allocation failure
 2026-03-18 15:50 UTC  (3+ messages)
` [PATCH 2/3] PCI: endpoint: pci-epf-test: Handle -ENOSPC in subrange map test

[PATCH v4 0/2] tools/nolibc: add err.h
 2026-03-18 15:50 UTC  (3+ messages)
` [PATCH v4 1/2] tools/nolibc: add support for program_invocation_{,short_}name
` [PATCH v4 2/2] tools/nolibc: add err.h

[PATCH v2] watchdog/hpwdt: Refine hpwdt message for UV platform
 2026-03-18 15:50 UTC 

[PATCH nf,v4] netfilter: nft_set_rbtree: revisit array resize logic
 2026-03-18 15:50 UTC  (3+ messages)

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2026-03-18 15:49 UTC  (2+ messages)

[PATCH v1] qga: rework slog to support multiple severity levels
 2026-03-18 15:47 UTC  (3+ messages)
` [PATCH v2 1/2] qga: replace slog() with standard GLib logging
  ` [PATCH v2 2/2] qga: add --audit option for command logging control

FAILED: patch "[PATCH] drm/msm: Fix dma_free_attrs() buffer size" failed to apply to 6.6-stable tree
 2026-03-18 15:48 UTC  (2+ messages)
` [PATCH 6.6.y] drm/msm: Fix dma_free_attrs() buffer size

[PATCH v3] staging: rtl8723bs: fix line length in rtw_pwrctrl.c
 2026-03-18 15:48 UTC  (2+ messages)

[PATCH v4 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-03-18 15:47 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH v3] staging: rtl8723bs: add missing blank line after declarations
 2026-03-18 15:47 UTC  (2+ messages)

[PATCH v2] drm/bridge: ite-it66121: Convert to DRM HDMI Audio Helper
 2026-03-18 15:46 UTC 

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-18 15:45 UTC  (6+ messages)
` [PATCH v7 2/3] kho: fix deferred init of kho scratch

[PATCH] x86/asm: Switch clflush alternatives to use %a address operand modifier
 2026-03-18 15:45 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-18 15:45 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH net-next v2 04/13] net: move promiscuity handling into dev_rx_mode_work
` [Intel-wired-lan] [PATCH net-next v2 05/13] fbnic: convert to ndo_set_rx_mode_async
` [Intel-wired-lan] [PATCH net-next v2 06/13] mlx5: "
` [Intel-wired-lan] [PATCH net-next v2 07/13] bnxt: "

[PATCH v7 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2026-03-18 15:44 UTC  (3+ messages)
` [PATCH v7 08/15] sched: Add task enqueue/dequeue trace points

[PATCH v2 2/2] ARM: setup_c: avoid clearing BSS twice
 2026-03-18 15:43 UTC  (12+ messages)

[PATCH] x86: enable Data Operand Independent Timing Mode
 2026-03-18 15:44 UTC  (14+ messages)

[PATCH for-next v2] RDMA/hfi2: Consolidate ABI files and setup uverbs access
 2026-03-18 15:44 UTC  (3+ messages)

[PATCH RESEND] locking/lockdep: Replace snprintf with strscpy in seq_stats
 2026-03-18 15:43 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary spaces in rtw_security.c
 2026-03-18 15:43 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
 2026-03-18 15:43 UTC  (4+ messages)

[PATCH] RAS/AMD/ATL: Decrease message about unknown DF revision to debug
 2026-03-18 15:43 UTC  (8+ 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.