diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2023-12-21 16:01:00 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2023-12-21 16:01:00 -0800 |
commit | 16a39b1378308e714ed69333a8a381464876e256 (patch) | |
tree | 53523e08ffb0217b216607065cbeb164e85dfc3c | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) | |
download | linux-branching.tar.gz |
WIP branchingbranching
-rw-r--r-- | Documentation/arch/riscv/branching.rst | 8 | ||||
-rw-r--r-- | Documentation/arch/riscv/index.rst | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/arch/riscv/branching.rst b/Documentation/arch/riscv/branching.rst new file mode 100644 index 00000000000000..fcff8259418048 --- /dev/null +++ b/Documentation/arch/riscv/branching.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0i + +RISC-V git Tree Branch Management Scheme +======================================== + +* Two branches, fixes and for-next. Both based on rc1. +* Everything gets pushed to palmer/linux, run through some tests, and then + eventually pushed to riscv/linux. diff --git a/Documentation/arch/riscv/index.rst b/Documentation/arch/riscv/index.rst index 4dab0cb4b900ff..45c16402061c9f 100644 --- a/Documentation/arch/riscv/index.rst +++ b/Documentation/arch/riscv/index.rst @@ -8,6 +8,7 @@ RISC-V architecture acpi boot boot-image-header + branching vm-layout hwprobe patch-acceptance |