nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / drivers / lguest /
2007-10-23 Rusty Russelllguest_devices belongs in lguest_bus.c: it's not i386...
2007-10-23 Rusty RussellLguest currently depends on 32-bit x86, not just x86.
2007-10-23 Jes SorensenUse copy_to_user() not put_user for struct timespec
2007-10-23 Rusty RussellRemove binfmts.h include from lg.h
2007-10-23 Rusty RussellNormalize config options for guest support
2007-10-17 Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-17 H. Peter Anvin[x86] remove uses of magic macros for boot_params access
2007-10-16 Jeremy Fitzhardingeparavirt: clean up lazy mode handling
2007-10-16 Jeremy Fitzhardingeparavirt: refactor struct paravirt_ops into smaller...
2007-09-25 Rusty Russellfix modules oopsing in lguest guests
2007-09-12 Rusty Russelllguest: Fix guest crash when CONFIG_X86_USE_3DNOW=y
2007-08-30 Rusty RussellFix lguest page-pinning logic ("lguest: bad stack page...
2007-08-24 Alexey Dobriyanlguest should depend on CONFIG_FUTEX
2007-08-11 Andi Kleeni386: Make patching more robust, fix paravirt issue
2007-08-11 Jes Sorensenlguest files should explicitly include asm/paravirt.h
2007-08-09 Rusty Russelllguest: Fix Malicious Guest GDT Host Crash
2007-08-09 Rusty RussellFix non-TSC guest clocksource lockup
2007-08-07 Rusty RussellEnable lguest drivers in Kconfig
2007-07-30 Rusty RussellMake lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n
2007-07-29 Rusty RussellProvide timespec to guests rather than jiffies clock.
2007-07-29 Rusty RussellFix lguest bzImage loading with CONFIG_RELOCATABLE=y
2007-07-26 Rusty Russelllguest: documentation VII: FIXMEs
2007-07-26 Rusty Russelllguest: documentation VI: Switcher
2007-07-26 Rusty Russelllguest: documentation V: Host
2007-07-26 Rusty Russelllguest: documentation IV: Launcher
2007-07-26 Rusty Russelllguest: documentation III: Drivers
2007-07-26 Rusty Russelllguest: documentation II: Guest
2007-07-26 Rusty Russelllguest: documentation I: Preparation
2007-07-22 Thomas Gleixnerclockevents: fix resume logic
2007-07-20 Rusty Russelllguest: override sched_clock
2007-07-20 Rusty Russelllguest: trivial: We now have asm/processor-flags.h...
2007-07-20 Rusty Russelllguest: fix sense if IF flag on interrupt injection
2007-07-20 Al ViroFix lguest misannotation
2007-07-19 Rusty Russelllguest: the Makefile and Kconfig
2007-07-19 Rusty Russelllguest: the host code
2007-07-19 Rusty Russelllguest: the guest code