Go to file
Palmer Dabbelt f093636354
Merge patch "RISC-V: Add ptrace support for vectors"
This resurrects the vector ptrace() support that was removed for 6.5 due
to some bugs cropping up as part of the GDB review process.

* b4-shazam-merge:
  RISC-V: Add ptrace support for vectors

Link: https://lore.kernel.org/r/20230825050248.32681-1-andy.chiu@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2023-09-08 11:24:38 -07:00
arch Merge patch "RISC-V: Add ptrace support for vectors" 2023-09-08 11:24:38 -07:00
block
certs
crypto
Documentation Merge patch series "Add non-coherent DMA support for AX45MP" 2023-09-08 11:24:34 -07:00
drivers Merge patch series "Add non-coherent DMA support for AX45MP" 2023-09-08 11:24:34 -07:00
fs RISC-V Patches for the 6.6 Merge Window, Part 1 2023-09-01 08:09:48 -07:00
include Merge patch "RISC-V: Add ptrace support for vectors" 2023-09-08 11:24:38 -07:00
init
io_uring
ipc
kernel
lib RISC-V Patches for the 6.6 Merge Window, Part 1 2023-09-01 08:09:48 -07:00
LICENSES
mm
net NFS CLient Updates for Linux 6.6 2023-08-31 15:36:41 -07:00
rust
samples
scripts
security
sound
tools RISC-V Patches for the 6.6 Merge Window, Part 1 2023-09-01 08:09:48 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge patch series "Add non-coherent DMA support for AX45MP" 2023-09-08 11:24:34 -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.