messages from 2025-09-13 00:48:47 to 2025-09-15 11:26:15 UTC [more...]
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-15 11:25 UTC (2+ messages)
[PATCH v11 00/15] khugepaged: mTHP support
2025-09-15 11:23 UTC (40+ messages)
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
[PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-15 10:58 UTC (7+ 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 v2 00/16] expand mmap_prepare functionality, port more users
2025-09-15 10:12 UTC (11+ 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 net-next v5 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-09-15 9:30 UTC (6+ messages)
` [PATCH net-next v5 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-15 9:19 UTC (65+ messages)
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 09/62] arm: init: document rd_start (in param_struct) as obsolete
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 22/62] doc: remove obsolete mentions of pivot_root
` [PATCH RESEND 23/62] init: rename __initramfs_{start,size} to __builtin_initramfs_{start,size}
` [PATCH RESEND 24/62] init: remove wrong comment
` [PATCH RESEND 25/62] init: rename phys_initrd_{start,size} to phys_external_initramfs_{start,size}
` [PATCH RESEND 26/62] init: move phys_external_initramfs_{start,size} to init/initramfs.c
` [PATCH RESEND 27/62] init: alpha: remove "extern unsigned long initrd_start, initrd_end"
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
` [PATCH RESEND 29/62] init: move virt_external_initramfs_{start,end} to init/initramfs.c
` [PATCH RESEND 30/62] doc: remove documentation for block device 4 0
` [PATCH RESEND 31/62] init: rename initrd_below_start_ok to initramfs_below_start_ok
` [PATCH RESEND 32/62] init: move initramfs_below_start_ok to init/initramfs.c
` [PATCH RESEND 33/62] init: remove init/do_mounts_initrd.c
` [PATCH RESEND 34/62] init: inline create_dev into the only caller
` [PATCH RESEND 35/62] init: make mount_root_generic static
` [PATCH RESEND 36/62] init: make mount_root static
` [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 9:13 UTC (12+ 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 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 v2 0/4] cgroup v2 toctree cleanup
2025-09-15 8:19 UTC (5+ 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 net-next v6 0/5] dpll: zl3073x: Add support for devlink flash
2025-09-15 8:18 UTC (4+ messages)
` [PATCH net-next v6 3/5] dpll: zl3073x: Add firmware loading functionality
[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 0/6] mm/damon: misc fixups and improvements for 6.18
2025-09-15 1:58 UTC (3+ 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 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
[PATCH v3 00/11] HID: Implement haptic touchpad support
2025-09-14 1:05 UTC (11+ 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
[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)
[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
2025-09-13 17:38 UTC
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-13 16:17 UTC (14+ messages)
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-13 15:56 UTC (6+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
[PATCH net-next v3 0/3] tools: ynl: rst: display attribute-set doc
2025-09-13 13:29 UTC (4+ messages)
` [PATCH net-next v3 1/3] "
` [PATCH net-next v3 2/3] netlink: specs: team: avoid mangling multilines doc
` [PATCH net-next v3 3/3] netlink: specs: explicitly declare block scalar strings
[PATCH net-next v2 0/3] tools: ynl: rst: display attribute-set doc
2025-09-13 12:54 UTC (4+ messages)
` [PATCH net-next v2 2/3] netlink: specs: team: avoid mangling multilines doc
[PATCH v2 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
2025-09-13 11:02 UTC (5+ messages)
` [PATCH v2 2/3] hwmon: ltc4283: Add support for the LTC4283 "
[aegl:rdt-aet-v10 61/61] htmldocs: Documentation/filesystems/resctrl.rst:526: WARNING: Inline emphasis start-string without end-string. [docutils]
2025-09-13 10:41 UTC
[PATCH RESEND net-next] Documentation: ARCnet: Update obsolete contact info
2025-09-13 10:31 UTC (3+ messages)
[PATCH v4 00/19] Split sphinx call logic from docs Makefile
2025-09-13 10:18 UTC (13+ messages)
` [PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
[PATCH] Revert "drm: Add directive to format code in comment"
2025-09-13 9:20 UTC (2+ messages)
[PATCH v3 0/5] ice: add standard stats
2025-09-13 9:07 UTC (3+ messages)
` [PATCH v3 5/5] ice: refactor to use helpers
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).