messages from 2026-08-16 22:46:33 to 2026-08-17 02:21:36 UTC [more...]
[RFC PATCH v6 0/3] arm64: expose CPU prefetch and cache modulation controls
2026-08-17 2:21 UTC (5+ messages)
` [RFC PATCH v6 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
` [RFC PATCH v6 2/3] Documentation/arch/arm64: document arm_cpumod
` [RFC PATCH v6 3/3] selftests: arm64: add arm_cpumod kselftest
[PATCH] btrfs: handle highmem folios in read_key_bytes
2026-08-17 2:20 UTC
[PATCH v4 0/3] iio: imu: inv_icm42600: add support for icm42630
2026-08-17 2:20 UTC (6+ messages)
` [PATCH v4 1/3] iio: imu: inv_icm42600: sort device id tables numerically
` [PATCH v4 2/3] iio: imu: inv_icm42600: log whoami mismatch instead of failing probe
[PATCH] bpf: reject stack-argument callback subprograms
2026-08-17 2:16 UTC (2+ messages)
[PATCH 0/3] iio: light: stk3310: per-chip match data and STK36C61 support
2026-08-17 2:15 UTC (9+ messages)
` [PATCH 2/3] iio: light: stk3310: add per-chip match data
` [PATCH 3/3] iio: light: stk3310: support the Sensortek STK36C61
[syzbot] [exfat?] WARNING in fat12_ent_put
2026-08-17 2:15 UTC
[syzbot] [input?] [usb?] WARNING: ODEBUG bug in hid_device_remove
2026-08-17 2:15 UTC (3+ messages)
[PATCH v4 0/5] docs/zh_CN: Add Chinese translations for five networking documents
2026-08-17 2:13 UTC (6+ messages)
` [PATCH v4 1/5] docs/zh_CN: Add networking team documentation Chinese translation
` [PATCH v4 2/5] docs/zh_CN: Add NIC SR-IOV APIs "
` [PATCH v4 3/5] docs/zh_CN: Add Softnet Driver Issues "
` [PATCH v4 4/5] docs/zh_CN: Add ipv6 "
` [PATCH v4 5/5] docs/zh_CN: Add LSM/SeLinux secid "
[PATCH] usb: typec: mux: gpio-sbu-mux: fix SBU path not enabled on orientation change
2026-08-17 2:11 UTC
[PATCH] dmaengine: loongson1-apb-dma: fix residue calculation for queued descriptors
2026-08-17 2:07 UTC (4+ messages)
` [PATCH v2] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()
[PATCH net-next v13 0/3] net: hinic3: PF initialization
2026-08-17 2:04 UTC (4+ messages)
` [PATCH net-next v13 1/3] hinic3: Add ethtool statistic ops
` [PATCH net-next v13 2/3] hinic3: Add ethtool coalesce ops
` [PATCH net-next v13 3/3] hinic3: Remove unneeded coalesce parameters
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-17 2:02 UTC (52+ messages)
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse
[PATCH v2 00/32] block/swim: Fixes and improvements
2026-08-17 1:17 UTC (33+ messages)
` [PATCH v2 24/32] swim: Don't search beyond the first data mark
` [PATCH v2 03/32] swim: Enable the drive when probing
` [PATCH v2 13/32] swim: Check for CRC errors
` [PATCH v2 25/32] swim: Remove pointless specifiers
` [PATCH v2 28/32] swim: Remove unused macro definitions
` [PATCH v2 32/32] swim: Unexport global symbols
` [PATCH v2 19/32] swim: Deduplicate polling loops
` [PATCH v2 04/32] swim: Don't disable drive after every sector
` [PATCH v2 11/32] swim: Handle FIFO timeout error
` [PATCH v2 16/32] swim: Fix buffer overflow
` [PATCH v2 27/32] swim: Add some helpful references
` [PATCH v2 20/32] swim: Check drive ready bit
` [PATCH v2 01/32] swim: Assert strobe with stable outputs
` [PATCH v2 31/32] swim: Define symbols for constants
` [PATCH v2 12/32] swim: Simplify return value initialization
` [PATCH v2 23/32] swim: Don't needlessly re-read sectors
` [PATCH v2 26/32] swim: Move swd initialization
` [PATCH v2 06/32] swim: Configure parameter memory
` [PATCH v2 09/32] swim: Recalibrate when drive is probed
` [PATCH v2 07/32] swim: Enable clock divider only where appropriate
` [PATCH v2 17/32] swim: Convert to blocking queue
` [PATCH v2 14/32] swim: Check error register during sector read
` [PATCH v2 21/32] swim: Revisit delays
` [PATCH v2 10/32] swim: Add track zero recalibration delay
` [PATCH v2 29/32] swim: Clean up whitespace
` [PATCH v2 18/32] swim: Remove redundant RELAX actions
` [PATCH v2 22/32] swim: Remove pointless mode0 register write
` [PATCH v2 30/32] swim: Define macros for constants
` [PATCH v2 05/32] swim: Perform ISM/IWM mode switching according to specs
` [PATCH v2 08/32] swim: Don't start motor until medium is present
` [PATCH v2 02/32] swim: Select appropriate drive once only
` [PATCH v2 15/32] swim: Don't use the mark register to read data
[PATCH] dmaengine: bestcomm: gen_bd: split struct bcom_psc_params from array definition
2026-08-17 1:59 UTC
[PATCH] dmaengine: bestcomm: ata: drop unused inc local
2026-08-17 1:57 UTC
[PATCH] dmaengine: bestcomm: set bcom_eng to NULL on probe failure
2026-08-17 1:54 UTC
[PATCH 00/12] ROHM IIO fixes
2026-08-17 1:54 UTC (31+ messages)
` [PATCH 01/12] iio: adc: rohm-bd79124: Fix rising alarm
` [PATCH 02/12] iio: adc: rohm-bd79124: Fix channel initialization
` [PATCH 03/12] iio: adc: rohm-bd79124: Fix GPIO mask check
` [PATCH 04/12] iio: adc: rohm-bd79124: Catch regmap errors at measurement start/stop
` [PATCH 05/12] iio: dac: rohm-bd79703: Do not allow writing SCALE
` [PATCH 06/12] iio: pressure: rohm-bm1390: Return error when read fails
` [PATCH 07/12] iio: pressure: rohm-bm1390: Fix AVE_NUM initialization
` [PATCH 08/12] iio: light: rohm-bu27034: Fix error return
` [PATCH 10/12] iio: accel: kionix-kx022a: Fix array boundary check
` [PATCH 11/12] iio: accel: kionix-kx022a: Prevent memory leak and fix state
` [PATCH 11/12] iio: accel: kionix-kx022a: Prevent memory leak and fix statey
` [PATCH 12/12] iio: accel: kionix-kx022a: Fix IPOL macro name
[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
2026-08-17 1:52 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH] USB: serial: option: add support for SIMCom SIM8260C
2026-08-17 1:49 UTC (2+ messages)
[PATCH v1] ata: libata-eh: Add timeout table entry for STANDBY IMMEDIATE
2026-08-17 1:49 UTC (3+ messages)
[syzbot] [mm?] WARNING in ep_write_iter
2026-08-17 1:47 UTC (7+ messages)
[PATCH] btrfs: fix use-after-free in mark_block_group_to_copy
2026-08-17 1:46 UTC
[PATCH v2 0/6] kcov: Suppress timer and scheduler coverage leaks
2026-08-17 1:43 UTC (6+ messages)
` [PATCH v2 3/6] hrtimer: Pause KCOV during deferred rearm
[PATCH v4 0/8] Add StarFive JHB100 syscon modules
2026-08-17 1:27 UTC (12+ messages)
` [PATCH v4 7/8] soc: starfive: Add socinfo driver for JHB100 SoC
[PATCH v2] USB: serial: option: add support for SIMCom SIM8260C
2026-08-17 1:40 UTC
[PATCH 0/2] dt-bindings: Add Xuantie Semiconductor Co., Ltd
2026-08-17 1:40 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: riscv: Add Xuantie C906/C908/C910/C920 compatibles
[PATCH] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
2026-08-17 1:40 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH can] can: rockchip: rk3576: fix rtnl_lock deadlock during interface down under bus traffic
2026-08-17 1:37 UTC
[PATCH] riscv: dts: spacemit: k3: fix IMSIC guest parameters
2026-08-17 1:37 UTC (6+ messages)
[PATCH 0/2] arm64: dts: qcom: Use hyphen in rpmhpd OPP node names
2026-08-17 1:37 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: kodiak: "
[PATCH 0/2] Add SM7250 rpmh clocks
2026-08-17 1:35 UTC (2+ messages)
[PATCH] iio: flow: slf3s: restart measurement if VDD disable fails
2026-08-17 1:34 UTC (3+ messages)
[PATCH 0/1] erofs: fix unused pcluster_pools for higher page sizes
2026-08-17 1:34 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH net] ipv6: avoid divide by zero in rt6_multipath_rebalance
2026-08-17 1:32 UTC
Linux 7.2
2026-08-17 1:19 UTC (2+ messages)
` Release names (was Re: Linux 7.2)
[PATCH 0/1] x86/crash: fix kexec_file_load(2) -EINVAL on machines with many possible CPUs
2026-08-17 1:18 UTC (3+ messages)
` [PATCH 1/1] x86/crash: reserve elfcorehdr for CONFIG_NR_CPUS, not CONFIG_NR_CPUS_DEFAULT
[PATCH v2 0/3] perf/x86: Fix perf_event_print_debug() on non-Intel PMUs
2026-08-17 1:12 UTC (2+ messages)
[PATCH v2 0/5] Add SM7250 base dts file
2026-08-17 1:12 UTC (3+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: "
[PATCH v3 0/5] docs/zh_CN: Add Chinese translations for five networking documents
2026-08-17 1:10 UTC (3+ messages)
[PATCH] iio: light: gp2ap020a00f: drain irq_work after free_irq
2026-08-17 1:11 UTC (3+ messages)
[PATCH v2] iio: adc: max1363: sign-extend bipolar differential channel reads
2026-08-17 1:03 UTC (3+ messages)
[PATCH] iio: adc: max1363: sign-extend bipolar differential channel reads
2026-08-17 1:01 UTC (4+ messages)
[PATCH v2 0/5] iio: humidity: hts221: update probe and logging implementations
2026-08-17 0:49 UTC (2+ messages)
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-08-17 0:49 UTC (4+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
[RFC v3 00/15] xswap: extendable (virtual) swap device backed by zswap
2026-08-17 0:46 UTC (4+ messages)
` [RFC v3 05/15] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
2026-08-17 0:46 UTC (3+ messages)
[PATCH] dmaengine: bestcomm: ioremap and get irq early
2026-08-17 0:45 UTC
[PATCH 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
2026-08-17 0:38 UTC (7+ messages)
` [PATCH 1/2] KVM: arm64: Fix spurious warning for benign stage 2 "
[PATCH] net/sched: taprio: enforce minimum software scheduling interval
2026-08-17 0:35 UTC (2+ messages)
[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
2026-08-17 0:29 UTC (7+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 4/5] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page
[PATCH] arm64: compat: Keep alignment address arithmetic 32-bit
2026-08-17 0:02 UTC
[PATCH net-next v2 0/4] of: mdio: fix fw_devlink for Ethernet PHY packages
2026-08-17 0:00 UTC (5+ messages)
` [PATCH net-next v2 1/4] of: property: skip links without a consumer node
` [PATCH net-next v2 2/4] driver core: factor sync-state-only link cleanup
` [PATCH net-next v2 3/4] of: property: link PHY package suppliers to member PHYs
` [PATCH net-next v2 4/4] net: mdio: release fw_devlink proxies after population
[PATCH v3 0/5] Rework PCI IRQ vector code
2026-08-16 23:57 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
2026-08-16 23:56 UTC (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics
[PATCHSET v12 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
2026-08-16 23:54 UTC (3+ messages)
` [PATCH 12/17] sched_ext: Handle proxy-exec races in remote DSQ transfers
[PATCH v10 0/2] Add support for LTC3208 multi-display driver
2026-08-16 23:46 UTC (3+ messages)
` [PATCH v10 1/2] dt-bindings: leds: Document LTC3208 Multidisplay LED Driver
` [PATCH v10 2/2] leds: ltc3208: Add driver for "
[PATCH v2 0/3] iio: accel: bmc150: DMA-safe buffers and use iio_push_to_buffers_with_ts()
2026-08-16 23:46 UTC (2+ messages)
[PATCH v4 0/3] iio: accel: bmc150: fix event-enable race, then use guard(mutex)
2026-08-16 23:42 UTC (4+ messages)
` [PATCH v4 1/3] iio: accel: bmc150: sort header inclusions alphabetically
` [PATCH v4 2/3] iio: accel: bmc150: take the lock before checking ev_enable_state
` [PATCH v4 3/3] iio: accel: bmc150: use guard(mutex) for mutex handling
[syzbot] [exfat?] possible deadlock in fat_count_free_clusters (2)
2026-08-16 23:28 UTC
[PATCH net-next v12 0/6] net: dsa: mxl862xx: devlink flash and rescue
2026-08-16 23:24 UTC (7+ messages)
` [PATCH net-next v12 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v12 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v12 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v12 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v12 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v12 6/6] net: dsa: mxl862xx: document devlink flash and info support
[syzbot] [block?] possible deadlock in submit_bio_noacct_nocheck (2)
2026-08-16 23:17 UTC
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-16 23:13 UTC (10+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
[PATCH] dt-bindings: net: ti,davinci-emac: Convert to DT schema
2026-08-16 22:57 UTC
[syzbot] [usb?] INFO: trying to register non-static key in gadget_dev_open
2026-08-16 22:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox