mainlining shenanigans
nios2: Don't use _end for calculating min_low_pfn nios2: fixed broken sys_clone syscall Take mmap lock in cacheflush syscall -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJgMyDxAAoJEFWoEK+e3syC8ZMP/1v4sFuFyzWMpQsr3pyoY/vA 21/iupUTBtbeheint8Nvx+CEKph6WDXPLffhMTy5/5cy59wi02FkaRsm4oUGMRPL tHe4GjAYO74V6+NXpG3vf6XYEH8R6oylDMyP+2mBo+QOhg/XQdCxzfqMIgSqg8aV twPtRRgZMsTtpFuAsL7N3bQBY2Q2wUGJcnZMI0e3yhwDSYKPhdl+XwHr5sBmVTam G1WFDuh0WSilrpDt7d+zPfwkSuUUHoT+Zq+kRjr1oT1gQjZzLrDrbfzqEHMxwAhD S0xt6o7mDoKlDdyk5YN9MpFCfSZaJSBo/NgxO0jLkguqg5rf5WSKk+4jRm414z6a JeO9i+zsQp0PAbmbm2R/B1AvNYeilUCrx77icYR+kuMk227SQ0sBi/+nMOFAJzXF e/1tMitWzTPUoc8ZDbsxXbBOho0gY5m7rGYdvAwNHHm2a5r2kW8NP12wApFe2NpB 1dx5tsVqDJVCE3B0MLU5/nC/yvGWLQZpIW9+1CxY8ey60dOYxjwlxwwRSgtkXfFZ ZFAS9jU7lQVeGJ9C3S6hzPl5bfJe4Pn4YrQOn3nnhAx4G55JXefHe3fQM2rdQVCi X07nU9ktBSpy7apybPIX/jGW4I73i8xyRTX4calcHR6aN2oxhvELIa7cdPOJW1nA tL9JtGhACeL7InAVdkVD =2rmJ -----END PGP SIGNATURE----- Merge tag 'nios2-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 Pull arch/nios2 updates from Ley Foon Tan: - don't use _end for calculating min_low_pfn - fix broken sys_clone syscall - take mmap lock in cacheflush syscall * tag 'nios2-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2: nios2: Don't use _end for calculating min_low_pfn nios2: fixed broken sys_clone syscall Take mmap lock in cacheflush syscall |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
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.