Main-line Linux kernel tree http://www.kernel.org
Go to file
Thomas Weißschuh 21c5bd5b4b HID: lg-g15: explicitly include linux/leds.h
Instead of relying on an accidental, transitive inclusion of linux/leds.h
use it directly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230215-power_supply-leds-hid-v1-2-35b6f1dcee8a@weissschuh.net
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2023-04-13 17:08:45 +02:00
arch pci-v6.3-fixes-2 2023-04-11 11:59:49 -07:00
block
certs
crypto
Documentation TTY/Serial driver fixes for 6.3-rc6 2023-04-08 12:17:46 -07:00
drivers HID: lg-g15: explicitly include linux/leds.h 2023-04-13 17:08:45 +02:00
fs netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC 2023-04-12 09:26:36 -07:00
include pci-v6.3-fixes-2 2023-04-11 11:59:49 -07:00
init
io_uring io_uring-6.3-2023-04-06 2023-04-08 11:34:17 -07:00
ipc
kernel Urgent RCU pull request for v6.3 2023-04-10 14:15:17 -07:00
lib
LICENSES
mm
net These are some collected fixes for the 6.3-rc series that have been 2023-04-10 13:25:08 -07:00
rust
samples
scripts
security
sound
tools virtio: last minute fixes 2023-04-10 13:35:54 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ata changes for 6.3-rc7 2023-04-11 09:51:45 -07:00
Makefile Linux 6.3-rc6 2023-04-09 11:15:57 -07: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.