Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[safe/jmp/linux-2.6] / drivers / lguest /
2009-03-08 Rusty Russelllguest: fix for CONFIG_SPARSE_IRQ=y
2009-01-30 Mark Wallislguest: Fix a memory leak with the lg object during...
2009-01-30 Atsushi SAKAIlguest: typos fix
2009-01-06 Mark McLoughlinlguest: do not statically allocate root device
2009-01-03 Mike TravisMerge branch 'master' of git://git./linux/kernel/git...
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-29 Mark McLoughlinlguest: struct device - replace bus_id with dev_name()
2008-12-29 Matias Zabaljaureguilguest: move the initial guest page table creation...
2008-12-29 Rusty Russellvirtio: hand virtio ring alignment as argument to vring...
2008-12-29 Rusty Russellvirtio: use LGUEST_VRING_ALIGN instead of relying on...
2008-12-23 Yinghai Lux86: fix lguest used_vectors breakage, -v2
2008-08-25 Rusty Russelllguest: update commentry
2008-08-12 Rusty Russelllguest: use get_user_pages_fast() instead of get_user_p...
2008-07-28 Andrew Mortonlguest: use cpu capability accessors
2008-07-28 Johannes Weinerlguest: fix switcher_page leak on unload
2008-07-28 Rusty Russelllguest: Guest int3 fix
2008-07-25 Rusty Russellvirtio: Add transport feature handling stub for virtio_...
2008-07-25 Rusty Russellvirtio: Rename set_features to finalize_features
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-10 Ingo Molnarx86, VisWS: turn into generic arch, eliminate Kconfig...
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-06-25 Ingo MolnarMerge commit 'v2.6.26-rc8' into x86/xen
2008-06-20 Suresh Siddhax86: fix NULL pointer deref in __switch_to
2008-06-16 Ingo MolnarMerge branch 'linus' into x86/xen
2008-05-30 Rusty Russellvirtio: set device index in common code.
2008-05-30 Rusty Russelllguest: use ioremap_cache, not ioremap
2008-05-27 Jeremy Fitzhardingex86/paravirt: add pte_flags to just get pte flags
2008-05-02 Rusty Russelllguest: make Launcher see device status updates
2008-05-02 Rusty Russelllguest: remove bogus NULL cpu check
2008-05-02 Rusty Russelllguest: avoid using NR_CPUS as a bounds check.
2008-05-02 Rusty Russellvirtio: explicit advertisement of driver features
2008-04-19 Matthew Wilcoxdrivers: Remove unnecessary inclusions of asm/semaphore.h
2008-03-30 Al Viromisc __user misannotations (pointless casts to long)
2008-03-28 Rusty Russelllguest: comment documentation update.
2008-03-28 Tim Anselllguest: Add puppies which where previously missing.
2008-03-10 Rusty Russelllguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0...
2008-03-10 Rusty Russelllguest: fix __get_vm_area usage.
2008-03-10 Eugene Teolguest: make sure cpu is initialized before accessing it
2008-02-09 Ahmed S. Darwishlguest: accept guest _PAGE_PWT page table entries
2008-02-08 Alexey DobriyanFix container_of() usage
2008-02-04 Rusty Russellvirtio: reset function
2008-02-04 Rusty Russellvirtio: explicit enable_cb/disable_cb rather than callb...
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2008-01-31 Rusty Russelllguest: fix mis-merge against hpa's TSS renaming
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-01-30 H. Peter Anvinx86: use generic register name in the thread and tss...
2008-01-30 Glauber de Oliveir... lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL
2008-01-30 Glauber de Oliveir... lguest: Use explicit includes rateher than indirect
2008-01-30 Glauber de Oliveir... lguest: get rid of lg variable assignments
2008-01-30 Glauber de Oliveir... lguest: change gpte_addr header
2008-01-30 Glauber de Oliveir... lguest: move changed bitmap to lg_cpu
2008-01-30 Glauber de Oliveir... lguest: move last_pages to lg_cpu
2008-01-30 Glauber de Oliveir... lguest: change last_guest to last_cpu
2008-01-30 Glauber de Oliveir... lguest: change spte_addr header
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest pgdir management
2008-01-30 Glauber de Oliveir... lguest: make pending notifications per-vcpu
2008-01-30 Glauber de Oliveir... lguest: makes special fields be per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest task management
2008-01-30 Glauber de Oliveir... lguest: replace lguest_arch with lg_cpu_arch.
2008-01-30 Glauber de Oliveir... lguest: make registers per-vcpu
2008-01-30 Glauber de Oliveir... lguest: make emulate_insn receive a vcpu struct.
2008-01-30 Glauber de Oliveir... lguest: map_switcher_in_guest() per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu interrupt processing.
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest timers
2008-01-30 Glauber de Oliveir... lguest: make hypercalls use the vcpu struct
2008-01-30 Glauber de Oliveir... lguest: make write() operation smp aware
2008-01-30 Glauber de Oliveir... lguest: per-cpu run guest
2008-01-30 Glauber de Oliveir... lguest: initialize vcpu
2008-01-30 Glauber de Oliveir... lguest: introduce vcpu struct
2008-01-30 Balaji Raolguest: Reboot support
2008-01-30 Glauber de Oliveir... lguest: remove pv_info dependency
2008-01-25 Gautham R Shenoycpu-hotplug: replace lock_cpu_hotplug() with get_online...
2008-01-20 Rusty RussellRemove bogus duplicate CONFIG_LGUEST_GUEST entry.
2008-01-18 Rusty RussellSelecting LGUEST should turn on Guest support, as in...
2007-11-19 Rusty Russellvirtio: fix module/device unloading
2007-11-15 Adrian Bunklguest_user.c: fix memory leak
2007-11-12 Rusty Russellvirtio: Force use of power-of-two for descriptor ring...
2007-10-25 Rusty Russelllguest: documentation update
2007-10-25 Rusty Russelllguest: remove unused "wake" element from struct lguest
2007-10-25 Rusty Russelllguest: use defines from x86 headers instead of magic...
2007-10-23 Rusty Russellgeneralize lgread_u32/lgwrite_u32.
2007-10-23 Rusty RussellLguest support for Virtio
2007-10-23 Rusty RussellRemove old lguest I/O infrrasructure.
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 Rusty RussellRename "cr3" to "gpgdir" to avoid x86-specific naming.
2007-10-23 Matias ZabaljaureguiPagetables to use normal kernel types
2007-10-23 Jes SorensenMove register setup into i386_core.c
2007-10-23 Jes SorensenChange example launcher to use unsigned long not u32
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Rusty RussellIntroduce "hcall" pointer to indicate pending hypercall.
2007-10-23 Jes SorensenReorder guest saved regs to match hyperall order
2007-10-23 Jes SorensenMove i386 part of core.c to x86/core.c.
2007-10-23 Rusty RussellMake shadow IDT a complete IDT with 256 entries.
2007-10-23 Rusty RussellRemove fixed limit on number of guests, and lguests...
2007-10-23 Rusty RussellIntroduce guest mem offset, static link example launcher
2007-10-23 Rusty RussellRename switcher.S to x86/switcher_32.S
2007-10-23 Rusty RussellMove lguest guest support to arch/x86.
2007-10-23 Tony BreedsClocksource is continuous regardless of the state of...
next