mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
7bb4da1139558c5b9a228b0df715fededa508b99
Leaf changes summary: 18 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 18 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 18 Added functions: [A] 'function void __hvc_resize(hvc_struct*, winsize)' [A] 'function ssize_t __splice_from_pipe(pipe_inode_info*, splice_desc*, splice_actor*)' [A] 'function void bt_err(const char*, ...)' [A] 'function int fasync_helper(int, file*, int, fasync_struct**)' [A] 'function hci_dev* hci_alloc_dev()' [A] 'function void hci_free_dev(hci_dev*)' [A] 'function int hci_recv_frame(hci_dev*, sk_buff*)' [A] 'function int hci_register_dev(hci_dev*)' [A] 'function void hci_unregister_dev(hci_dev*)' [A] 'function hvc_struct* hvc_alloc(uint32_t, int, const hv_ops*, int)' [A] 'function int hvc_instantiate(uint32_t, int, const hv_ops*)' [A] 'function void hvc_kick()' [A] 'function int hvc_poll(hvc_struct*)' [A] 'function int hvc_remove(hvc_struct*)' [A] 'function void kill_fasync(fasync_struct**, int, int)' [A] 'function void pipe_lock(pipe_inode_info*)' [A] 'function void pipe_unlock(pipe_inode_info*)' [A] 'function void security_sk_clone(const sock*, sock*)' Bug: 191700886 Signed-off-by: J. Avila <elavila@google.com> Change-Id: I81844a00e8439abd72da0a0f4723f33ecee2075e
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%