Search notes:

linux-next

Before a patch is merged into the kernel github repository, it should got to linux-next first.
Linux-next trees are announced on the linux-kernel and linux-next mailing lists when they are assembled; they can be downloaded from:
The linux-next repository can be cloned like so:
$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
The log of the linux-next repository shows that it merges from still other git repositories:
$ git log --format=oneline
Updating the repository:
$ git switch master
$ git remote update

Links

https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next/
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git
https://mirrors.edge.kernel.org/pub/linux/kernel/next/

Index