messages from 2025-10-01 14:49:59 to 2025-10-04 01:40:56 UTC [more...]
[GIT PULL] Documentation for 6.18
2025-10-04 1:40 UTC (2+ messages)
[PATCH v4 00/30] Live Update Orchestrator
2025-10-03 23:17 UTC (5+ messages)
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
[PATCH hyperv-next v6 00/17] Confidential VMBus
2025-10-03 22:27 UTC (18+ messages)
` [PATCH hyperv-next v6 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v6 02/17] Drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v6 03/17] arch/x86: mshyperv: Discover Confidential VMBus availability
` [PATCH hyperv-next v6 04/17] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v6 06/17] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v6 07/17] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v6 08/17] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v6 09/17] Drivers: hv: remove stale comment
` [PATCH hyperv-next v6 10/17] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v6 11/17] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v6 12/17] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v6 13/17] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v6 14/17] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v6 15/17] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v6 16/17] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v6 17/17] Drivers: hv: Support establishing the confidential VMBus connection
[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-10-03 21:34 UTC (2+ messages)
[PATCH 0/2] docs: fix malformed tables in Chinese translations
2025-10-03 21:28 UTC (7+ messages)
` [PATCH 1/2] docs/zh_CN: Fix malformed table
` [PATCH 2/2] docs/zh_TW: "
` [PATCH v2 0/2] docs: fix malformed tables in Chinese translations
` [PATCH v2 1/2] docs/zh_CN: Fix malformed table
` [PATCH v2 2/2] docs/zh_TW: "
[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-10-03 20:50 UTC (3+ messages)
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch
[PATCH 0/4] mm/zswap: misc cleanup of code and documentations
2025-10-03 20:38 UTC (2+ messages)
` [PATCH 4/4] Docs/admin-guide/mm/zswap: s/red-black tree/xarray/
[PATCH 0/2] (asus-ec-sensors) add two more boards
2025-10-03 20:16 UTC (5+ messages)
` [PATCH 1/2] hwmon: (asus-ec-sensors) add Pro WS TRX50-SAGE WIFI
` [PATCH 2/2] hwmon: (asus-ec-sensors) add ROG STRIX X870E-H GAMING WIFI7
[PATCH] selinux: implement LSM_ATTR_UNSHARE
2025-10-03 19:13 UTC
[PATCH v2] lsm,uapi: introduce LSM_ATTR_UNSHARE
2025-10-03 19:10 UTC
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-03 17:32 UTC (5+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
` [RFC PATCH 4/4] drivers/iommu-debug: Check state of mapped/unmapped kernel memory
[PATCH] include/uapi/linux/lsm.h,Documentation/userspace-api/lsm.rst: introduce LSM_ATTR_UNSHARE
2025-10-03 17:15 UTC (2+ messages)
[PATCH] fs: doc: Fix typos
2025-10-03 15:52 UTC (5+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-03 14:36 UTC (64+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH] Documentation/driver-api/cxl: remove page-allocator quirk section
2025-10-03 14:32 UTC
Issue in Kernel docs / Admin Guide / SysRq
2025-10-03 14:26 UTC
[PATCH] docs: reorganize kernel documentation overview for clarity
2025-10-03 14:25 UTC (7+ messages)
[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
2025-10-03 9:54 UTC (12+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v3 5/8] net/handshake: Support KeyUpdate message types
` [PATCH v3 6/8] nvme-tcp: Support KeyUpdate
` [PATCH v3 7/8] nvmet-tcp: "
` [PATCH v3 8/8] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
[PATCH] docs/zh_CN: Add translation of rust/testing.rst
2025-10-03 7:48 UTC (4+ messages)
` [PATCH v2] "
[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
2025-10-03 2:18 UTC (3+ messages)
` [PATCH v9 mm-new 03/11] mm: thp: add support for "
[PATCH v4 0/2] Add support for Uniwill laptop features
2025-10-02 23:36 UTC (7+ messages)
` [PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
2025-10-02 22:15 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: add max17616
` [PATCH 2/2] hwmon: (pmbus/max17616): add driver for max17616
[PATCH 0/2] Update ADPM12160 and Add support for ADPM12200
2025-10-02 21:40 UTC (5+ messages)
` [PATCH 1/2] hwmon: (pmbus/max34440): Update adpm12160 coeff due to latest FW
` [PATCH 2/2] hwmon: (pmbus/max34440): add support adpm12200
[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
2025-10-02 20:54 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929
` [PATCH v3 2/2] hwmon: add MP2925 and MP2929 driver
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-02 16:45 UTC (9+ messages)
[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
2025-10-02 16:43 UTC (10+ messages)
[PATCH 05/11] docs: conf.py: fix some troubles for LaTeX output
2025-10-02 16:30 UTC (3+ messages)
[PATCH v3 0/7] Add chinese translation for scsi
2025-10-02 14:26 UTC (2+ messages)
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
2025-10-02 13:29 UTC (3+ messages)
[PATCH v2] docs/zh_CN: Add security SCTP Chinese translation
2025-10-02 13:23 UTC (2+ messages)
[PATCH iwl-next v2] ice: add support for unmanaged dpll on E830 NIC
2025-10-02 13:23 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH] docs/zh_CN: Add trace debugging Chinese translation
2025-10-02 12:44 UTC (2+ messages)
[PATCH v3 0/5] coresight: Add format attribute for setting the timestamp interval
2025-10-02 11:45 UTC (7+ messages)
` [PATCH v3 1/5] coresight: Change syncfreq to be a u8
` [PATCH v3 2/5] coresight: Repack struct etmv4_drvdata
` [PATCH v3 3/5] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v3 4/5] coresight: Add format attribute for setting the timestamp interval
` [PATCH v3 5/5] coresight: docs: Document etm4x ts_interval
[PATCH 0/6] coresight: Add format attribute for setting the timestamp interval
2025-10-02 10:11 UTC (4+ messages)
` [PATCH 2/6] coresight: Fix holes in struct etmv4_config
[PATCH v2 04/20] Documentation/rv: Adapt documentation after da_monitor refactoring
2025-10-02 9:26 UTC (2+ messages)
[syzbot] [cgroups?] WARNING in cgroup_freeze
2025-10-02 5:18 UTC
[PATCH v3 0/8] Enhanced autonomous selection and improvements
2025-10-01 17:03 UTC (10+ messages)
` [PATCH v3 1/8] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v3 2/8] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v3 3/8] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v3 4/8] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v3 5/8] ACPI: CPPC: add APIs and sysfs interface for perf_limited register
` [PATCH v3 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v3 7/8] cpufreq: CPPC: update policy min/max when toggling auto_select
` [PATCH v3 8/8] cpufreq: CPPC: add autonomous mode boot parameter support
[PATCH v2 0/3] Some patches against build-script
2025-10-01 15:05 UTC (2+ messages)
[PATCH 0/1] man pages: Add a SEE ALSO pointing to Kernel source
2025-10-01 15:06 UTC (2+ messages)
[PATCH 00/23] Fix media uAPI cross references
2025-10-01 14:49 UTC (21+ messages)
` [PATCH 01/23] tools: docs: parse_data_structs.py: drop contents header
` [PATCH 04/23] docs: kernel_include.py: propose alternatives
` [PATCH 06/23] tools: docs: parse_data_structs.py: get rid of process_exceptions()
` [PATCH 07/23] tools: docs: parse_data_structs.py: add namespace support
` [PATCH 08/23] tools: docs: parse_data_structs.py: accept more reftypes
` [PATCH 09/23] docs: media: dvb: use TOC instead of file contents at headers
` [PATCH 10/23] docs: media: dvb: enable warnings for most headers
` [PATCH 11/23] docs: media: rc: use TOC instead of file contents for LIRC header
` [PATCH 12/23] docs: media: mediactl: use TOC instead of file contents
` [PATCH 13/23] docs: kernel_include.py: use get_close_matches() to propose alternatives
` [PATCH 14/23] docs: media: add missing c namespace to V4L headers
` [PATCH 15/23] docs: media: videodev2.h.rst.exceptions: fix namespace on refs
` [PATCH 16/23] media: docs: add a missing reference for VIDIOC_QUERY_CTRL
` [PATCH 17/23] media: docs: videodev2.h.rst.exceptions: ignore struct __kernel_v4l2_timeval
` [PATCH 18/23] media: docs: add some C domain missing references
` [PATCH 19/23] docs: cec: cec.h.rst.exceptions: fix broken references from cec.h
` [PATCH 20/23] docs: cec: show broken xrefs and show TOC instead of cec.h content
` [PATCH 21/23] docs: media: dmx_types: place kerneldoc at the right namespace
` [PATCH 22/23] docs: media: dvb: headers: warn about broken cross references
` [PATCH 23/23] docs: media: dvb: fix dmx.h.rst.exceptions
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).