The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-16 17:41:38 to 2026-08-16 22:47:37 UTC [more...]

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-16 22:45 UTC  (43+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [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

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-16 22:46 UTC  (9+ messages)
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion

[PATCHSET v12 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-08-16 22:45 UTC  (13+ messages)
` [PATCH 02/17] sched/core: Dequeue waking proxy donors before reset
    ` [PATCH v2] "
` [PATCH 08/17] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 09/17] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
    ` [PATCH v2] "
` [PATCH 11/17] sched_ext: Generalize the reject DSQ reenqueue path

[syzbot] [ocfs2?] possible deadlock in ocfs2_remove_inode (2)
 2026-08-16 22:41 UTC  (2+ messages)

[GIT PULL] pwm: Changes for 7.3-rc1
 2026-08-16 22:33 UTC 

[PATCH v2 0/3] mm, swap: don't spin or flood the console on a bad swap entry
 2026-08-16 22:22 UTC  (5+ messages)
` [PATCH v2 2/3] mm, swap: distinguish a malformed swap entry from a dying device
` [PATCH v2 3/3] mm: fail the fault on a malformed swap entry instead of retrying it

[PATCH] doc:it_IT: align Italian documentation in process
 2026-08-16 22:22 UTC  (2+ messages)

[PATCH net-next v11 0/2] ptp: ocp: add TAP CPLD support for ADVA TimeCard X1
 2026-08-16 22:19 UTC  (3+ messages)
` [PATCH net-next v11 2/2] ptp: ocp: add TAP CPLD firmware upload "

[PATCH] i2c: mux: demux-pinctrl: fix OF node leak on kstrdup failure
 2026-08-16 22:19 UTC  (2+ messages)

[RESEND PATCH 0/5] platform/x86: bitland-mifs-wmi: MIFS v2 firmware support (Xiaomi Book Pro 14 2026)
 2026-08-16 22:18 UTC  (3+ messages)
` [RESEND PATCH 2/5] platform/x86: bitland-mifs-wmi: support MIFS v2 perf-mode mapping

[PATCH 0/2] regmap: Test caches for regmaps with high bits set in register numbers
 2026-08-16 22:13 UTC  (3+ messages)
` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap
` [PATCH 2/2] regmap: Test rbtree and maple caches for very high register numbers

[PATCH v2] tracing: Use seq_buf for string concatenation
 2026-08-16 22:10 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in ring_buffer_peek
 2026-08-16 22:10 UTC 

[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 thin-ultrabook perf-mode quirk
 2026-08-16 21:58 UTC 

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-08-16 22:01 UTC  (5+ messages)
` [PATCH v5 2/6] KVM: arm64: nv: Introduce guest stage-2 tracking structures

[PATCH] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-16 22:02 UTC  (4+ messages)

[PATCH 0/5] iio: humidity: hts221: update probe and logging implementations
 2026-08-16 21:58 UTC  (7+ messages)
` [PATCH 1/5] iio: humidity: hts221: report available values via read_avail()

[PATCH v3 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
 2026-08-16 21:55 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs
` [PATCH v3 2/2] dt-bindings: spi: ti,davinci-spi: convert to DT schema

[PATCH v3 0/9] iio: adc: Add TI ADS126X ADC family support
 2026-08-16 21:54 UTC  (13+ messages)
` [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
` [PATCH v3 3/9] iio: adc: ti-ads1262: support per-channel sampling frequency
` [PATCH v3 6/9] iio: adc: ti-ads1262: support excitation currents
` [PATCH v3 7/9] iio: adc: ti-ads1262: support triggered buffer sampling

[PATCH] kconfig: error out for recursive range
 2026-08-16 21:53 UTC 

[PATCH 0/5] i2c: fix device_node refcount leaks in 5 bus drivers
 2026-08-16 21:32 UTC  (3+ messages)
` [PATCH 1/5] i2c: mpc: fix device_node refcount leak in fsl_i2c_probe()/fsl_i2c_remove()

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-16 21:47 UTC  (3+ messages)

[PATCH] bpf: reject stack-argument callback subprograms
 2026-08-16 21:42 UTC  (2+ messages)

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-16 21:38 UTC  (3+ messages)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present

[PATCH v2 0/9] arm64: dts: phy: st: usb: Add STM32MP2 USB support
 2026-08-16 21:37 UTC  (10+ messages)
` [PATCH v2 1/9] dt-bindings: phy: Document ST STM32MP25 USB2-FEMTO PHY
` [PATCH v2 2/9] phy: stm32: Add support for "
` [PATCH v2 3/9] dt-bindings: usb: generic-ehci: Document access-controllers property
` [PATCH v2 4/9] dt-bindings: usb: generic-ohci: "
` [PATCH v2 5/9] dt-bindings: usb: dwc3: Document ST STM32MP2 DWC3 xHCI USB controller
` [PATCH v2 6/9] usb: dwc3: dwc3-generic-plat: Add ST STM32MP2 DWC3 xHCI USB controller glue
` [PATCH v2 7/9] dt-bindings: arm: stm32: Switch st,stm32mp23/25-syscfg into simple-mfd
` [PATCH v2 8/9] arm64: dts: st: Add USB nodes on stm32mp231
` [PATCH v2 9/9] arm64: dts: st: Add USB nodes on stm32mp251

[PATCH v2 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
 2026-08-16 21:39 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: spi: ti,davinci-spi: convert to DT schema

[PATCH] virtio_pci_modern: replace msleep(1) with usleep_range(1000, 2000)
 2026-08-16 21:38 UTC  (2+ messages)

[PATCH v2 0/2] Introduce in_range_incl() inclusive range check macro
 2026-08-16 21:34 UTC  (4+ messages)
` [PATCH v2 1/2] minmax: Add in_range_inclusive() for inclusive range checks
` [PATCH v2 2/2] iio: imu: bmi270: Use in_range_inclusive() in bmi270_write_event_value()

[PATCH] ASoC: fix unmet dependencies on PPC_BESTCOMM and SND_SOC_AC97_BUS
 2026-08-16 21:23 UTC  (6+ messages)

[PATCH net-next v1] net:dsa:yt922x: Add support for Motorcomm YT922x
 2026-08-16 21:17 UTC  (2+ messages)

X86: Question about GDT loading
 2026-08-16 21:17 UTC  (2+ messages)

X86: Question about GDT loading
 2026-08-16 21:15 UTC  (2+ messages)

[PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
 2026-08-16 21:09 UTC  (2+ messages)

[PATCH net v4] gtp: serialize PDP context updates
 2026-08-16 21:02 UTC  (2+ messages)

[PATCH] usb: pci-quirks: always assert xHCI OS ownership
 2026-08-16 21:00 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH perf-tools-next v2 0/4] perf trace: Symbolise kernel virtual addresses and function pointers
 2026-08-16 20:59 UTC  (5+ messages)
` [PATCH perf-tools-next v2 1/4] perf trace: Introduce kernel symbol beautifier for virtual addresses
` [PATCH perf-tools-next v2 2/4] perf trace: Auto-assign kernel symbol beautifier to function pointer fields
` [PATCH perf-tools-next v2 3/4] perf trace: Enhance BTF type formatting to symbolise kernel function pointers
` [PATCH perf-tools-next v2 4/4] perf tests: Add shell test for kernel symbol beautifier

[PATCH v2 0/3] sparc32: allow a kernel loaded away from the start of RAM
 2026-08-16 20:56 UTC  (4+ messages)
` [PATCH v2 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping

[PATCH] media: i2c: ov08x40: implement crop selection
 2026-08-16 20:42 UTC 

[PATCH] x86/early-quirks: Scan all functions in early_pci_scan_bus()
 2026-08-16 20:48 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-08-16 20:44 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable

[PATCH 0/5] iio: adc: ti-ads112c14: add filter support
 2026-08-16 20:44 UTC  (4+ messages)
` [PATCH 1/5] iio: adc: ti-ads112c14: support external clock

[PATCH] platform/x86: int3472: add HP Spectre handshake delay
 2026-08-16 20:42 UTC 

[PATCH 0/4] lib/textsearch: fix ts_bm resume offset, add tests, two small cleanups
 2026-08-16 20:37 UTC  (3+ messages)
` [PATCH 1/4] lib/ts_bm: advance state->offset past the reported match

[PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii
 2026-08-16 20:21 UTC  (2+ messages)

[RFC v4 0/2] Realtime workqueues and panthor realtime submission
 2026-08-16 20:29 UTC  (4+ messages)
` [RFC v4 1/2] workqueue: Add support for real-time workers

[PATCH v3 0/3] iio: adc: ti-ads112c14: continuous mode support
 2026-08-16 20:26 UTC  (3+ messages)
` [PATCH v3 3/3] iio: adc: ti-ads112c14: add "

[PATCH v7 08/10] accel/rocket: add RK3576 NPU (RKNN) support
 2026-08-16 20:25 UTC  (5+ messages)

[PATCH rtw-next] wifi: rtw88: usb: send broadcast/multicast via the AC queues
 2026-08-16 20:15 UTC  (5+ messages)

[PATCH 0/3] iio: adc: ade9000: series of probe and channel fixes
 2026-08-16 20:14 UTC  (2+ messages)

[PATCH v2] i2c: xiic: restore runtime PM teardown in remove to fix clk WARN flood
 2026-08-16 20:11 UTC  (3+ messages)

[PATCH v4] staging: iio: frequency: ad9832/ad9834: add comment explaining do_div usage
 2026-08-16 20:09 UTC  (3+ messages)

[PATCH v4 0/3] Add Sharp GP2AP070S Proximity Driver and enable it in Galaxy J6 (j6lte)
 2026-08-16 20:04 UTC  (2+ messages)

[PATCH] iommu/iova: Clear the slab cache pointers when destroying them
 2026-08-16 18:43 UTC 

[RFC] um: an arm64 subarch for User Mode Linux
 2026-08-16 19:46 UTC  (2+ messages)

[PATCH v3 00/14] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-16 19:46 UTC  (19+ messages)
` [PATCH v3 01/14] dt-bindings: iio: adc: Add AD7768
` [PATCH v3 02/14] iio: backend: Add support for CRC
` [PATCH v3 03/14] iio: adc: adi-axi-adc: Initialize state mutex
` [PATCH v3 05/14] iio: adc: Add AD7768 and AD7768-4 core support
` [PATCH v3 06/14] iio: adc: ad7768: Add configurable sampling modes
` [PATCH v3 07/14] iio: adc: ad7768: Add calibration controls
` [PATCH v3 09/14] iio: adc: ad7768: Add VCM regulator support
` [PATCH v3 12/14] gpio: regmap: Add optional runtime PM support

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-16 19:43 UTC  (3+ messages)

[PATCH 0/4] drm/imagination: Add async VM_BIND with sparse mappings
 2026-08-16 19:42 UTC  (5+ messages)
` [PATCH 1/4] drm/imagination: Fix the vm_bo split mappings are linked to
` [PATCH 2/4] drm/imagination: Switch the GPUVM to immediate mode
` [PATCH 3/4] drm/imagination: Add async VM_BIND ioctl
` [PATCH 4/4] drm/imagination: Add sparse mappings to VM_BIND

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-08-16 19:39 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] dt-bindings: crypto: rockchip: Add RK356x/RK3588 crypto engine binding
  ` [PATCH v3 2/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader driver
  ` [PATCH v3 3/4] arm64: dts: rockchip: Add crypto node to rk356x-base
  ` [PATCH v3 4/4] arm64: dts: rockchip: Add crypto node to rk3588-base

[PATCH net-next v10 0/4] net: dsa: motorcomm: Add LED support
 2026-08-16 19:38 UTC  (5+ messages)
` [PATCH net-next v10 1/4] net: dsa: motorcomm: Move to subdirectory
` [PATCH net-next v10 2/4] net: dsa: motorcomm: Split SMI module
` [PATCH net-next v10 3/4] net: dsa: motorcomm: Add LED support
` [PATCH net-next v10 4/4] dt-bindings: net: dsa: yt921x: Add LEDs definition example

[GIT PULL] Rust for v7.3
 2026-08-16 19:19 UTC 

[PATCH] ARC: cleanup dead ARC_CANT_LLSC option in Kconfig
 2026-08-16 19:20 UTC  (2+ messages)

[PATCH v2] nvme: skip the zoned limits update if the zone info query failed
 2026-08-16 19:17 UTC 

[PATCH] netxen: validate unified ROM directory bounds
 2026-08-16 19:14 UTC  (2+ messages)

[PATCH] nvme: reject zoned namespaces whose zone info query failed
 2026-08-16 19:07 UTC  (3+ messages)

[PATCH] cachefiles: Fix OOB access in coherency trace
 2026-08-16 18:55 UTC 

[PATCH 00/21] HID: fix racy force feedback initialization via .input_configured()
 2026-08-16 18:52 UTC  (3+ messages)
` [PATCH 02/21] HID: add documentation and Coccinelle script for FF registration race

[PATCH 00/12] arm64/bti: Fix kernel BTI issues with livepatch, large kernels, toolchains
 2026-08-16 18:46 UTC  (6+ messages)
` [PATCH 02/12] arm64/module: Fix BTI exceptions caused by omitted landing pads in Clang 21

[PATCH v3 0/3] X2 Elite HP EliteBook X G2q support
 2026-08-16 18:29 UTC  (4+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: Add HP EliteBook X G2q 14 AI

[PATCH v2] [V2] selinux: restore sleepable revalidation; keep fast no-sleep check
 2026-08-16 18:20 UTC  (2+ messages)

[GIT PULL] sched/urgent for v7.2
 2026-08-16 18:16 UTC  (2+ messages)

[GIT PULL] timers/urgent for v7.2
 2026-08-16 18:16 UTC  (2+ messages)

[GIT PULL] core/urgent for v7.2
 2026-08-16 18:16 UTC  (2+ messages)

[GIT PULL] perf/urgent for v7.2
 2026-08-16 18:16 UTC  (2+ messages)

[GIT PULL] x86/urgent for v7.2
 2026-08-16 18:16 UTC  (2+ messages)

[PATCH 00/12] Add TH1520 USB support
 2026-08-16 18:12 UTC  (7+ messages)
` [PATCH 02/12] clk: thead: th1520-ap: add support for MISC subsys clocks

[PATCH] wifi: rtl8xxxu: Adjust logging pattern
 2026-08-16 18:08 UTC 

[PATCH] docs: kdoc_output: only use out_tail when the identfier is shown
 2026-08-16 18:05 UTC  (2+ messages)

[PATCH v2] platform/x86: Add Goodix fingerprint EC mailbox transport
 2026-08-16 19:49 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] platform/x86: asus-armoury: add support for FX517ZR
 2026-08-16 17:41 UTC 

[PATCH v3 0/2] docs/zh_CN: translate process/applying-patches.rst into Chinese
 2026-08-16 17:47 UTC  (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: add process/applying-patches Chinese translation
` [PATCH v3 2/2] docs/zh_CN: link to Chinese applying-patches translation

[PATCH] wifi: mt76: mt7921: validate CLC firmware records
 2026-08-16 17:48 UTC  (2+ messages)
` [PATCH] wifi: mt76: mt7921: skip unknown "

[PATCH] iio: light: gp2ap020a00f: drain irq_work after free_irq
 2026-08-16 17:46 UTC  (2+ messages)

[PATCH net-next] fs: nfsd: Fix buffer overflow in write_pool_threads()
 2026-08-16 17:43 UTC  (4+ messages)

[PATCH] alpha: cleanup dead ALPHA_LARGE_VMALLOC
 2026-08-16 17:41 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