mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
bd0bf90e30c4b886ec10c12498cd56d8e41aaaf3
Sync arch/riscv/mm/fault.c into arch/csky for easy maintenance. Here are the patches related to the modification:cac4d1d"riscv/mm/fault: Move no context handling to no_context()"ac416a7"riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()"6c11ffb"riscv/mm/fault: Move fault error handling to mm_fault_error()"afb8c6f"riscv/mm/fault: Move access error check to function"bda281d"riscv/mm/fault: Simplify fault error handling"a51271d"riscv/mm/fault: Move bad area handling to bad_area()" Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Cc: Pekka Enberg <penberg@kernel.org> Cc: Palmer Dabbelt <palmerdabbelt@google.com> Cc: Arnd Bergmann <arnd@arndb.de>
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%