All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-29 08:57:02 to 2024-07-29 09:50:50 UTC [more...]

[PATCH v3] sched/fair: Use all little CPUs for CPU-bound workload
 2024-07-29  9:50 UTC  (3+ messages)

[PATCH v3 01/10] irqchip/armada-370-xp: Drop _OFFS suffix from some register constants
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 02/10] irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASK
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 03/10] irqchip/armada-370-xp: Change spaces to tabs
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 04/10] irqchip/armada-370-xp: Use BIT() and GENMASK() macros
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 05/10] irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitions
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 06/10] irqchip/armada-370-xp: Change register constants prefix to MPIC_
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 07/10] irqchip/armada-370-xp: Use correct type for cpu variable
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 08/10] irqchip/armada-370-xp: Simplify is_percpu_irq() code
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 09/10] irqchip/armada-370-xp: Change to SPDX license identifier
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH v3 10/10] irqchip/armada-370-xp: Declare iterators in for loop
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 01/10] irqchip/armada-370-xp: Rename variable for consistency
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 02/10] irqchip/armada-370-xp: Use unsigned int type for virqs
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 03/10] irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 04/10] irqchip/armada-370-xp: Simplify ipi_resume() code
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 05/10] irqchip/armada-370-xp: Improve indentation
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 06/10] irqchip/armada-370-xp: Change symbol prefixes to mpic
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 07/10] irqchip/armada-370-xp: Don't read number of supported interrupts multiple times
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 08/10] irqchip/armada-370-xp: Use FIELD_GET() and named register constant
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 09/10] irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 10/10] irqchip/armada-370-xp: Refactor handling IPI interrupts
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 01/10] irqchip/armada-370-xp: Use consistent variable names for hwirqs
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 02/10] irqchip/armada-370-xp: Use consistent types when iterating interrupts
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 03/10] irqchip/armada-370-xp: Use consistent name for struct irq_data variables
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 04/10] irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 06/10] irqchip/armada-370-xp: Drop redundant continue
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 07/10] irqchip/armada-370-xp: Rename variable for consistency
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 08/10] irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 09/10] irqchip/armada-370-xp: Refactor initial memory regions mapping
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH 10/10] irqchip/armada-370-xp: Print error and return error code on initialization failure
 2024-07-29  9:49 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH] irqchip/gic-v4: Fix ordering between vmapp and vpe locks
 2024-07-29  9:48 UTC  (4+ messages)

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-07-29  9:48 UTC  (10+ messages)
` [PATCH v3 0/7] add and use for_test "
  ` [PATCH v3 3/7] unit-tests: add for_test

[PATCH v2 0/2] phy: qcom: Add QCS9100 dwmac sgmii phy compatible
 2024-07-29  9:48 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: phy: describe the Qualcomm SGMII PHY for QCS9100
` [PATCH v2 2/2] phy: qcom: add the SGMII SerDes PHY driver support

[PATCH 0/4] scsi-block: Fix error handling with r/werror=stop
 2024-07-29  9:47 UTC  (5+ messages)
` [PATCH 1/4] scsi-disk: Use positive return value for status in dma_readv/writev
` [PATCH 2/4] scsi-block: Don't skip callback for sgio error status/driver_status
` [PATCH 3/4] scsi-disk: Add warning comments that host_status errors take a shortcut
` [PATCH 4/4] scsi-disk: Always report RESERVATION_CONFLICT to guest

[LTP] [PATCH 0/6] sched_football in runtest/sched + configure cleanup
 2024-07-29  9:47 UTC  (4+ messages)
` [LTP] [PATCH 5/6] runtest/sched: Add sched_football

[PATCH v2 0/2] drm/{amdgpu,radeon}: convert bios_hardcoded_edid to drm_edid
 2024-07-29  9:47 UTC  (6+ messages)
` [PATCH v2 1/2] drm/amdgpu: "
` [PATCH v2 2/2] drm/radeon: "

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 4.19-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 5.4-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 5.10-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 5.15-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 6.1-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 6.6-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/amd/display: Remove ASSERT if significance is zero in" failed to apply to 6.10-stable tree
 2024-07-29  9:47 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 4.19-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 5.4-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 5.10-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 5.15-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 6.6-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 6.1-stable tree
 2024-07-29  9:46 UTC 

FAILED: patch "[PATCH] drm/i915/display: For MTL+ platforms skip mg dp programming" failed to apply to 6.10-stable tree
 2024-07-29  9:46 UTC 

Linux 6.11-rc1
 2024-07-29  9:35 UTC  (4+ messages)
` Build regressions/improvements in v6.11-rc1

[PATCH 00/10] armada-370-xp irqchip updates round 4
 2024-07-29  9:44 UTC  (5+ messages)

[PATCH 1/1] arm64: dts: imx8-ss-dma: enable dma support for lpspi
 2024-07-29  9:45 UTC 

[PATCH v2] mm: use zonelist_zone() to get zone
 2024-07-29  9:44 UTC  (3+ messages)
` [PATCH] mm: improve code consistency with zonelist_* helper functions

[PATCH] drm/xe/oa/uapi: Make bit masks unsigned
 2024-07-29  9:44 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH] char: misc: add missing #ifdef CONFIG_PROC_FS and error checking
 2024-07-29  9:43 UTC  (3+ messages)

[PULL 00/96] ppc-for-9.1-2 queue
 2024-07-29  9:43 UTC  (2+ messages)

[PATCH] kcov: properly check for softirq context
 2024-07-29  9:42 UTC  (2+ messages)

[PATCH i-g-t v4 0/4] Add vmwgfx prime tests
 2024-07-29  9:41 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Add vmwgfx prime tests (rev4)

[PATCH v2] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-07-29  9:40 UTC  (3+ messages)

[Buildroot] Mail account security info was added
 2024-07-29  9:40 UTC 

[PATCH v2] irqchip: Remove asmlinkage for *handle_irq() functions
 2024-07-29  9:39 UTC  (3+ messages)

[PATCH v4 0/3] Add CPG support for RZ/V2H(P) SoC
 2024-07-29  9:38 UTC  (6+ messages)
` [PATCH v4 2/3] clk: renesas: Add family-specific clock driver for RZ/V2H(P)

[PATCH v2] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS9100
 2024-07-29  9:37 UTC  (7+ messages)

[PATCH] arm/kvm: add support for MTE
 2024-07-29  9:37 UTC  (3+ messages)

[PATCH] util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD
 2024-07-29  9:37 UTC  (2+ messages)

[PATCH v8 RESEND 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-07-29  9:36 UTC  (8+ messages)
` [PATCH v8 RESEND 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC

[PATCH v5 00/12] spi: add driver for Intel discrete graphics
 2024-07-29  9:37 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for spi: add driver for Intel discrete graphics (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "

[PATCH 0/2] Use pcim_request_region() in vboxvideo
 2024-07-29  9:36 UTC  (3+ messages)
` [PATCH 1/2] PCI: Make pcim_request_region() a public function
` [PATCH 2/2] drm/vboxvideo: Add PCI region request

[PATCH v1 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-07-29  9:39 UTC  (5+ messages)
` [PATCH v1 01/17] intel_iommu: Use the latest fault reasons defined by spec

[PATCH v3 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG
 2024-07-29  9:35 UTC  (3+ messages)

[PULL v2 00/25] Misc QEMU-GA patches 2024-07-22
 2024-07-29  9:35 UTC  (5+ messages)
` [PULL v2 25/25] qga/linux: Add new api 'guest-network-get-route'

[ovmf test] 187040: all pass - PUSHED
 2024-07-29  9:35 UTC 

[PATCH mptcp-net v5 00/13] mptcp: fix endpoints with 'signal' and 'subflow' flags
 2024-07-29  9:35 UTC  (7+ messages)
` [PATCH mptcp-net v5 07/13] mptcp: pm: only in-kernel cannot have entries with ID 0
` [PATCH mptcp-net v5 09/13] selftests: mptcp: join: validate fullmesh endp on 1st sf

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-29  9:34 UTC  (5+ messages)
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled

[PATCH net-next v25 01/13] rtase: Add support for a pci table in this module
 2024-07-29  9:33 UTC  (2+ messages)

[PATCH] media: imx-mipi-csis: avoid logging while holding spinlock
 2024-07-29  9:32 UTC  (4+ messages)

[PATCH-RT sched v1 0/2] Optimize the RT group scheduling
 2024-07-29  9:32 UTC  (2+ messages)

Testing if two open descriptors refer to the same inode
 2024-07-29  9:29 UTC  (3+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29  9:29 UTC  (2+ messages)

[PATCH v2 0/2] Add ACSPCIE refclk support on J784S4-EVM
 2024-07-29  9:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: ti,j721e-pci-host: Add ACSPCIE proxy control property
` [PATCH v2 2/2] PCI: j721e: Enable ACSPCIE Refclk if "ti,syscon-acspcie-proxy-ctrl" exists

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-29  9:28 UTC  (3+ messages)

[PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-29  9:28 UTC 

[PATCH v5 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-07-29  9:27 UTC  (5+ messages)
` [PATCH v5 05/11] exec/ioport: Add portio_list_set_address()
` [PATCH v5 11/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions

[GIT FIXES FOR 6.11] Ipu6 Kconfig compile fixes
 2024-07-29  9:26 UTC  (2+ messages)
` [GIT FIXES FOR 6.11] Ipu6 Kconfig compile fixes (#103165)

[PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
 2024-07-29  9:24 UTC  (10+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename()
  ` [PATCH bpf-next v2 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
  ` [PATCH bpf-next v2 3/8] selftests/bpf: Fix error compiling test_lru_map.c
  ` [PATCH bpf-next v2 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type
  ` [PATCH bpf-next v2 5/8] selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
  ` [PATCH bpf-next v2 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
  ` [PATCH bpf-next v2 7/8] selftests/bpf: Fix using stdout, stderr as struct field names
  ` [PATCH bpf-next v2 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc

[PATCH 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-29  9:23 UTC  (4+ messages)
` [PATCH 6/6] net: mvpp2: "

[PATCH] drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
 2024-07-29  9:23 UTC  (4+ messages)

[opencloudos:next 6418/7897] arch/loongarch/kvm/vcpu.c:68:37: error: 'struct sched_info' has no member named 'run_delay'
 2024-07-29  9:21 UTC 

[PATCH] ovl: don't set the superblock's errseq_t manually
 2024-07-29  9:22 UTC  (3+ messages)

[PATCH v2 0/9] Add support for RZ/G2UL Display Unit
 2024-07-29  9:22 UTC  (13+ messages)
` [PATCH v2 3/9] dt-bindings: display: renesas,rzg2l-du: Document RZ/G2UL DU bindings
` [PATCH v2 5/9] drm: renesas: rz-du: Add RZ/G2UL DU Support
` [PATCH v2 6/9] arm64: dts: renesas: r9a07g043u: Add vspd node
` [PATCH v2 8/9] arm64: dts: renesas: r9a07g043u: Add DU node

[PATCH v3 00/10] x86/bugs: Separate config for mitigations
 2024-07-29  9:21 UTC  (2+ messages)

[PATCH] device-parts: editorial: Add missing struct keyword
 2024-07-29  9:20 UTC 

[PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag
 2024-07-29  9:19 UTC  (2+ messages)

[PATCH] media: imx335: Fix reset-gpio handling
 2024-07-29  9:19 UTC  (4+ messages)

[XEN PATCH v5 0/8] x86: address some violations of MISRA C Rule 16.3
 2024-07-29  9:18 UTC  (10+ messages)
` [XEN PATCH v5 1/8] automation/eclair: fix deviation "
` [XEN PATCH v5 2/8] x86/vpmu: address violations "
` [XEN PATCH v5 3/8] x86/traps: "
` [XEN PATCH v5 4/8] x86/mce: "
` [XEN PATCH v5 5/8] x86/hvm: "
` [XEN PATCH v5 6/8] x86/hvm: add defensive statements in unreachable program points
` [XEN PATCH v5 7/8] x86/mm: add defensive return
` [XEN PATCH v5 8/8] x86/mpparse: address a violation of MISRA C Rule 16.3

[PATCH] fs/writeback: fix kernel-doc warnings
 2024-07-29  9:18 UTC  (3+ messages)

RCU stalls and GPFs in ceph/netfs
 2024-07-29  9:18 UTC  (2+ messages)

[PATCH][next] tools: selftests: riscv: Fix spelling mistake "regesters" -> "registers"
 2024-07-29  9:17 UTC 

[PATCH v2 0/7] can: m_can: Add am62 wakeup support
 2024-07-29  8:51 UTC  (3+ messages)
` [PATCH v2 4/7] can: m_can: Support pinctrl wakeup state

[PATCH] crypto: caam/qi2 - use cpumask_var_t in dpaa2_dpseci_setup
 2024-07-29  9:16 UTC 

[PATCH RFC] mm: Avoid triggering oom-killer during memory hot-remove operations
 2024-07-29  9:16 UTC  (11+ messages)

[PATCH net-next V2 0/4] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-07-29  9:16 UTC  (3+ messages)
` [PATCH net-next V2 3/4] net: lan743x: Migrate phylib to phylink

Unknown NMI after S4 resume
 2024-07-26 11:35 UTC  (3+ messages)

[PATCH] perf/x86: Fix smp_processor_id()-in-preemptible warnings
 2024-07-29 11:45 UTC  (2+ messages)

[PATCH v4 0/5] Add AP6275P wireless support
 2024-07-29  9:12 UTC  (11+ messages)
` [PATCH v4 2/5] dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P Wi-Fi device
` [PATCH v4 4/5] wifi: brcmfmac: Add optional lpo clock enable support

[f2fs-dev] [syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-07-29  9:10 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-29  9:10 UTC  (10+ messages)
` [PATCH v2 1/9] mm/mmap: Teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
` [PATCH v2 2/9] arch/s390: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 3/9] arch/x86: Teach arch_get_unmapped_area_vmflags "
` [PATCH v2 4/9] arch/sparc: Teach arch_get_unmapped_area{_topdown} "
` [PATCH v2 5/9] arch/powerpc: Teach book3s64 "
` [PATCH v2 6/9] mm: Make hugetlb mappings go through mm_get_unmapped_area_vmflags
` [PATCH v2 7/9] mm: Drop hugetlb_get_unmapped_area{_*} functions
` [PATCH v2 8/9] arch/s390: Clean up hugetlb definitions
` [PATCH v2 9/9] mm: Consolidate common checks in hugetlb_mmap_check_and_align

[V1] doc: announce deprecation of flow item VXLAN-GPE
 2024-07-29  8:48 UTC  (3+ messages)

[PATCH] drm/i915/bmg: Read display register timeout
 2024-07-29  9:09 UTC  (2+ messages)

AW: [PATCH] README.m-com-x86.md: Add hardware details
 2024-07-29  9:09 UTC 

[PATCH v5 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files
 2024-07-29  9:08 UTC  (2+ messages)
` [tip: x86/fpu] x86/elf: Add a new FPU "

[PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043
 2024-07-29  9:03 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: imx8mp-evk: add typec node

[PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache()
 2024-07-29  9:06 UTC 

[PATCH v1] timer: npcm: Change counter source
 2024-07-29  9:04 UTC 

[morimoto:renesas-bsp/v6.6-dev 282/297] ERROR: Input tree has errors, aborting (use -f to force output)
 2024-07-29  9:03 UTC  (2+ messages)

rcu_sync_dtor() warning question
 2024-07-29  9:02 UTC  (6+ messages)

Interest for a libcamera workshop in Vienna - September 17th
 2024-07-29  9:00 UTC 

The question about migration/checkpointing
 2024-07-29  8:58 UTC  (2+ messages)

[PATCH] fault-injection: Enhance failcmd to exit on non-hex address input
 2024-07-29  8:59 UTC  (3+ messages)

[PATCH v2 0/4] Introduce userspace-driven ALSA timers
 2024-07-29  8:59 UTC  (5+ messages)
` [PATCH v2 1/4] ALSA: aloop: Allow using global timers
` [PATCH v2 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v2 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v2 4/4] selftests: ALSA: Cover userspace-driven timers with test

[PATCH v6 00/27] Add support for sam9x7 SoC family
 2024-07-29  8:57 UTC  (4+ messages)

[PATCH 00/40] Make LMB memory map global and persistent
 2024-07-29  8:58 UTC  (4+ messages)
` [PATCH 40/40] lmb: ut: re-enable unit tests

[PATCH for-4.20] hvmloader: Rework hypercall infrastructure
 2024-07-29  8:56 UTC  (5+ messages)

[PATCH v3 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2024-07-29  8:49 UTC  (6+ messages)
  ` [PATCH v3 3/4] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC


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.