index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for acpi
Juergen Gross
1
-8
/
+3
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for acc
Juergen Gross
1
-3
/
+1
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for mtrr
Juergen Gross
1
-2
/
+2
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for aperf
Juergen Gross
1
-8
/
+1
2017-05-02
x86/xen: don't indicate DCA support in pv domains
Juergen Gross
1
-0
/
+1
2017-05-02
xen: set cpu capabilities from xen_start_kernel()
Juergen Gross
1
-7
/
+7
2017-05-02
xen,kdump: handle pv domain in paddr_vmcoreinfo_note()
Juergen Gross
1
-0
/
+13
2017-05-02
x86/xen: remove unused static function from smp_pv.c
Juergen Gross
1
-10
/
+0
2017-05-02
x86/xen: rename some PV-only functions in smp_pv.c
Vitaly Kuznetsov
1
-14
/
+14
2017-05-02
x86/xen: enable PVHVM-only builds
Vitaly Kuznetsov
2
-4
/
+9
2017-05-02
x86/xen: create stubs for HVM-only builds in page.h
Vitaly Kuznetsov
1
-0
/
+25
2017-05-02
x86/xen: define startup_xen for XEN PV only
Vitaly Kuznetsov
1
-0
/
+4
2017-05-02
x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV
Vitaly Kuznetsov
3
-4
/
+9
2017-05-02
x86/xen: split suspend.c for PV and PVHVM guests
Vitaly Kuznetsov
5
-55
/
+83
2017-05-02
x86/xen: split off mmu_pv.c
Vitaly Kuznetsov
3
-2714
/
+2721
2017-05-02
x86/xen: split off mmu_hvm.c
Vitaly Kuznetsov
3
-75
/
+80
2017-05-02
x86/xen: split off smp_pv.c
Vitaly Kuznetsov
4
-486
/
+509
2017-05-02
x86/xen: split off smp_hvm.c
Vitaly Kuznetsov
5
-54
/
+69
2017-05-02
x86/xen: split xen_cpu_die()
Vitaly Kuznetsov
1
-6
/
+20
2017-05-02
x86/xen: split xen_smp_prepare_boot_cpu()
Vitaly Kuznetsov
1
-19
/
+30
2017-05-02
x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()
Vitaly Kuznetsov
3
-11
/
+35
2017-05-02
x86/xen: split off enlighten_pv.c
Vitaly Kuznetsov
3
-1528
/
+1538
2017-05-02
x86/xen: split off enlighten_hvm.c
Vitaly Kuznetsov
4
-207
/
+227
2017-05-02
x86/xen: split off enlighten_pvh.c
Vitaly Kuznetsov
3
-108
/
+116
2017-05-02
x86/xen: add CONFIG_XEN_PV to Kconfig
Vitaly Kuznetsov
3
-7
/
+22
2017-05-02
x86/xen: globalize have_vcpu_info_placement
Vitaly Kuznetsov
2
-6
/
+8
2017-05-02
x86/xen: separate PV and HVM hypervisors
Vitaly Kuznetsov
3
-41
/
+79
2017-05-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
77
-628
/
+1544
2017-05-02
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-36
/
+107
2017-05-02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-89
/
+299
2017-05-02
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2017-05-02
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-2
/
+56
2017-05-02
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-26
/
+16
2017-05-02
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2017-05-02
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
34
-387
/
+550
2017-05-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+4
2017-05-02
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12
-256
/
+603
2017-05-02
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
67
-885
/
+1062
2017-05-02
sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.
David S. Miller
1
-1
/
+2
2017-05-02
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-433
/
+580
2017-05-02
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-346
/
+423
2017-05-02
Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
19
-88
/
+251
2017-05-02
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-45
/
+104
2017-05-02
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-77
/
+44
2017-05-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-94
/
+40
2017-05-02
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
41
-19
/
+196
2017-05-02
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
223
-26988
/
+0
2017-05-02
ia64: fix module loading for gcc-5.4
Sergei Trofimovich
1
-2
/
+2
2017-05-02
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
159
-4129
/
+1188
[prev]
[next]