| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-26 | 7 | -109/+154 |
|\ |
|
| * | x86, efi: Handover Protocol | Matt Fleming | 2012-07-21 | 5 | -79/+144 |
| * | x86-64/efi: Use EFI to deal with platform wall clock | Jan Beulich | 2012-06-06 | 2 | -30/+10 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git... | Linus Torvalds | 2012-07-26 | 2 | -7/+2 |
|\ \ \ |
|
| | * | | x86, cpufeature: Add the RDSEED and ADX features | H. Peter Anvin | 2012-07-20 | 1 | -0/+2 |
| * | | | x86, boot: Remove ancient, unconditionally #ifdef'd out dead code | Paul Bolle | 2012-06-21 | 1 | -7/+0 |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-07-26 | 4 | -26/+40 |
|\ \ \ \ |
|
| * | | | | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 2012-07-21 | 2 | -2/+7 |
| * | | | | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach | 2012-07-21 | 2 | -0/+14 |
| * | | | | x86, boot: Removed unused debug flag and set code | Joe Millenbach | 2012-07-21 | 1 | -4/+0 |
| * | | | | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach | 2012-07-21 | 2 | -15/+14 |
| * | | | | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach | 2012-07-21 | 2 | -3/+4 |
| * | | | | x86, boot: Wrap debug printing in a new debug_putstr function | Joe Millenbach | 2012-07-21 | 1 | -8/+10 |
| * | | | | x86, boot: Removed quiet flag and switched quiet output to debug flag | Joe Millenbach | 2012-07-21 | 1 | -6/+3 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-07-26 | 2 | -56/+1 |
|\ \ \ \ \ |
|
| * | | | | | sched/x86: Remove broken power estimation | Peter Zijlstra | 2012-07-24 | 2 | -56/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-07-26 | 20 | -1093/+3266 |
|\ \ \ \ \ |
|
| * | | | | | crypto: twofish-avx - remove useless instruction | Johannes Goetzfried | 2012-07-11 | 1 | -1/+0 |
| * | | | | | crypto: aesni-intel - fix wrong kfree pointer | Milan Broz | 2012-07-11 | 1 | -4/+4 |
| * | | | | | crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/ | Jussi Kivilinna | 2012-06-27 | 3 | -2/+2 |
| * | | | | | crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as... | Jussi Kivilinna | 2012-06-27 | 4 | -2/+2 |
| * | | | | | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr... | Jussi Kivilinna | 2012-06-27 | 3 | -487/+161 |
| * | | | | | crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue... | Jussi Kivilinna | 2012-06-27 | 1 | -272/+93 |
| * | | | | | crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod... | Jussi Kivilinna | 2012-06-27 | 1 | -269/+86 |
| * | | | | | crypto: serpent-avx: remove duplicated glue code and use shared glue code fro... | Jussi Kivilinna | 2012-06-27 | 1 | -304/+94 |
| * | | | | | crypto: serpent-sse2 - split generic glue code to new helper module | Jussi Kivilinna | 2012-06-27 | 4 | -351/+424 |
| * | | | | | crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c... | Jussi Kivilinna | 2012-06-27 | 1 | -163/+303 |
| * | | | | | crypto: aes_ni - change to use shared ablk_* functions | Jussi Kivilinna | 2012-06-27 | 3 | -102/+19 |
| * | | | | | crypto: twofish-avx - change to use shared ablk_* functions | Jussi Kivilinna | 2012-06-27 | 1 | -110/+6 |
| * | | | | | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t... | Jussi Kivilinna | 2012-06-27 | 5 | -218/+193 |
| * | | | | | crypto: serpent-sse2/avx - allow both to be built into kernel | Jussi Kivilinna | 2012-06-14 | 5 | -10/+42 |
| * | | | | | crypto: serpent - add x86_64/avx assembler implementation | Johannes Goetzfried | 2012-06-12 | 3 | -0/+1655 |
| * | | | | | crypto: twofish - add x86_64/avx assembler implementation | Johannes Goetzfried | 2012-06-12 | 4 | -0/+1391 |
| * | | | | | crypto: sha1 - use Kbuild supplied flags for AVX test | Mathias Krause | 2012-06-12 | 3 | -11/+4 |
* | | | | | | Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-25 | 2 | -12/+0 |
|\ \ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *---. \ \ \ \ \ | Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai... | Joerg Roedel | 2012-07-23 | 2 | -12/+0 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| | | * | | | | | | iommu: Remove group_mf | Alex Williamson | 2012-06-25 | 2 | -12/+0 |
* | | | | | | | | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-07-25 | 11 | -168/+440 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 2012-07-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | x86/PCI: adjust section annotations for pcibios_setup() | Myron Stowe | 2012-07-05 | 1 | -1/+1 |
| * | | | | | | | | | | Merge branch 'topic/huang-d3cold-v7' into next | Bjorn Helgaas | 2012-06-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | PCI: do not call pci_set_power_state with PCI_D3cold | Huang Ying | 2012-06-23 | 1 | -1/+1 |
| | |/ / / / / / / / / |
|
| * | | | | | | | | | | Merge branch 'topic/jiang-mmconfig-v10' into next | Bjorn Helgaas | 2012-06-22 | 5 | -152/+409 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86/PCI: use pr_level() to replace printk(KERN_LEVEL) | Jiang Liu | 2012-06-22 | 2 | -14/+10 |
| | * | | | | | | | | | | x86/PCI: refine __pci_mmcfg_init() for better code readability | Jiang Liu | 2012-06-22 | 1 | -25/+21 |
| | * | | | | | | | | | | x86/PCI: get rid of redundant log messages | Jiang Liu | 2012-06-22 | 1 | -7/+0 |
| | * | | | | | | | | | | x86/PCI: simplify pci_mmcfg_late_insert_resources() | Jiang Liu | 2012-06-22 | 1 | -26/+8 |
| | * | | | | | | | | | | x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges | Jiang Liu | 2012-06-22 | 4 | -5/+93 |
| | * | | | | | | | | | | x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplug | Jiang Liu | 2012-06-22 | 2 | -4/+109 |
| | * | | | | | | | | | | x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtime | Jiang Liu | 2012-06-22 | 1 | -36/+68 |