summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus3-54/+158
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus4-56/+86
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity1-5/+1
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity1-1/+3
2008-01-30KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier1-9/+15
2008-01-30KVM: Purify x86_decode_insn() error case managementLaurent Vivier1-3/+7
2008-01-30KVM: x86_emulator: no writeback for btQing He1-0/+1
2008-01-30KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier2-53/+25
2008-01-30KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier1-62/+59
2008-01-30KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier1-185/+266
2008-01-30KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper1-7/+4
2008-01-30KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity3-2/+29
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity5-37/+122
2008-01-30KVM: VMX: Further reduce efer reloadsAvi Kivity1-24/+37
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier5-45/+82
2008-01-30KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier3-14/+10
2008-01-30KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier1-24/+53
2008-01-30KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier2-435/+518
2008-01-30KVM: x86 emulator: remove unused functionsLaurent Vivier1-39/+0
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori5-122/+101
2008-01-30KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori1-6/+17
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds19-241/+550
2008-01-31[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2-28/+37
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl3-1/+287
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar2-6/+0
2008-01-30x86: cpa: move flush to cpaThomas Gleixner4-15/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven2-9/+6
2008-01-30cpufreq: fix obvious condition statement errorYi Yang1-1/+1
2008-01-30x86: left over fix for leak of early_ioremp in dmi_scanYinghai Lu1-0/+1
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle1-1/+14
2008-01-30x86: fix DMI ioremap leakIngo Molnar1-0/+1
2008-01-30x86: don't disable TSC in any C states on AMD Fam10hAndi Kleen1-4/+28
2008-01-30git-x86: drivers/pnp/pnpbios/bioscalls.c build fixAndrew Morton1-1/+4
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi1-0/+2
2008-01-30x86: fix DMI out of memory problemsParag Warudkar1-3/+21
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-4/+4
2008-01-30x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.cIngo Molnar1-2/+5
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-1/+1
2008-01-30x86: clean up drivers/char/rtc.cIngo Molnar1-109/+129
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86: nuke a ton of dead hpet codeThomas Gleixner1-75/+0
2008-01-30x86: assign IRQs to HPET timers, fixBalaji Rao1-0/+6
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-7/+38
2008-01-30Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds2-1/+28
2008-01-29cciss: fix bug in overriding ->data_len before completionJens Axboe1-1/+0
2008-01-29xsysace: end request handling fixJens Axboe1-4/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds424-37247/+105609
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger5-6/+8
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2-3/+3
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1