No description
Find a file
Alain Michaud 10873f99ce Bluetooth: centralize default value initialization.
This patch centralized the initialization of default parameters.  This
is required to allow clients to more easily customize the default
system parameters.

Signed-off-by: Alain Michaud <alainm@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2020-06-12 15:42:53 +02:00
arch s390/bpf: Use bcr 0,%0 as tail call nop filler 2020-06-02 21:04:04 +02:00
block
certs
crypto
Documentation docs/bpf: Add BPF ring buffer design notes 2020-06-01 14:38:22 -07:00
drivers Bluetooth: hci_qca: Request Tx clock vote off only when Tx is pending 2020-06-12 15:17:47 +02:00
fs
include Bluetooth: centralize default value initialization. 2020-06-12 15:42:53 +02:00
init
ipc
kernel bpf, cgroup: Return ENOLINK for auto-detached links on update 2020-06-01 15:21:03 -07:00
lib
LICENSES
mm
net Bluetooth: centralize default value initialization. 2020-06-12 15:42:53 +02:00
samples
scripts
security
sound
tools selftests: net: ip_defrag: ignore EPERM 2020-06-02 15:54:20 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name 2020-06-01 14:38:19 -07:00
Makefile
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.