Merge branch 'for-5.16/wacom' into for-linus
Jiri Kosina authored
- improvement of device management handling (Cai Huoqing, Jason Gerecke)
3f81b3a3
Name Last commit Last update
Documentation leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers.
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
certs certs: Add support for using elliptic curve keys for signing modules
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers Merge branch 'for-5.16/wacom' into for-linus
fs Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd
include leds: add new LED_FUNCTION_PLAYER for player LEDs for game controllers.
init Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
ipc ipc: remove memcg accounting for sops objects in do_semtimedop()
kernel Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib lib/zlib_inflate/inffast: check config in C to avoid unused function warning
mm mm: fix uninitialized use in overcommit_policy_handler
net nexthop: Fix memory leaks in nexthop notification chain listeners
samples Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
scripts kasan: always respect CONFIG_KASAN_STACK
security selinux,smack: fix subjective/objective credential use mixups
sound Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr .gitignore: prefix local generated files with a slash
virt KVM: Drop unused kvm_dirty_gfn_invalid()
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: update email address of Matthias Fuchs and Thomas Körper
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: move Murali Karicheri to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS HID: nintendo: add nintendo switch controller driver
Makefile Linux 5.15-rc3
README Drop all 00-INDEX files from Documentation/
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.