All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-20 15:10:49 to 2025-08-20 16:06:41 UTC [more...]

[PATCH 0/6] riscv: Add helpers use_alternative_{likely,unlikely}
 2025-08-20 15:43 UTC  (8+ messages)
` [PATCH 1/6] riscv: Introduce use_alternative_{likely,unlikely}
` [PATCH 5/6] riscv: bitops: Convert to use_alternative_likely

[PATCH v1 0/5] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-08-20 16:06 UTC  (2+ messages)
` [PATCH v1 3/5] platform/x86: ayaneo-ec: Add charge control support

[PATCH 6.1.y-cip 00/55] Add support for CRU/CSI2 on Renesas RZ/G3E
 2025-08-20 16:04 UTC  (45+ messages)
` [PATCH 6.1.y-cip 01/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 02/55] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G3E CSI-2 block
` [PATCH 6.1.y-cip 03/55] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G3E SoC
` [PATCH 6.1.y-cip 04/55] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()
` [PATCH 6.1.y-cip 05/55] media: platform: rzg2l-cru: rzg2l-video: Set AXI burst max length
` [PATCH 6.1.y-cip 06/55] media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entries
` [PATCH 6.1.y-cip 07/55] media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flag
` [PATCH 6.1.y-cip 08/55] media: rzg2l-cru: csi2: "
` [PATCH 6.1.y-cip 09/55] media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init()
` [PATCH 6.1.y-cip 10/55] media: rzg2l-cru: csi2: Implement .get_frame_desc()
` [PATCH 6.1.y-cip 11/55] media: rzg2l-cru: Retrieve virtual channel information
` [PATCH 6.1.y-cip 12/55] media: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi`
` [PATCH 6.1.y-cip 13/55] media: rzg2l-cru: Use MIPI CSI-2 data types for ICnMC_INF definitions
` [PATCH 6.1.y-cip 14/55] media: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format struct
` [PATCH 6.1.y-cip 15/55] media: rzg2l-cru: Remove unnecessary WARN_ON check in format func
` [PATCH 6.1.y-cip 16/55] media: rzg2l-cru: Simplify configuring input format for image processing
` [PATCH 6.1.y-cip 17/55] media: rzg2l-cru: Inline calculating image size
` [PATCH 6.1.y-cip 18/55] media: rzg2l-cru: Simplify handling of supported formats
` [PATCH 6.1.y-cip 19/55] media: rzg2l-cru: Inline calculating bytesperline
` [PATCH 6.1.y-cip 20/55] media: rzg2l-cru: Make use of v4l2_format_info() helpers
` [PATCH 6.1.y-cip 21/55] media: rzg2l-cru: Use `rzg2l_cru_ip_formats` array in enum_frame_size
` [PATCH 6.1.y-cip 22/55] media: rzg2l-cru: csi2: Remove unused field from rzg2l_csi2_format
` [PATCH 6.1.y-cip 23/55] media: rzg2l-cru: video: Implement .link_validate() callback
` [PATCH 6.1.y-cip 24/55] media: rzg2l-cru: csi2: Use rzg2l_csi2_formats array in enum_frame_size
` [PATCH 6.1.y-cip 25/55] media: rzg2l-cru: Refactor ICnDMR register configuration
` [PATCH 6.1.y-cip 26/55] media: rzg2l-cru: Add support to capture 8bit raw sRGB
` [PATCH 6.1.y-cip 27/55] media: rzg2l-cru: Move register definitions to a separate file
` [PATCH 6.1.y-cip 28/55] media: renesas: rzg2l-cru: Add 'yuv' flag to IP format structure
` [PATCH 6.1.y-cip 29/55] media: platform: rzg2l-cru: rzg2l-video: Fix the comment in rzg2l_cru_start_streaming_vq()
` [PATCH 6.1.y-cip 30/55] media: rzg2l-cru: csi2: Use local variable for struct device in rzg2l_csi2_probe()
` [PATCH 6.1.y-cip 31/55] media: rzg2l-cru: csi2: Use devm_pm_runtime_enable()
` [PATCH 6.1.y-cip 32/55] media: rzg2l-cru: rzg2l-core: Use local variable for struct device in rzg2l_cru_probe()
` [PATCH 6.1.y-cip 33/55] media: rzg2l-cru: rzg2l-core: Use devm_pm_runtime_enable()
` [PATCH 6.1.y-cip 34/55] media: rzg2l-cru: csi2: Introduce SoC-specific D-PHY handling
` [PATCH 6.1.y-cip 35/55] media: rzg2l-cru: csi2: Skip system clock for RZ/V2H(P) SoC
` [PATCH 6.1.y-cip 36/55] media: rzg2l-cru: csi2: Add support "
` [PATCH 6.1.y-cip 37/55] media: rzg2l-cru: Add register mapping support
` [PATCH 6.1.y-cip 38/55] media: rzg2l-cru: Pass resolution limits via OF data
` [PATCH 6.1.y-cip 39/55] media: rzg2l-cru: Add image_conv offset to "
` [PATCH 6.1.y-cip 40/55] media: rzg2l-cru: Add IRQ handler "
` [PATCH 6.1.y-cip 41/55] media: rzg2l-cru: Add function pointer to check if FIFO is empty
` [PATCH 6.1.y-cip 42/55] media: rzg2l-cru: Add function pointer to configure CSI
` [PATCH 6.1.y-cip 43/55] media: rzg2l-cru: Add support for RZ/G3E SoC
` [PATCH 6.1.y-cip 44/55] media: rzg2l-cru: Add vidioc_enum_framesizes()

[PATCH] thermal: rockchip: shut up GRF warning
 2025-08-20 14:23 UTC  (2+ messages)

[PATCH v2 0/6] MediaTek devicetree/bindings warnings sanitization second round
 2025-08-20 14:21 UTC  (2+ messages)

[PATCH 0/2] i2c: designware: Implement atomic transfer suppot
 2025-08-20 16:05 UTC  (4+ messages)
` [PATCH 1/2] i2c: designware: Avoid taking clk_prepare mutex in PM callbacks
` [PATCH 2/2] i2c: designware: Implement atomic transfer suppot

[PATCH 0/2] power: supply: add charger for BD71828
 2025-08-20 16:05 UTC  (9+ messages)
` [PATCH 2/2] power: supply: Add bd718(15/28/78) charger driver

rcu_preempt detected stalls on CPUs/tasks
 2025-08-20 16:04 UTC  (5+ messages)

[PATCH v2 0/3] dt-bindings: display: Few cleanups
 2025-08-20 14:17 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: display: ingenic,jz4780-hdmi: Add missing clock-names
` [PATCH v2 2/3] dt-bindings: display: ti,tdp158: Add missing reg constraint
` [PATCH v2 3/3] dt-bindings: display: rockchip,dw-mipi-dsi: Narrow clocks for rockchip,rk3288-mipi-dsi

[PATCH i-g-t] tests/intel/xe_sriov_flr: Update Sub-category name
 2025-08-20 16:45 UTC 

[openeuler:OLK-6.6 2697/2697] arch/arm64/include/asm/cputype.h:163:9: error: "PHYTIUM_CPU_PART_FTC862" redefined
 2025-08-20 16:02 UTC 

[PATCH v2 0/4] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
 2025-08-20 16:02 UTC  (5+ messages)
` [PATCH v2 1/4] remoteproc: qcom_q6v5: Avoid disabling handover IRQ twice
` [PATCH v2 2/4] remoteproc: qcom_q6v5: Avoid handling handover twice
` [PATCH v2 3/4] remoteproc: qcom_q6v5_pas: Shutdown lite ADSP DTB on X1E
` [PATCH v2 4/4] remoteproc: qcom_q6v5_pas: Drop redundant assignment to ret

[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
 2025-08-20 16:01 UTC  (7+ messages)
` [RFC 02/11] hw/arm/smmuv3: Implement read/write logic for secure registers
` [RFC 03/11] hw/arm/smmuv3: Implement S_INIT for secure initialization

[RFC] mdio demux multiplexer driver
 2025-08-20 15:44 UTC  (7+ messages)

[PATCH net-next 0/6] netfilter: updates for net-next
 2025-08-20 16:01 UTC  (6+ messages)
` [PATCH net-next 4/6] netfilter: nft_set_pipapo: use avx2 algorithm for insertions too
` [PATCH net-next 5/6] netfilter: nft_set_pipapo: Store real pointer, adjust later

[PATCH v2 0/2] a fix for connector modes leak in amdgpu driver
 2025-08-20 16:00 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd/display: fix leak of probed modes

[PATCH net 1/2] tls: fix handling of zero-length records on the rx_list
 2025-08-20 16:00 UTC  (3+ messages)
` [PATCH net 2/2] selftests: tls: add tests for zero-length records

[PATCH] Documentation/wmi: Fix Typo Error in doc
 2025-08-20 15:58 UTC 

[PATCH RESEND V2 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-08-20 15:59 UTC  (7+ messages)
` [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors "

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-08-20 15:58 UTC  (5+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH v1 1/2] PCI: dwc: Invoke post_init in dw_pcie_resume_noirq()
 2025-08-20 15:57 UTC  (2+ messages)

[bluez/bluez]
 2025-08-20 15:57 UTC 

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-20 15:55 UTC  (6+ messages)
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for "

[PATCH -v1 0/2] x86/microcode: Add debugging glue
 2025-08-20 15:56 UTC  (4+ messages)
` [PATCH -v1 2/2] x86/microcode: Add microcode loader debugging functionality

[Patch v3 0/7] x86 perf bug fixes and optimization
 2025-08-20 15:55 UTC  (2+ messages)

[PATCH 5/6] PCI: andes: Add Andes QiLai SoC PCIe host driver support
 2025-08-20 15:54 UTC  (2+ messages)

[PATCH v1 0/2] rpcbind unregistration clean-ups
 2025-08-20 15:53 UTC  (3+ messages)
` [PATCH v1 2/2] SUNRPC: Move the svc_rpcb_cleanup() call sites

[PATCH] selftests/bpf: fix typo in comment
 2025-08-20 15:47 UTC 

[PATCH BlueZ 1/3] profiles/audio: Fix uninitialized params.subgroup_data warning
 2025-08-20 15:52 UTC  (2+ messages)
` [BlueZ,1/3] "

[PATCH] man/man3/pthread_attr_init.3: Replace errc
 2025-08-20 15:52 UTC  (4+ messages)

[PATCH 2/6] PCI: dwc: Add outbound ATU range check callback
 2025-08-20 15:52 UTC  (2+ messages)

[PATCH -rebased 00/15] Add a deadline server for sched_ext tasks
 2025-08-20 15:52 UTC  (4+ messages)
` [PATCH -rebased 07/15] sched_ext: Add a DL "

[Intel-wired-lan] [PATCH net] i40e: Prevent unwanted interface name changes
 2025-08-20 15:51 UTC  (6+ messages)
    `  "

[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-08-20 15:30 UTC  (4+ messages)
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks

[CI 00/13] auxccs no stolen
 2025-08-20 15:50 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[bluetooth-next:master] BUILD SUCCESS e090ee03a6ed36d9bd4f98dd18d535d6273b102f
 2025-08-20 15:48 UTC 

[RFC PATCH 0/3] sched: add ability to throttle sched_yield() calls to reduce contention
 2025-08-20 15:49 UTC  (6+ messages)

[PATCH] mm/page_alloc: Occasionally relinquish zone lock in batch freeing
 2025-08-20 15:48 UTC  (2+ messages)

[PATCH] docs: kfigure.py: don't crash during read/write
 2025-08-20 15:48 UTC  (3+ messages)

[PATCH v9 00/18] AMD: Add Secure AVIC Guest Support
 2025-08-20 15:46 UTC  (3+ messages)
` [PATCH v9 07/18] x86/apic: Add support to send IPI for Secure AVIC

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-08-20 15:45 UTC  (7+ messages)
` [PATCH v2 03/24] migration: Normalize tls arguments

[PATCH net-next v4 0/4] net: wangxun: complete ethtool coalesce options
 2025-08-20 15:45 UTC  (5+ messages)
` [PATCH net-next v4 4/4] net: wangxun: support to use adaptive RX/TX coalescing

[PATCH v2] cxl/acpi: Limit XOR map application based on host bridge ways
 2025-08-20 15:44 UTC  (2+ messages)

[PATCH 0/1] base.bbclass: Fix the recipe parsing race issue
 2025-08-20 15:44 UTC  (8+ messages)
` [OE-core] "

[PATCH v6 bpf] xsk: fix immature cq descriptor production
 2025-08-20 15:44 UTC 

[PATCH v1] Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
 2025-08-20 15:44 UTC  (3+ messages)
` [v1] "

[PATCH] selftests/netfilter: fix typo in comment
 2025-08-20 15:41 UTC 

[PATCH v7 0/8] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-08-20 15:42 UTC  (5+ messages)
` [PATCH v7 6/8] tests/qtest: Add GET_SHMEM validation test

[Buildroot] [PATCH 0/5] Bump CUPS to the latest version
 2025-08-20 15:41 UTC  (4+ messages)
` [Buildroot] [PATCH 5/5] package/cups: bump to version 2.4.12

[PATCH] git-gui: simplify using nice
 2025-08-20 15:41 UTC  (2+ messages)

[RFC][PATCH v2] brief-yoctoprojectqs: add bitbake-setup info
 2025-08-20 15:41 UTC  (3+ messages)
` [docs] "

[PATCH] rseq/selftests: Use weak symbol reference, not definition, to link with glibc
 2025-08-20 15:40 UTC  (3+ messages)

[PATCH V4] io_uring: uring_cmd: add multishot support
 2025-08-20 15:40 UTC 

[PATCH v6 0/7] TDX host: kexec/kdump support
 2025-08-20 15:39 UTC  (11+ messages)
` [PATCH v6 7/7] KVM: TDX: Explicitly do WBINVD when no more TDX SEAMCALLs

[PATCH V3] io_uring: uring_cmd: add multishot support
 2025-08-20 15:39 UTC  (5+ messages)

[PATCH net v2] ipv6: sr: Fix MAC comparison to be constant-time
 2025-08-20 15:37 UTC  (2+ messages)

LSM namespacing API
 2025-08-20 15:37 UTC  (5+ messages)

[PATCH] LoongArch: BPF: Sign extend struct ops return values properly
 2025-08-20 15:37 UTC  (5+ messages)

[PATCH 0/3] meson: wire up gitk and git-gui
 2025-08-20 15:34 UTC  (5+ messages)
` [PATCH 2/3] gitk: move into "subprojects/"
  ` [PATCH] doc/gitk: update reference to the external project
    ` [PATCH v2] "

[PATCH v2] x86: add hintable NOPs emulation
 2025-08-20 15:31 UTC  (2+ messages)

[PATCH] git-gui: simplify PATH de-duplication
 2025-08-20 15:31 UTC 

[PATCH] arm64/dma-mapping: Fix arch_sync_dma_for_device to respect dir parameter
 2025-08-20 14:08 UTC  (3+ messages)

[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
 2025-08-20 15:31 UTC  (13+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-08-20 15:31 UTC  (11+ messages)

[PATCH v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-08-20 15:31 UTC  (5+ messages)
` [PATCH v2 06/11] remoteproc: Move resource table data structure to its own header

Corrupt bcachefs can't be transferred into a consistent state
 2025-08-20 15:31 UTC  (4+ messages)

[PATCH i-g-t] tests/intel/xe-oa: Fix OA format name typo
 2025-08-20 15:29 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH net v4 0/5] net: macb: various fixes
 2025-08-20 15:25 UTC  (3+ messages)
` [PATCH net v4 5/5] net: macb: avoid double endianness swap in macb_set_hwaddr()

Yearly maintainership rotation?
 2025-08-20 15:25 UTC  (3+ messages)

[PATCH v4 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-08-20 15:23 UTC  (4+ messages)
` [PATCH v4 1/3] rust: i2c: add basic I2C device and "
` [PATCH v4 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v4 3/3] samples: rust: add Rust I2C sample driver

[PATCH v8 0/2] drm_bridge: Add HDCP support
 2025-08-20 15:25 UTC  (7+ messages)
` [PATCH v8 1/2] drm_bridge: register content protect property
` [PATCH v8 2/2] drm/bridge: anx7625: "

[PATCH 1/3] spirv-headers: Add SPV_INTEL_function_variants
 2025-08-20 15:24 UTC  (8+ messages)
` [PATCH 3/3] m4: Fix ptest on musl
  ` [OE-core] "

[PATCH v11 02/27] migration: push Error **errp into vmstate_load_state()
 2025-08-20 15:24 UTC  (3+ messages)

[PATCH] drm/xe/tuning: Apply "Disable NULL query for Anyhit Shader" to Xe2
 2025-08-20 15:24 UTC  (3+ messages)

[PATCH v8 00/24] MADVISE FOR XE
 2025-08-20 15:23 UTC  (6+ messages)
` [PATCH v8 01/24] drm/gpuvm: Pass map arguments through a struct

[PATCH] RISC-V: Define pgprot_dmacoherent() for non-coherent devices
 2025-08-20 15:23 UTC 

[PATCH v5 0/2] dma-buf: heaps: Support carved-out heaps
 2025-08-20 15:22 UTC  (4+ messages)
` [PATCH v5 2/2] dma-buf: heaps: Introduce a new heap for reserved memory

[PATCH v5 0/9] eUSB2 Double Isochronous IN Bandwidth support
 2025-08-20 15:21 UTC  (3+ messages)
` [PATCH v5 9/9] media: uvcvideo: eUSB2 double isochronous bandwidth support

[REGRESSION] tty lockup and WWAN loss after hibernate/suspend in 6.8+ on ThinkPad X1 Carbon Gen 10
 2025-08-19 13:45 UTC  (9+ messages)

[PATCHv1 1/5] arm64: dts: amlogic: Add cache information to the Amlogic GXBB and GXL SoC
 2025-08-20 14:01 UTC  (11+ messages)
` [PATCHv1 4/5] arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC

[PATCH 0/2] vfio: Deprecate fsl-mc, platform, and amba
 2025-08-20 15:20 UTC  (7+ messages)
` [PATCH 2/2] vfio/platform: Mark for removal

[PATCH 0/4] ppc: Fix migration issues with XICS and quiesce
 2025-08-20 15:20 UTC  (5+ messages)
` [PATCH 4/4] target/ppc: Fix env->quiesced migration

[PATCH v8 00/11] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-08-20 15:20 UTC  (4+ messages)
` [PATCH v8 05/11] cxl: Defer dport allocation for switch ports

[PATCH v3] dts: add missing type hints to method signatures
 2025-08-20 15:18 UTC  (2+ messages)
` [PATCH v4] "

defining standard build targets in layer metadata
 2025-08-20 15:19 UTC  (3+ messages)
` [yocto] "

[PATCH net v2 0/2] mips: lantiq: fix ethernet support
 2025-08-20 15:18 UTC  (4+ messages)

[PATCH 0/9] panic: introduce panic status function family
 2025-08-20 15:18 UTC  (11+ messages)
` [PATCH 1/9] panic: Introduce helper functions for panic state
  ` [PATCH 2/9] fbdev: Use panic_in_progress() helper
    ` [PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
      ` [PATCH 4/9] panic: use panic_try_start() in nmi_panic()
        ` [PATCH 5/9] panic: use panic_try_start() in vpanic()
          ` [PATCH 6/9] printk/nbcon: use panic_on_this_cpu() helper
            ` [PATCH 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
              ` [PATCH 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
                ` [PATCH 9/9] watchdog: skip checks when panic is in progress

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-20 15:17 UTC  (2+ messages)

[PATCH net-next v13 0/5] PRU-ICSSM Ethernet Driver
 2025-08-20 15:17 UTC  (7+ messages)
` [PATCH net-next v13 4/5] net: ti: prueth: Adds link detection, RX and TX support

[PATCH v4 00/24] Introduce Firmware Update Support for Arm PSA
 2025-08-20 15:16 UTC  (4+ messages)
` [PATCH v4 12/24] efi_loader: fwu_arm_psa: Add set_image and get_image_info support

[PATCH] media: venus: firmware: Use correct reset sequence for IRIS2
 2025-08-20 15:16 UTC 

[PATCH] arm64: dts: ti: k3-j722s-main: add legacy PCIe interrupts
 2025-08-20 14:00 UTC  (3+ messages)

[PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
 2025-08-20 15:15 UTC  (4+ messages)

[PATCH v1 0/2] PCI: imx6: Add a method to handle CLKREQ# override
 2025-08-20 15:13 UTC  (3+ messages)
` [PATCH v1 2/2] PCI: imx6: Add a method to handle CLKREQ# override active low

[PATCH v2 0/9] Tegra114: implement EMC support
 2025-08-20 15:13 UTC  (10+ messages)
` [PATCH v2 1/9] ARM: tegra: Add ACTMON support on Tegra114
` [PATCH v2 2/9] dt-bindings: memory: Document Tegra114 Memory Controller
` [PATCH v2 3/9] memory: tegra: implement EMEM regs and ICC ops for Tegra114
` [PATCH v2 4/9] dt-bindings: memory: Add Tegra114 memory client IDs
` [PATCH v2 5/9] clk: tegra: remove EMC to MC clock mux in Tegra114
` [PATCH v2 6/9] dt-bindings: memory: Document Tegra114 External Memory Controller
` [PATCH v2 7/9] memory: tegra: Add Tegra114 EMC driver
` [PATCH v2 8/9] ARM: tegra: Add External Memory Controller node on Tegra114
` [PATCH v2 9/9] ARM: tegra: Add EMC OPP and ICC properties to Tegra114 EMC and ACTMON device-tree nodes

[PATCH] mm/page_alloc: Occasionally relinquish zone lock in batch freeing
 2025-08-20 15:13 UTC  (2+ messages)

[PATCH v9 3/3] net/macb: add necessary docs and update related files
 2025-08-20 15:12 UTC  (3+ messages)
` [PATCH v10 "

[PATCH v1] dts: remove test_ prefix from test case names
 2025-08-20 15:12 UTC 

[PATCH v3 0/5] initialize SCTRL2_ELx
 2025-08-20 15:11 UTC  (12+ messages)
` [PATCH v3 1/5] arm64: make SCTLR2_EL1 accessible
` [PATCH v3 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v3 3/5] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v3 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v3 5/5] arm64: make the per-task SCTLR2_EL1

[PATCH v1] dts: remove test_ prefix from test case names
 2025-08-20 15:11 UTC 

[PATCH v11 0/8] KVM: SVM: Enable Secure TSC for SEV-SNP
 2025-08-20 15:10 UTC  (5+ 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.