linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-22 14:58:53 to 2023-09-27 18:31:16 UTC [more...]

[PATCH v10 00/10] x86/resctrl: Miscellaneous resctrl features
 2023-09-27 18:30 UTC  (15+ messages)
` [PATCH v10 01/10] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v10 03/10] x86/resctrl: Rename rftype flags for consistency
` [PATCH v10 08/10] x86/resctrl: Display CLOSID for resource group
` [PATCH v10 09/10] x86/resctrl: Add support for the files for MON groups only
` [PATCH v10 10/10] x86/resctrl: Display RMID of resource group

[PATCH net-next 0/4] dpll: add phase-offset and phase-adjust
 2023-09-27 18:09 UTC  (7+ messages)
` [PATCH net-next 1/4] dpll: docs: add support for pin signal phase offset/adjust
` [PATCH net-next 2/4] dpll: spec: add support for pin-dpll "
` [PATCH net-next 3/4] dpll: netlink/core: "
` [PATCH net-next 4/4] ice: dpll: implement phase related callbacks

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 99/1370] dtbs_check: Documentation/devicetree/bindings/remoteproc/xilinx,zynqmp-r5-remoteproc.yaml: title: 'Xilinx R5 remote processor controller bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-09-27 17:39 UTC 

[PATCH 0/3] Per memcg lru_gen node stat
 2023-09-27 17:38 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 75/1370] dtbs_check: Documentation/devicetree/bindings/perf/xilinx-apm.yaml: title: 'Xilinx Axi Performance Monitor device tree bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-09-27 16:57 UTC 

[PATCH] docs: update link to powerpc/vmemmap_dedup.rst
 2023-09-27 16:43 UTC 

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-27 16:16 UTC  (13+ messages)

[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
 2023-09-27 15:22 UTC  (39+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v5 2/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v5 3/8] x86/resctrl: Split the rdt_domain structure
  ` [PATCH v5 4/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v5 5/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v5 6/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v5 7/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH 1/2] dt-bindings: hwmon: ltc2991: add bindings
 2023-09-27 15:19 UTC  (3+ messages)
` [PATCH 2/2] drivers: hwmon: ltc2991: add driver support

[PATCH v11 00/37] x86: enable FRED for x86-64
 2023-09-27 14:51 UTC  (46+ messages)
` [PATCH v11 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v11 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v11 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v11 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v11 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v11 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v11 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v11 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v11 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v11 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v11 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v11 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v11 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v11 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v11 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v11 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v11 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v11 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v11 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v11 21/37] x86/fred: No ESPFIX needed "
` [PATCH v11 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v11 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v11 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v11 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v11 26/37] x86/fred: Add a NMI "
` [PATCH v11 27/37] x86/fred: Add a machine check "
` [PATCH v11 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v11 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v11 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v11 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v11 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v11 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v11 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v11 36/37] x86/fred: Add FRED initialization functions
` [PATCH v11 37/37] x86/fred: Invoke FRED initialization code to enable FRED

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 105/1370] dtbs_check: Documentation/devicetree/bindings/misc/xlnx,dpu.yaml: title: 'Xilinx Deep learning Processing Unit (DPU) Vivado Flow DT Bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-09-27 14:20 UTC 

[PATCH] docs/sphinx: Explicitly convert Sphinx paths to str
 2023-09-27 14:09 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v6.1_LTS 75/1370] dtbs_check: Documentation/devicetree/bindings/perf/xilinx-apm.yaml: title: 'Xilinx Axi Performance Monitor device tree bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-09-27 13:59 UTC 

[linux-next:master 5572/8008] dtbs_check: Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml:
 2023-09-27 13:53 UTC 

[hverkuil-media-tree:hdmi-dbg 8/27] dtbs_check: Documentation/devicetree/bindings/iio/adc/ti,ads7128.yaml:42:1: [error] syntax error: found character '\t' that cannot start any token (syntax)
 2023-09-27 13:51 UTC 

[esmil:visionfive 20/46] dtbs_check: Documentation/devicetree/bindings/reset/starfive,jh7100-audrst.yaml: title: 'StarFive JH7100 SoC Audio Reset Controller Device Tree Bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-09-27 13:49 UTC 

[steev:lenovo-x13s-v6.6.0-rc2 27/71] dtbs_check: Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml:109:11: [error] string value is redundantly quoted with any quotes (quoted-strings)
 2023-09-27 13:41 UTC 

[PATCH] Documentation: xfs: Remove repeated word in comments
 2023-09-27 12:27 UTC  (4+ messages)

[PATCH v6] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-27 11:25 UTC  (3+ messages)

[PATCH v2 0/2] Fix sched-rt sysctl files & update docs
 2023-09-27 10:30 UTC  (3+ messages)
` [PATCH v2 1/2] sched/rt: Disallow writing invalid values to sched_rt_period_us
` [PATCH v2 2/2] docs: scheduler-rt: Clarify & fix sched_rt_* sysctl docs

[PATCH v5] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-27  8:08 UTC  (4+ messages)

[PATCH v3 0/3] DCP as trusted keys backend
 2023-09-27  6:33 UTC  (9+ messages)
` [PATCH v3 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH v3 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys
` [PATCH v3 3/3] doc: trusted-encrypted: add DCP as new trust source

[PATCH v10 0/7] Add metrics for Arm CMN
 2023-09-27  6:06 UTC  (12+ messages)
` [PATCH v10 1/7] perf pmu: "Compat" supports regular expression matching identifiers
` [PATCH v10 2/7] perf metric: "
` [PATCH v10 3/7] perf jevents: Support EventidCode and NodeType
` [PATCH v10 4/7] perf test: Make matching_pmu effective
` [PATCH v10 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v10 6/7] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v10 7/7] perf vendor events: Add JSON metrics for Arm CMN

[PATCH v11 0/7] Add metrics for Arm CMN
 2023-09-27  5:59 UTC  (8+ messages)
` [PATCH v11 1/7] perf pmu: "Compat" supports regular expression matching identifiers
` [PATCH v11 2/7] perf metric: "
` [PATCH v11 3/7] perf jevents: Support EventidCode and NodeType
` [PATCH v11 4/7] perf test: Make matching_pmu effective
` [PATCH v11 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v11 6/7] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v11 7/7] perf vendor events: Add JSON metrics for Arm CMN

[sailus-media-tree:metadata 14/41] htmldocs: Documentation/userspace-api/media/glossary.rst:17: WARNING: term not in glossary: device driver
 2023-09-26 17:09 UTC 

[RFC PATCH net-next 1/6] net: ethernet: implement OPEN Alliance control transaction interface
 2023-09-26 12:54 UTC  (2+ messages)
` Fwd: "

[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
 2023-09-26 12:41 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v16 03/12] block: add copy offload support
 2023-09-26 10:07 UTC  (6+ messages)
` [PATCH v16 00/12] Implement "
    ` [PATCH v16 04/12] block: add emulation for copy

[PATCH] tracing: document buffer_size_kb more precisely
 2023-09-26 10:38 UTC  (3+ messages)

[PATCH v4] platform/x86: thinkpad_acpi: sysfs interface to auxmac
 2023-09-26 10:11 UTC  (5+ messages)

[RFC PATCH 0/4] PM: hibernate: LZ4 compression support
 2023-09-26  8:57 UTC  (5+ messages)
` [RFC PATCH 1/4] PM: hibernate: Rename lzo* to make it generic
` [RFC PATCH 2/4] PM: hibernate: Move to crypto APIs for LZO compression
` [RFC PATCH 3/4] PM: hibernate: Add support for LZ4 compression for hibernation
` [RFC PATCH 4/4] PM: hibernate: Support to select compression algorithm

[PATCH] mm, memcg: expose swapcache stat for memcg v1
 2023-09-26  8:22 UTC  (3+ messages)

[PATCH] docs: admin-guide: sysctl: fix details of struct dentry_stat_t
 2023-09-25 12:50 UTC  (2+ messages)

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-25  8:30 UTC  (6+ messages)
` [PATCH v2 3/6] maple_tree: Add test for mtree_dup()

[linus:master] [workqueue] 8a1dd1e547: BUG:KCSAN:data-race_in_print_report/wq_worker_tick
 2023-09-25  7:18 UTC 

[PATCH] [v2] Documentation: kbuild: explain handling optional dependencies
 2023-09-25  7:06 UTC  (2+ messages)

[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
 2023-09-25  3:56 UTC  (10+ messages)
` [PATCH v3 1/9] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v3 2/9] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v3 3/9] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v3 4/9] maple_tree: Add test for mtree_dup()
` [PATCH v3 5/9] maple_tree: Update the documentation of maple tree
` [PATCH v3 6/9] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v3 7/9] maple_tree: Update check_forking() and bench_forking()
` [PATCH v3 8/9] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v9 0/7] Add metrics for Arm CMN
 2023-09-25  2:19 UTC  (6+ messages)
` [PATCH v9 1/7] perf pmu: "Compat" supports regular expression matching identifiers

[PATCH v6 00/20] Imagination Technologies PowerVR DRM driver
 2023-09-25  0:41 UTC  (4+ messages)
` [PATCH v6 04/20] drm/imagination/uapi: Add PowerVR driver UAPI

[PATCH] docs: Fix Sphinx 8 warning caused by paths represented with strings
 2023-09-24 18:47 UTC 

[PATCH] docs/zh_TW: update contents for zh_TW
 2023-09-23  8:00 UTC 

[PATCH v4] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-09-23  7:57 UTC  (7+ messages)
        ` [RESEND PATCH "

[PATCH] docs: x86: Update spec URL in x86/iommu document
 2023-09-23  7:13 UTC 

[PATCH 0/2] Spanish translation of security-bugs and embargoed-hardware-issues
 2023-09-23  7:11 UTC  (2+ messages)

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-22 23:21 UTC  (7+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support

[PATCH] hwmon: add in watchdog for nct6686
 2023-09-22 16:59 UTC  (2+ messages)

[PATCH v16 04/12] block: add emulation for copy
 2023-09-20  8:07 UTC 


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).