summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-174-56/+52Star
|\
| * KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-151-0/+2
| * KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han2008-10-151-2/+0Star
| * KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-0/+3
| * KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+2
| * KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: mode specific sync_pageMarcelo Tosatti2008-10-151-0/+2
| * KVM: Device Assignment with VT-dBen-Ami Yassour2008-10-151-20/+3Star
| * x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang2008-10-151-0/+3
| * KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-151-0/+1
| * KVM: Simplify exception entries by using __ASM_SIZE and _ASM_PTRAvi Kivity2008-10-151-11/+2Star
| * KVM: remove unused field from the assigned dev structBen-Ami Yassour2008-10-151-1/+0Star
| * KVM: Reduce stack usage in kvm_pv_mmu_op()Dave Hansen2008-10-151-0/+10
| * KVM: pci device assignmentBen-Ami Yassour2008-10-151-0/+16
| * x86: paravirt: factor out cpu_khz to common codeGlauber Costa2008-10-151-0/+1
| * KVM: Add irq ack notifier listAvi Kivity2008-10-151-0/+7
| * KVM: VMX: Reinject real mode exceptionJan Kiszka2008-10-151-0/+4
| * KVM: Consolidate XX_VECTOR definesJan Kiszka2008-10-151-0/+1
| * KVM: Add a pending interrupt queueAvi Kivity2008-10-151-0/+5
| * KVM: VMX: Move nmi injection failure processing to vm exit pathAvi Kivity2008-10-151-0/+1
| * KVM: Move KVM TRACE DEFINITIONS to common headerHollis Blanchard2008-10-152-40/+0Star
| * KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-5/+10
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-173-5/+2Star
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-153-5/+2Star
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | generic: make PFN_PHYS explicitly return phys_addr_tJeremy Fitzhardinge2008-09-141-2/+2
| | | | * | generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge2008-09-142-3/+0Star
| | | |/ / | | |/| |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-171-1/+6
|\ \ \ \ \
| * | | | | x86: fix compat-vdsoSuresh Siddha2008-10-151-1/+6
* | | | | | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-10-161-2/+2
|\ \ \ \ \ \
| * | | | | | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky2008-10-161-2/+2
| | |/ / / / | |/| | | |
* | | | | | x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel2008-10-161-1/+1
* | | | | | include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-162-2/+2
|/ / / / /
* | | | | Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2008-10-131-56/+5Star
|\ \ \ \ \
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-13291-1234/+2587
| |\| | | |
| * | | | | x86_64: Use <asm-generic/statfs.h>David Woodhouse2008-09-061-56/+5Star
| | |_|/ / | |/| | |
* | | | | Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-10-1320-137/+87Star
|\ \ \ \ \
| * | | | | x86: change early_ioremap to use slots instead of nestingYinghai Lu2008-10-132-4/+4
| * | | | | traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum2008-10-131-4/+0Star
| * | | | | traps: i386: expand clear_mem_error and remove from mach_traps.hAlexander van Heukelum2008-10-131-6/+0Star
| * | | | | traps: x86: converge trap_init functionsAlexander van Heukelum2008-10-132-9/+11
| * | | | | x86, traps: converge do_debug handlersAlexander van Heukelum2008-10-131-4/+0Star
| * | | | | x86, traps: introduce dotraplinkageAlexander van Heukelum2008-10-131-37/+36Star
| * | | | | x86, traps: split out math_error and simd_math_errorAlexander van Heukelum2008-10-131-3/+3
| * | | | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-132-3/+9
| * | | | | x86: __show_registers() and __show_regs() API unificationPekka Enberg2008-10-131-2/+1Star
| * | | | | x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert2008-10-131-5/+3Star
| * | | | | x86: merge winchip-2 and winchip-2a cpu choicesKrzysztof Helt2008-10-131-2/+0Star
| * | | | | traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2008-10-131-21/+0Star
| * | | | | x86: remove SEGMENT_IS_FLAT_CODEGlauber Costa2008-10-131-3/+0Star