1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
No description
Find a file
Sven Eckelmann 70eeb75d4c batman-adv: Switch to kstrtox.h for kstrtou64
The commit 4c52729377 ("kernel.h: split out kstrtox() and simple_strtox()
to a separate header") moved the kstrtou64 function to a new header called
linux/kstrtox.h.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
2021-08-08 20:05:46 +02:00
arch sock: allow reading and changing sk_userlocks with setsockopt 2021-08-04 12:52:03 +01:00
block
certs
crypto
Documentation batman-adv: Move IRC channel to hackint.org 2021-08-08 20:05:46 +02:00
drivers Revert "wwan: mhi: Fix build." 2021-08-05 13:23:29 +01:00
fs
include netdevice: add the case if dev is NULL 2021-08-05 13:29:26 +01:00
init
ipc
kernel
lib
LICENSES
mm
net batman-adv: Switch to kstrtox.h for kstrtou64 2021-08-08 20:05:46 +02:00
samples
scripts
security
sound
tools selftests/net: toeplitz test 2021-08-05 13:14:09 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS batman-adv: Move IRC channel to hackint.org 2021-08-08 20:05:46 +02: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.