Find a file
Andy Shevchenko 0425473037 list: introduce list_is_head() helper and re-use it in list.h
Introduce list_is_head() in the similar (*) way as it's done for
list_entry_is_head().  Make use of it in the list.h.

*) it's done as inliner and not a macro to be aligned with other
   list_is_*() APIs; while at it, make all three to have the same
   style.

Link: https://lkml.kernel.org/r/20211201141824.81400-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2022-01-20 08:52:53 +02:00
arch proc: make the proc_create[_data]() stubs static inlines 2022-01-20 08:52:52 +02:00
block block-5.16-2021-12-19 2021-12-19 12:38:53 -08:00
certs
crypto
Documentation SoC; Fixes for 5.16, part 4 2022-01-08 12:56:16 -08:00
drivers drivers/infiniband: replace open-coded string copy with get_task_comm 2022-01-20 08:52:53 +02:00
fs kthread: dynamically allocate memory to store kthread's full name 2022-01-20 08:52:53 +02:00
include list: introduce list_is_head() helper and re-use it in list.h 2022-01-20 08:52:53 +02:00
init
ipc shm: extend forced shm destroy to support objects from several IPC nses 2021-11-20 10:35:54 -08:00
kernel kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP) 2022-01-20 08:52:53 +02:00
lib kstrtox: uninline everything 2022-01-20 08:52:53 +02:00
LICENSES
mm mm: percpu: add generic pcpu_populate_pte() function 2022-01-20 08:52:52 +02:00
net Two more changes: 2022-01-04 07:18:28 -08:00
samples samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm 2022-01-20 08:52:53 +02:00
scripts get_maintainer: don't remind about no git repo when --nogit is used 2022-01-20 08:52:53 +02:00
security selinux/stable-5.16 PR 20211228 2021-12-28 13:33:06 -08:00
sound sound fixes for 5.16-rc7 2021-12-23 09:55:58 -08:00
tools tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN 2022-01-20 08:52:53 +02:00
usr
virt KVM: downgrade two BUG_ONs to WARN_ON_ONCE 2021-11-26 06:43:28 -05:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update email address for Guo Ren 2021-12-10 17:10:55 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update gpio-brcmstb maintainers 2022-01-03 10:53:02 +01:00
Makefile Linux 5.16 2022-01-09 14:55:34 -08:00
README

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.

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.