index
:
spice/vdesktop
0.4
master
Unnamed repository; edit this file to name it for gitweb. (mirrored from https://gitlab.freedesktop.org/spice/vdesktop)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
kvm: external module: support for 2.6.16 hosts
Andrea Arcangeli
4
-1
/
+89
2008-05-06
kvm: external module: fix div64_u64 compatibility
Avi Kivity
2
-3
/
+3
2008-05-06
kvm: external module: fix build on 2.6.26-rc
Andrea Arcangeli
2
-2
/
+2
2008-05-04
kvm: external module: adjust to div64_u64 rename
Avi Kivity
3
-5
/
+10
2008-05-04
kvm: external module: adjust to new anon_inodes_getfd() signature
Avi Kivity
3
-12
/
+11
2008-05-04
kvm: external module: simplify debugreg compatibility hacks
Avi Kivity
1
-23
/
+8
2008-05-02
kvm: external module: sync non-x86 kernel sources
Jerone Young
1
-13
/
+18
2008-04-24
kvm: external module: warn if the smp compat functions are called with irqs d...
Avi Kivity
1
-0
/
+3
2008-04-24
kvm: external module: sync all headers, not just x86
Avi Kivity
1
-12
/
+10
2008-04-24
kvm: external module: move smp_call_function_mask() to .c file
Avi Kivity
2
-74
/
+84
2008-04-24
kvm: external module: move compat div64_64 to .c file
Avi Kivity
2
-18
/
+30
2008-04-24
kvm: external module: move smp_call_function_single() compat into .c file
Avi Kivity
3
-70
/
+88
2008-04-22
kvm: external module: don't remove include/ subdir during make sync
Avi Kivity
1
-2
/
+2
2008-04-22
kvm: external module: separate header sync from source sync
Avi Kivity
1
-11
/
+23
2008-04-20
kvm: external module: fix bad makefile comment
Andrea Arcangeli
1
-1
/
+1
2008-04-13
kvm: external module: backward compatibility for markers
Avi Kivity
1
-0
/
+119
2008-04-11
kvm: kvm_stat: adjust for kvm trace
Feng(Eric) Liu
1
-0
/
+3
2008-04-05
kvm: external module: adjust for new host kernels install location
Anthony Liguori
1
-1
/
+2
2008-03-30
kvm: external module: backwart compatibility for debugreg[]
Avi Kivity
1
-4
/
+8
2008-03-30
kvm: external module: backward compatibility for shrinker
Avi Kivity
1
-0
/
+26
2008-03-28
kvm: external module: compatibility for MSR_[FG]S_BASE
Avi Kivity
1
-0
/
+7
2008-03-26
Revert "kvm: external module: kvm no longer depends on mm_count and mmdrop()"
Avi Kivity
2
-0
/
+16
2008-03-24
kvm: external module: remove obsolete on_cpu()
Avi Kivity
1
-24
/
+0
2008-03-24
kvm: external module: avoid #include <linux/compiler.h> in <linux/kvm.h>
Avi Kivity
2
-0
/
+4
2008-03-23
kvm: external module: kvm no longer depends on mm_count and mmdrop()
Avi Kivity
2
-16
/
+0
2008-03-17
kvm: external module: backward compatibility for __aligned()
Avi Kivity
1
-0
/
+5
2008-03-07
kvm: external module: backward compatibility for ktime_get()
Avi Kivity
1
-0
/
+18
2008-03-07
kvm: libkvm: Add Support for in-kernel PIT model
Sheng Yang
1
-1
/
+1
2008-03-04
kvm: external module: backward compatibility for desc_ptr
Avi Kivity
2
-0
/
+7
2008-02-21
kvm: external module: compatility for desc_struct
Avi Kivity
2
-0
/
+25
2008-02-20
kvm: external module: fix 2.6.25 mmdrop oops
Andrea Arcangeli
2
-1
/
+6
2008-02-18
kvm: external module: remove 'make svnclean'
Avi Kivity
1
-4
/
+0
2008-02-18
kvm: external module: fix 'make clean'
Avi Kivity
1
-1
/
+0
2008-02-17
kvm: external module: backward compatibility for paravirt clock
Avi Kivity
2
-0
/
+12
2008-02-17
kvm: external module: adjust for fastcall removal
Andrea Arcangeli
1
-0
/
+6
2008-02-12
kvm: external module: preempt emulation miscompile fix
Andrea Arcangeli
1
-0
/
+6
2008-02-11
kvm: external module: fix include directory priority issue
Andrea Arcangeli
6
-10
/
+11
2008-02-11
kvm: external module: fix preempt notifier emulation clash with hardware debug
Andrea Arcangeli
1
-3
/
+3
2008-02-10
kvm: external module: handle set_kset_name()'s removal
Avi Kivity
2
-0
/
+11
2008-02-10
kvm: external module: adjust for vfs simple attribute changes in 2.6.25
Avi Kivity
2
-0
/
+32
2008-01-31
kvm: external module: compatibility for pagefault_{enable,disable}()
Avi Kivity
1
-0
/
+8
2008-01-30
kvm: external module: force CONFIG_PREEMPT_NOTIFIERS to be defined
Avi Kivity
2
-1
/
+3
2008-01-23
kvm: external module: explicitly use GNU awk for 'make sync'
Joerg Roedel
1
-1
/
+1
2007-12-30
kvm: external module: remove define for MAX_IO_APICS
Carlo Marcelo Arenas Belon
1
-5
/
+0
2007-12-25
kvm: external module: add true sched_in preempt notifier emulation
Andrea Arcangeli
2
-114
/
+89
2007-12-22
kvm: external module: remove tmp directory once done with sync
Carlo Marcelo Arenas Belon
1
-0
/
+1
2007-12-20
kvm: external module: Remove 'include/asm' before execute 'ln'
Sheng Yang
1
-1
/
+2
2007-12-19
kvm: external module: remove dependency on <asm/io_apic.h>
Carlo Marcelo Arenas Belon
1
-15
/
+0
2007-12-19
kvm: external module: <linux/string.h> needed for kernel<=2.6.16 to define st...
Carlo Marcelo Arenas Belon
1
-0
/
+1
2007-12-19
kvm: external module: define MAX_IO_APICS if missing
Carlo Marcelo Arenas Belon
1
-0
/
+5
[next]