All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-06 09:43:17 to 2026-01-06 10:37:23 UTC [more...]

[PATCH v10 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2026-01-06 10:37 UTC  (2+ messages)

Project Financing Opportunity
 2026-01-06 10:36 UTC 

[PATCH v1] clk: tegra: Adjust callbacks in tegra_clock_pm
 2026-01-06 10:36 UTC  (2+ messages)

[yocto-patches] [yocto-autobuilder2][PATCH] config.py: include meta-qcom in a-full
 2026-01-06 10:35 UTC 

[PATCH 00/11] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-06 10:35 UTC  (24+ messages)
` [PATCH 01/11] of: Add for_each_compatible_node_scoped() helper
` [PATCH 02/11] ARM: at91: Simplify with scoped for each OF child loop
` [PATCH 03/11] ARM: exynos: "
` [PATCH 04/11] powerpc/fsp2: "
` [PATCH 05/11] powerpc/wii: "
` [PATCH 06/11] cdx: "
` [PATCH 07/11] clk: imx: imx27: "
` [PATCH 08/11] clk: imx: imx31: "
` [PATCH 09/11] dmaengine: fsl_raid: "
` [PATCH 10/11] media: samsung: exynos4-is: "
` [PATCH 11/11] cpufreq: s5pv210: "

[PATCH v3 0/6] Improve khugepaged scan logic
 2026-01-06 10:33 UTC  (9+ messages)
` [PATCH v3 5/6] mm: khugepaged: skip lazy-free folios at scanning

[PATCH] man3, man5, man7: Fix spelling (British -> American)
 2026-01-06 10:33 UTC 

[PATCH net-next] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-06 10:32 UTC  (3+ messages)

[PATCH] man2, man3: Fix spelling (British -> American)
 2026-01-06 10:31 UTC 

[PATCH v2 00/26] Multipath-tools: various bug fixes
 2026-01-06 10:31 UTC  (6+ messages)
` [PATCH v2 14/26] multipathd: add_map_without_path(): orphan paths instead of freeing them

[PATCH] man3: Fix spelling (British -> American)
 2026-01-06 10:30 UTC 

[PATCH 0/2] riscv: Add Spectre v1 mitigations
 2026-01-06 10:30 UTC  (3+ messages)
` [PATCH 1/2] riscv: Use pointer masking to limit uaccess speculation

[PATCH v7 0/7] Add ASPEED PCIe Root Complex support
 2026-01-06  9:58 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in driver_remove_file
 2026-01-06 10:30 UTC  (2+ messages)
` Forwarded: "

[PATCH net-next v5 0/6] Multi-queue aware sch_cake
 2026-01-06 10:30 UTC  (4+ messages)
` [PATCH net-next v5 6/6] selftests/tc-testing: add selftests for cake_mq qdisc

[PATCH i-g-t] tests/intel/xe_multigpu_svm: Add test documentation for Mega MultiGPU feature
 2026-01-06 10:30 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[Intel-wired-lan] [PATCH iwl-next v1 1/1] e1000e: correct TIMINCA on ADP/TGP systems with wrong XTAL frequency
 2026-01-06 10:29 UTC  (4+ messages)

[PATCH v3 0/5] block/vvfat: introduce "fat-size" option
 2026-01-06 10:27 UTC  (3+ messages)

[PATCH net-next v7 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2026-01-06 10:28 UTC  (3+ messages)
` [PATCH net-next v7 1/2] net: refactor set_rx_mode into snapshot and deferred I/O

[PATCH] fork/pid: Fix use-after-free in __task_pid_nr_ns
 2026-01-06 10:26 UTC  (3+ messages)

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-06 10:24 UTC  (25+ messages)
` [PATCH v3 01/24] x86/tdx: Enhance tdh_mem_page_aug() to support huge pages
` [PATCH v3 02/24] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [PATCH v3 03/24] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
` [PATCH v3 04/24] x86/tdx: Introduce tdx_quirk_reset_folio() to reset private "
` [PATCH v3 05/24] x86/virt/tdx: Enhance tdh_phymem_page_reclaim() to support "
` [PATCH v3 06/24] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
` [PATCH v3 07/24] KVM: x86/tdp_mmu: Introduce split_external_spte() under write mmu_lock
` [PATCH v3 08/24] KVM: TDX: Enable huge page splitting "
` [PATCH v3 09/24] KVM: x86: Reject splitting huge pages under shared mmu_lock in TDX
` [PATCH v3 10/24] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [PATCH v3 11/24] KVM: x86/mmu: Introduce kvm_split_cross_boundary_leafs()
` [PATCH v3 12/24] KVM: x86: Introduce hugepage_set_guest_inhibit()
` [PATCH v3 13/24] KVM: TDX: Honor the guest's accept level contained in an EPT violation
` [PATCH v3 14/24] KVM: Change the return type of gfn_handler_t() from bool to int
` [PATCH v3 15/24] KVM: x86: Split cross-boundary mirror leafs for KVM_SET_MEMORY_ATTRIBUTES
` [PATCH v3 16/24] KVM: guest_memfd: Split for punch hole and private-to-shared conversion
` [PATCH v3 17/24] KVM: TDX: Get/Put DPAMT page pair only when mapping size is 4KB
` [PATCH v3 18/24] x86/virt/tdx: Add loud warning when tdx_pamt_put() fails
` [PATCH v3 19/24] KVM: x86: Introduce per-VM external cache for splitting
` [PATCH v3 20/24] KVM: TDX: Implement per-VM external cache for splitting in TDX
` [PATCH v3 21/24] KVM: TDX: Add/Remove DPAMT pages for the new S-EPT page for splitting
` [PATCH v3 22/24] x86/tdx: Add/Remove DPAMT pages for guest private memory to demote
` [PATCH v3 23/24] x86/tdx: Pass guest memory's PFN info to demote for updating pamt_refcount
` [PATCH v3 24/24] KVM: TDX: Turn on PG_LEVEL_2M

[PATCH] man2, man2const: Fix spelling (British -> American)
 2026-01-06 10:26 UTC 

RE:RE:RE:[PATCH] MMC:dw_mmc:when enable biu_clk should check whether this clk
 2026-01-06 10:30 UTC 

[PATCH 0/8] memcg: separate private and public ID namespaces
 2026-01-06 10:25 UTC  (2+ messages)

[PATCH] cat-file: only use bitmaps when filtering
 2026-01-06 10:25 UTC 

[PATCH v1 0/3] clk: meson: small fixes for HDMI PLL OD
 2026-01-06 10:25 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Variscite DART-MX95 and Sonata board
 2026-01-06 10:26 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95

[PATCH RFC 0/1] Update CPER maintainership
 2026-01-06 10:24 UTC  (2+ messages)
` [PATCH RFC 1/1] MAINTAINERS: add cper to APEI files

[PATCH v1] arm64/efi: Don't fail check current_in_efi() if preemptible
 2026-01-06 10:23 UTC  (4+ messages)

[PATCH v2 0/3] Expose TDX Module version
 2026-01-06 10:23 UTC  (4+ messages)

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2026-01-06 10:22 UTC  (6+ messages)
` [PATCH v6 05/33] hw/arm/smmuv3-accel: Introduce smmuv3 accel device

[PATCH] pwm: stm32: handle polarity change when PWM is enabled
 2026-01-06 10:22 UTC  (2+ messages)

[PATCH i-g-t 1/1] tests/kms_content_protection: Re-create framebuffer before each modeset
 2026-01-06 10:21 UTC 

How is git diff --relative supposed to work?
 2026-01-06 10:22 UTC  (2+ messages)

[RFC PATCH] usb: xhci: Skip configure EP for disabled slots during teardown
 2026-01-06 10:22 UTC  (3+ messages)

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2026-01-06 10:21 UTC  (7+ messages)
` [PATCH v2 1/2] "

[Intel-wired-lan] [PATCH iwl-net v1 0/2] e1000e: avoid unexpected autonomous power-gating on PTP devices
 2026-01-06 10:21 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v3 1/2] e1000e: introduce new MAC type for PTP
` [Intel-wired-lan] [PATCH iwl-net v3 2/2] e1000e: clear DPG_EN after reset to avoid autonomous power-gating

[PATCH 1/1] arm64: dts: rockchip: Enable PCIe for ArmSoM Sige1
 2026-01-06 10:21 UTC  (4+ messages)

[PATCH] staging: sm750fb: fix const array warning
 2026-01-06 10:21 UTC  (4+ messages)
` [PATCH v2] staging: sm750fb: fix const array warning for fix_id

[PATCH] t5550: add netrc tests for http 401/403
 2026-01-06 10:20 UTC  (2+ messages)

linux-next: build warnings after merge of the sysctl tree
 2026-01-06 10:19 UTC  (3+ messages)

[PATCH] tests/intel/xe_multigpu_svm: fix 32-bit build error
 2026-01-06 10:19 UTC  (2+ messages)
` ✓ i915.CI.Full: success for tests/intel/xe_multigpu_svm: fix 32-bit build error (rev2)

[PATCH v2 0/5] OpenRISC de0 nano single and multicore boards
 2026-01-06 10:18 UTC  (7+ messages)
` [PATCH v2 2/5] openrisc: dts: Add de0 nano config and devicetree

[PATCH] xen: Drop xenoprofile support
 2026-01-06 10:17 UTC  (2+ messages)

[PATCH v9 0/7] Provide support for Trigger Generation Unit
 2026-01-06 10:16 UTC  (3+ messages)
` [PATCH v9 7/7] qcom-tgu: Add reset node to initialize

[PATCH 1/1] arm64: dts: imx8mp-skov: add pinctrl-name 'reset' to fix CHECK_DTB warning
 2026-01-06 10:18 UTC  (3+ messages)

[char-misc] mei: trace: treat reg parameter as string
 2026-01-06 10:17 UTC  (2+ messages)

[PATCH v2] arm64: Disable branch profiling for all arm64 code
 2026-01-06 10:16 UTC 

[PATCH] man3/strftime.3: Fix spelling (British -> American)
 2026-01-06 10:16 UTC 

[PATCH 0/2] more t/perf meson/GIT-BUILD-OPTIONS fallout
 2026-01-06 10:16 UTC  (3+ messages)
` [PATCH 1/2] t/perf/perf-lib: fix assignment of TEST_OUTPUT_DIRECTORY
` [PATCH 2/2] t/perf/run: preserve GIT_PERF_* from environment

[PATCH v2 00/21] Add smu message control block
 2026-01-06 10:12 UTC  (22+ messages)
` [PATCH v2 01/21] drm/amd/pm: "
` [PATCH v2 02/21] drm/amd/pm: Add message control for SMUv11
` [PATCH v2 03/21] drm/amd/pm: Add message control for SMUv12
` [PATCH v2 04/21] drm/amd/pm: Add message control for SMUv13
` [PATCH v2 05/21] drm/amd/pm: Add message control for SMUv14
` [PATCH v2 06/21] drm/amd/pm: Use message control in messaging
` [PATCH v2 07/21] drm/amd/pm: Add async message call support
` [PATCH v2 08/21] drm/amd/pm: Replace without wait with async calls
` [PATCH v2 09/21] drm/amd/pm: Remove unused legacy message functions
` [PATCH v2 10/21] drm/amd/pm: Drop legacy message fields from SMUv11
` [PATCH v2 11/21] drm/amd/pm: Drop legacy message fields from SMUv12
` [PATCH v2 12/21] drm/amd/pm: Drop legacy message fields from SMUv13
` [PATCH v2 13/21] drm/amd/pm: Drop legacy message fields from SMUv14
` [PATCH v2 14/21] drm/amd/pm: Drop legacy message related fields
` [PATCH v2 15/21] drm/amd/pm: Drop unused ppt callback from SMUv11
` [PATCH v2 16/21] drm/amd/pm: Drop unused ppt callback from SMUv12
` [PATCH v2 17/21] drm/amd/pm: Drop unused ppt callback from SMUv13
` [PATCH v2 18/21] drm/amd/pm: Drop unused ppt callback from SMUv14
` [PATCH v2 19/21] drm/amd/pm: Drop unused ppt callback definitions
` [PATCH v2 20/21] drm/amd/pm: Add debug message callback
` [PATCH v2 21/21] drm/amd/pm: Use message control for debug mailbox

[PATCH v3 2/2] mm: vmscan: add PIDs to vmscan tracepoints
 2026-01-06 10:13 UTC  (3+ messages)

[PATCH 0/2] docs/interop/firmware: Introduce extended syntax for FirmwareMappingMemory
 2026-01-06 10:13 UTC  (4+ messages)
` [PATCH 2/2] "

Yocto migration meta-barebox -> walnascar
 2026-01-06 10:12 UTC  (3+ messages)

[PATCH] man3/getopt.3: Fix spelling (British -> American)
 2026-01-06 10:13 UTC 

Possible regression after NFS eof page pollution fix (ext4 checksum errors)
 2026-01-06 10:12 UTC  (5+ messages)

[PATCH v2 0/13] io_uring: add IORING_OP_BPF for extending io_uring
 2026-01-06 10:11 UTC  (14+ messages)
` [PATCH V2 01/13] io_uring: make io_import_fixed() global
` [PATCH V2 02/13] io_uring: refactor io_prep_reg_iovec() for BPF kfunc use
` [PATCH V2 03/13] io_uring: refactor io_import_reg_vec() "
` [PATCH V2 04/13] io_uring: prepare for extending io_uring with bpf
` [PATCH V2 05/13] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH V2 06/13] io_uring: bpf: implement struct_ops registration
` [PATCH V2 07/13] io_uring: bpf: add BPF buffer descriptor for IORING_OP_BPF
` [PATCH V2 08/13] io_uring: bpf: add uring_bpf_memcpy() kfunc
` [PATCH V2 09/13] selftests/io_uring: update mini liburing
` [PATCH V2 10/13] selftests/io_uring: add BPF struct_ops and kfunc tests
` [PATCH V2 11/13] selftests/io_uring: add bpf_memcpy selftest for uring_bpf_memcpy() kfunc
` [PATCH V2 12/13] selftests/io_uring: add copy_user_to_fixed() and copy_fixed_to_user() bpf_memcpy tests
` [PATCH V2 13/13] selftests/io_uring: add copy_user_to_reg_vec() and copy_reg_vec_to_user() "

[PATCH v2] arm64: dts: mediatek: mt8183: Add missing endpoint IDs to display graph
 2026-01-06 10:11 UTC 

[syzbot] [exfat?] [ocfs2?] kernel BUG in link_path_walk
 2026-01-06 10:10 UTC  (8+ messages)
        ` [PATCH for 6.19-rc1] fs: preserve file type in make_bad_inode() unless invalid

[PATCH v4] Bluetooth: hci_qca: Cleanup on all setup failures
 2026-01-06 10:09 UTC  (2+ messages)
` [v4] "

[PATCH 5.10.y-cip 0/7] RZ/G3S: Backport TSU support
 2026-01-06 10:08 UTC  (2+ messages)

[PATCH V3 0/4] Add support for DS90UB954-Q1
 2026-01-06 10:06 UTC  (4+ messages)
` [PATCH V3 3/4] media: dt-bindings: ti,ds90ub960: "

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2026-01-06 10:05 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/9] Misc patches for RTRS
 2026-01-06 10:03 UTC  (6+ messages)
` [PATCH 2/9] RDMA/rtrs: Add error description to the logs

[Intel-wired-lan] [PATCH iwl-next v2 1/1] e1000e: correct TIMINCA on ADP/TGP systems with wrong XTAL frequency
 2026-01-06 10:03 UTC 

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2026-01-06 10:03 UTC  (2+ messages)

[PATCH 0/1] Mediatek uart patch
 2026-01-06 10:02 UTC  (3+ messages)
` [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support

[PATCH v4 0/4] apei/ghes: don't OOPS with bad ARM error CPER records
 2026-01-06 10:01 UTC  (5+ messages)
` [PATCH v4 1/4] apei/ghes: ARM processor Error: don't go past allocated memory
` [PATCH v4 2/4] efi/cper: don't go past the ARM processor CPER record buffer
` [PATCH v4 3/4] apei/ghes: ensure that won't go past CPER allocated record
` [PATCH v4 4/4] efi/cper: don't dump the entire memory region

[PATCH for 6.12.y-cip + 6.12.63 ] can: rcar_canfd: Fix build error caused by is_gen4()
 2026-01-06 10:01 UTC  (6+ messages)
` FW: "

[LTP] [PATCH v5 0/3] new cmd support option for needs_cmds
 2026-01-06 10:02 UTC  (6+ messages)
` [LTP] [PATCH v6 0/4] "
  ` [LTP] [PATCH v6 1/4] lib: Add support option for .needs_cmds
  ` [LTP] [PATCH v6 2/4] tst_test.c: Add tst_cmd_present check if a command is present

[PATCH net] wifi: ath12k: fix dma_free_coherent() pointer
 2026-01-06 10:01 UTC  (2+ messages)

[PATCH v2] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension
 2026-01-06 10:00 UTC  (2+ messages)

git-last-modified on bare repository
 2026-01-06  9:58 UTC  (6+ messages)

[PATCH v2 0/3] Add the DWC3 instance name in traces
 2026-01-06  9:58 UTC  (3+ messages)
` [PATCH v2 3/3] usb: dwc3: Log dwc3 "

[PATCH v2] btrfs: send: check for inline extents in range_is_hole_in_parent()
 2026-01-06  9:56 UTC 

[PATCH v4 0/1] RISC-V: Introduce vSBI framework
 2026-01-06  9:55 UTC  (5+ messages)
` [PATCH v4 1/1] xen/riscv: add RISC-V virtual SBI base extension support for guests

[syzbot] [xfs?] possible deadlock in xfs_ilock (4)
 2026-01-06  9:54 UTC  (4+ messages)

[Patch v2] mm/huge_memory: consolidate order-related checks into folio_check_splittable()
 2026-01-06  9:54 UTC  (4+ messages)

[PATCH RFC] wifi: mac80211: Update mesh rate control per beacon to restore correct MCS
 2026-01-06  9:53 UTC 

[PATCH net-next v2 0/3] net: gso: fix MTU validation of BIG TCP
 2026-01-06  9:52 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: gso: do not include jumbogram HBH header in seglen calculation
` [PATCH net-next v2 2/3] ipv6: remove IP6SKB_FAKEJUMBO flag
` [PATCH net-next v2 3/3] selftests/net: remove unnecessary MTU config in big_tcp.sh

[PATCH v3 3/3] PCI: dwc: Enable MSI affinity support
 2026-01-06  9:53 UTC  (3+ messages)
` [tip: irq/msi] "

[master][PATCH] docbook-xml-dtd4: fix the fetching failure
 2026-01-06  2:55 UTC 

[PATCH 0/6] arm64: dts: imx8mq-librem5: Various improvements for Librem 5
 2026-01-06  9:53 UTC  (5+ messages)
` [PATCH 4/6] arm64: dts: imx8mq-librem5: Limit uSDHC2 frequency to 50MHz
` [PATCH 5/6] arm64: dts: imx8mq-librem5: Set cap-power-off-card for usdhc2

[pci:dt-bindings] BUILD SUCCESS 72b39430284fc4a7a960133b70137c24fed63b74
 2026-01-06  9:51 UTC 

[PATCH 1/2] x86/crash: Use set_memory_p instead of __set_memory_prot
 2026-01-06  9:50 UTC  (2+ messages)
` [PATCH 2/2] Reapply "x86/mm: Remove unused __set_memory_prot()"

[PATCH] scripts/atomic: fix kerneldoc spelling in try_cmpxchg
 2026-01-06  9:50 UTC  (3+ messages)

[PATCH 0/2] x86/cpu-policy: librarify copy-in/-out
 2026-01-06  9:49 UTC  (4+ messages)
` [PATCH 1/2] x86/cpu-policy: enable build of fuzzing harness by default

[PATCH v1] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2026-01-06  9:49 UTC  (8+ messages)

[PATCH] platform/x86: ISST: Check for admin capability for write commands
 2026-01-06  9:49 UTC  (2+ messages)

[PATCH net] net: 3com: 3c59x: fix possible null dereference in vortex_probe1()
 2026-01-06  9:47 UTC 

[PATCH] net: optimize raw checksum computation
 2026-01-05 23:27 UTC 

[PATCH] net/mlx5: fix offset handling in mlx5_aso_cnt_sq_enqueue_burst
 2026-01-05 14:24 UTC 

[PATCH 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
 2026-01-06  9:48 UTC  (3+ messages)
` [PATCH 01/13] drm/i915/color: Place 3D LUT after CSC in plane color pipeline

[PATCH] dt-bindings: firmware: Convert cznic,turris-mox-rwtm to DT schema
 2026-01-06  9:47 UTC  (2+ messages)

[PATCH v1 0/2] Free contiguous order-0 pages efficiently
 2026-01-06  9:47 UTC  (4+ messages)
` [PATCH v1 2/2] vmalloc: Optimize vfree

[RFC PATCH 0/2] zsmalloc: size-classes chain-length tunings
 2026-01-06  9:47 UTC  (7+ messages)
` [RFC PATCH 2/2] zsmalloc: chain-length configuration should consider other metrics

[PATCH] rust: id_pool: fix example
 2026-01-06  9:46 UTC  (6+ messages)

[PATCH 0/2] platform/x86: ISST: Fix for write lock and suspend/resume
 2026-01-06  9:44 UTC  (3+ messages)
` [PATCH 2/2] platform/x86: ISST: Store and restore all domains data

[meta-python][PATCH 1/5] python3-pyro5: Upgrade 5.15 -> 5.16
 2026-01-06  9:42 UTC  (3+ messages)
` [meta-python][PATCH 3/5] python3-brotli: Upgrade 1.1.0 -> 1.2.0
` [meta-python][PATCH 5/5] python3-fastapi: Upgrade 0.124.4 -> 0.128.0


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.