lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR
[safe/jmp/linux-2.6] / arch / x86 / lguest / boot.c
2009-06-04 Rusty Russelllguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPRO...
2009-04-21 Magnus Dammclocksource: pass clocksource to read() callback
2009-04-19 Rusty Russelllguest: fix guest crash on non-linear addresses in...
2009-03-31 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-lgues...
2009-03-30 Matias Zabaljaureguilguest: use KVM hypercalls
2009-03-30 Rusty Russelllguest: wire up pte_update/pte_update_defer
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-15 Jeremy Fitzhardingex86-32: use brk segment for allocating initial kernel...
2009-03-11 Ingo MolnarMerge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2...
2009-03-11 Ingo MolnarMerge branch 'linus' into core/percpu
2009-03-10 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/textedit...
2009-03-08 Rusty Russelllguest: fix for CONFIG_SPARSE_IRQ=y
2009-03-08 Rusty Russelllguest: fix crash 'unhandled trap 13 at <native_read_ms...
2009-02-17 Ingo Molnarx86, apic: remove genapic.h
2009-02-17 Yinghai Lux86: fold apic_ops into genapic
2009-02-09 Tejun Heox86: make lazy %gs optional on x86_32
2009-01-30 Jeremy Fitzhardingex86/paravirt: add register-saving thunks to reduce...
2009-01-30 Atsushi SAKAIlguest: typos fix
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-29 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-13 Rusty Russellcpumask: convert struct clock_event_device to cpumask...
2008-11-11 H. Peter Anvinx86: 32 bit: interrupt stub consistency with 64 bit
2008-10-31 Rusty Russelllguest: fix irq vectors.
2008-10-31 Rusty Russelllguest: fix early_ioremap.
2008-10-16 Yinghai Lux86: make 32bit support per_cpu vector
2008-08-11 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-30 Ingo MolnarMerge commit 'v2.6.27-rc1' into x86/core
2008-07-28 Rusty Russelllguest: set max_pfn_mapped, growl loudly at Yinghai Lu
2008-07-20 Ingo Molnarx86, lguest: fix apic_ops build on UP
2008-07-18 Ingo MolnarMerge branch 'x86/apic' into x86/x2apic
2008-07-18 Suresh Siddhax86: apic_ops for lguest
2008-07-18 Maciej W. Rozyckix86: APIC: remove apic_write_around(); use alternatives
2008-07-12 Suresh Siddhax2apic: xen64 paravirt basic apic ops
2008-07-09 Alok Katariax86: rename paravirtualized TSC functions
2008-07-08 Yinghai Lux86: rename two e820 related functions
2008-07-08 Ingo MolnarMerge branch 'linus' into tmp.x86.mpparse.new
2008-05-31 Yinghai Lux86: extend e820 early_res support 32bit -fix #3
2008-05-30 Rusty Russelllguest: fix ugly <NULL> in /proc/interrupts
2008-04-17 Harvey Harrisonx86: replace remaining __FUNCTION__ occurances
2008-03-28 Rusty Russelllguest: comment documentation update.
2008-03-10 Rusty Russelllguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0...
2008-03-10 Rusty Russelllguest: Sanitize the lguest clock.
2008-02-26 Ahmed S. Darwishx86/lguest: fix pgdir pmd index calculation
2008-02-26 Harvey Harrisonlguest: include function prototypes
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-01-30 Glauber de Oliveir... x86: change write_gdt_entry signature.
2008-01-30 Glauber de Oliveir... x86: change write_idt_entry signature
2008-01-30 Glauber de Oliveir... x86: unify struct desc_ptr
2008-01-30 H. Peter Anvinx86: use generic register name in the thread and tss...
2008-01-30 H. Peter Anvinx86: rename the struct pt_regs members for 32/64-bit...
2008-01-30 Thomas Gleixnerx86: use u32 for some lapic functions
2008-01-30 Balaji Raolguest: Reboot support
2007-11-05 Rusty Russelllguest: tidy up documentation
2007-11-05 Adrian Bunklguest: make async_hcall() static
2007-10-25 Rusty Russelllguest: documentation update
2007-10-25 Jeff Garziklguest: build fix
2007-10-25 Rusty Russelllguest: use defines from x86 headers instead of magic...
2007-10-24 Jeff Garzikx86: lguest build fix
2007-10-23 Rusty RussellRevert lguest magic and use hook in head.S
2007-10-23 Rusty RussellLguest support for Virtio
2007-10-23 Rusty RussellRemove old lguest bus and drivers.
2007-10-23 Rusty RussellBoot with virtual == physical to get closer to native...
2007-10-23 Rusty RussellAllow guest to specify syscall vector to use.
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Jes SorensenMove i386 part of core.c to x86/core.c.
2007-10-23 Rusty RussellMove lguest guest support to arch/x86.