messages from 2025-02-12 21:21:58 to 2025-02-14 02:25:06 UTC [more...]
[PATCH] scripts/kernel-doc: remove an obscure logic from kernel-doc
2025-02-14 2:24 UTC (3+ messages)
[PATCH] docs: iostats: Update introduction with flush fields
2025-02-14 2:21 UTC (2+ messages)
[PATCH 1/2] docs/zh_CN: add maintainer tree for Chinese doc pickup
2025-02-14 2:04 UTC (6+ messages)
` [PATCH 2/2] docs/zh_CN: add few request for Chinese translation
[PATCH v4 00/27] KVM: arm64: Implement support for SME in non-protected guests
2025-02-14 1:58 UTC (28+ messages)
` [PATCH v4 01/27] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v4 02/27] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v4 03/27] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v4 04/27] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v4 05/27] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v4 06/27] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v4 07/27] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v4 08/27] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v4 09/27] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v4 10/27] KVM: arm64: Document the KVM ABI for SME
` [PATCH v4 11/27] KVM: arm64: Define internal features "
` [PATCH v4 12/27] KVM: arm64: Rename sve_state_reg_region
` [PATCH v4 13/27] KVM: arm64: Store vector lengths in an array
` [PATCH v4 14/27] KVM: arm64: Implement SME vector length configuration
` [PATCH v4 15/27] KVM: arm64: Support SME control registers
` [PATCH v4 16/27] KVM: arm64: Support TPIDR2_EL0
` [PATCH v4 17/27] KVM: arm64: Support SME identification registers for guests
` [PATCH v4 18/27] KVM: arm64: Support SME priority registers
` [PATCH v4 19/27] KVM: arm64: Provide assembly for SME state restore
` [PATCH v4 20/27] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v4 21/27] KVM: arm64: Expose SME specific state to userspace
` [PATCH v4 22/27] KVM: arm64: Context switch SME state for normal guests
` [PATCH v4 23/27] KVM: arm64: Handle SME exceptions
` [PATCH v4 24/27] KVM: arm64: Expose SME to nested guests
` [PATCH v4 25/27] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v4 26/27] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v4 27/27] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH 00/12] drm: Move to using devm_platform_ioremap_resource
2025-02-14 1:40 UTC (14+ messages)
` [PATCH 01/12] drm/aspeed: move to devm_platform_ioremap_resource() usage
` [PATCH 02/12] drm/fsl-dcu: "
` [PATCH 03/12] drm/hisilicon: "
` [PATCH 04/12] drm/mediatek: "
` [PATCH 05/12] drm/mxsfb: "
` [PATCH 06/12] drm/sprd: "
` [PATCH 07/12] drm/sti: "
` [PATCH 08/12] drm/stm: "
` [PATCH 09/12] drm/tegra: "
` [PATCH 10/12] drm/tiny: "
` [PATCH 11/12] drm/vc4: "
` [PATCH 12/12] Documentation: Update the todo
[PATCH] kbuild: rust: add rustc-min-version support function
2025-02-14 1:38 UTC (3+ messages)
[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)
2025-02-14 1:25 UTC (4+ messages)
[PATCH v19 00/11] arm64/perf: Enable branch stack sampling
2025-02-13 23:16 UTC (12+ messages)
` [PATCH v19 09/11] arm64: Handle BRBE booting requirements
` [PATCH v19 10/11] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v19 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v9 00/17] reimplement per-vma lock as a refcount
2025-02-13 23:04 UTC (23+ messages)
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
` [PATCH] refcount: Strengthen inc_not_zero()
` [PATCH v9 12/17] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v9 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH v10 00/18] reimplement per-vma lock as a refcount
2025-02-13 22:46 UTC (19+ messages)
` [PATCH v10 01/18] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v10 02/18] mm: move per-vma lock into vm_area_struct
` [PATCH v10 03/18] mm: mark vma as detached until it's added into vma tree
` [PATCH v10 04/18] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v10 05/18] mm: mark vmas detached upon exit
` [PATCH v10 06/18] types: move struct rcuwait into types.h
` [PATCH v10 07/18] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v10 08/18] mm: move mmap_init_lock() out of the header file
` [PATCH v10 09/18] mm: uninline the main body of vma_start_write()
` [PATCH v10 10/18] refcount: provide ops for cases when object's memory can be reused
` [PATCH v10 11/18] refcount: introduce __refcount_{add|inc}_not_zero_limited_acquire
` [PATCH v10 12/18] mm: replace vm_lock and detached flag with a reference count
` [PATCH v10 13/18] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v10 14/18] mm/debug: print vm_refcnt state when dumping the vma
` [PATCH v10 15/18] mm: remove extra vma_numab_state_init() call
` [PATCH v10 16/18] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v10 17/18] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v10 18/18] docs/mm: document latest changes to vm_lock
[PATCH v3 1/2] gpu: nova-core: add initial driver stub
2025-02-13 22:12 UTC (6+ messages)
` [PATCH v3 2/2] gpu: nova-core: add initial documentation
[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-02-13 21:54 UTC (7+ messages)
` [PATCH v20 01/15] EDAC: Add support for EDAC device features control
` [PATCH v20 02/15] EDAC: Add scrub control feature
` [PATCH v20 03/15] EDAC: Add ECS "
[PATCH 00/20] drm/panel: Move to using mipi_dsi_*_multi() variants when available
2025-02-13 21:27 UTC (25+ messages)
` [PATCH 01/20] drm/panel/xpp055c272: Move to using mipi_dsi_*_multi() variants
` [PATCH 02/20] drm/panel/visionox-r66451: "
` [PATCH 03/20] drm/panel/asus-tm5p5-n35596: "
` [PATCH 04/20] drm/panel/boe-bf060y8m-aj0: "
` [PATCH 05/20] drm/panel/dsi-cm: "
` [PATCH 06/20] drm/panel/sony-nt35521: "
` [PATCH 07/20] drm/panel/ebbg-ft8719: "
` [PATCH 08/20] drm/panel/himax-hx8394: "
` [PATCH 09/20] drm/panel/jdi-lpm102a188a: "
` [PATCH 10/20] drm/panel/jdi-lt070me05000: "
` [PATCH 11/20] drm/panel/novatek-nt36523: "
` [PATCH 12/20] drm/panel/raydium-rm67191: "
` [PATCH 13/20] drm/panel/samsung-s6d7aa0:Move "
` [PATCH 14/20] drm/panel/s6e88a0-ams452ef01: Move "
` [PATCH 15/20] drm/panel/samsung-sofef00: "
` [PATCH 16/20] drm/panel/ls043t1le01: "
` [PATCH 17/20] drm/panel/ls060t1sx01: "
` [PATCH 18/20] drm/panel/sony-td4353-jdi: "
` [PATCH 19/20] drm/panel: Remove deprecated functions
` [PATCH 20/20] Documentation: Update the documentation
[PATCH v5 1/2] hwmon: add GPD devices sensor driver
2025-02-13 19:32 UTC (2+ messages)
[PATCH net-next v3] documentation: networking: Add NAPI config
2025-02-13 19:15 UTC
[PATCH v2] docs: trace: Refactor index documentation
2025-02-13 19:12 UTC (8+ messages)
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-02-13 18:39 UTC (14+ messages)
[PATCH 0/4] Raise the bar with regards to Python and Sphinx requirements
2025-02-13 18:39 UTC (2+ messages)
[PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-02-13 18:30 UTC (2+ messages)
[PATCH net-next 00/10] devlink and mlx5: Introduce rate domains
2025-02-13 18:01 UTC (11+ messages)
` [PATCH net-next 01/10] devlink: Remove unused param of devlink_rate_nodes_check
` [PATCH net-next 02/10] devlink: Store devlink rates in a rate domain
` [PATCH net-next 03/10] devlink: Serialize access to rate domains
` [PATCH net-next 04/10] devlink: Introduce shared "
` [PATCH net-next 05/10] devlink: Allow specifying parent device for rate commands
` [PATCH net-next 06/10] devlink: Allow rate node parents from other devlinks
` [PATCH net-next 07/10] net/mlx5: qos: Introduce shared esw qos domains
` [PATCH net-next 08/10] net/mlx5: qos: Support cross-esw tx scheduling
` [PATCH net-next 09/10] net/mlx5: qos: Init shared devlink rate domain
` [PATCH net-next 10/10] net/mlx5: Document devlink rates and cross-esw scheduling
[PATCH v7 3/6] iio: imu: adis: Add DIAG_STAT register
2025-02-13 17:57 UTC (5+ messages)
[PATCH net-next v2] documentation: networking: Add NAPI config
2025-02-13 17:38 UTC (5+ messages)
[PATCH] vgaarbiter: documentation grammar correction
2025-02-13 17:35 UTC (3+ messages)
[PATCH v2] docs: ABI: move README contents to the top
2025-02-13 16:49 UTC (2+ messages)
[PATCH] docs: trace: decode_msr.py: make it compatible with python 3
2025-02-13 16:46 UTC (2+ messages)
[PATCH] docs: Makefile: use the new script to check for bad ABI references
2025-02-13 16:40 UTC (2+ messages)
[PATCH] Documentation/driver-api: fixed spelling mistakes
2025-02-13 16:38 UTC (2+ messages)
[PATCH] docs: ABI: drop two duplicate symbols
2025-02-13 16:24 UTC (3+ messages)
[PATCH] intel_idle: introduce 'use_acpi_cst' module parameter
2025-02-13 16:07 UTC (2+ messages)
` [PATCH v4] intel_idle: introduce 'no_native' "
[PATCH 0/9] Extend automarkup support for ABI symbols
2025-02-13 16:07 UTC (6+ messages)
` [PATCH 7/9] docs: networking: Allow creating cross-references statistics ABI
[PATCH RFCv2 0/5]Implement kernel-doc in Python
2025-02-13 16:04 UTC (8+ messages)
` [PATCH RFCv2 1/5] include/asm-generic/io.h: fix kerneldoc markup
` [PATCH RFCv2 2/5] scripts/kernel-doc: remove an obscure logic from kernel-doc
` [PATCH RFCv2 3/5] scripts/kernel-doc: don't add not needed new lines
` [PATCH RFCv2 4/5] scripts/kernel-doc.py: add a Python parser
` [PATCH RFCv2 5/5] docs: use kernel-doc.py script for kerneldoc output
[PATCH v2 0/3] Minor cleanups to ext4 and jbd2
2025-02-13 16:00 UTC (2+ messages)
[PATCH RESEND 0/5] LED1202 / leds-st1202 fixes and improvements
2025-02-13 15:54 UTC (8+ messages)
` [PATCH RESEND 1/5] leds: leds-st1202: fix NULL pointer access on race condition
[PATCH net-next] tun: Pad virtio headers
2025-02-13 15:43 UTC (4+ messages)
[PATCH net-next v3 0/6] Device memory TCP TX
2025-02-13 13:18 UTC (7+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
[PATCH 0/7] platform/x86: wmi: Rework WMI device enabling
2025-02-13 13:17 UTC (3+ messages)
` [PATCH 3/7] platform/x86: think-lmi: Use WMI bus API when accessing BIOS settings
[PATCH 0/4] mm: Rework generic PTDUMP configs
2025-02-13 11:49 UTC (5+ messages)
` [PATCH 4/4] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[PATCH v3] intel_idle: introduce 'no_native' module parameter
2025-02-13 11:49 UTC (2+ messages)
[PATCH v34 00/31] Introduce QC USB SND audio offloading support
2025-02-13 9:57 UTC (2+ messages)
[PATCH v2 10/11] Documentation/rv: Add docs for the sched monitors
2025-02-13 9:08 UTC
[PATCH] Documentation: Remove repeated word in docs
2025-02-13 7:08 UTC
[RFC PATCH 0/8] mm/damon: auto-tune aggregation interval
2025-02-13 1:44 UTC (3+ messages)
` [RFC PATCH 6/8] Docs/mm/damon/design: document for intervals auto-tuning
` [RFC PATCH 8/8] Docs/admin-guide/mm/damon/usage: add intervals_goal directory on the hierarchy
[PATCH v4 0/3] riscv: Add bfloat16 instruction support
2025-02-13 0:38 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: riscv: add bfloat16 ISA extension description
` [PATCH v4 2/3] riscv: add ISA extension parsing for bfloat16 ISA extension
` [PATCH v4 3/3] riscv: hwprobe: export "
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).