summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-12lguest: fix race in halt codeRusty Russell3-12/+31
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell1-7/+1
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2-5/+5
2009-06-12sched: export kick_processRusty Russell1-0/+1
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell1-3/+4
2009-06-12lguest: clean up lguest_init_IRQRusty Russell1-5/+4
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell1-55/+47
2009-06-12lguest: be paranoid about guest playing with device descriptors.Rusty Russell1-10/+17
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger2-2/+2
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell1-8/+16
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2-2/+78
2009-06-12virtio: teach virtio_has_feature() about transport featuresMark McLoughlin1-1/+3
2009-06-12virtio: expose features in sysfsRusty Russell1-0/+16
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin2-20/+218
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin10-89/+183
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell14-31/+56
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2009-06-12virtio: fix obsolete documentation on probe functionRusty Russell1-2/+1
2009-06-12GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse1-4/+0
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra4-10/+105
2009-06-12perf record: Explicity program a default counterPeter Zijlstra1-2/+5
2009-06-12perf_counter: Remove PERF_TYPE_RAW special casingPeter Zijlstra1-5/+1
2009-06-12perf_counter: PERF_TYPE_HW_CACHE is a hardware counter tooPeter Zijlstra1-1/+2
2009-06-12powerpc, perf_counter: Fix performance counter event typesJaswinder Singh Rajput1-6/+6
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell16-32/+0
2009-06-12module: trim exception table on init free.Rusty Russell7-1/+101
2009-06-12module: merge module_alloc() finallyAmerigo Wang3-11/+12
2009-06-12uml module: fix uml build process due to this mergeAmerigo Wang3-25/+2
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang4-224/+161
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang4-124/+99
2009-06-12uvesafb: improve parameter handling.Rusty Russell1-6/+4
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2-16/+49
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell1-0/+5
2009-06-12module_param: split perm field into flags and permRusty Russell2-8/+9
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell3-4/+4
2009-06-12cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell1-5/+4
2009-06-12kmemleak: Add more info to the MAINTAINERS entryCatalin Marinas1-6/+10
2009-06-12perf_counter/x86: Add a quirk for Atom processorsYong Wang1-0/+7
2009-06-12perf_counter tools: Remove one L1-data aliasYong Wang1-1/+1
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu3-5/+9
2009-06-12irq: slab alloc for default irq_affinityYinghai Lu1-1/+1
2009-06-12Blackfin: fix sparseirq/kstat_irqs falloutMike Frysinger1-0/+2
2009-06-12Blackfin: fix unused warnings after nommu updateMike Frysinger1-1/+0
2009-06-12Blackfin: export the last exception cause via debugfsRobin Getz1-0/+10
2009-06-12Blackfin: fix length checking in kgdb_ebin2memRoel Kluin1-3/+2
2009-06-12Blackfin: kgdb: fix up error return valuesMike Frysinger1-25/+30
2009-06-12Blackfin: push access_ok() L1 attribute downMike Frysinger2-4/+3