Go to file
Vincent Chen 01f76386b0
riscv: set the permission of vdso_data to read-only
The original vdso_data page is empty, so the permission of the vdso_data
page can be the same with the vdso text page. After introducing the vDSO
common flow, the vdso_data is not empty and the permission should be
changed to read-only.

Signed-off-by: Vincent Chen <vincent.chen@sifive.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
2020-06-10 19:47:35 -07:00
arch riscv: set the permission of vdso_data to read-only 2020-06-10 19:47:35 -07:00
block for-5.8/drivers-2020-06-01 2020-06-02 15:37:03 -07:00
certs
crypto
Documentation Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00
drivers clocksource/drivers/timer-riscv: Use per-CPU timer interrupt 2020-06-09 19:11:22 -07:00
fs Merge branch 'akpm' (patches from Andrew) 2020-06-04 19:18:29 -07:00
include irqchip: RISC-V per-HART local interrupt controller driver 2020-06-09 19:11:21 -07:00
init Kconfig: add config option for asm goto w/ outputs 2020-06-04 19:28:07 -07:00
ipc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-06-03 16:27:18 -07:00
kernel Modules updates for v5.8 2020-06-05 12:31:16 -07:00
lib ARM/SoC: drivers for v5.7 2020-06-04 19:56:20 -07:00
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2020-06-04 19:18:29 -07:00
net Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2020-06-04 13:54:34 -07:00
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-06-03 16:27:18 -07:00
scripts Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00
security Merge branch 'akpm' (patches from Andrew) 2020-06-04 19:18:29 -07:00
sound sound updates for 5.8-rc1 2020-06-04 11:07:38 -07:00
tools Merge branch 'akpm' (patches from Andrew) 2020-06-04 19:18:29 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Devicetree updates for v5.8: 2020-06-04 20:11:25 -07: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.