-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgit_sort.yaml
More file actions
115 lines (114 loc) · 4.64 KB
/
git_sort.yaml
File metadata and controls
115 lines (114 loc) · 4.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# a list of each remote head which is indexed by git_sort
# If the working repository is a clone of linux.git (it fetches from mainline,
# the first remote) and a commit does not appear in one of these remotes, it is
# considered "not upstream" and cannot be sorted.
# Repositories that come first in the list should be pulling/merging from
# repositories lower down in the list. Said differently, commits should trickle
# up from repositories at the end of the list to repositories higher up. For
# example, network commits usually follow "net-next" -> "net" -> "linux.git".
#
# linux-next is not a good reference because it gets rebased. If a commit is in
# linux-next, it comes from some other tree. Please tag the patch accordingly.
#
# - [remote url, remote branch name]
# Note that "remote url" can be abbreviated if it starts with one of the usual
# kernel.org prefixes and "remote branch name" can be omitted if it is "master".
- ["torvalds/linux.git"]
- ["netdev/net.git", "main"]
- ["davem/net.git", "main"]
- ["netdev/net-next.git", "main"]
- ["davem/net-next.git", "main"]
- ["rdma/rdma.git", "for-rc"]
- ["rdma/rdma.git", "for-next"]
- ["dledford/rdma.git", "k.o/for-next"]
- ["jejb/scsi.git", "for-next"]
- ["bp/bp.git", "for-next"]
- ["tiwai/sound.git"]
- ["git://linuxtv.org/media_tree.git"]
- ["powerpc/linux.git", "fixes"]
- ["powerpc/linux.git", "next"]
- ["tip/tip.git"]
- ["shli/md.git", "for-next"]
- ["dhowells/linux-fs.git", "keys-uefi"]
- ["tytso/ext4.git", "dev"]
- ["s390/linux.git", "fixes"]
- ["https://github.com/kdave/btrfs-devel.git", "misc-next"]
- ["git://anongit.freedesktop.org/drm/drm", "drm-next"]
- ["git://anongit.freedesktop.org/drm/drm-misc", "drm-misc-next"]
- ["gregkh/driver-core.git", "driver-core-next"]
- ["gregkh/tty.git", "tty-next"]
- ["gregkh/usb.git", "usb-next"]
- ["gregkh/usb.git", "usb-linus"]
- ["jj/linux-apparmor.git", "apparmor-next"]
- ["netfilter/nf.git"]
- ["netfilter/nf-next.git"]
- ["horms/ipvs.git", "main"]
- ["horms/ipvs-next.git", "main"]
- ["klassert/ipsec.git"]
- ["klassert/ipsec-next.git"]
- ["kvalo/wireless-drivers-next.git"]
- ["mkp/scsi.git", "queue"]
- ["mkp/scsi.git", "fixes"]
- ["mkp/scsi.git", "for-next"]
- ["git://git.kernel.dk/linux-block.git", "for-next"]
- ["git://git.kernel.org/pub/scm/virt/kvm/kvm.git", "queue"]
- ["git://git.infradead.org/nvme.git", "nvme-5.15"]
- ["dhowells/linux-fs.git"]
- ["herbert/cryptodev-2.6.git"]
- ["pci/pci.git", "for-linus"]
- ["pci/pci.git", "next"]
- ["viro/vfs.git", "for-linus"]
- ["viro/vfs.git", "fixes"]
- ["vfs/vfs.git", "vfs.all"]
- ["vfs/vfs.git", "vfs.fixes"]
- ["modules/linux.git", "modules-next"]
- ["joro/iommu.git", "next"]
- ["nvdimm/nvdimm.git", "libnvdimm-for-next"]
- ["nvdimm/nvdimm.git", "libnvdimm-fixes"]
- ["djbw/nvdimm.git", "libnvdimm-pending"]
- ["git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git", "linux-next"]
- ["git://git.linux-nfs.org/projects/anna/linux-nfs.git", "linux-next"]
- ["acme/linux.git", "perf/core"]
- ["acme/linux.git", "perf-tools"]
- ["perf/perf-tools.git", "perf-tools"]
- ["perf/perf-tools-next.git", "perf-tools-next"]
- ["will/linux.git", "for-joerg/arm-smmu/updates"]
- ["herbert/crypto-2.6.git", "master"]
- ["jarkko/linux-tpmdd", "next"]
- ["jarkko/linux-tpmdd", "master"]
- ["rafael/linux-pm.git"]
- ["rafael/linux-pm.git", "linux-next"]
- ["git://git.linux-nfs.org/~bfields/linux.git", "nfsd-next"]
- ["git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git", "nfsd-next"]
- ["vkoul/soundwire.git","fixes"]
- ["vkoul/soundwire.git","next"]
- ["arm64/linux.git", "for-next/core"]
- ["robh/linux.git", "dt/linus"]
- ["robh/linux.git", "for-next"]
- ["git://git.infradead.org/users/hch/dma-mapping.git", "for-next"]
- ["thermal/linux.git", "thermal/linux-next"]
- ["git://github.com/cminyard/linux-ipmi.git", "for-next"]
- ["ras/ras.git", "edac-for-next"]
- ["linusw/linux-pinctrl.git", "for-next"]
- ["efi/efi.git", "next"]
- ["ulfh/mmc.git", "next"]
- ["masahiroy/linux-kbuild.git", "for-next"]
- ["bluetooth/bluetooth-next.git"]
- ["clk/linux.git", "clk-next"]
- ["git://github.com/ceph/ceph-client", "testing"]
- ["bpf/bpf.git"]
- ["bpf/bpf-next.git"]
- ["linusw/linux-gpio.git", "for-next"]
- ["soc/soc.git", "for-next"]
- ["https://gitlab.freedesktop.org/drm/tegra.git", "for-next"]
- ["git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git", "for-next"]
- ["kvmarm/kvmarm.git", "next"]
- ["lenb/linux.git", "turbostat"]
- ["tj/cgroup.git", "for-next"]
- ["akpm/mm.git", "mm-hotfixes-stable"]
- ["akpm/mm.git", "mm-stable"]
- ["akpm/mm.git", "mm-nonmm-stable"]
- ["cxl/cxl.git", "next"]
- ["https://github.com/broadcom/stblinux.git", "next"]
- ["git://git.samba.org/sfrench/cifs-2.6.git", "for-next"]
- ["lee/mfd.git", "for-mfd-next"]