summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-12-101-1/+3
|\
| * x86/amd-iommu: Fix PCI hotplug with passthrough modeJoerg Roedel2009-12-101-0/+1
| * x86/amd-iommu: Fix passthrough modeJoerg Roedel2009-12-101-1/+2
* | x86: Factor duplicated code out of __show_regs() into show_regs_common()Andy Isaacson2009-12-091-0/+1
* | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-081-3/+4
|\ \
| * | x86: arch specific support for remapping HPET MSIsSuresh Siddha2009-08-271-2/+3
| * | x86, hpet: Simplify the HPET codeJan Beulich2009-08-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-12-083-0/+158
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2009-12-0127-104/+128
| |\ \ \
| * | | | x86: Generate .byte code for some new instructions via gas macroHuang Ying2009-11-091-0/+150
| * | | | crypto: ghash-intel - Add PSHUFB macrosHerbert Xu2009-11-031-0/+7
| * | | | crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-191-0/+1
* | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-085-6/+6
|\ \ \ \ \
| * | | | | x86: UV RTC: Rename generic_interrupt to x86_platform_ipiDimitri Sivanich2009-10-145-6/+6
* | | | | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-081-18/+2
|\ \ \ \ \ \
| * | | | | | x86-64: make compat_start_thread() match start_thread()H. Peter Anvin2009-10-091-18/+2
| |/ / / / /
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-0811-32/+54
|\ \ \ \ \ \
| * | | | | | x86, mm: Correct the implementation of is_untracked_pat_range()H. Peter Anvin2009-11-301-1/+5
| * | | | | | x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu2009-11-242-9/+4
| * | | | | | x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin2009-11-232-4/+2
| * | | | | | x86: Change is_ISA_range() into an inline functionH. Peter Anvin2009-11-231-7/+12
| * | | | | | x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin2009-11-231-1/+1
| * | | | | | x86, mm: Call is_untracked_pat_range() rather than is_ISA_range()H. Peter Anvin2009-11-231-2/+4
| * | | | | | x86: UV SGI: Don't track GRU space in PATJack Steiner2009-11-232-0/+4
| * | | | | | x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich2009-11-191-3/+4
| * | | | | | x86: remove "extern" from function prototypes in <asm/proto.h>H. Peter Anvin2009-11-161-9/+9
| * | | | | | x86, mm: Report state of NX protections during bootKees Cook2009-11-161-0/+1
| * | | | | | x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-161-1/+1
| * | | | | | x86: Make sure wakeup trampoline code is below 1MBYinghai Lu2009-11-111-1/+1
| * | | | | | x86: k8.h: Add struct bootnodeRandy Dunlap2009-11-081-0/+1
| * | | | | | x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-021-0/+1
| * | | | | | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2009-10-201-0/+6
| * | | | | | x86: Export srat physical topologyDavid Rientjes2009-10-121-0/+1
| * | | | | | x86: Export k8 physical topologyDavid Rientjes2009-10-122-2/+5
| |/ / / / /
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-081-0/+2
|\ \ \ \ \ \
| * | | | | | x86: ucode-amd: Load ucode-patches once and not separately of each CPUAndreas Herrmann2009-11-101-0/+2
* | | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-035-6/+11
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
* | | | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-086-15/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2009-12-031-1/+1
| * | | | | | | | KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2009-12-031-1/+1
| * | | | | | | | KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-032-0/+30
| * | | | | | | | KVM: x86 shared msr infrastructureAvi Kivity2009-12-031-0/+3
| * | | | | | | | KVM: allow userspace to adjust kvmclock offsetGlauber Costa2009-12-031-0/+1
| * | | | | | | | KVM: SVM: Cleanup NMI singlestepJan Kiszka2009-12-031-1/+0
| * | | | | | | | KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka2009-12-031-0/+4
| * | | | | | | | KVM: Xen PV-on-HVM guest supportEd Swierk2009-12-032-0/+3
| * | | | | | | | KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf2009-12-031-1/+2
| * | | | | | | | KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin2009-12-031-0/+4
OpenPOWER on IntegriCloud