No description
Find a file
Tetsuhiro Kohada d46997a980
exfat: add error check when updating dir-entries
Add error check when synchronously updating dir-entries.

Suggested-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2021-08-21 16:12:59 +02:00
android
arch arm64: Use optimized memcmp 2021-08-21 16:12:39 +02:00
block block: blk-mq: Silence align-mismatch warning 2021-08-21 16:10:47 +02:00
certs
crypto
Documentation
drivers power: supply: Classify Battery Monitor Systems as batteries 2021-08-21 16:12:58 +02:00
firmware
fs exfat: add error check when updating dir-entries 2021-08-21 16:12:59 +02:00
include block: disable I/O stats accounting by default 2021-08-21 16:12:58 +02:00
init init: Kconfig: Don't force DEBUG_KERNEL when EXPERT is enabled 2021-08-21 16:11:54 +02:00
ipc
kernel trace: Add a CONFIG_DISABLE_TRACE_PRINTK option. 2021-08-21 16:10:48 +02:00
lib
LICENSES
mm
net Merge "cfg80211: use same IR permissive rules for 6GHz band" 2020-11-11 11:31:26 -08:00
samples
scripts setlocalversion: Never append a "+" to localversion 2021-08-21 16:11:54 +02:00
security selinux: Remove audit dependency 2021-08-21 16:11:54 +02:00
sound
techpack techpack: display: Import xiaomi changes 2021-08-21 16:10:47 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore arch: Import dts with xiaomi changes 2021-08-21 16:10:44 +02:00
.mailmap
Android.bp
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
build.config.x86_64
COPYING
CREDITS
gen_headers_arm.bp gen_headers*: Pass along audio techpack headers. 2021-08-21 16:06:51 +02:00
gen_headers_arm64.bp gen_headers*: Pass along audio techpack headers. 2021-08-21 16:06:51 +02:00
Kbuild
Kconfig
kernel_headers.py
MAINTAINERS
Makefile Makefile: Disable stack conservation 2021-08-21 16:11:54 +02:00
README
verity_dev_keys.x509

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.