messages from 2025-11-14 08:43:27 to 2025-11-17 09:53:24 UTC [more...]
[PATCH linux-next v5] docs/zh_CN: Update the Chinese translation of kbuild.rst
2025-11-17 9:52 UTC (3+ messages)
[PATCH v6 00/20] Live Update Orchestrator
2025-11-17 9:48 UTC (34+ messages)
` [PATCH v6 01/20] liveupdate: luo_core: luo_ioctl: "
` [PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
` [PATCH v6 03/20] kexec: call liveupdate_reboot() before kexec
` [PATCH v6 04/20] liveupdate: luo_session: add sessions support
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 07/20] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 09/20] docs: add luo documentation
` [PATCH v6 10/20] MAINTAINERS: add liveupdate entry
` [PATCH v6 11/20] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping
` [PATCH v6 13/20] mm: shmem: export some functions to internal.h
` [PATCH v6 14/20] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 16/20] docs: add documentation for memfd preservation via LUO
` [PATCH v6 17/20] selftests/liveupdate: Add userspace API selftests
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v6 19/20] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v6 20/20] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-11-17 9:47 UTC (4+ messages)
` [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports
[PATCH] kernel-doc: add support for handling global variables
2025-11-17 9:45 UTC (16+ messages)
[PATCH v3 0/3] Add chinese translation for block
2025-11-17 8:27 UTC (4+ messages)
` [PATCH v3 1/3] docs/zh_CN: Add block/index.rst translation
` [PATCH v3 2/3] docs/zh_CN: Add blk-mq.rst translation
` [PATCH v3 3/3] docs/zh_CN: Add data-integrity.rst translation
[PATCH 0/1] fix rustdoc build detection
2025-11-17 9:20 UTC (4+ messages)
` [PATCH 1/1] docs: makefile: move rustdoc check to the build wrapper
[PATCH linux-next v4] docs/zh_CN: Update the Chinese translation of kbuild.rst
2025-11-17 8:42 UTC (2+ messages)
[PATCH 0/3] ADF41513/ADF41510 PLL frequency synthesizers
2025-11-17 8:37 UTC (7+ messages)
` [PATCH 1/3] iio: frequency: adf41513: driver implementation
[PATCH v2 0/3] Add chinese translation for block
2025-11-17 6:52 UTC (6+ messages)
` [PATCH v2 1/3] docs/zh_CN: Add block/index.rst translation
` [PATCH v2 2/3] docs/zh_CN: Add blk-mq.rst translation
` [PATCH v2 3/3] docs/zh_CN: Add data-integrity.rst translation
[PATCH v2 0/5] drm/amdgpu: add UMA carveout tuning interfaces
2025-11-17 6:48 UTC (8+ messages)
` [PATCH v2 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v2 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v2 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v2 5/5] Documentation/amdgpu: Add UMA carveout details
[PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation
2025-11-17 5:57 UTC (5+ messages)
[PATCH v3 0/1] docs/zh_CN: Add trace debugging Chinese translation
2025-11-17 5:44 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH v19 0/7] firmware: imx: driver for NXP secure-enclave
2025-11-17 5:38 UTC (9+ messages)
` [EXT] "
[PATCH] docs: zh_CN: scsi: fix wrong reference to Configure.help
2025-11-17 5:26 UTC (3+ messages)
` [PATCH] docs: zh_CN: scsi: fix broken references in scsi-parameters.rst
[linux-next:master 405/8066] htmldocs: Warning: Documentation/translations/zh_CN/scsi/scsi_mid_low_api.rst references a file that doesn't exist: Documentation/Configure.help
2025-11-17 5:12 UTC (3+ messages)
` [PATCH] docs: zh_CN: scsi: fix wrong reference to Configure.help
[PATCH v3] docs/zh_CN: Update the Chinese translation of kbuild.rst
2025-11-17 3:43 UTC (2+ messages)
[PATCH RESEND v4] checkpatch: add uninitialized pointer with __free attribute check
2025-11-17 3:10 UTC
[PATCH v4] docs: f2fs: wrap ASCII tables in literal blocks to fix LaTeX build
2025-11-17 2:39 UTC (2+ messages)
[PATCH v3 0/3] Add max-power platform profile
2025-11-17 0:21 UTC (9+ messages)
` [PATCH v3 1/3] acpi: platform_profile - Add max-power profile option
` [PATCH v3 2/3] platform/x86: lenovo-wmi-gamezone Use max-power rather than balanced-performance
` [PATCH v3 3/3] platform/x86: wmi-gamezone: Add Legion Go 2 Quirks
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-11-16 19:38 UTC (4+ messages)
[PATCH v5 00/22] Live Update Orchestrator
2025-11-16 18:36 UTC (16+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 03/22] reboot: call liveupdate_reboot() before kexec
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 07/22] liveupdate: luo_ioctl: add user interface
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-11-16 17:25 UTC (2+ messages)
[PATCH] Documentation/kernel-parameters: fix typo in retbleed= kernel parameter description
2025-11-16 14:53 UTC
[PATCH v3 0/2] kernel-doc: add support for documenting vars
2025-11-16 11:23 UTC (3+ messages)
` [PATCH v3 1/2] kernel-doc: add support for handling global variables
` [PATCH v3 2/2] docs: media: v4l2-ioctl.h: document two "
[linux-next:master 407/8066] htmldocs: Warning: Documentation/translations/zh_CN/scsi/scsi-parameters.rst references a file that doesn't exist: Documentation/translations/zh_CN/scsi/aha152x.rst
2025-11-16 9:16 UTC (2+ messages)
` [PATCH] docs: zh_CN: scsi: fix broken references in scsi-parameters.rst
[PATCH v4 0/2] virtio: feature related cleanups
2025-11-16 7:45 UTC (3+ messages)
` [PATCH v4 1/2] virtio: clean up features qword/dword terms
` [PATCH v4 2/2] vhost: switch to arrays of feature bits
[PATCH v3 0/2] virtio: feature related cleanups
2025-11-16 7:36 UTC (2+ messages)
` [PATCH v3 1/2] virtio: clean up features qword/dword terms
[PATCH 0/2] docs/zh_CN: Add translations for libsas and wd719x
2025-11-16 2:40 UTC (3+ messages)
` [PATCH 1/2] docs/zh_CN: Add libsas.rst translation
` [PATCH 2/2] docs/zh_CN: Add wd719x.rst translation
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-15 20:27 UTC (5+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 20/21] scsi: snic: Switch to use %ptSp
[PATCH] docs: parse-headers.rst: Fix a typo
2025-11-15 19:49 UTC (2+ messages)
[PATCH] Documentation/hwmon: Fix broken datasheet links for zl6100
2025-11-15 18:29 UTC
[PATCH] fbdev/ todo: Remove obsolete line about VGA16fb memory region
2025-11-15 17:59 UTC
[PATCH 00/13] Support for Samsung S2MU005 PMIC and its sub-devices
2025-11-15 15:45 UTC (7+ messages)
` [PATCH 06/13] mfd: sec-irq: add support for creating multiple IRQ chips
` [PATCH 08/13] mfd: sec: store hardware revision in sec_pmic_dev and add S2MU005 support
[PATCH bpf-next v1] docs: bpf: map_array: specify BPF_MAP_TYPE_PERCPU_ARRAY value size limit
2025-11-15 6:35 UTC
[PATCH v1 1/1] Documentation: gpio: Add a compatibility and feature list for PCA953x
2025-11-15 1:25 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests
2025-11-15 0:22 UTC (5+ messages)
[PATCH v2] x86,fs/resctrl: Factor MBA parse-time conversion to be per-arch
2025-11-14 22:17 UTC (2+ messages)
[PATCH v2 0/3] Memory reclaim documentation fixes
2025-11-14 21:22 UTC (5+ messages)
` [PATCH v2 1/3] docs: cgroup: Explain reclaim protection target
` [PATCH v2 2/3] docs: cgroup: Note about sibling relative reclaim protection
` [PATCH v2 3/3] docs: cgroup: No special handling of unpopulated memcgs
[PATCH RESEND 0/3] Memory reclaim documentation fixes
2025-11-14 21:11 UTC (5+ messages)
` [PATCH RESEND 1/3] docs: cgroup: Explain reclaim protection target
linux-next: Tree for Nov 14 (htmldocs: Return)
2025-11-14 20:22 UTC
[PATCH 0/2] Documentation: Move rpmsg.rst and remoteproc.rst out of staging
2025-11-14 19:03 UTC (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Documentation: Fix filenames for remoteproc/rpmsg
[PATCH v2] Documentation: thermal: Add documentation for thermal throttle
2025-11-14 18:32 UTC (3+ messages)
[PATCH v4 00/13] coresight: Update timestamp attribute to be an interval instead of bool
2025-11-14 18:05 UTC (26+ messages)
` [PATCH v4 01/13] coresight: Change syncfreq to be a u8
` [PATCH v4 04/13] coresight: Hide unused ETMv3 format attributes
` [PATCH v4 05/13] coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()
` [PATCH v4 06/13] coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()
` [PATCH v4 07/13] coresight: Don't reject unrecognized ETMv3 format attributes
` [PATCH v4 08/13] coresight: Interpret perf config with ATTR_CFG_GET_FLD()
` [PATCH v4 09/13] coresight: Interpret ETMv4 "
` [PATCH v4 10/13] coresight: Remove misleading definitions
` [PATCH v4 11/13] coresight: Extend width of timestamp format attribute
` [PATCH v4 13/13] coresight: docs: Document etm4x timestamp interval option
[PATCH 00/19] mtd: spi-nor: Enhance software protection
2025-11-14 17:53 UTC (20+ messages)
` [PATCH 01/19] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH 02/19] mtd: spi-nor: swp: Improve locking user experience
` [PATCH 03/19] mtd: spi-nor: Improve opcodes documentation
` [PATCH 04/19] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH 05/19] mtd: spi-nor: debugfs: Enhance output
` [PATCH 06/19] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH 07/19] mtd: spi-nor: swp: Clarify a comment
` [PATCH 08/19] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH 09/19] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH 10/19] mtd: spi-nor: swp: Rename a mask
` [PATCH 11/19] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH 12/19] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH 13/19] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH 14/19] mtd: spi-nor: swp: Cosmetic changes
` [PATCH 15/19] mtd: spi-nor: debugfs: Add locking support
` [PATCH 16/19] mtd: spi-nor: Add steps for testing "
` [PATCH 17/19] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH 18/19] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH 19/19] mtd: spi-nor: winbond: Add CMP locking support
[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-11-14 17:39 UTC (7+ messages)
` [PATCH v5 3/5] docs: staging: gpio-rpmsg: gpio over rpmsg bus
[PATCH v9 00/11] drm: Reduce page tables overhead with THP
2025-11-14 17:21 UTC (15+ messages)
` [PATCH v9 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v9 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v9 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v9 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v9 05/11] drm/i915: Use "
` [PATCH v9 06/11] drm/v3d: "
` [PATCH v9 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v9 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v9 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v9 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v9 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
2025-11-14 14:14 UTC (8+ messages)
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-11-14 13:22 UTC (8+ messages)
[PATCH v3] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
2025-11-14 13:08 UTC (2+ messages)
[PATCH 0/3] Add chinese translation for block
2025-11-14 10:43 UTC (6+ messages)
` [PATCH 2/3] docs/zh_CN: Add blk-mq.rst translation
` [PATCH 3/3] docs/zh_CN: Add data-integrity.rst translation
[PATCH RFC 0/8] thermal: core: Allow setting the parent device of thermal zone/cooling devices
2025-11-14 12:13 UTC (2+ messages)
[PATCH v1 2/3] iio: adc: Initial support for AD4134
2025-11-14 9:26 UTC (2+ 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).