mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
b12d8a020f80c15f34bb430628d6ecdba289e72b
Leaf changes summary: 54 artifacts changed Changed leaf types summary: 7 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 47 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 47 Added functions: [A] 'function long int __ll_sc_atomic64_add_return(long int, atomic64_t*)' [A] 'function long int __ll_sc_atomic64_fetch_andnot(long int, atomic64_t*)' [A] 'function long int __ll_sc_atomic64_fetch_or(long int, atomic64_t*)' [A] 'function void __ll_sc_atomic64_xor(long int, atomic64_t*)' [A] 'function int __ll_sc_atomic_fetch_add(int, atomic_t*)' [A] 'function void __ll_sc_atomic_or(int, atomic_t*)' [A] 'function int __radix_tree_insert(radix_tree_root*, unsigned long int, unsigned int, void*)' [A] 'function int __skb_pad(sk_buff*, int, bool)' [A] 'function void _raw_read_lock_irq(rwlock_t*)' [A] 'function void _raw_read_unlock_irq(rwlock_t*)' [A] 'function unsigned long int _raw_write_lock_irqsave(rwlock_t*)' [A] 'function void _raw_write_unlock_irqrestore(rwlock_t*, unsigned long int)' [A] 'function sk_buff* alloc_skb_with_frags(unsigned long int, unsigned long int, int, int*, unsigned int)' [A] 'function int cpumask_next_and(int, const cpumask*, const cpumask*)' [A] 'function __poll_t datagram_poll(file*, socket*, poll_table*)' [A] 'function int devm_regulator_register_notifier(regulator*, notifier_block*)' [A] 'function int drm_crtc_vblank_get(drm_crtc*)' [A] 'function void drm_crtc_vblank_put(drm_crtc*)' [A] 'function gpio_desc* gpiod_get_from_of_node(device_node*, const char*, int, gpiod_flags, const char*)' [A] 'function int in_egroup_p(kgid_t)' [A] 'function ssize_t mipi_dsi_dcs_write(mipi_dsi_device*, u8, void*, size_t)' [A] 'function bool netlink_capable(const sk_buff*, int)' [A] 'function int of_n_addr_cells(device_node*)' [A] 'function int of_n_size_cells(device_node*)' [A] 'function void radix_tree_iter_delete(radix_tree_root*, radix_tree_iter*, void**)' [A] 'function void* radix_tree_lookup(const radix_tree_root*, unsigned long int)' [A] 'function void** radix_tree_next_chunk(const radix_tree_root*, radix_tree_iter*, unsigned int)' [A] 'function bool refcount_dec_not_one(refcount_struct*)' [A] 'function int regulator_get_voltage(regulator*)' [A] 'function int regulator_list_voltage_table(regulator_dev*, unsigned int)' [A] 'function int regulator_map_voltage_ascend(regulator_dev*, int, int)' [A] 'function int rtnl_register_module(module*, int, int, rtnl_doit_func, rtnl_dumpit_func, unsigned int)' [A] 'function int rtnl_unregister(int, int)' [A] 'function void save_stack_trace(stack_trace*)' [A] 'function void skb_condense(sk_buff*)' [A] 'function void skb_free_datagram(sock*, sk_buff*)' [A] 'function sk_buff* skb_recv_datagram(sock*, unsigned int, int, int*)' [A] 'function int skb_store_bits(sk_buff*, int, void*, int)' [A] 'function sk_buff* sock_alloc_send_skb(sock*, unsigned long int, int, int*)' [A] 'function int sock_create_kern(net*, int, int, int, socket**)' [A] 'function int sock_get_timestamp(sock*, timeval*)' [A] 'function int sock_no_shutdown(socket*, int)' [A] 'function bool timerqueue_add(timerqueue_head*, timerqueue_node*)' [A] 'function bool timerqueue_del(timerqueue_head*, timerqueue_node*)' [A] 'function timerqueue_node* timerqueue_iterate_next(timerqueue_node*)' [A] 'function config_group* usb_os_desc_prepare_interf_dir(config_group*, int, usb_os_desc**, char**, module*)' [A] 'function long int vfs_write(file*, const char*, unsigned long int, long long int*)' Test: build Bug: 152652820 Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ice5776d98cba4115220f38eeaff366f6b500af72
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%