aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* lguest: try to batch interrupts on network receiveRusty Russell2009-06-12
* lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell2009-06-12
* lguest: implement deferred interrupts in example LauncherRusty Russell2009-06-12
* lguest: remove obsolete LHREQ_BREAK callRusty Russell2009-06-12
* lguest: have example Launcher service all devices in separate threadsRusty Russell2009-06-12
* lguest: use eventfds for device notificationRusty Russell2009-06-12
* eventfd: export eventfd_signal and eventfd_fget for lguestRusty Russell2009-06-12
* lguest: allow any process to send interruptsRusty Russell2009-06-12
* lguest: PAE fixesRusty Russell2009-06-12
* lguest: PAE supportMatias Zabaljauregui2009-06-12
* lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2009-06-12
* lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-12
* lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-12
* lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-12
* lguest: fix writev returning short on console outputRusty Russell2009-06-12
* lguest: clean up length-used value in example launcherRusty Russell2009-06-12
* lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui2009-06-12
* lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin2009-06-12
* lguest: clean up example launcher compile flags.Rusty Russell2009-06-12
* lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell2009-06-12
* lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-12
* lguest: fix race in halt codeRusty Russell2009-06-12
* lguest: remove invalid interrupt forcing logic.Rusty Russell2009-06-12
* lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2009-06-12
* sched: export kick_processRusty Russell2009-06-12
* lguest: get more serious about wmb() in example Launcher codeRusty Russell2009-06-12
* lguest: clean up lguest_init_IRQRusty Russell2009-06-12
* lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell2009-06-12
* lguest: be paranoid about guest playing with device descriptors.Rusty Russell2009-06-12
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-11
|\
| * nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi2009-06-11
| * nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi2009-06-11
| * nilfs2: simplify remaining sget() useRyusuke Konishi2009-06-11
| * nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2009-06-11
| * nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi2009-06-11
| * nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi2009-06-11
| * remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-11
| * nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig2009-06-11
| * jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-11
| * ufs: add ->sync_fsChristoph Hellwig2009-06-11
| * sysv: add ->sync_fsChristoph Hellwig2009-06-11
| * hfsplus: add ->sync_fsChristoph Hellwig2009-06-11
| * hfs: add ->sync_fsChristoph Hellwig2009-06-11
| * fat: add ->sync_fsChristoph Hellwig2009-06-11
| * ext2: add ->sync_fsChristoph Hellwig2009-06-11
| * exofs: add ->sync_fsChristoph Hellwig2009-06-11
| * bfs: add ->sync_fsChristoph Hellwig2009-06-11
| * affs: add ->sync_fsChristoph Hellwig2009-06-11
| * sanitize ->fsync() for affsAl Viro2009-06-11