summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-267-109/+154
|\
| * x86, efi: Handover ProtocolMatt Fleming2012-07-215-79/+144
| * x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-062-30/+10
| |
| \
*-. \ Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds2012-07-262-7/+2
|\ \ \
| | * | x86, cpufeature: Add the RDSEED and ADX featuresH. Peter Anvin2012-07-201-0/+2
| * | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead codePaul Bolle2012-06-211-7/+0
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-264-26/+40
|\ \ \ \
| * | | | x86, boot: Exclude cmdline.c if you can't use itGokul Caushik2012-07-212-2/+7
| * | | | x86, boot: Exclude early_serial_console.c if can't use it.Joe Millenbach2012-07-212-0/+14
| * | | | x86, boot: Removed unused debug flag and set codeJoe Millenbach2012-07-211-4/+0
| * | | | x86, boot: Switch output functions from command-line flags to conditional com...Joe Millenbach2012-07-212-15/+14
| * | | | x86, boot: Changed error putstr path to match new debug_putstr formatJoe Millenbach2012-07-212-3/+4
| * | | | x86, boot: Wrap debug printing in a new debug_putstr functionJoe Millenbach2012-07-211-8/+10
| * | | | x86, boot: Removed quiet flag and switched quiet output to debug flagJoe Millenbach2012-07-211-6/+3
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-262-56/+1
|\ \ \ \ \
| * | | | | sched/x86: Remove broken power estimationPeter Zijlstra2012-07-242-56/+1
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-2620-1093/+3266
|\ \ \ \ \
| * | | | | crypto: twofish-avx - remove useless instructionJohannes Goetzfried2012-07-111-1/+0
| * | | | | crypto: aesni-intel - fix wrong kfree pointerMilan Broz2012-07-111-4/+4
| * | | | | crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna2012-06-273-2/+2
| * | | | | crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna2012-06-274-2/+2
| * | | | | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna2012-06-273-487/+161
| * | | | | crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2012-06-271-272/+93
| * | | | | crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2012-06-271-269/+86
| * | | | | crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2012-06-271-304/+94
| * | | | | crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna2012-06-274-351/+424
| * | | | | crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna2012-06-271-163/+303
| * | | | | crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna2012-06-273-102/+19
| * | | | | crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2012-06-271-110/+6
| * | | | | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna2012-06-275-218/+193
| * | | | | crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna2012-06-145-10/+42
| * | | | | crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-123-0/+1655
| * | | | | crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-124-0/+1391
| * | | | | crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause2012-06-123-11/+4
* | | | | | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-252-12/+0
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel2012-07-232-12/+0
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | * | | | | | iommu: Remove group_mfAlex Williamson2012-06-252-12/+0
* | | | | | | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-2511-168/+440
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-1/+1
| * | | | | | | | | | Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PCI: do not call pci_set_power_state with PCI_D3coldHuang Ying2012-06-231-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'topic/jiang-mmconfig-v10' into nextBjorn Helgaas2012-06-225-152/+409
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu2012-06-222-14/+10
| | * | | | | | | | | | x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu2012-06-221-25/+21
| | * | | | | | | | | | x86/PCI: get rid of redundant log messagesJiang Liu2012-06-221-7/+0
| | * | | | | | | | | | x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu2012-06-221-26/+8
| | * | | | | | | | | | x86/PCI: update MMCONFIG information when hot-plugging PCI host bridgesJiang Liu2012-06-224-5/+93
| | * | | | | | | | | | x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu2012-06-222-4/+109
| | * | | | | | | | | | x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu2012-06-221-36/+68