summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-0/+8
|\
| * x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck2012-07-261-0/+8
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-031-3/+8
|\ \
| * | perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra2012-07-311-3/+8
* | | Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-021-19/+0
|\ \ \
| * | | x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-311-5/+0
| * | | drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-311-1/+0
| * | | Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-311-16/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-311-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | perf/x86: Fix missing struct before structure nameJovi Zhang2012-07-261-1/+1
| |/
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-2611-56/+83
|\ \
| * | x86/tlb: Fix build warning and crash when building for !SMPAlex Shi2012-07-201-2/+2
| * | x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-271-6/+7
| * | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-272-20/+0
| * | x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-272-4/+22
| * | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-271-0/+2
| * | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-274-19/+17
| * | x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-271-0/+11
| * | x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-142-9/+9
| * | x86: Define early read-mostly per-cpu macrosIdo Yariv2012-06-141-0/+17
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-0/+1
|\ \ \
| * | | x86, efi: Handover ProtocolMatt Fleming2012-07-201-0/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds2012-07-261-0/+2
|\ \ \ \ \
| | * | | | x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin2012-07-201-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-266-2/+226
|\ \ \ \ \ \
| * | | | | | crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna2012-06-271-0/+0
| * | | | | | crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna2012-06-272-0/+0
| * | | | | | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-271-0/+46
| * | | | | | crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-271-0/+115
| * | | | | | crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-0/+2
| * | | | | | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-271-0/+29
| * | | | | | crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna2012-06-142-2/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-241-1/+0
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-231-1/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | iommu: Remove group_mfAlex Williamson2012-06-251-1/+0
| | | |/ / /
* | | | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-0/+7
|\ \ \ \ \ \
| * | | | | | x86/PCI: update MMCONFIG information when hot-plugging PCI host bridgesJiang Liu2012-06-221-0/+1
| * | | | | | x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu2012-06-221-0/+4
| * | | | | | x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()Jiang Liu2012-06-221-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-0/+8
|\ \ \ \ \ \
| * | | | | | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-191-0/+8
| |/ / / / /
* | | | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-249-5/+59
|\ \ \ \ \ \
| * | | | | | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-201-1/+14
| * | | | | | Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
| * | | | | | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-161-0/+3
| * | | | | | KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-123-1/+7
| * | | | | | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-111-0/+1
| * | | | | | KVM: x86 emulator: initialize memopAvi Kivity2012-07-091-1/+1
| * | | | | | KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-091-2/+2
OpenPOWER on IntegriCloud