Lines Matching +full:0 +full:x86

3 KVM x86
12 an honest effort to follow KVM x86's guidelines, are receptive to feedback,
22 KVM x86 is currently in a transition period from being part of the main KVM
23 tree, to being "just another KVM arch". As such, KVM x86 is split across the
24 main KVM tree, ``git.kernel.org/pub/scm/virt/kvm/kvm.git``, and a KVM x86
25 specific tree, ``github.com/kvm-x86/linux.git``.
29 KVM x86 tree. In the unlikely event that a fix for the current cycle is routed
30 through the KVM x86 tree, it will be applied to the ``fixes`` branch before
38 The KVM x86 tree is organized into multiple topic branches. The purpose of
52 directly to the main KVM tree, i.e. do not route through the KVM x86 tree.
54 Changes that target the next release are routed through the KVM x86 tree. Pull
55 requests (from KVM x86 to main KVM) are sent for each KVM x86 topic branch,
60 The KVM x86 tree doesn't have its own official merge window, but there's a soft
93 Everything else should be based on ``kvm-x86/next``, i.e. there is no need to
98 The only exception to using ``kvm-x86/next`` as the base is if a patch/series
102 history, e.g. the release candidate upon which ``kvm-x86 next`` is based. If
109 priority in KVM x86. If all else fails, match what already exists.
113 non-KVM x86 files, i.e. draw the attention of KVM *and* tip tree maintainers.
152 - x86
153 - x86/mmu
154 - x86/pmu
155 - x86/xen
162 **DO NOT use x86/kvm!** ``x86/kvm`` is used exclusively for Linux-as-a-KVM-guest
163 changes, i.e. for arch/x86/kernel/kvm.c. Do not use file names or complete file
169 All names are case sensitive! ``KVM: x86:`` is good, ``kvm: vmx:`` is not.
174 KVM: x86: Fix a null pointer dereference in function_xyz()
178 kvm: x86: fix a null pointer dereference in function_xyz.
181 first common parent (which is often simply ``x86``). When in doubt,
201 that primarily target arch/x86 code that is _NOT_ KVM code.
203 Stating what a patch does before diving into details is preferred by KVM x86
234 KVM x86 opts out of backporting Fixes: by default. Some auto-selected patches
333 If you are using git version 2.9.0 or later (Googlers, this is all of you!),
341 KVM x86 topic, and feed that into ``--base``. E.g. ``x86/pmu/my_branch_name``,
344 track the KVM x86 remote.
381 patch's SHA1 changes. However, in some scenarios, e.g. if all KVM x86 branches