messages from 2025-09-13 18:42:52 to 2025-09-15 15:08:10 UTC [more...]
[PATCH net-next v6 0/5] dpll: zl3073x: Add support for devlink flash
2025-09-15 15:08 UTC (5+ messages)
` [PATCH net-next v6 3/5] dpll: zl3073x: Add firmware loading functionality
[PATCH 0/5] histogram docs formatting cleanup
2025-09-15 15:07 UTC (3+ messages)
` [PATCH 1/5] Documentation: trace: histogram: Fix histogram trigger subsection number order
[PATCH net-next v5 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-09-15 15:07 UTC (7+ messages)
` [PATCH net-next v5 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
[PATCH 0/6] mm/damon: misc fixups and improvements for 6.18
2025-09-15 15:07 UTC (4+ messages)
` [PATCH 4/6] Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements
` [PATCH 5/6] Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example command
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-15 15:04 UTC (24+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare
[PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-15 15:05 UTC (11+ messages)
[PATCH v6] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, Low memory Holes, Decoders
2025-09-15 14:57 UTC
[PATCH v11 00/15] khugepaged: mTHP support
2025-09-15 14:45 UTC (52+ messages)
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
[PATCH v2 0/4] Documentation: PCI: Update error recovery docs
2025-09-15 13:50 UTC (5+ messages)
` [PATCH v2 1/4] Documentation: PCI: Sync AER doc with code
` [PATCH v2 2/4] Documentation: PCI: Sync error recovery "
` [PATCH v2 3/4] Documentation: PCI: Amend error recovery doc with DPC/AER specifics
` [PATCH v2 4/4] Documentation: PCI: Tidy error recovery doc's PCIe nomenclature
[PATCH v12 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-09-15 14:05 UTC (4+ messages)
` (subset) "
[PATCH v3 00/11] HID: Implement haptic touchpad support
2025-09-15 13:41 UTC (12+ messages)
` [PATCH v3 02/11] Input: add FF_HAPTIC effect type
` [PATCH v3 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD
` [PATCH v3 09/11] Input: MT - add INPUT_MT_TOTAL_FORCE flags
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-15 13:34 UTC (53+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h
` [PATCH RESEND 38/62] init: remove most headers "
` [PATCH RESEND 39/62] init: make console_on_rootfs static
` [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem
` [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem
` [PATCH RESEND 42/62] init: rename <linux/initrd.h> to <linux/initramfs.h>
` [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller
` [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=
` [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS]
` [PATCH RESEND 46/62] init: edit docs for initramfs-related configs
` [PATCH RESEND 47/62] init: fix typo: virtul => virtual
` [PATCH RESEND 48/62] init: fix comment
` [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command
` [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access
` [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs
` [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs
` [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs
` [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd
` [PATCH RESEND 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
` [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP
` [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2
` [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA
` [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ
` [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO
` [PATCH RESEND 61/62] init: rename CONFIG_RD_LZ4 to CONFIG_INITRAMFS_DECOMPRESS_LZ4
` [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD
[PATCH v2 00/11] PCI: Resizable BAR improvements
2025-09-15 12:42 UTC (13+ messages)
` [PATCH v2 01/11] PCI: Move Resizable BAR code into rebar.c
` [PATCH v2 02/11] PCI: Cleanup pci_rebar_bytes_to_size() and move "
` [PATCH v2 03/11] PCI: Move pci_rebar_size_to_bytes() and export it
` [PATCH v2 04/11] PCI: Improve Resizable BAR functions kernel doc
` [PATCH v2 05/11] PCI: Add pci_rebar_size_supported() helper
` [PATCH v2 06/11] drm/i915/gt: Use pci_rebar_size_supported()
` [PATCH v2 07/11] drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()
` [PATCH v2 08/11] PCI: Add pci_rebar_get_max_size()
` [PATCH v2 09/11] drm/xe/vram: Use pci_rebar_get_max_size()
` [PATCH v2 10/11] drm/amdgpu: "
` [PATCH v2 11/11] PCI: Convert BAR sizes bitmasks to u64
[PATCH v2 0/4] cgroup v2 toctree cleanup
2025-09-15 12:40 UTC (7+ messages)
` [PATCH v2 1/4] Documentation: cgroup-v2: Use dot delimiter in manual toctree section numbers
` [PATCH v2 2/4] Documentation: cgroup-v2: Add "
` [PATCH v2 3/4] Documentation: cgroup-v2: Automatically-generate toctree
` [PATCH v2 4/4] Documentation: cgroup-v2: Sync manual toctree
[PATCH v4 0/4] procfs: make reference pidns more user-visible
2025-09-15 11:54 UTC (4+ messages)
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-15 11:50 UTC (6+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-15 11:47 UTC (3+ messages)
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
2025-09-15 11:44 UTC (2+ messages)
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-15 11:25 UTC (2+ messages)
[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
2025-09-15 10:35 UTC (2+ messages)
[PATCH] Documentation/wmi: Fix Typo in lenovo-wmi-gamezone
2025-09-15 10:32 UTC (3+ messages)
[PATCH v4 0/2] make logical_block_size configurable
2025-09-15 8:50 UTC (5+ messages)
` [PATCH v4 2/2] md: allow configuring logical_block_size
[PATCH v2 0/3] ALSA: usb-audio: add module param device_quirk_flags
2025-09-15 8:39 UTC (5+ messages)
[PATCH v4 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-09-15 8:29 UTC (7+ messages)
` [PATCH v4 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-09-15 6:29 UTC (4+ messages)
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-12 9:03 UTC (3+ messages)
[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-09-15 2:03 UTC (11+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 15/21] mm/ksw: add test module
[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-09-15 0:25 UTC (11+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v4 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 5/8] tracing: wprobe: Add wprobe event trigger
` [PATCH v4 6/8] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v4 7/8] selftests: tracing: Add syntax "
` [PATCH v4 8/8] selftests: ftrace: Add wprobe trigger testcase
[PATCH] Documentation: staging: fix spelling error in remoteproc.rst
2025-09-14 17:03 UTC (2+ messages)
[PATCH v3 0/7] Add chinese translation for scsi
2025-09-14 2:52 UTC (8+ messages)
` [PATCH v3 1/7] docs/zh_CN: Add scsi/index.rst translation
` [PATCH v3 2/7] docs/zh_CN: Add scsi.rst translation
` [PATCH v3 3/7] docs/zh_CN: Add scsi_mid_low_api.rst translation
` [PATCH v3 4/7] docs/zh_CN: Add scsi_eh.rst translation
` [PATCH v3 5/7] docs/zh_CN: Add scsi-parameters.rst translation
` [PATCH v3 6/7] docs/zh_CN: Add link_power_management_policy.rst translation
` [PATCH v3 7/7] docs/zh_CN: Add sd-parameters.rst translation
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-14 11:56 UTC (3+ messages)
` [RFC][PATCH v3 16/16] dt-bindings: Add Google Kinfo
[PATCH] hwmon: (asus-ec-sensors) add TUF GAMING X670E PLUS WIFI
2025-09-14 8:40 UTC
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-14 7:44 UTC (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X670E-E GAMING WIFI
2025-09-14 7:41 UTC
[PATCH] Documentation: process: Do not hardcode kernel major version number
2025-09-14 7:20 UTC (5+ messages)
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-09-14 7:16 UTC
[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
2025-09-14 2:48 UTC (19+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
[RFC v2 0/3] Align atomic storage
2025-09-14 0:45 UTC (2+ messages)
` [RFC v2 1/3] documentation: Discourage alignment assumptions
[PATCH] docs: w1: ds2482: fix typo in buses
2025-09-13 19:06 UTC (3+ messages)
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).