index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lguest
Age
Commit message (
Expand
)
Author
2008-10-31
lguest: fix irq vectors.
Rusty Russell
2008-10-31
lguest: fix early_ioremap.
Rusty Russell
2008-10-16
x86: make 32bit support per_cpu vector
Yinghai Lu
2008-07-30
Merge commit 'v2.6.27-rc1' into x86/core
Ingo Molnar
2008-07-29
lguest: set max_pfn_mapped, growl loudly at Yinghai Lu
Rusty Russell
2008-07-20
x86, lguest: fix apic_ops build on UP
Ingo Molnar
2008-07-18
Merge branch 'x86/apic' into x86/x2apic
Ingo Molnar
2008-07-18
x86: apic_ops for lguest
Suresh Siddha
2008-07-18
x86: APIC: remove apic_write_around(); use alternatives
Maciej W. Rozycki
2008-07-12
x2apic: xen64 paravirt basic apic ops
Suresh Siddha
2008-07-10
x86, VisWS: turn into generic arch, eliminate Kconfig specials
Ingo Molnar
2008-07-09
x86: rename paravirtualized TSC functions
Alok Kataria
2008-07-08
x86: rename two e820 related functions
Yinghai Lu
2008-07-08
Merge branch 'linus' into tmp.x86.mpparse.new
Ingo Molnar
2008-05-31
x86: extend e820 early_res support 32bit -fix #3
Yinghai Lu
2008-05-30
lguest: fix ugly <NULL> in /proc/interrupts
Rusty Russell
2008-04-17
x86: replace remaining __FUNCTION__ occurances
Harvey Harrison
2008-03-28
lguest: comment documentation update.
Rusty Russell
2008-03-11
lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.
Rusty Russell
2008-03-11
lguest: Sanitize the lguest clock.
Rusty Russell
2008-02-26
x86/lguest: fix pgdir pmd index calculation
Ahmed S. Darwish
2008-02-26
lguest: include function prototypes
Harvey Harrison
2008-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-01-30
x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST
Eduardo Pereira Habkost
2008-01-30
x86: change write_gdt_entry signature.
Glauber de Oliveira Costa
2008-01-30
x86: change write_idt_entry signature
Glauber de Oliveira Costa
2008-01-30
x86: unify struct desc_ptr
Glauber de Oliveira Costa
2008-01-30
x86: use generic register name in the thread and tss structures
H. Peter Anvin
2008-01-30
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
2008-01-30
x86: use u32 for some lapic functions
Thomas Gleixner
2008-01-30
lguest: Reboot support
Balaji Rao
2007-11-29
lguest: prevent VISWS or VOYAGER randconfigs
Randy Dunlap
2007-11-05
lguest: tidy up documentation
Rusty Russell
2007-11-05
lguest: make async_hcall() static
Adrian Bunk
2007-10-25
lguest: documentation update
Rusty Russell
2007-10-25
lguest: build fix
Jeff Garzik
2007-10-25
lguest: use defines from x86 headers instead of magic numbers
Rusty Russell
2007-10-23
Revert lguest magic and use hook in head.S
Rusty Russell
2007-10-23
Lguest support for Virtio
Rusty Russell
2007-10-23
Remove old lguest bus and drivers.
Rusty Russell
2007-10-23
Virtio helper routines for a descriptor ringbuffer implementation
Rusty Russell
2007-10-23
Boot with virtual == physical to get closer to native Linux.
Rusty Russell
2007-10-23
Allow guest to specify syscall vector to use.
Rusty Russell
2007-10-23
Make hypercalls arch-independent.
Jes Sorensen
2007-10-23
Move i386 part of core.c to x86/core.c.
Jes Sorensen
2007-10-23
Move lguest guest support to arch/x86.
Rusty Russell