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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
xen/displif: add ABI for para-virtual display
Oleksandr Andrushchenko
1
-0
/
+854
2017-05-02
xen/sndif: add sound-device ABI
Oleksandr Andrushchenko
1
-0
/
+793
2017-05-02
xen/kbdif: add multi-touch support
Oleksandr Andrushchenko
1
-0
/
+210
2017-05-02
xen/kbdif: update protocol description
Oleksandr Andrushchenko
1
-27
/
+221
2017-05-02
xen/9pfs: build 9pfs Xen transport driver
Stefano Stabellini
2
-0
/
+12
2017-05-02
xen/9pfs: receive responses
Stefano Stabellini
1
-0
/
+56
2017-05-02
xen/9pfs: send requests to the backend
Stefano Stabellini
1
-2
/
+85
2017-05-02
xen/9pfs: connect to the backend
Stefano Stabellini
1
-0
/
+281
2017-05-02
xen/9pfs: introduce Xen 9pfs transport driver
Stefano Stabellini
1
-0
/
+125
2017-05-02
xen: introduce the header file for the Xen 9pfs transport protocol
Stefano Stabellini
1
-0
/
+36
2017-05-02
xen: import new ring macros in ring.h
Stefano Stabellini
1
-0
/
+143
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
xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds
Vitaly Kuznetsov
1
-0
/
+14
2017-05-02
xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV
Vitaly Kuznetsov
1
-10
/
+20
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
93
-711
/
+1845
2017-05-01
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-36
/
+110
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
11
-6
/
+1438
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
38
-401
/
+591
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
13
-276
/
+707
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
75
-944
/
+1127
2017-05-01
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
18
-439
/
+1154
2017-05-01
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
360
-2203
/
+8122
2017-05-01
Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
23
-88
/
+259
2017-05-01
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
29
-610
/
+1231
2017-05-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
29
-544
/
+847
2017-05-01
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
20
-117
/
+299
[next]