mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
d8a2d7d9141fa875f4ce185507764d58ba4437ed
Leaf changes summary: 6 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 6 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 6 Added functions: [A] 'function void __drm_atomic_helper_private_obj_duplicate_state(drm_private_obj*, drm_private_state*)' [A] 'function int bcmp(void*, void*, size_t)' [A] 'function drm_private_state* drm_atomic_get_private_obj_state(drm_atomic_state*, drm_private_obj*)' [A] 'function void drm_atomic_private_obj_init(drm_private_obj*, drm_private_state*, const drm_private_state_funcs*)' [A] 'function const char* extcon_get_edev_name(extcon_dev*)' [A] 'function void set_normalized_timespec64(timespec64*, long long int, long long int)' Bug: 157994070 Signed-off-by: lucaswei <lucaswei@google.com> Change-Id: I7de7496769a191efde41347553768f69a1d9925b
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%