Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   1) The Linux kernel user's and administrator's guide
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   2) =================================================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   4) The following is a collection of user-oriented documents that have been
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   5) added to the kernel over time.  There is, as yet, little overall order or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   6) organization here — this material was not written to be a single, coherent
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   7) document!  With luck things will improve quickly over time.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   9) This initial section contains overall information, including the README
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  10) file describing the kernel as a whole, documentation on kernel parameters,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  11) etc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  13) .. toctree::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  14)    :maxdepth: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  16)    README
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  17)    kernel-parameters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  18)    devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  19)    sysctl/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  21)    abi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  23) This section describes CPU vulnerabilities and their mitigations.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  25) .. toctree::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  26)    :maxdepth: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  28)    hw-vuln/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  30) Here is a set of documents aimed at users who are trying to track down
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  31) problems and bugs in particular.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  33) .. toctree::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  34)    :maxdepth: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  35) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  36)    reporting-bugs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  37)    security-bugs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  38)    bug-hunting
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  39)    bug-bisect
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  40)    tainted-kernels
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  41)    ramoops
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  42)    dynamic-debug-howto
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  43)    init
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  44)    kdump/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  45)    perf/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  46)    pstore-blk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  47) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  48) This is the beginning of a section with information of interest to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  49) application developers.  Documents covering various aspects of the kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  50) ABI will be found here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  51) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  52) .. toctree::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  53)    :maxdepth: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  54) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  55)    sysfs-rules
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  56) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  57) The rest of this manual consists of various unordered guides on how to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  58) configure specific aspects of kernel behavior to your liking.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  59) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  60) .. toctree::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  61)    :maxdepth: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  62) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  63)    acpi/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  64)    aoe/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  65)    auxdisplay/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  66)    bcache
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  67)    binderfs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  68)    binfmt-misc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  69)    blockdev/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  70)    bootconfig
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  71)    braille-console
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  72)    btmrvl
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  73)    cgroup-v1/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  74)    cgroup-v2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  75)    cifs/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  76)    clearing-warn-once
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  77)    cpu-load
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  78)    cputopology
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  79)    dell_rbu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  80)    device-mapper/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  81)    edid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  82)    efi-stub
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  83)    ext4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  84)    nfs/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  85)    gpio/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  86)    highuid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  87)    hw_random
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  88)    initrd
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  89)    iostats
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  90)    java
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  91)    jfs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  92)    kernel-per-CPU-kthreads
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  93)    laptops/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  94)    lcd-panel-cgram
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  95)    ldm
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  96)    lockup-watchdogs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  97)    LSM/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  98)    md
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  99)    media/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100)    mm/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101)    module-signing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102)    mono
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103)    namespaces/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104)    numastat
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105)    parport
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106)    perf-security
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107)    pm/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108)    pnp
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109)    rapidio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110)    ras
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111)    rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112)    serial-console
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113)    svga
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114)    sysrq
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115)    thunderbolt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116)    ufs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117)    unicode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118)    vga-softcursor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119)    video-output
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120)    wimax/index
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121)    xfs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) .. only::  subproject and html
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125)    Indices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126)    =======
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128)    * :ref:`genindex`