All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-13 09:52:21 to 2025-05-13 10:24:57 UTC [more...]

[PATCH 0/3] Increase max timeout value of s3c2410 watchdog
 2025-05-13  9:47 UTC  (4+ messages)
  ` [PATCH 1/3] watchdog: s3c2410_wdt: Increase max timeout value of watchdog
  ` [PATCH 2/3] watchdog: s3c2410_wdt: exynosautov920: Enable QUIRK_HAS_32BIT_MAXCNT
  ` [PATCH 3/3] watchdog: s3c2410_wdt: exynosautov9: Enable supported features

[PATCH net-next v8 0/8] Add Microchip ZL3073x support (part 1)
 2025-05-13 10:24 UTC  (4+ messages)
` [PATCH net-next v8 1/8] dt-bindings: dpll: Add DPLL device and pin

[PATCH v2] libtraceevent: Fix the /dev/null redirection compatibility in Makefile
 2025-05-13 10:23 UTC 

[CI] drm/xe: Reduce DPT table alignment as in i915
 2025-05-13 10:24 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Reduce DPT table alignment as in i915 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "

[RFC 00/19] Split netmem from struct page
 2025-05-13 10:24 UTC  (8+ messages)
` [RFC 19/19] mm, netmem: remove the page pool members in "

[PATCH v5 0/6] Add DAPM/ASoC helpers to create SDCA drivers
 2025-05-13 10:24 UTC  (8+ messages)
` [PATCH v5 4/6] ASoC: SDCA: Create DAPM widgets and routes from DisCo
` [PATCH v5 5/6] ASoC: SDCA: Create ALSA controls "

[PATCH 0/7] drm/i915/dmc: PIPEDMC stuff
 2025-05-13 10:24 UTC  (6+ messages)
` [PATCH 1/7] drm/i915: Drop PIPEDMC faults from the fault mask on LNL+
` [PATCH 2/7] drm/i915: Hook up PIPEDMC interrupts

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-13 10:07 UTC  (49+ messages)
` [PATCH v15 01/43] llist: move llist_{head, node} definition to types.h
  ` [PATCH v15 01/43] llist: move llist_{head,node} "
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 03/43] dept: add single event dependency tracker APIs
` [PATCH v15 04/43] dept: add lock "
` [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing
` [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start, end}() to wait_for_completion()/complete()
  ` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() "
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start, end}() to waitqueue wait
  ` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() "
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start, end}() to hashed-waitqueue wait
  ` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() "
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start, end}() to dma fence
  ` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() "
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[RFC v3 00/10] Some (drm_sched_|dma_)fence lifetime issues
 2025-05-13 10:23 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for Some (drm_sched_|dma_)fence lifetime issues (rev2)

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-13 10:22 UTC  (6+ messages)
` [PATCH v2 04/11] mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()

[RFC PATCH 0/7] memcg: make memcg stats irq safe
 2025-05-13 10:22 UTC  (3+ messages)
` [RFC PATCH 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs

[PATCH wireless-next 0/2] wifi: mac80211: some bug fixes in MLO scan handling
 2025-05-13 10:21 UTC  (5+ messages)
` [PATCH wireless-next 1/2] wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLO

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-13 10:21 UTC  (2+ messages)

[GIT PULL] amlogic ARM DT updates for v6.16
 2025-05-13 10:12 UTC  (2+ messages)

[RESEND PATCH v2 0/3] Standardize link status check to return bool
 2025-05-13 10:21 UTC  (2+ messages)

[PATCH v1] tests/qtest/aspeed_smc-test: Fix memory leaks
 2025-05-13 10:19 UTC  (2+ messages)

[GIT PULL 1/4 fixes] samsung: drivers: fixes for v6.15
 2025-05-13 10:10 UTC  (4+ messages)
` [GIT PULL 2/4] arm64: dts: samsung: DTS for v6.16
` [PATCH PULL 3/4] ARM: dts: samsung: sp5v210-aries: Align wifi node name with bindings
` [PATCH PULL 4/4] ARM: s3c: stop including gpio.h

lockup and kernel panic in linux-next-202505{09,12} when compiled with clang
 2025-05-13 10:19 UTC 

[PATCH V3 RESEND 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-13 10:19 UTC  (3+ messages)

[PATCH net-next v2 1/4] net: bonding: add broadcast_neighbor option for 802.3ad
 2025-05-13 10:19 UTC  (4+ messages)
` [PATCH net-next v2 2/4] net: bonding: add broadcast_neighbor netlink option

[PATCH v2 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-05-13 10:18 UTC  (3+ messages)
` [PATCH v2 06/11] samples/devsec: Introduce a PCI device-security bus + endpoint sample

[PATCH] drm/virtio: implement virtio_gpu_shutdown
 2025-05-13 10:18 UTC  (3+ messages)

[PATCH 0/5] ASoC/SOF/PCI/Intel: add Wildcat Lake support
 2025-05-13 10:18 UTC  (3+ messages)

[PATCH] fstests: btrfs/220: do not use nologreplay when possible
 2025-05-13 10:16 UTC  (4+ messages)

[PATCH v3 0/2] reset: canaan: add Kendryte K230 reset support
 2025-05-13 10:15 UTC  (3+ messages)
` [PATCH v3 2/2] reset: canaan: add reset driver for Kendryte K230

[PATCH 5.15 00/54] 5.15.183-rc1 review
 2025-05-13 10:14 UTC  (2+ messages)

[PATCH v6 0/7] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource
 2025-05-13 10:14 UTC  (2+ messages)
` (subset) "

[PATCH] rust: rename expanded Rust file extension from .rsi to .expanded.rs
 2025-05-13 10:11 UTC 

[PATCH] vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations
 2025-05-13 10:14 UTC  (2+ messages)

[RFT PATCH v3 00/21] x86: strict separation of startup code
 2025-05-13 10:12 UTC  (4+ messages)

[PATCH] btrfs: index buffer_tree using node size
 2025-05-13 10:12 UTC  (2+ messages)

[PATCH v8 00/48] single-binary: compile target/arm twice
 2025-05-13 10:12 UTC  (34+ messages)
` [PATCH v8 02/48] include/system/hvf: missing vaddr include
` [PATCH v8 04/48] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v8 05/48] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v8 12/48] tcg: add vaddr type for helpers
` [PATCH v8 13/48] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment
` [PATCH v8 14/48] target/arm/helper: use vaddr instead of target_ulong for probe_access
` [PATCH v8 22/48] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v8 23/48] target/arm/helper: compile file twice (user, system)
` [PATCH v8 24/48] target/arm/vfp_fpscr: "
` [PATCH v8 26/48] target/arm/arch_dump: compile file once (system)
` [PATCH v8 27/48] target/arm/arm-powerctl: "
` [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t
` [PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state
` [PATCH v8 38/48] target/arm/machine: compile file once (system)
` [PATCH v8 46/48] target/arm/tcg/tlb-insns: "

[Intel-wired-lan] [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API
 2025-05-13 10:11 UTC  (12+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next 1/5] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
  `  "
` [Intel-wired-lan] [PATCH iwl-next 2/5] igc: "
  `  "
` [Intel-wired-lan] [PATCH iwl-next 3/5] igb: "
  `  "
` [Intel-wired-lan] [PATCH iwl-next 4/5] ixgbe: "
  `  "
` [PATCH iwl-next 5/5] i40e: "
  ` [Intel-wired-lan] "

[walnascar][PATCH] binutils: stable 2.44 branch updates
 2025-05-13 10:10 UTC 

[PATCH v8 00/11] Add initial support for Renesas RZ/T2H SoC
 2025-05-13 10:10 UTC  (5+ messages)
` [PATCH v8 03/11] dt-bindings: clock: Add cpg for the "
` [PATCH v8 05/11] clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register

[PATCH 0/3] ui/vnc: fix some endian problems
 2025-05-13 10:08 UTC  (4+ messages)
` [PATCH 1/3] ui/vnc.c: replace big endian flag with byte order value
` [PATCH 2/3] ui/vnc: take account of client byte order in pixman format
` [PATCH 3/3] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats

Crash in __do_IRQ with gcc 15
 2025-05-13 10:08 UTC  (3+ messages)

[PATCH net-next v4] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-13 10:08 UTC  (2+ messages)

[PATCH v8 00/11] Add support for MAX7360
 2025-05-13 10:08 UTC  (3+ messages)
` [PATCH v8 04/11] pwm: max7360: Add MAX7360 PWM support

[PATCH 0/4] Add Sophgo x8/x4 EVB Board support
 2025-05-13 10:07 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: riscv: add Sophgo x8 EVB bindings

[PATCH 0/6] Add two board-families from Theobroma-Systems
 2025-05-13  9:58 UTC  (4+ messages)
` [PATCH 6/6] arm64: dts: rockchip: add px30-pp1516 base dtsi and board variants

[PATCH v4 00/10] Add strobe/flash duration v4l2 ctrl & use it for ov9282
 2025-05-13 10:08 UTC  (3+ messages)
` [PATCH v4 02/10] leds: flash: add support for flash/stobe duration
  ` (subset) "

[meta-freescale] Build fail due to imx-vpu-hantro_1.36.0
 2025-05-13 10:07 UTC  (3+ messages)

[PATCH 0/2] Propagate bootph-* properties to all supernodes
 2025-05-13 10:07 UTC  (3+ messages)
` [PATCH 2/2] tools: binman: ftest.py: Add testcase for bootph-* propagation

[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
 2025-05-13 10:06 UTC  (5+ messages)

[PATCH v2 0/4] crypto: fully drop built-in cipher provider
 2025-05-13 10:05 UTC  (2+ messages)

[PATCH 0/2] riscv: dts: sophgo: add more sg2042 isa extension support
 2025-05-13 10:05 UTC  (7+ messages)
` [PATCH 1/2] riscv: dts: sophgo: Add xtheadvector to the sg2042 devicetree

[PATCH v1 0/4] gpiolib: acpi: Split quirks to its own file
 2025-05-13 10:00 UTC  (5+ messages)
` [PATCH v1 1/4] gpiolib: acpi: Switch to use enum in acpi_gpio_in_ignore_list()
` [PATCH v1 2/4] gpiolib: acpi: Handle deferred list via new API
` [PATCH v1 3/4] gpiolib: acpi: Add acpi_gpio_need_run_edge_events_on_boot() getter
` [PATCH v1 4/4] gpiolib: acpi: Move quirks to a separate file

make -C tools/perf build-test failing on aarch64
 2025-05-13 10:05 UTC  (3+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 505cc26bcae00699bacaee66cd50ede7a9cc89cb
 2025-05-13 10:03 UTC 

[PATCH v2 0/4] usb: gadget: uvc: parse configfs entries and implement v4l2 enum api calls
 2025-05-13 10:04 UTC  (9+ messages)

[PATCH 6.1 00/92] 6.1.139-rc1 review
 2025-05-13 10:04 UTC  (2+ messages)

[PATCH v3 0/8] drm/i915: refactor VLV IOSF SB for display usage
 2025-05-13 10:03 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for drm/i915: refactor VLV IOSF SB for display usage (rev3)

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-13 10:03 UTC  (11+ messages)

[PATCH] selftests: Suppress unused variable warning
 2025-05-13 10:01 UTC 

[PATCH] xfs_mdrestore: don't allow restoring onto zoned block devices
 2025-05-13 10:01 UTC  (4+ messages)

[PATCH net-next v4 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-05-13  9:58 UTC  (15+ messages)
` [PATCH net-next v4 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v4 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v4 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v4 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v4 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v4 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v4 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v4 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v4 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v4 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v4 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v4 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v4 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v4 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

[GIT PULL] Rust ALLOC for v6.16
 2025-05-13 10:00 UTC 

[openeuler:OLK-6.6 2220/2220] kernel/sched/core.c:11374:5: sparse: sparse: symbol 'tg_set_dynamic_affinity_mode' was not declared. Should it be static?
 2025-05-13  9:58 UTC 

[PATCH] drm/i915/ptl: Use everywhere the correct DDI port clock select mask
 2025-05-13  9:59 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v1 0/5] relayfs: misc changes
 2025-05-13  9:58 UTC  (3+ messages)
` [PATCH v1 2/5] relayfs: introduce dump of relayfs statistics function

amlogic: Synchronous Abort with v6.15-rc6
 2025-05-13  9:55 UTC  (3+ messages)

[PATCH] fstests: btrfs: a new test case to verify scrub and rescue=idatacsums
 2025-05-13  9:57 UTC  (7+ messages)

[PATCH 6.6 000/113] 6.6.91-rc1 review
 2025-05-13  9:57 UTC  (3+ messages)

[PATCH] perf tools: Fix arm64 source package build
 2025-05-13  9:57 UTC 

[PATCH v1 0/3] generalize panic_print's dump function to be used by other kernel parts
 2025-05-13  9:57 UTC  (3+ messages)
` [PATCH v1 1/3] kernel/panic: generalize panic_print's function to show sys info

[PATCH v6 00/14] arm: rework id register storage
 2025-05-13  9:57 UTC  (3+ messages)

[RFC PATCH v2] fuse: add optional workqueue to periodically invalidate expired dentries
 2025-05-13  9:56 UTC  (2+ messages)

[PATCH] meson.build: Compile common_ss files with right system header include paths
 2025-05-13  9:53 UTC  (2+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  9:53 UTC  (2+ messages)

[PATCH] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
 2025-05-13  9:53 UTC  (2+ messages)

[PATCH 0/9] ui: Improve scale handling
 2025-05-13  9:52 UTC  (5+ messages)
` [PATCH 8/9] ui/gtk-gl-area: Render guest content with padding in fixed-scale mode

[PATCH v3 0/9] add Voyager board support
 2025-05-13  9:49 UTC  (8+ messages)
` [PATCH v3 1/9] riscv: add Andes SoC family Kconfig support
` [PATCH v3 2/9] dt-bindings: riscv: add Andes QiLai SoC and the Voyager board bindings
` [PATCH v3 4/9] dt-bindings: interrupt-controller: add Andes machine-level software interrupt controller
` [PATCH v3 6/9] dt-bindings: cache: add QiLai compatible to ax45mp
` [PATCH v3 7/9] riscv: dts: andes: add QiLai SoC device tree
` [PATCH v3 8/9] riscv: dts: andes: add Voyager board "
` [PATCH v3 9/9] riscv: defconfig: enable Andes 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.