index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
2007-07-18
12
-23
/
+37
|
\
|
*
drivers/atm/ambassador: kill uninit'd var warning, and fix bug
Jeff Garzik
2007-07-17
1
-1
/
+3
|
*
[libata] sata_mv: use pci_try_set_mwi()
Jeff Garzik
2007-07-17
1
-1
/
+1
|
*
drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning
Jeff Garzik
2007-07-17
1
-2
/
+2
|
*
drivers/net/wan/sbni: kill uninit'd var warning
Jeff Garzik
2007-07-17
1
-4
/
+3
|
*
drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var
Jeff Garzik
2007-07-17
1
-2
/
+2
|
*
drivers/telephony/ixj: cleanup and fix gcc warning
Jeff Garzik
2007-07-17
1
-1
/
+6
|
*
drivers/net/wan/pc300_drv: fix bug caught by gcc warning
Jeff Garzik
2007-07-17
1
-0
/
+2
|
*
drivers/usb/misc/auerswald: fix status check, remove redundant check
Jeff Garzik
2007-07-17
1
-1
/
+1
|
*
[netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() fails
Jeff Garzik
2007-07-17
2
-2
/
+12
|
*
[netdrvr] natsemi: Fix device removal bug
Jeff Garzik
2007-07-17
1
-1
/
+1
|
*
kernel/auditfilter: kill bogus uninit'd-var compiler warning
Jeff Garzik
2007-07-17
1
-8
/
+4
*
|
smp_call_function_single() should be a macro on UP
Al Viro
2007-07-17
1
-10
/
+8
*
|
mixart: Add missing vmalloc.h include
Frank Lichtenheld
2007-07-17
1
-0
/
+1
*
|
hppb: Add missing dma-mapping.h include
Frank Lichtenheld
2007-07-17
1
-0
/
+1
*
|
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
Satyam Sharma
2007-07-17
22
-30
/
+32
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...
Linus Torvalds
2007-07-17
18
-763
/
+1198
|
\
|
*
KVM: Use CPU_DYING for disabling virtualization
Avi Kivity
2007-07-16
1
-2
/
+2
|
*
KVM: Tune hotplug/suspend IPIs
Avi Kivity
2007-07-16
1
-2
/
+2
|
*
KVM: Keep track of which cpus have virtualization enabled
Avi Kivity
2007-07-16
1
-12
/
+33
|
*
SMP: Allow smp_call_function_single() to current cpu
Avi Kivity
2007-07-16
1
-1
/
+6
|
*
i386: Allow smp_call_function_single() to current cpu
Avi Kivity
2007-07-16
1
-3
/
+5
|
*
x86_64: Allow smp_call_function_single() to current cpu
Avi Kivity
2007-07-16
1
-4
/
+8
|
*
HOTPLUG: Adapt thermal throttle to CPU_DYING
Avi Kivity
2007-07-16
1
-2
/
+4
|
*
HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING
Avi Kivity
2007-07-16
1
-0
/
+3
|
*
HOTPLUG: Add CPU_DYING notifier
Avi Kivity
2007-07-16
2
-2
/
+17
|
*
KVM: Clean up #includes
Avi Kivity
2007-07-16
4
-20
/
+20
|
*
KVM: Remove kvmfs in favor of the anonymous inodes source
Avi Kivity
2007-07-16
3
-133
/
+12
|
*
KVM: SVM: Reliably detect if SVM was disabled by BIOS
Joerg Roedel
2007-07-16
2
-0
/
+9
|
*
KVM: VMX: Remove unnecessary code in vmx_tlb_flush()
Avi Kivity
2007-07-16
1
-1
/
+0
|
*
KVM: MMU: Fix Wrong tlb flush order
Shaohua Li
2007-07-16
1
-1
/
+1
|
*
KVM: VMX: Reinitialize the real-mode tss when entering real mode
Avi Kivity
2007-07-16
1
-0
/
+4
|
*
KVM: Avoid useless memory write when possible
Luca Tettamanti
2007-07-16
1
-2
/
+4
|
*
KVM: Fix x86 emulator writeback
Luca Tettamanti
2007-07-16
1
-4
/
+5
|
*
KVM: Add support for in-kernel pio handlers
Eddie Dong
2007-07-16
2
-1
/
+37
|
*
KVM: VMX: Fix interrupt checking on lightweight exit
Gregory Haskins
2007-07-16
1
-3
/
+3
|
*
KVM: Adds support for in-kernel mmio handlers
Gregory Haskins
2007-07-16
2
-12
/
+142
|
*
KVM: Implement emulation of instruction "ret" (opcode 0xc3)
Nitin A Kamble
2007-07-16
1
-4
/
+8
|
*
KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)
Nitin A Kamble
2007-07-16
1
-2
/
+15
|
*
KVM: VMX: Ensure vcpu time stamp counter is monotonous
Avi Kivity
2007-07-16
1
-0
/
+9
|
*
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
Avi Kivity
2007-07-16
2
-6
/
+6
|
*
KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
Shani Moideen
2007-07-16
1
-3
/
+3
|
*
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
Shani Moideen
2007-07-16
1
-2
/
+2
|
*
KVM: Flush remote tlbs when reducing shadow pte permissions
Avi Kivity
2007-07-16
5
-15
/
+84
|
*
KVM: Keep an upper bound of initialized vcpus
Avi Kivity
2007-07-16
2
-0
/
+6
|
*
KVM: Emulate hlt on real mode for Intel
Avi Kivity
2007-07-16
3
-2
/
+12
|
*
KVM: Move duplicate halt handling code into kvm_main.c
Avi Kivity
2007-07-16
4
-12
/
+14
|
*
KVM: Enable guest smp
Avi Kivity
2007-07-16
1
-1
/
+1
|
*
KVM: Fix adding an smp virtual machine to the vm list
Avi Kivity
2007-07-16
1
-3
/
+3
|
*
KVM: Fix vcpu freeing for guest smp
Avi Kivity
2007-07-16
2
-2
/
+17
[next]