mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
90563e875619f6ee955d64dd6f22f4f613a32493
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 1 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'struct zs_pool at zsmalloc.c:250:1' changed:
type size changed from 17472 to 17792 (in bits)
3 data member insertions:
'wait_queue_head zs_pool::migration_wait', at offset 17472 (in bits) at zsmalloc.c:272:1
'atomic_long_t zs_pool::isolated_pages', at offset 17664 (in bits) at zsmalloc.c:273:1
'bool zs_pool::destroying', at offset 17728 (in bits) at zsmalloc.c:274:1
10 impacted interfaces:
function unsigned long int zs_compact(zs_pool*)
function zs_pool* zs_create_pool(const char*)
function void zs_destroy_pool(zs_pool*)
function void zs_free(zs_pool*, unsigned long int)
function unsigned long int zs_get_total_pages(zs_pool*)
function size_t zs_huge_class_size(zs_pool*)
function unsigned long int zs_malloc(zs_pool*, size_t, gfp_t)
function void* zs_map_object(zs_pool*, unsigned long int, zs_mapmode)
function void zs_pool_stats(zs_pool*, zs_pool_stats*)
function void zs_unmap_object(zs_pool*, unsigned long int)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I423bb47fed17b28512f64beb5fd34c3a8dc241d3
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%