The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-04 08:52:05 to 2026-06-04 10:08:04 UTC [more...]

[PATCH v5 0/4] Add eDP lane mapping support
 2026-06-04  8:52 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: display: bridge: analogix-dp: Add data-lanes support for endpoint
` [PATCH v5 2/4] drm/dp: Add helper to validate DP lane counts
` [PATCH v5 3/4] drm/bridge: analogix_dp: Add validation for samsung,lane-count property
` [PATCH v5 4/4] drm/bridge: analogix_dp: Add support for optional data-lanes mapping

[PATCH v2] USB: serial: option: add new usb-id for Dell Wireless DW5826e-m
 2026-06-04 10:07 UTC  (2+ messages)

[PATCH RFT] powerpc/8xx: implement get_direction() in cpm1
 2026-06-04 10:07 UTC  (4+ messages)

[PATCH v16 00/14] ADF41513/ADF41510 PLL frequency synthesizers
 2026-06-04 10:06 UTC  (16+ messages)
` [PATCH v16 01/14] dt-bindings: iio: frequency: add adf41513
` [PATCH v16 02/14] lib: kstrtox: Make _parse_integer() take variadic arguments
` [PATCH v16 03/14] lib: vsprintf: use _parse_integer() instead of _parse_integer_limit()
` [PATCH v16 04/14] lib: kstrtox: add initial value to _parse_integer_limit()
` [PATCH v16 05/14] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v16 06/14] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v16 07/14] lib: math: div64: add div64_s64_rem()
` [PATCH v16 08/14] iio: core: add decimal value formatting into 64-bit value
` [PATCH v16 09/14] iio: test: iio-test-format: add test case for decimal format
` [PATCH v16 10/14] iio: frequency: adf41513: driver implementation
` [PATCH v16 11/14] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v16 12/14] iio: frequency: adf41513: features on frequency change
` [PATCH v16 13/14] docs: iio: add documentation for adf41513 driver
` [PATCH v16 14/14] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH v3 0/3] iio: light: isl29018: overflow/precision fix + cover-glass gain via DT
 2026-06-04 10:06 UTC  (4+ messages)
` [PATCH v3 1/3] iio: light: isl29018: fix overflow and precision in isl29018_read_lux()
` [PATCH v3 2/3] dt-bindings: iio: light: isl29018: add isil,cover-comp-gain
` [PATCH v3 3/3] iio: light: isl29018: support cover-glass gain compensation via DT

[PATCH] ata: ahci_brcm: fix reset refcount leak in brcm_ahci_resume()
 2026-06-04 10:03 UTC  (2+ messages)

[PATCH] regulator: bq257xx: drop confusing configuration of_node
 2026-06-04 10:03 UTC  (5+ messages)

[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
 2026-06-04 10:02 UTC  (3+ messages)

[PATCH sched_ext/for-7.2] sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()
 2026-06-04 10:02 UTC 

[PATCH v2 0/5] [PULL REQUEST] Intel IOMMU updates for v7.2
 2026-06-04 10:02 UTC  (2+ messages)

[PATCH net v5 1/1] net/sched: fix pedit partial COW leading to page cache corruption
 2026-06-04 10:01 UTC  (7+ messages)

[RFC PATCH] PCI: readiness condition with Configuration RRS in pci_dev_wait()
 2026-06-04  9:26 UTC  (3+ messages)

[PATCH v6] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-06-04  9:59 UTC  (2+ messages)

[PATCH 00/29] crypto: talitos - Driver cleanup
 2026-06-04  9:59 UTC  (9+ messages)
` [PATCH 20/29] crypto: talitos - Replace SEC1/SEC2 conditionals with ops dispatch
` [PATCH 24/29] crypto: talitos - Introduce per-SEC-version pointer helper ops
` [PATCH 27/29] crypto: talitos - Introduce per-SEC-version descriptor structures and ops
` [PATCH 29/29] crypto: talitos - Remove TALITOS_DESC_SIZE macro

[PATCH 0/4] X2 Elite Lenovo Yoga Slim 7x Gen11 support
 2026-06-04  9:59 UTC  (3+ messages)
` [PATCH 3/4] arm64: dts: qcom: Add Glymur-based Lenovo Yoga Slim 7x Gen11

[PATCH v2 0/3] timekeeping: Implement and use read_snapshot() functionality
 2026-06-04  9:35 UTC  (4+ messages)
` [PATCH v2 1/3] clocksource/hyperv: Implement read_snapshot() for TSC page clocksource
` [PATCH v2 2/3] x86/kvmclock: Implement read_snapshot() for kvmclock clocksource
` [PATCH v2 3/3] ptp: vmclock: Use hw_cycles from snapshot for precise TSC pairing

[PATCH v6 00/11] Add Renesas RZ/G3E GPT support
 2026-06-04  9:56 UTC  (12+ messages)
` [PATCH v6 01/11] pwm: rzg2l-gpt: Fix period_ticks type from u32 to u64
` [PATCH v6 02/11] dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property
` [PATCH v6 03/11] pwm: rzg2l-gpt: Add support for gpt linking with poeg
` [PATCH v6 04/11] pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messages
` [PATCH v6 05/11] pwm: rzg2l-gpt: Drop unused rzg2l_gpt_chip parameter from rzg2l_gpt_calculate_prescale()
` [PATCH v6 06/11] pwm: rzg2l-gpt: Convert to waveform callbacks
` [PATCH v6 07/11] pwm: rzg2l-gpt: Add info variable to struct rzg2l_gpt_chip
` [PATCH v6 08/11] pwm: rzg2l-gpt: Add prescale_mult variable to struct rzg2l_gpt_info
` [PATCH v6 09/11] pwm: rzg2l-gpt: Add calculate_prescale() callback "
` [PATCH v6 10/11] dt-bindings: pwm: Document RZ/G3E GPT support
` [PATCH v6 11/11] pwm: rzg2l-gpt: Add RZ/G3E support

[PATCH v3 00/20] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-06-04  9:56 UTC  (5+ messages)
` [PATCH v3 11/20] sched/core: Push current task from non preferred CPU

[PATCH v5] staging: rtl8723bs: remove unnecessary parentheses
 2026-06-04  9:56 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v3 00/10] i2c: core: adapter registration fixes
 2026-06-04  9:55 UTC  (5+ messages)
` [PATCH v3 09/10] i2c: core: clean up bus id allocation
` [PATCH v3 10/10] i2c: core: clean up adapter registration error label

[PATCH] btrfs: Drop WQ_PERCPU from ordered_flags in btrfs_init_workqueues()
 2026-06-04  9:52 UTC  (2+ messages)

[PATCH v2 1/1] fs/read_write: Do not export __kernel_write() to the entire world
 2026-06-04  9:52 UTC 

[PATCH] xfs: fix use-after-free of buf_log_item in xlog_cil_build_lv_chain
 2026-06-04  9:42 UTC 

[PATCH] Documentation: ABI: remove outdated USB power/level removal notice
 2026-06-04  9:38 UTC  (4+ messages)

[PATCH] net: bonding: fix NULL pointer dereference in bond_do_ioctl()
 2026-06-04  9:50 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix order of arguments to ktime_get_snapshot_id()
 2026-06-04  9:49 UTC  (2+ messages)

[PATCH net-next V2 0/7] devlink: Add boot-time eswitch mode defaults
 2026-06-04  9:49 UTC  (6+ messages)
` [PATCH net-next V2 7/7] devlink: Add eswitch mode boot defaults

[PATCH v3 0/6] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-06-04  9:48 UTC  (3+ messages)
` [PATCH v3 1/6] pinctrl: renesas: rzg2l: Use raw_spinlock_irqsave() on power source update

[PATCH v2] mmc: vub300: fix use-after-free on probe failure
 2026-06-04  9:48 UTC 

[PATCH] net: stmmac: xgmac2: disable RBUE in default RX interrupt mask
 2026-06-04  9:47 UTC  (5+ messages)

[PATCH v6 0/2] media: qcom: iris: Add generic Gen2 firmware detection and loading
 2026-06-04  9:45 UTC  (2+ messages)

[PATCH v1 1/1] fs/read_write: Do not export __kernel_write() to the entire world
 2026-06-04  9:46 UTC  (2+ messages)

[PATCH v7 0/4] fuse: compound commands
 2026-06-04  9:45 UTC  (5+ messages)
` [PATCH v7 1/4] fuse: add compound command to combine multiple requests
` [PATCH v7 2/4] fuse: create helper functions for filling in fuse args for open and getattr
` [PATCH v7 3/4] fuse: add an implementation of open+getattr
` [PATCH v7 4/4] fuse: add compound command for dentry revalidation

[PATCH] timers/migration: Fix livelock in tmigr_handle_remote_up()
 2026-06-04  9:45 UTC  (2+ messages)

[PATCH v2] net: stmmac: xgmac2: disable RBUE in default RX interrupt mask
 2026-06-04  9:45 UTC 

[PATCH v5] dma-buf: Fix silent overflow for phys vec to sgt
 2026-06-04  9:43 UTC  (2+ messages)

PROBLEM: FUSE_NOTIFY_INVAL_ENTRY leaves stale negative dentry after c9ba789dad15
 2026-06-04  9:43 UTC  (5+ messages)

[PATCH] mmc: vub300: fix use-after-free on probe failure
 2026-06-04  9:42 UTC  (3+ messages)

[PATCH 0/4] fixes for data/bss linear alias unmap series
 2026-06-04  9:42 UTC  (4+ messages)
` [PATCH 3/4] arm64: mte: Disregard the zero page explicitly for manipulating tags

[PATCH] cpufreq: cppc: Reduce cppc delivered perf sampling jitter
 2026-06-04  9:42 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-04  9:40 UTC  (3+ messages)

[PATCH] counter: ti-eqep: fix refcount leak in ti_eqep_probe()
 2026-06-04  9:40 UTC 

[PATCH v17 00/17] Add Renesas RZ/G3L SD/eMMC support
 2026-06-04  9:39 UTC  (4+ messages)
` [PATCH v17 03/17] pinctrl: renesas: rzg2l: Add SD channel POC support for RZ/G3L

[PATCH net v2] octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF
 2026-06-04  9:37 UTC  (2+ messages)

[PATCH v3] ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR write
 2026-06-04  9:37 UTC  (2+ messages)

improve the kmem_cache_alloc_bulk API v2
 2026-06-04  9:36 UTC  (16+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH 0/3] iio: dac: ad3530r: Add support for AD3532R/AD3532
 2026-06-04  9:36 UTC  (2+ messages)

[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
 2026-06-04  9:35 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/memory_hotplug: Add memory post-plug callback infrastructure
` [RFC PATCH 2/6] mm/memory_hotplug: Add memory pre-unplug "
` [RFC PATCH 3/6] virtio-mem: Integrate memory acceptance and release callbacks
` [RFC PATCH 4/6] x86/tdx: Register memory post-plug callback for TDX guests
` [RFC PATCH 5/6] x86/tdx: Register memory pre-unplug "
` [RFC PATCH 6/6] x86/tdx: Release private memory before private->shared conversion

[PATCH] rethook: Use tsk->on_cpu to check task execution state
 2026-06-04  9:34 UTC  (5+ messages)

[PATCH] checkpatch: Check WQ_PERCPU or WQ_UNBOUND presence in alloc_workqueue() users
 2026-06-04  9:31 UTC  (3+ messages)

[PATCH] tools/sched_ext: scx_flatcg: Document cgroup v2 requirement
 2026-06-04  9:29 UTC  (2+ messages)

[RFC PATCH v2 0/6] kcov: per-task dataflow extraction at kernel function boundaries
 2026-06-04  9:29 UTC  (4+ messages)
` [RFC PATCH v2 6/6] kcov: add recursion guard and documentation for kcov-dataflow

[PATCH] net: wwan: t7xx: fix race between TX thread and system PM suspend
 2026-06-04  9:29 UTC  (3+ messages)

[PATCH net v3 0/4] net: phy: some cleanups following phy_port SFP
 2026-06-04  9:28 UTC  (5+ messages)
` [PATCH net v3 1/4] net: phy: clean the sfp upstream if phy probing fails
` [PATCH net v3 2/4] net: phy: remove phy ports upon probe failure
` [PATCH net v3 3/4] net: phy: Clean the phy_ports after unregistering the downstream SFP bus
` [PATCH net v3 4/4] net: phy: don't try to setup PHY-driven SFP cages when using genphy

[PATCH net] r8152: handle the return value of usb_reset_device()
 2026-06-04  9:28 UTC  (2+ messages)

[linux-5.15.y 1/3] HID: core: Add printk_ratelimited variants to hid_warn() etc
 2026-06-04  9:26 UTC  (3+ messages)
` [linux-5.15.y 2/3] HID: pass the buffer size to hid_report_raw_event
` [linux-5.15.y 3/3] HID: core: Fix size_t specifier in hid_report_raw_event()

[PATCH 0/2] Add support for nuvoton ma35d1 qspi controller
 2026-06-04  9:25 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: spi: Add for Nuvoton MA35D1 SoC QSPI Controller

[PATCH v3 0/8] iio: tcs3472: cleanups, devm conversion and wait time
 2026-06-04  9:23 UTC  (3+ messages)
` [PATCH v3 8/8] iio: tcs3472: implement wait time and sampling frequency

[PATCH] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
 2026-06-04  9:23 UTC 

[PATCH v2] liveupdate: luo_session: include linux/mm.h for virt/phys translation
 2026-06-04  9:19 UTC 

[PATCH v2] sched/fair: Revert boost in cpu_util()
 2026-06-04  9:21 UTC  (5+ messages)

[PATCH v8 1/2] perf: Reveal PMU type in fdinfo
 2026-06-04  9:21 UTC  (2+ messages)

[PATCH v6 0/4] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-06-04  9:21 UTC  (4+ messages)
` [PATCH v6 3/4] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device

[RFC PATCH] genirq: Enforce monotonic increase contract in irq_get_next_irq()
 2026-06-04  9:21 UTC  (2+ messages)

[PATCH] xfs: Simplify data output in xfs_zoned_show_stats()
 2026-06-04  9:20 UTC 

[PATCH v8 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-06-04  9:20 UTC  (12+ messages)
` [PATCH v8 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema

Save a WRMSR GS.base?
 2026-06-04  9:17 UTC  (2+ messages)

[PATCH v7 00/13] fix several inconsistencies with sysfs configuration in etmX
 2026-06-04  9:15 UTC  (5+ messages)
` [PATCH v7 05/13] coresight: etm4x: exclude ss_status from drvdata->config

[PATCH] coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()
 2026-06-04  9:16 UTC  (2+ messages)

[PATCH v2] iio: accel: stk8312: Update includes to match IWYU
 2026-06-04  9:15 UTC  (3+ messages)

[PATCH bpf v2 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
 2026-06-04  9:14 UTC  (5+ messages)
` [PATCH bpf v3 0/2] bpf: Fix kfunc implicit arg injection and add selftest
  ` [PATCH bpf v3 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
      `  "

[PATCH net-next 0/2] ipv4: igmp: annotate diagnostic procfs data races
 2026-06-04  9:15 UTC  (4+ messages)
` [PATCH 1/2] ipv4: igmp: annotate data-races around in_dev->mc_count

[PATCH v6 0/2] Add driver support for ESWIN EIC7700 PVT controller
 2026-06-04  9:12 UTC  (3+ messages)
` [PATCH v6 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver

[PATCH v3] tracing: fix CFI violation in probestub test
 2026-06-04  9:10 UTC  (4+ messages)

[PATCH v2 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-06-04  9:07 UTC  (8+ messages)
` [PATCH v2 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v2 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v2 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts

[PATCH v3] media: qcom: iris: guard IRQ handler with runtime PM check
 2026-06-04  9:07 UTC  (3+ messages)

[patch V2 05/25] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
 2026-06-04  9:08 UTC  (5+ messages)
` [tip: timers/ptp] "

[patch V2 06/25] KVM: arm64: Use ktime_get_snapshot_id() to snapshot CLOCK_REALTIME
 2026-06-04  9:08 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 07/25] ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 08/25] timekeeping: Remove system_time_snapshot::real/boot/raw
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 09/25] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 10/25] timekeeping: Add system_counterval_t to struct system_device_crosststamp
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 11/25] timekeeping: Add CLOCK ID to system_device_crosststamp
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 12/25] wifi: iwlwifi: Adopt PTP cross timestamps to core changes
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 13/25] ice/ptp: Use provided clock ID for history snapshot
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 14/25] igc: Use provided clock ID for history snapshot
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 15/25] net/mlx5: Use provided clock ID for history snapshot
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 16/25] virtio_rtc: Use provided clock ID for history snapshot
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 17/25] timekeeping: Remove ktime_get_snapshot()
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 18/25] timekeeping: Prepare for cross timestamps on arbitrary clock IDs
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 19/25] ptp: Use system_device_crosststamp::sys_systime
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 20/25] wifi: iwlwifi: Use system_device_crosststamp::sys_systime
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 21/25] ALSA: hda/common: Use system_device_crosststamp::sys_systime
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 22/25] timekeeping: Remove system_device_crosststamp::sys_realtime
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 23/25] timekeeping: Add support for AUX clock cross timestamping
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 24/25] ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[patch V2 25/25] timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshot
 2026-06-04  9:07 UTC  (2+ messages)
` [tip: timers/ptp] "

[PATCH 2/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-04  9:06 UTC  (3+ messages)

[PATCH v2] dt-bindings: usb: qcom,snps-dwc3: Add ipq5210 to USB DWC3
 2026-06-04  9:05 UTC 

[PATCH 0/5] hwmon: (cros_ec) Add support for fan curves
 2026-06-04  9:04 UTC  (4+ messages)
` [PATCH 5/5] hwmon: (cros_ec) Allow modification of "

[PATCH 0/3] arm64/coco: Convert pKVM to a CC platform
 2026-06-04  9:03 UTC  (8+ messages)
` [PATCH 1/3] arm64/mm: Simplify SWIOTLB setup in arch_mm_preinit()
` [PATCH 3/3] arm64/coco: Add pKVM as a CC platform

[PATCH v3 0/3] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-06-04  9:03 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: iio: flow: add "

[PATCH v1] LoongArch/mm: Fix nr passing in set_direct_map_valid_noflush()
 2026-06-04  9:01 UTC 

[PATCH v3 0/2] media: qcom: iris: fix runtime PM reference handling
 2026-06-04  9:00 UTC  (3+ messages)
` [PATCH v3 1/2] media: qcom: iris: fix runtime PM reference leaks
` [PATCH v3 2/2] media: qcom: iris: rollback OPP vote on PM resume failure

[PATCH] ntfs: validate $FILE_NAME length before converting the name
 2026-06-04  9:01 UTC  (2+ messages)

[PATCH v4] soc/tegra: pmc: Add PMC support for Tegra410
 2026-06-04  8:58 UTC 

[PATCH 1/3] MAINTAINERS: Add entry for Novatek NT726xx SoC i2c driver
 2026-06-04  8:58 UTC  (3+ messages)

[PATCH] m68k: hash: Use lower_16_bits() helper
 2026-06-04  8:57 UTC  (2+ messages)

[PATCH 0/2] KVM: LoongArch: selftests: Add FPU test case
 2026-06-04  8:57 UTC  (3+ messages)
` [PATCH 1/2] KVM: LoongArch: selftests: Enable LASX feature by auto detect method
` [PATCH 2/2] KVM: LoongArch: selftests: Add FPU test case

[PATCH net-next v2 0/4] Add support for RTL8261C_CG
 2026-06-04  8:57 UTC  (3+ messages)
` [PATCH net-next v2 3/4] net: phy: realtek: add "

[tip: smp/core] cpu: Add lockdep_is_cpus_held()/lockdep_is_cpus_write_held() stubs for !CONFIG_HOTPLUG_CPU
 2026-06-04  8:56 UTC 

[tip: smp/core] MAINTAINERS: Add include/linux/cpuhplock.h to CPU HOTPLUG area
 2026-06-04  8:56 UTC 

[BUG] TCP connection deadlock under simultaneous bidirectional ICSK_ACK_NOMEM (OOM)
 2026-06-04  8:22 UTC 

[PATCH] module: dups: use strscpy() to copy module name in dup request
 2026-06-04  8:52 UTC  (2+ messages)

[PATCH v2 0/4] i2c: tegra: Improve DMA mapping, latency, and power management
 2026-06-04  8:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox