messages from 2026-09-11 10:24:51 to 2026-09-12 06:44:50 UTC [more...]
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-12 6:44 UTC (40+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [4/23] "
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available
[PATCH 08/14] mfd: remove unused aat2870 driver
2026-09-12 6:42 UTC (2+ messages)
[PATCH] docs: kernel-doc: include "define" as an identifier type
2026-09-12 5:52 UTC
[PATCH 00/13] ARM: deprecated platform removal
2026-09-12 3:59 UTC (14+ messages)
` [PATCH 03/13] ARM: remove riscpc
` [PATCH 10/13] ARM: stm32: remove stm32f4/f7/h7 MCU support
[PATCH v2 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
2026-09-12 2:42 UTC (3+ messages)
` [PATCH v2 1/2] Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test
` [PATCH v2 2/2] Documentation/litmus-tests: Add SRCU fastpath scan-before-anchor test
[RFC PATCH v2 0/9] mm/damon: hardware-sampled access reports
2026-09-12 1:38 UTC (2+ messages)
[PATCH net-next v14 6/6] net: dsa: mxl862xx: document devlink flash and info support
2026-09-12 0:28 UTC
[PATCH net-next v14 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
2026-09-12 0:28 UTC
[PATCH net-next v14 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
2026-09-12 0:28 UTC
[PATCH net-next v14 3/6] driver core: add device_schedule_reprobe()
2026-09-12 0:28 UTC
[PATCH net-next v14 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
2026-09-12 0:28 UTC
[PATCH net-next v2 4/4] docs: netconsole: document rate limit feature
2026-09-12 0:06 UTC (2+ messages)
[PATCH net-next v2 3/4] netconsole: allow configuring the rate limit burst through configfs
2026-09-12 0:06 UTC (2+ messages)
[PATCH net-next v2 2/4] netconsole: allow configuring the rate limit interval through configfs
2026-09-12 0:06 UTC (2+ messages)
[PATCH net-next v2 1/4] netconsole: add a per-target message rate limit
2026-09-12 0:06 UTC (2+ messages)
[PATCH 0/3] I3C character device driver using driver_override
2026-09-11 23:29 UTC (6+ messages)
` [PATCH 1/3] i3c: master: enable driver_override for I3C
` [PATCH 2/3] i3c: set i3c_xfer.actual_len in controller drivers
` [PATCH 3/3] i3c: add i3cdev character device module for user-space access
[PATCH v2 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
2026-09-11 23:19 UTC (5+ messages)
` [PATCH v2 6/7] Docs/mm/damon/design: update for "
` [PATCH v2 7/7] Docs/admin-guide/mm/damon/usage: update for probe_hits_wsum DAMOS filter
[PATCH v2 0/3] x86/resctrl: Keep default MBM mode at boot and fix ABMC
2026-09-11 22:25 UTC (7+ messages)
` [PATCH v2 1/3] x86/resctrl: Fix ABMC counter programming for extended counter ranges
` [PATCH v2 2/3] fs/resctrl: Assign counters to existing groups when enabling mbm_event
` [PATCH v2 3/3] x86/resctrl: Keep mbm_assign_mode in default mode at boot
[PATCH 2/2] doc: LSM: fix module ordering description for /sys/kernel/security/lsm
2026-09-11 22:09 UTC (2+ messages)
[PATCH 1/2] doc: LSM: describe CONFIG_LSM and lsm= as the selection mechanism
2026-09-11 22:09 UTC (2+ messages)
[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
2026-09-11 21:36 UTC (29+ messages)
` [PATCH v10 01/28] KVM: VMX: Enable support for secondary VM exit controls
` [PATCH v10 02/28] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v10 03/28] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v10 04/28] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v10 05/28] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v10 06/28] x86/fred: Export this_cpu_fred_rsp() for KVM usage
` [PATCH v10 07/28] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v10 08/28] KVM: VMX: Set FRED MSR intercepts
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v10 10/28] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v10 11/28] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v10 12/28] KVM: x86: Add a new save/restore flag for FRED metadata
` [PATCH v10 13/28] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v10 14/28] KVM: VMX: Virtualize FRED event_data
` [PATCH v10 15/28] KVM: x86: Include CR4.FRED in the emulator CR4 write mask
` [PATCH v10 16/28] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v10 17/28] KVM: x86: Handle CR4.FRED when emulating RSM
` [PATCH v10 18/28] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v10 19/28] KVM: x86: Advertise support for FRED
` [PATCH v10 20/28] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v10 21/28] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v10 22/28] KVM: nVMX: Restrict event data VMCS fields to FRED-supported hosts
` [PATCH v10 23/28] KVM: nVMX: Shadow ORIGINAL_EVENT_DATA and INJECTED_EVENT_DATA fields
` [PATCH v10 24/28] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v10 25/28] KVM: nVMX: Enable VMX FRED controls
` [PATCH v10 26/28] KVM: selftests: Add FRED MSRs to msrs_test
` [PATCH v10 27/28] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v10 28/28] KVM: selftests: Add fred exception tests
[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
2026-09-11 21:29 UTC (4+ messages)
` [PATCH v4 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
[PATCH iwl-next v2 0/4] intel: fix typos in comments
2026-09-11 21:02 UTC (9+ messages)
` [PATCH iwl-next v2 1/4] i40e: "
` [PATCH iwl-next v2 2/4] ice: "
` [PATCH iwl-next v2 3/4] ixgbevf: fix typo "enble" in comment
` [PATCH iwl-next v2 4/4] Documentation/eth/intel: fix repeated words in comments
[PATCH 0/3] drm/amd/display: use kunit/visibility.h for test helpers
2026-09-11 20:50 UTC (2+ messages)
[PATCH 0/2] docs/zh_TW: translate process/applying-patches.rst into Traditional Chinese
2026-09-11 19:55 UTC (6+ messages)
` [PATCH 1/2] docs/zh_TW: add process/applying-patches Traditional Chinese translation
[PATCH 08/23] kallsyms: reimplement mksysmap in C
2026-09-11 19:42 UTC (4+ messages)
[PATCH v2 0/2] Congatec Board Controller: Fix current sensor lookup and add new sensors
2026-09-11 19:18 UTC (5+ messages)
` [PATCH v2 1/2] hwmon: (cgbc-hwmon): Fix current sensors ID lookup
` [PATCH v2 2/2] hwmon: (cgbc-hwmon): Add some sensors
Path forward for Virtualized Swap?
2026-09-11 19:03 UTC (20+ messages)
[PATCH] docs: kernel-doc: inform that '@' applies to other fields
2026-09-11 18:42 UTC
[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
2026-09-11 18:31 UTC (3+ messages)
[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
2026-09-11 18:30 UTC (3+ messages)
[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
2026-09-11 18:20 UTC (4+ messages)
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
[PATCH bpf-next v2] bpf, docs: Fix two struct names in btf.rst and kfuncs.rst
2026-09-11 17:40 UTC (2+ messages)
[PATCH 0/2] Congatec Board Controller: Fix current sensor lookup and add new sensors
2026-09-11 17:33 UTC (6+ messages)
` [PATCH 1/2] hwmon: (cgbc-hwmon): Fix current sensors ID lookup
[PATCH RESEND] arm64: Add override for WFxT
2026-09-11 17:02 UTC
[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
2026-09-11 17:00 UTC (3+ messages)
[PATCH v8 03/12] PCI: liveupdate: Track incoming preserved PCI devices
2026-09-11 16:45 UTC (3+ messages)
[PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
2026-09-11 16:44 UTC (3+ messages)
[PATCH v7 00/17] iio: adc: Add AD7768/AD7768-4 ADC driver support
2026-09-11 16:43 UTC (3+ messages)
` [PATCH v7 09/17] iio: adc: ad7768: Configure channel sampling profiles
[PATCH v6 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
2026-09-11 16:36 UTC (4+ messages)
` [PATCH v6 1/3] x86,fs/resctrl: Add resctrl_arch_preconvert_bw()
` [PATCH v6 2/3] arm_mpam: resctrl: Add pass-through resctrl_arch_preconvert_bw()
` [PATCH v6 3/3] fs/resctrl: Factor MBA parse-time conversion to be per-arch
[PATCH v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-11 15:48 UTC (8+ messages)
` [PATCH v10 1/6] selftests/mm: make file helpers return errors
` [PATCH v10 2/6] tools/lib/mm: add shared file helpers
` [PATCH v10 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v10 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v10 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v10 6/6] selftests/mm: add a GUP selftest
[PATCH v2 1/1] rcu: make userspace barrier hook drain kvfree_rcu work
2026-09-11 15:44 UTC (4+ messages)
` [PATCH v3 0/1] "
` [PATCH v3 1/1] "
[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-09-11 15:44 UTC (6+ messages)
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test for arm64
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (7+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
[PATCH] HID: fix semantic patch and improve its performance
2026-09-11 14:52 UTC (2+ messages)
[PATCH v2 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
2026-09-11 14:49 UTC (2+ messages)
[PATCH v2 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
2026-09-11 14:45 UTC (2+ messages)
[PATCH v2 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
2026-09-11 14:37 UTC (2+ messages)
[PATCH v2] hwmon: (lm75) Add support for Nuvoton NCT7715
2026-09-11 14:16 UTC (2+ messages)
[PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
2026-09-11 14:08 UTC (2+ messages)
[PATCH v2 0/4] hwmon: (pmbus) Add support for MAX20826 and similar devices
2026-09-11 13:53 UTC (5+ messages)
` [PATCH v2 1/4] hwmon: (pmbus/core) increase number of phases and add new mask
` [PATCH v2 2/4] hwmon: (pmbus/core) Add mapping function to pmbus_read_block_data()
` [PATCH v2 3/4] dt-bindings: hwmon/pmbus: Document MAX20826 and similar devices
` [PATCH v2 4/4] hwmon: (pmbus) add support for "
[PATCH v1] pps: generators: Pin dummy provider while a file is open
2026-09-11 13:49 UTC
[PATCH] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section
2026-09-11 13:35 UTC (2+ messages)
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-09-11 13:22 UTC (9+ messages)
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
[PATCH v5 00/14] drm/panic: Split into core and helpers
2026-09-11 12:44 UTC (15+ messages)
` [PATCH v5 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v5 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v5 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v5 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v5 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v5 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v5 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v5 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v5 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v5 10/14] drm/panic: Restrict to primary planes
` [PATCH v5 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v5 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v5 13/14] drm/panic: Move panic display code into helper library
` [PATCH v5 14/14] drm/panic: Compile KUnit tests as module
[PATCH v2 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
2026-09-11 12:34 UTC (4+ messages)
` [PATCH v2 1/3] rv: add per-edge dwell-time statistics primitive
` [PATCH v2 2/3] rv: add per-monitor edge-stat facility and stats file
` [PATCH v2 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors
[PATCH v10 0/9] riscv: add SBI Supervisor Software Events support
2026-09-11 12:14 UTC (10+ messages)
` [PATCH v10 1/9] riscv: add SBI SSE extension definitions
` [PATCH v10 2/9] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v10 3/9] riscv: sse: mask events during shutdown and kexec
` [PATCH v10 4/9] drivers: firmware: add riscv SSE support
` [PATCH v10 5/9] riscv: mm: avoid enabling interrupts for nofault page faults
` [PATCH v10 6/9] perf: RISC-V: support callchains with SSE delivery
` [PATCH v10 7/9] perf: RISC-V: add support for SSE event
` [PATCH v10 8/9] selftests/riscv: add SSE test module
` [PATCH v10 9/9] selftests/riscv: add perf user-stack SSE copy regression test
[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-11 11:32 UTC (8+ messages)
[PATCH] spi: docs: Use the multi-lane mode constants in examples
2026-09-10 14:52 UTC (2+ messages)
[PATCH v2 0/4] mm/slub: preserve previous object lifetime
2026-09-11 11:10 UTC (4+ messages)
` [PATCH v2 2/4] mm/slub: preserve one "
[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-09-11 11:08 UTC (7+ messages)
` [PATCH v9 6/6] selftests/mm: add a GUP selftest
[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
2026-09-11 11:02 UTC (5+ messages)
` [PATCH v20 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test
[linux-next:master 5112/5916] htmldocs: Documentation/ABI/testing/sysfs-class-power-rt9467:1: WARNING: Inline emphasis start-string without end-string. [docutils]
2026-09-11 10:36 UTC
b53.rst: is the 5325/5365 "no tagging support" section still accurate?
2026-09-11 10:35 UTC
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-11 10:32 UTC (12+ messages)
[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
2026-09-11 10:24 UTC (4+ messages)
` [PATCH v5 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
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