messages from 2025-10-16 23:56:50 to 2025-10-18 10:41:18 UTC [more...]
[PATCH v8 00/24] Split sphinx call logic from docs Makefile
2025-10-18 10:41 UTC (3+ messages)
[PATCH v2] docs/zh_CN: Add secrets coco Chinese translation
2025-10-18 8:58 UTC (2+ messages)
[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
2025-10-18 8:57 UTC (2+ messages)
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-18 8:46 UTC (2+ messages)
[PATCH v16 0/3] leds: add new LED driver for TI LP5812
2025-10-18 7:22 UTC (3+ messages)
` [PATCH v16 2/3] leds: add basic support for TI/National Semiconductor LP5812 LED Driver
[PATCH] taint: add reminder about updating docs and scripts
2025-10-18 7:21 UTC (2+ messages)
[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
2025-10-18 5:49 UTC (3+ messages)
[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
2025-10-17 19:52 UTC (5+ messages)
` [PATCH v10 05/15] x86/cpu: Defer CR pinning enforcement until late_initcall()
[PATCH 00/22] VKMS: Introduce multiple configFS attributes
2025-10-18 2:01 UTC (23+ messages)
` [PATCH 01/22] drm/vkms: Introduce config for plane name
` [PATCH 02/22] drm/vkms: Introduce configfs "
` [PATCH 03/22] drm/vkms: Introduce config for plane rotation
` [PATCH 04/22] drm/vkms: Introduce configfs "
` [PATCH 05/22] drm/vkms: Introduce config for plane color encoding
` [PATCH 06/22] drm/vkms: Introduce configfs "
` [PATCH 07/22] drm/vkms: Introduce config for plane color range
` [PATCH 08/22] drm/vkms: Introduce configfs "
` [PATCH 09/22] drm/vkms: Introduce config for plane format
` [PATCH 10/22] drm/vkms: Introduce configfs "
` [PATCH 11/22] drm/vkms: Properly render plane using their zpos
` [PATCH 12/22] drm/vkms: Introduce config for plane zpos property
` [PATCH 13/22] drm/vkms: Introduce configfs "
` [PATCH 14/22] drm/vkms: Introduce config for connector type
` [PATCH 15/22] drm/vkms: Introduce configfs "
` [PATCH 16/22] drm/vkms: Introduce config for connector supported colorspace
` [PATCH 17/22] drm/vkms: Introduce configfs "
` [PATCH 18/22] drm/vkms: Introduce config for connector EDID
` [PATCH 19/22] drm/vkms: Introduce configfs "
` [PATCH 20/22] drm/vkms: Store the enabled/disabled status for connector
` [PATCH 21/22] drm/vkms: Allow to hot-add connectors
` [PATCH 22/22] drm/vkms: Allows the creation of connector at runtime
[PATCH v2 1/2] docs: checkpatch: Align block comment style
2025-10-18 1:31 UTC (4+ messages)
` [PATCH v2 2/2] docs: checkpatch: Drop networking "
[PATCH net-next v14 0/5] Add driver for 1Gbe network chips from MUCSE
2025-10-18 0:07 UTC (5+ messages)
` [PATCH net-next v14 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v14 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH net v2] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker
2025-10-18 0:00 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-17 23:33 UTC (39+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
[PATCH, v2] kbuild: doc: improve KBUILD_BUILD_TIMESTAMP documentation
2025-10-17 23:16 UTC (3+ messages)
[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
2025-10-17 22:56 UTC (15+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement
[PATCH v4 00/13] drm: Reduce page tables overhead with THP
2025-10-17 21:42 UTC (5+ messages)
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-10-17 21:37 UTC (7+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[PATCH 00/10] mm/damon: allow DAMOS auto-tuned for per-memcg per-node memory usage
2025-10-17 21:27 UTC (3+ messages)
` [PATCH 08/10] Docs/mm/damon/design: document DAMOS_QUOTA_NODE_MEMCG_{USED,FREE}_BP
` [PATCH 09/10] Docs/admin-guide/mm/damon/usage: document DAMOS quota goal path file
[PATCH v2 0/2] Associative arrays documentation formatting cleanups
2025-10-17 20:24 UTC (2+ messages)
[PATCH] docs: admin-guide: Fix a typo in kernel-parameters.txt
2025-10-17 20:20 UTC (2+ messages)
[PATCH 00/23] Fix media uAPI cross references
2025-10-17 20:08 UTC (2+ messages)
[PATCH v5 0/7] Add SPI offload support to AD4030
2025-10-17 19:54 UTC (9+ messages)
` [PATCH v5 4/7] iio: adc: ad4030: Use BIT macro to improve code readability
` [PATCH v5 5/7] iio: adc: ad4030: Add SPI offload support
[PATCH] docs: checkpatch: Align block comment style
2025-10-17 19:39 UTC (2+ messages)
[PATCH] docs: trusted-encrypted: fix htmldocs build error
2025-10-17 19:27 UTC (2+ messages)
[PATCH 0/8] resctrl: Add perf PMU for resctrl monitoring
2025-10-17 18:17 UTC (2+ messages)
[PATCH] docs: ABI: sysfs-module: list all taint flags
2025-10-17 17:38 UTC (3+ messages)
parse_headers.pl ?
2025-10-17 17:27 UTC (4+ messages)
[PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
2025-10-17 17:19 UTC (7+ messages)
[PATCH 0/3] docs/hwmon: Fix broken and missing Maxim chip links
2025-10-17 16:34 UTC (11+ messages)
` [PATCH 1/3] docs/hwmon: Fix broken maxim-ic.com links to analog.com
` [PATCH 2/3] docs/hwmon: Add missing datasheet links for Maxim chips
` [PATCH 3/3] docs/hwmon: Update maxim-ic.com links to analog.com
` [PATCH v2 1/3] Fix broken "
` [PATCH v2 2/3] Add missing datasheet links for Maxim chips
` [PATCH v2 3/3] Update maxim-ic.com links to analog.com
[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
2025-10-17 15:59 UTC (12+ messages)
[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
2025-10-17 15:52 UTC (6+ messages)
[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
2025-10-17 14:37 UTC (11+ messages)
` [PATCH v4 1/7] net/handshake: Store the key serial number on completion
` [PATCH v4 2/7] net/handshake: Define handshake_sk_destruct_req
` [PATCH v4 3/7] net/handshake: Ensure the request is destructed on completion
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
` [PATCH v4 7/7] nvmet-tcp: Support KeyUpdate
[PATCH net-next v6 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
2025-10-17 14:27 UTC (9+ messages)
` [PATCH net-next v6 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v6 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
` [PATCH net-next v6 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET
` [PATCH net-next v6 4/5] net: phy: micrel: add MSE interface support for KSZ9477 family
` [PATCH net-next v6 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L
[PATCH v2] x86/its: use Sapphire Rapids+ feature to opt out
2025-10-17 14:02 UTC (4+ messages)
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-10-17 12:54 UTC (12+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH net-next v02 0/6] net: hinic3: PF initialization
2025-10-17 11:51 UTC (8+ messages)
` [PATCH net-next v02 1/6] hinic3: Add PF framework
` [PATCH net-next v02 2/6] hinic3: Add PF management interfaces
` [PATCH net-next v02 3/6] hinic3: Add NIC configuration ops
` [PATCH net-next v02 4/6] hinic3: Add mac filter ops
` [PATCH net-next v02 5/6] hinic3: Add netdev register interfaces
` [PATCH net-next v02 6/6] hinic3: Fix netif_queue_set_napi queue_index parameter passing error
[PATCH] kho: debugfs: Fix finalize interface documentation
2025-10-17 10:21 UTC
docs build problems
2025-10-17 8:26 UTC (7+ messages)
[PATCH net-next 0/2] networking docs section headings cleanup
2025-10-17 6:45 UTC (3+ messages)
` [PATCH net-next 1/2] net: nfc: Format userspace interface subsection headings
` [PATCH net-next 2/2] net: 6pack: Demote "How to turn on 6pack support" section heading
[PATCH v3 0/3] initrd: remove half of classic initrd support
2025-10-17 6:09 UTC (4+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
2025-10-17 6:08 UTC (15+ messages)
` [PATCH net-next v2 01/14] devlink: Add new "max_mac_per_vf" generic device param
` [PATCH net-next v2 02/14] i40e: support generic devlink param "max_mac_per_vf"
` [PATCH net-next v2 03/14] ice: add flow parsing for GTP and new protocol field support
` [PATCH net-next v2 04/14] ice: add virtchnl and VF context support for GTP RSS
` [PATCH net-next v2 05/14] ice: improve TCAM priority handling for RSS profiles
` [PATCH net-next v2 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
` [PATCH net-next v2 07/14] iavf: add RSS support for GTP protocol via ethtool
` [PATCH net-next v2 08/14] net: docs: add missing features that can have stats
` [PATCH net-next v2 09/14] ice: implement ethtool standard stats
` [PATCH net-next v2 10/14] ice: add tracking of good transmit timestamps
` [PATCH net-next v2 11/14] ice: implement transmit hardware timestamp statistics
` [PATCH net-next v2 12/14] ice: refactor to use helpers
` [PATCH net-next v2 13/14] ixgbe: preserve RSS indirection table across admin down/up
` [PATCH net-next v2 14/14] e1000e: Introduce private flag to disable K1
[PATCH net-next 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
2025-10-17 6:10 UTC (9+ messages)
` [PATCH net-next 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
[PATCH] Documentation: kunit: Fix kunit_device_register() example
2025-10-17 5:28 UTC (3+ messages)
[PATCH][v4] hung_task: Panic when there are more than N hung tasks at the same time
2025-10-17 5:17 UTC (4+ messages)
` [外部邮件] "
[PATCH v2] Documentation: sysrq: Rewrite /proc/sysrq-trigger usage
2025-10-17 4:25 UTC (2+ messages)
[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
2025-10-17 1:53 UTC (4+ messages)
` [PATCH v3 7/8] nvmet-tcp: Support KeyUpdate
[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
2025-10-17 1:40 UTC (6+ messages)
[PATCH] x86/its: use Sapphire Rapids+ feature to opt out
2025-10-17 1:12 UTC
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).