index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lguest
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-12
lguest: use native_set_* macros, which properly handle 64-bit entries when PA...
Matias Zabaljauregui
1
-4
/
+4
2009-06-12
lguest: optimize by coding restore_flags and irq_enable in assembler.
Rusty Russell
2
-30
/
+73
2009-06-12
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
2
-8
/
+15
2009-06-12
lguest: clean up lguest_init_IRQ
Rusty Russell
1
-5
/
+4
2009-06-10
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+11
2009-06-10
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2009-06-04
lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR
Rusty Russell
2
-4
/
+14
2009-05-08
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
1
-8
/
+10
2009-04-28
x86/irq: change irq_desc_alloc() to take node instead of cpu
Yinghai Lu
1
-1
/
+1
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
1
-1
/
+1
2009-04-19
lguest: fix guest crash on non-linear addresses in gdt pvops
Rusty Russell
1
-7
/
+9
2009-04-07
lguest: update lazy mmu changes to match lguest's use of kvm hypercalls
Jeremy Fitzhardinge
1
-1
/
+1
2009-04-07
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
2
-39
/
+59
2009-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...
Linus Torvalds
2
-31
/
+59
2009-03-30
lguest: use KVM hypercalls
Matias Zabaljauregui
2
-31
/
+51
2009-03-30
lguest: wire up pte_update/pte_update_defer
Rusty Russell
1
-1
/
+9
2009-03-29
x86/paravirt: finish change from lazy cpu to context switch start/end
Jeremy Fitzhardinge
1
-4
/
+4
2009-03-29
x86/paravirt: flush pending mmu updates on context switch
Jeremy Fitzhardinge
1
-4
/
+10
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2
-14
/
+19
2009-03-14
x86-32: use brk segment for allocating initial kernel pagetable
Jeremy Fitzhardinge
1
-8
/
+0
2009-03-11
Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core
Ingo Molnar
1
-7
/
+14
2009-03-09
lguest: fix for CONFIG_SPARSE_IRQ=y
Rusty Russell
1
-7
/
+9
2009-03-09
lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>'
Rusty Russell
1
-0
/
+5
2009-02-23
x86: remove the Voyager 32-bit subarch
Ingo Molnar
1
-1
/
+0
2009-02-17
x86, apic: remove genapic.h
Ingo Molnar
1
-1
/
+1
2009-02-17
x86: fold apic_ops into genapic
Yinghai Lu
1
-9
/
+10
2009-02-10
x86: make lazy %gs optional on x86_32
Tejun Heo
1
-1
/
+1
2009-01-30
x86/paravirt: add register-saving thunks to reduce caller register pressure
Jeremy Fitzhardinge
1
-4
/
+9
2009-01-30
lguest: typos fix
Atsushi SAKAI
1
-2
/
+2
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2008-12-30
lguest: move the initial guest page table creation code to the host
Matias Zabaljauregui
1
-15
/
+0
2008-12-13
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
1
-1
/
+1
2008-11-11
x86: 32 bit: interrupt stub consistency with 64 bit
H. Peter Anvin
1
-1
/
+2
2008-10-31
lguest: fix irq vectors.
Rusty Russell
1
-0
/
+3
2008-10-31
lguest: fix early_ioremap.
Rusty Russell
1
-12
/
+17
2008-10-16
x86: make 32bit support per_cpu vector
Yinghai Lu
1
-1
/
+1
2008-07-30
Merge commit 'v2.6.27-rc1' into x86/core
Ingo Molnar
1
-0
/
+3
2008-07-29
lguest: set max_pfn_mapped, growl loudly at Yinghai Lu
Rusty Russell
1
-0
/
+3
2008-07-20
x86, lguest: fix apic_ops build on UP
Ingo Molnar
1
-0
/
+1
2008-07-18
Merge branch 'x86/apic' into x86/x2apic
Ingo Molnar
1
-1
/
+0
2008-07-18
x86: apic_ops for lguest
Suresh Siddha
1
-3
/
+32
2008-07-18
x86: APIC: remove apic_write_around(); use alternatives
Maciej W. Rozycki
1
-1
/
+0
2008-07-12
x2apic: xen64 paravirt basic apic ops
Suresh Siddha
1
-2
/
+2
2008-07-10
x86, VisWS: turn into generic arch, eliminate Kconfig specials
Ingo Molnar
1
-1
/
+1
2008-07-09
x86: rename paravirtualized TSC functions
Alok Kataria
1
-2
/
+2
2008-07-08
x86: rename two e820 related functions
Yinghai Lu
1
-1
/
+1
2008-07-08
Merge branch 'linus' into tmp.x86.mpparse.new
Ingo Molnar
1
-2
/
+3
2008-05-31
x86: extend e820 early_res support 32bit -fix #3
Yinghai Lu
1
-2
/
+3
2008-05-30
lguest: fix ugly <NULL> in /proc/interrupts
Rusty Russell
1
-2
/
+3
2008-04-17
x86: replace remaining __FUNCTION__ occurances
Harvey Harrison
1
-1
/
+1
[prev]
[next]