aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-17
* drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-17
* drivers/atm/ambassador: kill uninit'd var warning, and fix bugJeff Garzik2007-07-17
* [libata] sata_mv: use pci_try_set_mwi()Jeff Garzik2007-07-17
* drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-17
* drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik2007-07-17
* drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik2007-07-17
* drivers/telephony/ixj: cleanup and fix gcc warningJeff Garzik2007-07-17
* drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik2007-07-17
* drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik2007-07-17
* [netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() failsJeff Garzik2007-07-17
* [netdrvr] natsemi: Fix device removal bugJeff Garzik2007-07-17
* kernel/auditfilter: kill bogus uninit'd-var compiler warningJeff Garzik2007-07-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-17
|\
| * KVM: Use CPU_DYING for disabling virtualizationAvi Kivity2007-07-16
| * KVM: Tune hotplug/suspend IPIsAvi Kivity2007-07-16
| * KVM: Keep track of which cpus have virtualization enabledAvi Kivity2007-07-16
| * SMP: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-16
| * i386: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-16
| * x86_64: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-16
| * HOTPLUG: Adapt thermal throttle to CPU_DYINGAvi Kivity2007-07-16
| * HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity2007-07-16
| * HOTPLUG: Add CPU_DYING notifierAvi Kivity2007-07-16
| * KVM: Clean up #includesAvi Kivity2007-07-16
| * KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-16
| * KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2007-07-16
| * KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity2007-07-16
| * KVM: MMU: Fix Wrong tlb flush orderShaohua Li2007-07-16
| * KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity2007-07-16
| * KVM: Avoid useless memory write when possibleLuca Tettamanti2007-07-16
| * KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-16
| * KVM: Add support for in-kernel pio handlersEddie Dong2007-07-16
| * KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins2007-07-16
| * KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-16
| * KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-16
| * KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-16
| * KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity2007-07-16
| * KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-16
| * KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-16
| * KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-16
| * KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-16
| * KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-16
| * KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-16
| * KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-16
| * KVM: Enable guest smpAvi Kivity2007-07-16
| * KVM: Fix adding an smp virtual machine to the vm listAvi Kivity2007-07-16
| * KVM: Fix vcpu freeing for guest smpAvi Kivity2007-07-16
| * KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh2007-07-16
| * KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day2007-07-16
| * KVM: Lazy guest cr3 switchingAvi Kivity2007-07-16