data_type large_stringclasses 3
values | source large_stringclasses 29
values | code large_stringlengths 98 49.4M | filepath large_stringlengths 5 161 ⌀ | message large_stringclasses 234
values | commit large_stringclasses 234
values | subject large_stringclasses 418
values | critique large_stringlengths 101 1.26M ⌀ | metadata dict |
|---|---|---|---|---|---|---|---|---|
source | linux | =============================
Subsystem Trace Points: power
=============================
The power tracing system captures events related to power transitions
within the kernel. Broadly speaking there are three major subheadings:
- Power state switch which reports events related to suspend (S-states),
cpuidle ... | Documentation/trace/events-power.rst | null | null | null | null | null |
source | linux | =============
Event Tracing
=============
:Author: Theodore Ts'o
:Updated: Li Zefan and Tom Zanussi
1. Introduction
===============
Tracepoints (see Documentation/trace/tracepoints.rst) can be used
without creating custom kernel modules to register probe functions
using the event tracing infrastructure.
Not all tra... | Documentation/trace/events.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==================================
Fprobe - Function entry/exit probe
==================================
.. Author: Masami Hiramatsu <mhiramat@kernel.org>
Introduction
============
Fprobe is a function entry/exit probe based on the function-graph tracing
feature in ftrace.
Instea... | Documentation/trace/fprobe.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==========================
Fprobe-based Event Tracing
==========================
.. Author: Masami Hiramatsu <mhiramat@kernel.org>
Overview
--------
Fprobe event is similar to the kprobe event, but limited to probe on
the function entry and exit only. It is good enough for many u... | Documentation/trace/fprobetrace.rst | null | null | null | null | null |
source | linux | ======================
Function Tracer Design
======================
:Author: Mike Frysinger
.. caution::
This document is out of date. Some of the description below doesn't
match current implementation now.
Introduction
------------
Here we will cover the architecture pieces that the common function tracing
code... | Documentation/trace/ftrace-design.rst | null | null | null | null | null |
source | linux | =================================
Using ftrace to hook to functions
=================================
.. Copyright 2017 VMware Inc.
.. Author: Steven Rostedt <srostedt@goodmis.org>
.. License: The GNU Free Documentation License, Version 1.2
.. (dual licensed under the GPL v2)
Written for: 4.14
I... | Documentation/trace/ftrace-uses.rst | null | null | null | null | null |
source | linux | ========================
ftrace - Function Tracer
========================
Copyright 2008 Red Hat Inc.
:Author: Steven Rostedt <srostedt@redhat.com>
:License: The GNU Free Documentation License, Version 1.2
(dual licensed under the GPL v2)
:Original Reviewers: Elias Oltmanns, Randy Dunlap, Andrew Morton... | Documentation/trace/ftrace.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
======================================
HiSilicon PCIe Tune and Trace device
======================================
Introduction
============
HiSilicon PCIe tune and trace device (PTT) is a PCIe Root Complex
integrated Endpoint (RCiEP) device, providing the capability
to dynamicall... | Documentation/trace/hisi-ptt.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
======================
Histogram Design Notes
======================
:Author: Tom Zanussi <zanussi@kernel.org>
This document attempts to provide a description of how the ftrace
histograms work and how the individual pieces map to the data
structures used to implement them in trace... | Documentation/trace/histogram-design.rst | null | null | null | null | null |
source | linux | ================
Event Histograms
================
Documentation written by Tom Zanussi
1. Introduction
===============
Histogram triggers are special event triggers that can be used to
aggregate trace event data into histograms. For information on
trace events and event triggers, see Documentation/trace/even... | Documentation/trace/histogram.rst | null | null | null | null | null |
source | linux | =========================
Hardware Latency Detector
=========================
Introduction
-------------
The tracer hwlat_detector is a special purpose tracer that is used to
detect large system latencies induced by the behavior of certain underlying
hardware or firmware, independent of Linux itself. The code was dev... | Documentation/trace/hwlat_detector.rst | null | null | null | null | null |
source | linux | ================================
Linux Tracing Technologies Guide
================================
Tracing in the Linux kernel is a powerful mechanism that allows
developers and system administrators to analyze and debug system
behavior. This guide provides documentation on various tracing
frameworks and tools availab... | Documentation/trace/index.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
=======================
Intel(R) Trace Hub (TH)
=======================
Overview
--------
Intel(R) Trace Hub (TH) is a set of hardware blocks that produce,
switch and output trace data from multiple hardware and software
sources over several types of trace output ports encoded in ... | Documentation/trace/intel_th.rst | null | null | null | null | null |
source | linux | =======================
Kernel Probes (Kprobes)
=======================
:Author: Jim Keniston <jkenisto@us.ibm.com>
:Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
:Author: Masami Hiramatsu <mhiramat@kernel.org>
.. CONTENTS
1. Concepts: Kprobes, and Return Probes
2. Architectures Supported
3. ... | Documentation/trace/kprobes.rst | null | null | null | null | null |
source | linux | ==========================
Kprobe-based Event Tracing
==========================
:Author: Masami Hiramatsu
Overview
--------
These events are similar to tracepoint-based events. Instead of tracepoints,
this is based on kprobes (kprobe and kretprobe). So it can probe wherever
kprobes can probe (this means, all functio... | Documentation/trace/kprobetrace.rst | null | null | null | null | null |
source | linux | ===================================
In-kernel memory-mapped I/O tracing
===================================
Home page and links to optional user space tools:
https://nouveau.freedesktop.org/wiki/MmioTrace
MMIO tracing was originally developed by Intel around 2003 for their Fault
Injection Test Harness. In Dec 2006... | Documentation/trace/mmiotrace.rst | null | null | null | null | null |
source | linux | ==============
OSNOISE Tracer
==============
In the context of high-performance computing (HPC), the Operating System
Noise (*osnoise*) refers to the interference experienced by an application
due to activities inside the operating system. In the context of Linux,
NMIs, IRQs, SoftIRQs, and any other system thread can ... | Documentation/trace/osnoise-tracer.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-only
===========================
Lockless Ring Buffer Design
===========================
Copyright 2009 Red Hat Inc.
:Author: Steven Rostedt <srostedt@redhat.com>
:License: The GNU Free Documentation License, Version 1.2
(dual licensed under... | Documentation/trace/ring-buffer-design.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==================================
Tracefs ring-buffer memory mapping
==================================
:Author: Vincent Donnefort <vdonnefort@google.com>
Overview
========
Tracefs ring-buffer memory map provides an efficient method to stream data
as no memory copy is necessary. ... | Documentation/trace/ring-buffer-map.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
===================
System Trace Module
===================
System Trace Module (STM) is a device described in MIPI STP specs as
STP trace stream generator. STP (System Trace Protocol) is a trace
protocol multiplexing data from multiple trace sources, each one of
which is assigned ... | Documentation/trace/stm.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
===================
MIPI SyS-T over STP
===================
The MIPI SyS-T protocol driver can be used with STM class devices to
generate standardized trace stream. Aside from being a standard, it
provides better trace source identification and timestamp correlation.
In order to u... | Documentation/trace/sys-t.rst | null | null | null | null | null |
source | linux | ###############
Timerlat tracer
###############
The timerlat tracer aims to help the preemptive kernel developers to
find sources of wakeup latencies of real-time threads. Like cyclictest,
the tracer sets a periodic timer that wakes up a thread. The thread then
computes a *wakeup latency* value as the difference betwe... | Documentation/trace/timerlat-tracer.rst | null | null | null | null | null |
source | linux | =========================================================
Notes on Analysing Behaviour Using Events and Tracepoints
=========================================================
:Author: Mel Gorman (PCL information heavily based on email from Ingo Molnar)
1. Introduction
===============
Tracepoints (see Documentation/tra... | Documentation/trace/tracepoint-analysis.rst | null | null | null | null | null |
source | linux | ==================================
Using the Linux Kernel Tracepoints
==================================
:Author: Mathieu Desnoyers
This document introduces Linux Kernel Tracepoints and their use. It
provides examples of how to insert tracepoints in the kernel and
connect probe functions to them and provides some ex... | Documentation/trace/tracepoints.rst | null | null | null | null | null |
source | linux | =========================================
Uprobe-tracer: Uprobe-based Event Tracing
=========================================
:Author: Srikar Dronamraju
Overview
--------
Uprobe based trace events are similar to kprobe based trace events.
To enable this feature, build your kernel with CONFIG_UPROBE_EVENTS=y.
Simila... | Documentation/trace/uprobetracer.rst | null | null | null | null | null |
source | linux | =========================================
user_events: User-based Event Tracing
=========================================
:Author: Beau Belgrave
Overview
--------
User based trace events allow user processes to create events and trace data
that can be viewed via existing tools, such as ftrace and perf.
To enable this... | Documentation/trace/user_events.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
======================================
CoreSight System Configuration Manager
======================================
:Author: Mike Leach <mike.leach@linaro.org>
:Date: October 2020
Introduction
============
The CoreSight System Configuration manager is an API that a... | Documentation/trace/coresight/coresight-config.rst | null | null | null | null | null |
source | linux | ==========================
Coresight CPU Debug Module
==========================
:Author: Leo Yan <leo.yan@linaro.org>
:Date: April 5th, 2017
Introduction
------------
Coresight CPU debug module is defined in ARMv8-a architecture reference manual
(ARM DDI 0487A.k) Chapter 'Part H: External debug', the CP... | Documentation/trace/coresight/coresight-cpu-debug.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
=============================
Coresight Dummy Trace Module
=============================
:Author: Hao Zhang <quic_hazha@quicinc.com>
:Date: June 2023
Introduction
------------
The Coresight dummy trace module is for the specific devices that kernel don't
have permis... | Documentation/trace/coresight/coresight-dummy.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
=============================================
CoreSight Embedded Cross Trigger (CTI & CTM).
=============================================
:Author: Mike Leach <mike.leach@linaro.org>
:Date: November 2019
Hardware Description
--------------------
The CoreSight Cross T... | Documentation/trace/coresight/coresight-ect.rst | null | null | null | null | null |
source | linux | ===============================================
ETMv4 sysfs linux driver programming reference.
===============================================
:Author: Mike Leach <mike.leach@linaro.org>
:Date: October 11th, 2019
Supplement to existing ETMv4 driver documentation.
Sysfs files and directories
----------... | Documentation/trace/coresight/coresight-etm4x-reference.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
================
CoreSight - Perf
================
:Author: Carsten Haitzler <carsten.haitzler@arm.com>
:Date: June 29th, 2022
Perf is able to locally access CoreSight trace data and store it to the
output perf data files. This data can then be later decoded to give ... | Documentation/trace/coresight/coresight-perf.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
=================================================================
The trace performance monitoring and diagnostics aggregator(TPDA)
=================================================================
:Author: Jinlong Mao <quic_jinlmao@quicinc.com>
:Date: January 2023
H... | Documentation/trace/coresight/coresight-tpda.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==========================================================
Trace performance monitoring and diagnostics monitor(TPDM)
==========================================================
:Author: Jinlong Mao <quic_jinlmao@quicinc.com>
:Date: January 2023
Hardware Description
-... | Documentation/trace/coresight/coresight-tpdm.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==============================
Trace Buffer Extension (TRBE).
==============================
:Author: Anshuman Khandual <anshuman.khandual@arm.com>
:Date: November 2020
Hardware Description
--------------------
Trace Buffer Extension (TRBE) is a percpu hardware whic... | Documentation/trace/coresight/coresight-trbe.rst | null | null | null | null | null |
source | linux | ======================================
Coresight - HW Assisted Tracing on ARM
======================================
:Author: Mathieu Poirier <mathieu.poirier@linaro.org>
:Date: September 11th, 2014
Introduction
------------
Coresight is an umbrella of technologies allowing for the debugging of ARM
based... | Documentation/trace/coresight/coresight.rst | null | null | null | null | null |
source | linux | ==============================
CoreSight - ARM Hardware Trace
==============================
.. toctree::
:maxdepth: 2
:glob:
* | Documentation/trace/coresight/index.rst | null | null | null | null | null |
source | linux | ===================================================
Using Coresight for Kernel panic and Watchdog reset
===================================================
Introduction
------------
This documentation is about using Linux coresight trace support to
debug kernel panic and watchdog reset scenarios.
Coresight trace duri... | Documentation/trace/coresight/panic.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
======================================
UltraSoc - HW Assisted Tracing on SoC
======================================
:Author: Qi Liu <liuqi115@huawei.com>
:Date: January 2023
Introduction
------------
UltraSoc SMB is a per SCCL (Super CPU Cluster) hardware. It provides ... | Documentation/trace/coresight/ultrasoc-smb.rst | null | null | null | null | null |
source | linux | Deterministic Automata Instrumentation
======================================
The RV monitor file created by dot2k, with the name "$MODEL_NAME.c"
includes a section dedicated to instrumentation.
In the example of the wip.dot monitor created on [1], it will look like::
/*
* This is the instrumentation part of th... | Documentation/trace/rv/da_monitor_instrumentation.rst | null | null | null | null | null |
source | linux | Deterministic Automata
======================
Formally, a deterministic automaton, denoted by G, is defined as a quintuple:
*G* = { *X*, *E*, *f*, x\ :subscript:`0`, X\ :subscript:`m` }
where:
- *X* is the set of states;
- *E* is the finite set of events;
- x\ :subscript:`0` is the initial state;
- X\ :subs... | Documentation/trace/rv/deterministic_automata.rst | null | null | null | null | null |
source | linux | ====================
Runtime Verification
====================
.. toctree::
:maxdepth: 2
:glob:
runtime-verification.rst
deterministic_automata.rst
linear_temporal_logic.rst
monitor_synthesis.rst
da_monitor_instrumentation.rst
monitor_wip.rst
monitor_wwnr.rst
monitor_sched.rst
monitor... | Documentation/trace/rv/index.rst | null | null | null | null | null |
source | linux | Linear temporal logic
=====================
Introduction
------------
Runtime verification monitor is a verification technique which checks that the
kernel follows a specification. It does so by using tracepoints to monitor the
kernel's execution trace, and verifying that the execution trace sastifies the
specificati... | Documentation/trace/rv/linear_temporal_logic.rst | null | null | null | null | null |
source | linux | Real-time application monitors
==============================
- Name: rtapp
- Type: container for multiple monitors
- Author: Nam Cao <namcao@linutronix.de>
Description
-----------
Real-time applications may have design flaws such that they experience
unexpected latency and fail to meet their time requirements. Ofte... | Documentation/trace/rv/monitor_rtapp.rst | null | null | null | null | null |
source | linux | Scheduler monitors
==================
- Name: sched
- Type: container for multiple monitors
- Author: Gabriele Monaco <gmonaco@redhat.com>, Daniel Bristot de Oliveira <bristot@kernel.org>
Description
-----------
Monitors describing complex systems, such as the scheduler, can easily grow to
the point where they are j... | Documentation/trace/rv/monitor_sched.rst | null | null | null | null | null |
source | linux | Runtime Verification Monitor Synthesis
======================================
The starting point for the application of runtime verification (RV) techniques
is the *specification* or *modeling* of the desired (or undesired) behavior
of the system under scrutiny.
The formal representation needs to be then *synthesized... | Documentation/trace/rv/monitor_synthesis.rst | null | null | null | null | null |
source | linux | Monitor wip
===========
- Name: wip - wakeup in preemptive
- Type: per-cpu deterministic automaton
- Author: Daniel Bristot de Oliveira <bristot@kernel.org>
Description
-----------
The wakeup in preemptive (wip) monitor is a sample per-cpu monitor
that verifies if the wakeup events always take place with
preemption ... | Documentation/trace/rv/monitor_wip.rst | null | null | null | null | null |
source | linux | Monitor wwnr
============
- Name: wwrn - wakeup while not running
- Type: per-task deterministic automaton
- Author: Daniel Bristot de Oliveira <bristot@kernel.org>
Description
-----------
This is a per-task sample monitor, with the following
definition::
|
|
v
wakeu... | Documentation/trace/rv/monitor_wwnr.rst | null | null | null | null | null |
source | linux | ====================
Runtime Verification
====================
Runtime Verification (RV) is a lightweight (yet rigorous) method that
complements classical exhaustive verification techniques (such as *model
checking* and *theorem proving*) with a more practical approach for complex
systems.
Instead of relying on a fin... | Documentation/trace/rv/runtime-verification.rst | null | null | null | null | null |
source | linux | .. _translations:
============
Translations
============
.. toctree::
:maxdepth: 1
zh_CN/index
zh_TW/index
it_IT/index
ko_KR/index
ja_JP/index
sp_SP/index
.. _translations_disclaimer:
Disclaimer
----------
.. raw:: latex
\kerneldocCJKoff
Translation's purpose is to ease reading and unders... | Documentation/translations/index.rst | null | null | null | null | null |
source | linux | :orphan:
.. warning::
In caso di dubbi sulla correttezza del contenuto di questa traduzione,
l'unico riferimento valido è la documentazione ufficiale in inglese.
Per maggiori informazioni consultate le :ref:`avvertenze <it_disclaimer>`. | Documentation/translations/it_IT/disclaimer-ita.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. _it_linux_doc:
==================================
La documentazione del kernel Linux
==================================
.. raw:: latex
\kerneldocCJKoff
:manutentore: Federico Vaga <federico.vaga@vaga.pv.it>
Questo è il livello principale della documentazione del kernel in
l... | Documentation/translations/it_IT/index.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
==========================================
Documentazione dei sottosistemi del kernel
==========================================
In questa parte della documentazione si entra nel dettaglio di come funzionano
i sottosistemi specifici del kernel dal punto di vista di uno sviluppatore... | Documentation/translations/it_IT/subsystem-apis.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. _it_rcu_concepts:
===============
Concetti su RCU
===============
.. toctree::
:maxdepth: 3
torture
.. only:: subproject and html
Indici
======
* :ref:`genindex` | Documentation/translations/it_IT/RCU/index.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
=============================================
Le operazioni RCU per le verifiche *torture*
=============================================
CONFIG_RCU_TORTURE_TEST
=======================
L'opzione CONFIG_RCU_TORTURE_TEST è disponibile per tutte le... | Documentation/translations/it_IT/RCU/torture.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/admin-guide/README.rst <readme>`
.. _it_readme:
Rilascio del kernel Linux 6.x <http://kernel.org/>
===================================================
.. warning::
TODO ancora da tradurre | Documentation/translations/it_IT/admin-guide/README.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/admin-guide/kernel-parameters.rst <kernelparameters>`
.. _it_kernelparameters:
I parametri da linea di comando del kernel
==========================================
.. warning::
TODO ancora da tradurre | Documentation/translations/it_IT/admin-guide/kernel-parameters.rst | null | null | null | null | null |
source | linux | .. include:: ../../disclaimer-ita.rst
:Original: :doc:`../../../../arch/riscv/patch-acceptance`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
arch/riscv linee guida alla manutenzione per gli sviluppatori
=============================================================
Introduzione
------------
L'insieme di ist... | Documentation/translations/it_IT/arch/riscv/patch-acceptance.rst | null | null | null | null | null |
source | linux | ===============================
Documentazione dell'API di base
===============================
Utilità di base
===============
.. toctree::
:maxdepth: 1
symbol-namespaces
Primitive di sincronizzazione
=============================
Come Linux impedisce che tutto si verifichi contemporaneamente. Consultate
Do... | Documentation/translations/it_IT/core-api/index.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/core-api/memory-allocation.rst <memory_allocation>`
.. _it_memory_allocation:
================================
Guida all'allocazione di memoria
================================
.. warning::
TODO ancora da tradurre | Documentation/translations/it_IT/core-api/memory-allocation.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: Documentation/core-api/symbol-namespaces.rst
===========================
Spazio dei nomi dei simboli
===========================
Questo documento descrive come usare lo spazio dei nomi dei simboli
per strutturare quello che viene esportato internamente al kernel
grazie a... | Documentation/translations/it_IT/core-api/symbol-namespaces.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/dev-tools/clang-format.rst <clangformat>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_clangformat:
clang-format
============
``clang-format`` è uno strumento per formattare codice C/C++/... secondo
un gruppo di regole ed euristiche. C... | Documentation/translations/it_IT/dev-tools/clang-format.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: Documentation/dev-tools/index.rst
===================================
Strumenti di sviluppo per il kernel
===================================
Qui raccogliamo i vari documenti riguardanti gli strumenti di sviluppo che
possono essere usati per lavorare col kernel . Per ora... | Documentation/translations/it_IT/dev-tools/index.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../../disclaimer-ita.rst
:Original: Documentation/devicetree/bindings/submitting-patches.rst
================================================
Sottomettere patch per devicetree (DT) *binding*
================================================
.. note:: to be translated | Documentation/translations/it_IT/devicetree/bindings/submitting-patches.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
.. note:: Per leggere la documentazione originale in inglese:
:ref:`Documentation/doc-guide/index.rst <doc_guide>`
.. _it_doc_guide:
==========================================
Come scrivere la documentazione del kernel
==========================================
.. toctree::
... | Documentation/translations/it_IT/doc-guide/index.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
.. note:: Per leggere la documentazione originale in inglese:
:ref:`Documentation/doc-guide/index.rst <doc_guide>`
.. title:: Commenti in kernel-doc
.. _it_kernel_doc:
=================================
Scrivere i commenti in kernel-doc
=================================
Nei fil... | Documentation/translations/it_IT/doc-guide/kernel-doc.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: Documentation/doc-guide/index.rst
=========================================
Includere gli i file di intestazione uAPI
=========================================
Qualche volta è utile includere dei file di intestazione e degli esempi di codice C
al fine di descrivere l'API... | Documentation/translations/it_IT/doc-guide/parse-headers.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
.. note:: Per leggere la documentazione originale in inglese:
:ref:`Documentation/doc-guide/index.rst <doc_guide>`
.. _it_sphinxdoc:
=============================================
Usare Sphinx per la documentazione del kernel
=============================================
Il kern... | Documentation/translations/it_IT/doc-guide/sphinx.rst | null | null | null | null | null |
source | linux | =================
Il protocollo I2C
=================
Questo documento è una panoramica delle transazioni di base I2C e delle API
del kernel per eseguirli.
Spiegazione dei simboli
=======================
=============== ===========================================================
S Condizione di avvio
P... | Documentation/translations/it_IT/i2c/i2c-protocol.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
=========================
Il sottosistema I2C/SMBus
=========================
Introduzione
============
.. toctree::
:maxdepth: 1
summary
i2c-protocol
Scrivere un device driver
=========================
.. toctree::
:maxdepth: 1
Debugging
=========
.. toctree::
... | Documentation/translations/it_IT/i2c/index.rst | null | null | null | null | null |
source | linux | ==========================
Introduzione a I2C e SMBus
==========================
I²C (letteralmente "I al quadrato C" e scritto I2C nella documentazione del
kernel) è un protocollo sviluppato da Philips. É un protocollo a 2 fili (a
velocità variabile, solitamente fino a 400KHz, e in modalità alta velocità fino
a 5 MHz... | Documentation/translations/it_IT/i2c/summary.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
.. note:: Per leggere la documentazione originale in inglese:
:ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>`
:Original: :ref:`Documentation/kernel-hacking/hacking.rst <kernel_hacking_hack>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_kerne... | Documentation/translations/it_IT/kernel-hacking/hacking.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/kernel-hacking/index.rst <kernel_hacking>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_kernel_hacking:
============================
Guida all'hacking del kernel
============================
.. toctree::
:maxdepth: 2
hacking
... | Documentation/translations/it_IT/kernel-hacking/index.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
.. c:namespace:: it_IT
:Original: :ref:`Documentation/kernel-hacking/locking.rst <kernel_hacking_lock>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_kernel_hacking_lock:
==========================================
L'inaffidabile guida alla sincronizzazione
=========... | Documentation/translations/it_IT/kernel-hacking/locking.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
================
Sincronizzazione
================
.. toctree::
:maxdepth: 1
locktypes
lockdep-design
lockstat
locktorture
.. only:: subproject and html
Indici
======
* :ref:`genindex` | Documentation/translations/it_IT/locking/index.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
Validatore di sincronizzazione durante l'esecuzione
===================================================
Classi di blocchi
-----------------
L'oggetto su cui il validatore lavora è una "classe" di blocchi.
Una classe di blocchi è un gruppo di bl... | Documentation/translations/it_IT/locking/lockdep-design.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
=======================
Statistiche sui blocchi
=======================
Cosa
====
Come suggerisce il nome, fornisce statistiche sui blocchi.
Perché
======
Perché, tanto per fare un esempio, le contese sui blocchi possono influenzare
significa... | Documentation/translations/it_IT/locking/lockstat.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
============================================
Funzionamento del test *Kernel Lock Torture*
============================================
CONFIG_LOCK_TORTURE_TEST
========================
L'opzione di configurazione CONFIG_LOCK_TORTURE_TEST fornisc... | Documentation/translations/it_IT/locking/locktorture.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
.. _it_kernel_hacking_locktypes:
========================================
Tipologie di blocco e le loro istruzioni
========================================
Introduzione
============
Il kernel fornisce un certo numero di primitive di blocco che ... | Documentation/translations/it_IT/locking/locktypes.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: Documentation/process/botching-up-ioctls.rst
.. _it_configuregit:
Configurare Git
===============
.. note:: To be translated | Documentation/translations/it_IT/maintainer/configure-git.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/1.Intro.rst <development_process_intro>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_intro:
Introduzione
============
Riepilogo generale
------------------
Il resto di questa sezione riguarda il processo di sv... | Documentation/translations/it_IT/process/1.Intro.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/2.Process.rst <development_process>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_process:
Come funziona il processo di sviluppo
=====================================
Lo sviluppo del Kernel agli inizi degli anno... | Documentation/translations/it_IT/process/2.Process.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/3.Early-stage.rst <development_early_stage>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_early_stage:
I primi passi della pianificazione
==================================
Osservando un progetto di sviluppo per... | Documentation/translations/it_IT/process/3.Early-stage.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/4.Coding.rst <development_coding>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_coding:
Scrivere codice corretto
========================
Nonostante ci sia molto da dire sul processo di creazione, sulla sua soli... | Documentation/translations/it_IT/process/4.Coding.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_development_posting:
Pubblicare modifiche
====================
Prima o poi arriva il momento in cui il vostro lavoro è pronto per essere
present... | Documentation/translations/it_IT/process/5.Posting.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/6.Followthrough.rst <development_followthrough>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_followthrough:
=============
Completamento
=============
A questo punto, avete seguito le linee guida fino a questo p... | Documentation/translations/it_IT/process/6.Followthrough.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/7.AdvancedTopics.rst <development_advancedtopics>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_development_advancedtopics:
Argomenti avanzati
==================
A questo punto, si spera, dovreste avere un'idea su come funzion... | Documentation/translations/it_IT/process/7.AdvancedTopics.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/8.Conclusion.rst <development_conclusion>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_conclusion:
Per maggiori informazioni
=========================
Esistono numerose fonti di informazioni sullo sviluppo del ... | Documentation/translations/it_IT/process/8.Conclusion.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/adding-syscalls.rst <addsyscalls>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_addsyscalls:
Aggiungere una nuova chiamata di sistema
========================================
Questo documento descrive quello che è necessario s... | Documentation/translations/it_IT/process/adding-syscalls.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/applying-patches.rst <applying_patches>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_applying_patches:
Applicare patch al kernel Linux
+++++++++++++++++++++++++++++++
.. note::
Questo documento è obsoleto. Nella maggior ... | Documentation/translations/it_IT/process/applying-patches.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: Documentation/process/botching-up-ioctls.rst
==========================================
(Come evitare di) Raffazzonare delle ioctl
==========================================
Preso da: https://blog.ffwll.ch/2013/11/botching-up-ioctls.html
Scritto da : Daniel Vetter, Copy... | Documentation/translations/it_IT/process/botching-up-ioctls.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/changes.rst <changes>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_changes:
Requisiti minimi per compilare il kernel
++++++++++++++++++++++++++++++++++++++++
Introduzione
============
Questo documento fornisce una lista dei ... | Documentation/translations/it_IT/process/changes.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/code-of-conduct.rst <code_of_conduct>`
.. _it_code_of_conduct:
Accordo dei contributori sul codice di condotta
+++++++++++++++++++++++++++++++++++++++++++++++
.. warning::
TODO ancora da tradurre | Documentation/translations/it_IT/process/code-of-conduct.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/coding-style.rst <codingstyle>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_codingstyle:
Stile del codice per il kernel Linux
====================================
Questo è un breve documento che descrive lo stile di codice pr... | Documentation/translations/it_IT/process/coding-style.rst | null | null | null | null | null |
source | linux | .. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/deprecated.rst <deprecated>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_deprecated:
==============================================================================
Interfacce deprecate, car... | Documentation/translations/it_IT/process/deprecated.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/development-process.rst <development_process_main>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_development_process_main:
Una guida al processo di sviluppo del Kernel
============================================
Lo scopo d... | Documentation/translations/it_IT/process/development-process.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :doc:`../../../process/email-clients`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_email_clients:
Informazioni sui programmi di posta elettronica per Linux
=========================================================
Git
---
Oggigiorno, la maggior parte... | Documentation/translations/it_IT/process/email-clients.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/howto.rst <process_howto>`
:Translator: Alessia Mantegazza <amantegazza@vaga.pv.it>
.. _it_process_howto:
Come partecipare allo sviluppo del kernel Linux
===============================================
Questo è il documento fulcro di quanto t... | Documentation/translations/it_IT/process/howto.rst | null | null | null | null | null |
source | linux | .. raw:: latex
\renewcommand\thesection*
\renewcommand\thesubsection*
.. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/index.rst <process_index>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_process_index:
===============================================
Lavorare con la co... | Documentation/translations/it_IT/process/index.rst | null | null | null | null | null |
source | linux | .. include:: ../disclaimer-ita.rst
:Original: :ref:`Documentation/process/kernel-docs.rst <kernel_docs>`
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
.. _it_kernel_docs:
Ulteriore Documentazione Del Kernel Linux
=========================================
.. note::
Questo documento contiene riferimenti a... | Documentation/translations/it_IT/process/kernel-docs.rst | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.