index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-05
x86/xen: fix xsave capability setting
Juergen Gross
1
-23
/
+9
2017-05-03
xen: Move xen_have_vector_callback definition to enlighten.c
Boris Ostrovsky
2
-3
/
+3
2017-05-02
xen: Implement EFI reset_system callback
Julien Grall
1
-1
/
+1
2017-05-02
xen: Export xen_reboot
Julien Grall
1
-1
/
+0
2017-05-02
xen/x86: Call xen_smp_intr_init_pv() on BSP
Boris Ostrovsky
1
-1
/
+1
2017-05-02
xen: Revert commits da72ff5bfcb0 and 72a9b186292d
Boris Ostrovsky
5
-5
/
+33
2017-05-02
xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()
Boris Ostrovsky
1
-14
/
+6
2017-05-02
x86/cpu: remove hypervisor specific set_cpu_features
Juergen Gross
3
-14
/
+0
2017-05-02
vmware: set cpu capabilities during platform initialization
Juergen Gross
1
-19
/
+20
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for xsave
Juergen Gross
1
-23
/
+30
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for x2apic
Juergen Gross
1
-2
/
+1
2017-05-02
x86/xen: use capabilities instead of fake cpuid values for mwait
Juergen Gross
1
-6
/
+5
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-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
72
-604
/
+1537
2017-05-01
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-36
/
+107
2017-05-01
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-89
/
+299
2017-05-01
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2017-05-01
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-2
/
+56
2017-05-01
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-26
/
+16
2017-05-01
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2017-05-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
19
-371
/
+522
2017-05-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+4
2017-05-01
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
12
-256
/
+603
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
67
-885
/
+1062
[next]