Linux kernel source tree for SHARP Brain series (PW-SH1 or later)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Takumi Sueda 8e94255c7d
Merge pull request #31 from brain-hackers/poweroff
Enable syscon-poweroff
4 months ago
Documentation This is the 5.4.148 stable release 2 years ago
LICENSES LICENSES: Rename other to deprecated 4 years ago
arch arm: brain: enable syscon-poweroff 4 months ago
block This is the 5.4.149 stable release 2 years ago
certs certs: Trigger creation of RSA module signing key if it's not an RSA key 2 years ago
crypto This is the 5.4.132 stable release 2 years ago
drivers input: keyboard: fix key scan and support more events 6 months ago
fs nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group 2 years ago
include video/logo: add and enable brain logo 2 years ago
init kbuild: add CONFIG_LD_IS_LLD 2 years ago
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index 3 years ago
kernel This is the 5.4.149 stable release 2 years ago
lib This is the 5.4.149 stable release 2 years ago
mm This is the 5.4.148 stable release 2 years ago
net This is the 5.4.149 stable release 2 years ago
samples This is the 5.4.148 stable release 2 years ago
scripts This is the 5.4.148 stable release 2 years ago
security This is the 5.4.149 stable release 2 years ago
sound This is the 5.4.148 stable release 2 years ago
tools This is the 5.4.148 stable release 2 years ago
usr MLK-24874-6: include: uapi: mxc_asrc: fix the UAPI_HEADER_TEST failure 3 years ago
virt This is the 5.4.149 stable release 2 years ago
.clang-format clang-format: Update with the latest for_each macro list 4 years ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 4 years ago
.gitattributes .gitattributes: set git diff driver for C source code files 7 years ago
.gitignore Modules updates for v5.4 4 years ago
.mailmap ARM: SoC fixes 4 years ago
COPYING COPYING: use the new text with points to the license files 5 years ago
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 4 years ago
Kbuild kbuild: do not descend to ./Kbuild when cleaning 4 years ago
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst 4 years ago
MAINTAINERS Merge tag 'v5.4.70' into imx_5.4.y 3 years ago
Makefile Linux 5.4.149 2 years ago
README Drop all 00-INDEX files from Documentation/ 5 years ago

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.