Commit Graph

82 Commits (a9c569539312cfd3c820b38036679a9d72c55331)

Author SHA1 Message Date
Matias Zabaljauregui acdd0b6292 lguest: PAE support 16 years ago
Matias Zabaljauregui cefcad1773 lguest: Add support for kvm_hypercall4() 16 years ago
Matias Zabaljauregui ebe0ba84f5 lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD 16 years ago
Matias Zabaljauregui 90603d15fa lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated 16 years ago
Rusty Russell 61f4bc83fe lguest: optimize by coding restore_flags and irq_enable in assembler. 16 years ago
Rusty Russell a32a8813d0 lguest: improve interrupt handling, speed up stream networking 16 years ago
Rusty Russell 1028375e93 lguest: clean up lguest_init_IRQ 16 years ago
Rusty Russell 2cb7878a3a lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR 16 years ago
Yinghai Lu 85ac16d033 x86/irq: change irq_desc_alloc() to take node instead of cpu 16 years ago
Magnus Damm 8e19608e8b clocksource: pass clocksource to read() callback 16 years ago
Rusty Russell a489f0b555 lguest: fix guest crash on non-linear addresses in gdt pvops 16 years ago
Jeremy Fitzhardinge 169aafbc8d lguest: update lazy mmu changes to match lguest's use of kvm hypercalls 16 years ago
Matias Zabaljauregui 4cd8b5e2a1 lguest: use KVM hypercalls 16 years ago
Rusty Russell b7ff99ea53 lguest: wire up pte_update/pte_update_defer 16 years ago
Jeremy Fitzhardinge 224101ed69 x86/paravirt: finish change from lazy cpu to context switch start/end 16 years ago
Jeremy Fitzhardinge b407fc57b8 x86/paravirt: flush pending mmu updates on context switch 16 years ago
Jeremy Fitzhardinge ccf3fe02e3 x86-32: use brk segment for allocating initial kernel pagetable 16 years ago
Rusty Russell 6db6a5f3ae lguest: fix for CONFIG_SPARSE_IRQ=y 16 years ago
Rusty Russell cbd88c8e6f lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>' 16 years ago
Ingo Molnar 965c7ecaf2 x86: remove the Voyager 32-bit subarch 16 years ago
Ingo Molnar 7b6aa335ca x86, apic: remove genapic.h 16 years ago
Yinghai Lu c1eeb2de41 x86: fold apic_ops into genapic 16 years ago
Tejun Heo ccbeed3a05 x86: make lazy %gs optional on x86_32 16 years ago
Jeremy Fitzhardinge ecb93d1ccd x86/paravirt: add register-saving thunks to reduce caller register pressure 16 years ago
Atsushi SAKAI 72410af921 lguest: typos fix 16 years ago
Matias Zabaljauregui 58a2456644 lguest: move the initial guest page table creation code to the host 16 years ago
Rusty Russell 320ab2b0b1 cpumask: convert struct clock_event_device to cpumask pointers. 16 years ago
H. Peter Anvin 4687518c4c x86: 32 bit: interrupt stub consistency with 64 bit 16 years ago
Rusty Russell 526e5ab200 lguest: fix irq vectors. 16 years ago
Rusty Russell ad5173ff8a lguest: fix early_ioremap. 16 years ago
Yinghai Lu 497c9a195d x86: make 32bit support per_cpu vector 17 years ago
Rusty Russell 5d006d8d09 lguest: set max_pfn_mapped, growl loudly at Yinghai Lu 17 years ago
Ingo Molnar 7be4200406 x86, lguest: fix apic_ops build on UP 17 years ago
Suresh Siddha 511d9d3418 x86: apic_ops for lguest 17 years ago
Maciej W. Rozycki 593f4a788e x86: APIC: remove apic_write_around(); use alternatives 17 years ago
Suresh Siddha ad66dd340f x2apic: xen64 paravirt basic apic ops 17 years ago
Ingo Molnar 15e551d25e x86, VisWS: turn into generic arch, eliminate Kconfig specials 17 years ago
Alok Kataria e93ef949fd x86: rename paravirtualized TSC functions 17 years ago
Yinghai Lu d0be6bdea1 x86: rename two e820 related functions 17 years ago
Yinghai Lu f0d43100f1 x86: extend e820 early_res support 32bit -fix #3 17 years ago
Rusty Russell a16ffe93c4 lguest: fix ugly <NULL> in /proc/interrupts 17 years ago
Harvey Harrison 77bf90ed66 x86: replace remaining __FUNCTION__ occurances 17 years ago
Rusty Russell a6bd8e1303 lguest: comment documentation update. 17 years ago
Rusty Russell 4357bd9453 lguest: Revert 1ce70c4fac, fix real problem. 17 years ago
Rusty Russell 3fabc55f34 lguest: Sanitize the lguest clock. 17 years ago
Ahmed S. Darwish 1ce70c4fac x86/lguest: fix pgdir pmd index calculation 17 years ago
Harvey Harrison cbc3497370 lguest: include function prototypes 17 years ago
Eduardo Pereira Habkost 42d545c9a4 x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST 17 years ago
Glauber de Oliveira Costa 014b15be30 x86: change write_gdt_entry signature. 17 years ago
Glauber de Oliveira Costa 8d947344c4 x86: change write_idt_entry signature 17 years ago