messages from 2025-09-27 08:48:20 to 2025-09-30 11:40:06 UTC [more...]
[GIT PULL] Documentation for 6.18
2025-09-30 11:39 UTC
[PATCH v3 net-next 00/12] AccECN protocol case handling series
2025-09-30 11:34 UTC (11+ messages)
` [PATCH v3 net-next 05/12] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v3 net-next 06/12] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v3 net-next 07/12] tcp: move increment of num_retrans
` [PATCH v3 net-next 08/12] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v3 net-next 09/12] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v3 net-next 10/12] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v3 net-next 11/12] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v3 net-next 12/12] tcp: accecn: enable AccECN
[PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests
2025-09-30 11:28 UTC (4+ messages)
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-09-30 11:15 UTC (9+ messages)
[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
2025-09-30 11:02 UTC (24+ messages)
[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
2025-09-30 10:26 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616
` [PATCH 2/2] hwmon: (pmbus/max17616): add driver for max17616
[PATCH v4 0/2] Add support for Uniwill laptop features
2025-09-30 9:15 UTC (6+ messages)
` [PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
` [PATCH v4 2/2] Documentation: laptops: Add documentation for uniwill laptops
[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-09-30 8:33 UTC (26+ messages)
` [PATCH v6 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v6 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v6 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v6 04/23] mm/ksw: add build system support
` [PATCH v6 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v6 06/23] mm/ksw: add singleton debugfs interface
` [PATCH v6 07/23] mm/ksw: add HWBP pre-allocation
` [PATCH v6 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v6 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v6 10/23] mm/ksw: support CPU hotplug
` [PATCH v6 11/23] sched: add per-task context
` [PATCH v6 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v6 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v6 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v6 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v6 16/23] mm/ksw: add self-debug helpers
` [PATCH v6 17/23] mm/ksw: add test module
` [PATCH v6 18/23] mm/ksw: add stack overflow test
` [PATCH v6 19/23] mm/ksw: add recursive depth test
` [PATCH v6 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v6 21/23] tools/ksw: add test script
` [PATCH v6 22/23] docs: add KStackWatch document
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch
[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
2025-09-30 5:58 UTC (12+ messages)
` [PATCH v9 mm-new 01/11] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v9 mm-new 02/11] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v9 mm-new 03/11] mm: thp: add support for BPF based THP order selection
` [PATCH v9 mm-new 04/11] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v9 mm-new 05/11] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v9 mm-new 06/11] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v9 mm-new 08/11] selftests/bpf: add a simple BPF based THP policy
` [PATCH v9 mm-new 09/11] selftests/bpf: add test case to update "
` [PATCH v9 mm-new 10/11] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v9 mm-new 11/11] Documentation: add BPF-based THP policy management
[PATCH v1] Documentation/admin-guide/perf: Fix indentation and formatting in fujitsu_uncore_pmu.rst
2025-09-30 10:07 UTC (2+ messages)
[sean-jc:x86/gmem_default_shared 2/10] htmldocs: Documentation/virt/kvm/api.rst:6430: WARNING: Literal block ends without a blank line; unexpected unindent. [docutils]
2025-09-30 4:02 UTC
[sean-jc:x86/gmem_default_shared 1/10] htmldocs: Documentation/virt/kvm/api.rst:6424: WARNING: Literal block expected; none found. [docutils]
2025-09-30 3:11 UTC
[PATCH net-next v2 0/3] dpll: add phase offset averaging factor
2025-09-30 2:30 UTC (7+ messages)
` [PATCH net-next v2 1/3] dpll: add phase-offset-avg-factor device attribute to netlink spec
` [PATCH net-next v2 2/3] dpll: add phase_offset_avg_factor_get/set callback ops
` [PATCH net-next v2 3/3] dpll: zl3073x: Allow to configure phase offset averaging factor
[PATCH] docs: networking: phy: clarify abbreviation "PAL"
2025-09-30 1:20 UTC (2+ messages)
[linuxsecuritymodule:main 1/1] htmldocs: Warning: README.md references a file that doesn't exist: Documentation/API/obsolete
2025-09-29 20:52 UTC
[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
2025-09-29 16:44 UTC (7+ messages)
` [PATCH v5 07/15] iommupt: Add map_pages op
` [PATCH v5 12/15] iommupt: Add the x86 64 bit page table format
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
2025-09-29 16:35 UTC
[PATCH v3 0/8] Add SPI offload support to AD4030
2025-09-29 16:16 UTC (14+ messages)
` [PATCH v3 4/8] iio: adc: ad4030: Reduce register access transfer speed
` [PATCH v3 6/8] iio: adc: ad4030: Add SPI offload support
` [PATCH v3 7/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
` [PATCH v3 8/8] iio: adc: ad4030: Add support for "
[PATCH] Documentation/mm: Drop pxx_mkdevmap() descriptions from page table helpers
2025-09-29 16:15 UTC (3+ messages)
[PATCH 0/3] some patches against build-script
2025-09-29 15:49 UTC (5+ messages)
` [PATCH 1/3] docs: Makefile: avoid a warning when using without texlive
` [PATCH 2/3] tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdf
` [PATCH 3/3] docs: Makefile: use PYTHONPYCACHEPREFIX
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-29 10:20 UTC (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
2025-09-29 9:38 UTC (2+ messages)
[PATCH net-next v5 0/2] net/smc: make wr buffer count configurable
2025-09-29 9:22 UTC (6+ messages)
` [PATCH net-next v5 1/2] "
` [PATCH net-next v5 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-29 9:13 UTC (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH] Documentation: fix spelling, typos, grammar, duplicated words
2025-09-29 9:06 UTC (3+ messages)
[PATCH 2/2] docs: Makefile: avoid a warning when using without texlive
2025-09-29 8:39 UTC (4+ messages)
[acrn:6.12/linux 5/10] drivers/virt/acrn/hvlog.c:247: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2025-09-29 5:08 UTC
[PATCH v4 00/30] Live Update Orchestrator
2025-09-29 1:03 UTC (31+ messages)
` [PATCH v4 01/30] kho: allow to drive kho from within kernel
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers
` [PATCH v4 04/30] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v4 05/30] kho: don't unpreserve memory during abort
` [PATCH v4 06/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v4 07/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v4 08/30] liveupdate: luo_core: integrate with KHO
` [PATCH v4 09/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v4 10/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v4 11/30] liveupdate: luo_session: Add sessions support
` [PATCH v4 12/30] liveupdate: luo_ioctl: add user interface
` [PATCH v4 13/30] liveupdate: luo_file: implement file systems callbacks
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v4 15/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v4 16/30] kho: move kho debugfs directory to liveupdate
` [PATCH v4 17/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 19/30] docs: add luo documentation
` [PATCH v4 20/30] MAINTAINERS: add liveupdate entry
` [PATCH v4 21/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v4 22/30] mm: shmem: allow freezing inode mapping
` [PATCH v4 23/30] mm: shmem: export some functions to internal.h
` [PATCH v4 24/30] luo: allow preserving memfd
` [PATCH v4 25/30] docs: add documentation for memfd preservation via LUO
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
` [PATCH v4 27/30] selftests/liveupdate: Add multi-file and unreclaimed file test
` [PATCH v4 28/30] selftests/liveupdate: Add multi-session workflow and state interaction test
` [PATCH v4 29/30] selftests/liveupdate: Add test for unreclaimed resource cleanup
` [PATCH v4 30/30] selftests/liveupdate: Add tests for per-session state and cancel cycles
[PATCH][v2] hung_task: Panic after fixed number of hung tasks
2025-09-29 0:47 UTC (5+ messages)
` [外部邮件] "
[PATCH v8 00/24] Split sphinx call logic from docs Makefile
2025-09-29 0:44 UTC (4+ messages)
` [PATCH v8 19/24] docs: add support to build manpages from kerneldoc output
[PATCH net-next v4 0/2] net/smc: make wr buffer count configurable
2025-09-29 0:03 UTC (4+ messages)
` [PATCH net-next v4 1/2] "
` [PATCH net-next v4 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully
[PATCH v4 1/2] net/tls: support maximum record size limit
2025-09-28 21:44 UTC (6+ messages)
[PATCH net-next v3 0/2] net/smc: make wr buffer count configurable
2025-09-28 18:32 UTC (14+ messages)
` [PATCH net-next v3 1/2] "
[PATCH] docs: admin-guide/mm/damon: Correct typo "directores"
2025-09-28 17:26 UTC (2+ messages)
[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
2025-09-28 9:28 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
` [PATCH v3 2/2] hwmon: add MP2925 and MP2929 driver
[PATCH v6 0/4] ALSA: usb-audio: improve module param quirk_flags
2025-09-28 6:37 UTC (6+ messages)
` [PATCH v6 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v6 2/4] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v6 3/4] ALSA: usb-audio: make param quirk_flags change-able in runtime
` [PATCH v6 4/4] ALSA: doc: improved docs about quirk_flags in snd-usb-audio
[PATCH] crypto: Add explicit title heading to API docs
2025-09-28 3:59 UTC (2+ messages)
[PATCH] hung_task: Panic after fixed number of hung tasks
2025-09-28 3:29 UTC (8+ messages)
` [????] "
` [外部邮件] "
[PATCH v8 mm-new 00/12] mm, bpf: BPF based THP order selection
2025-09-28 2:58 UTC (13+ messages)
` [PATCH v8 mm-new 01/12] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v8 mm-new 02/12] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v8 mm-new 04/12] mm: thp: add support for BPF based THP order selection
` [PATCH v8 mm-new 06/12] mm: thp: enable THP allocation exclusively through khugepaged
[PATCH v6] md: allow configuring logical block size
2025-09-28 1:46 UTC (2+ messages)
[PATCH] Documentation: iio: ade9000, adis*, adx*: Convert IIO subsystem cross-references
2025-09-27 16:56 UTC (3+ messages)
[PATCH net-next] net/mlx5: Expose uar access and odp page fault counters
2025-09-27 16:10 UTC (2+ messages)
[PATCH v2 0/8] Add SPI offload support to AD4030
2025-09-27 15:33 UTC (6+ messages)
` [PATCH v2 7/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
[PATCH v5 0/4] ALSA: usb-audio: improve module param quirk_flags
2025-09-27 11:13 UTC (9+ messages)
` [PATCH v5 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v5 2/4] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v5 3/4] ALSA: usb-audio: make param quirk_flags change-able in runtime
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;
as well as URLs for NNTP newsgroup(s).