https://github.com/torvalds/linux
Revision 81bcd4b522cf1dc312385b79b144153aff0cf0c6 authored by Linus Torvalds on 29 September 2022, 12:35:32 UTC, committed by Linus Torvalds on 29 September 2022, 12:35:32 UTC
Pull LoongArch fixes from Huacai Chen:
 "Some trivial fixes and cleanup"

* tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: Clean up loongson3_smp_ops declaration
  LoongArch: Fix and cleanup csr_era handling in do_ri()
  LoongArch: Align the address of kernel_entry to 4KB
2 parent s c3e0e1e + 4f196cb
Raw File
Tip revision: 81bcd4b522cf1dc312385b79b144153aff0cf0c6 authored by Linus Torvalds on 29 September 2022, 12:35:32 UTC
Merge tag 'loongarch-fixes-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Tip revision: 81bcd4b
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.
back to top