mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
1fd210f0a5e003903f384cd16106bd2414b1b287
Leaf changes summary: 14 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 10 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 4 Added variables 10 Added functions: [A] 'function void __irq_set_handler(unsigned int, irq_flow_handler_t, int, const char*)' [A] 'function int __srcu_read_lock(srcu_struct*)' [A] 'function void __srcu_read_unlock(srcu_struct*, int)' [A] 'function int init_srcu_struct(srcu_struct*)' [A] 'function int irq_set_handler_data(unsigned int, void*)' [A] 'function unsigned int kstat_irqs_usr(unsigned int)' [A] 'function page* shmem_read_mapping_page_gfp(address_space*, unsigned long int, unsigned int)' [A] 'function snd_soc_component* soc_find_component_locked(const device_node*, const char*)' [A] 'function void synchronize_srcu(srcu_struct*)' [A] 'function void* vmemdup_user(void*, size_t)' 4 Added variables: [A] 'unsigned long int* irq_stack_ptr' [A] 'irq_cpustat_t irq_stat' [A] 'kernel_stat kstat' [A] 'int nr_irqs' Bug: 172988823 Bug: 176525217 Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I66c9168f9f0325877454d2e5da628ab0674230ce
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%