summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-026-0/+134
|\
| * crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+19
| * crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+24
| * crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+18
| * crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-252-0/+44
| * crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2013-04-252-0/+29
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-022-0/+3
|\ \
| * | x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk2013-05-022-0/+3
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-12/+5
|\ \ \ | |/ / |/| |
| * | lguest: map Switcher below fixmap.Rusty Russell2013-04-221-6/+0
| * | lguest: assume Switcher text is a single page.Rusty Russell2013-04-221-5/+2
| * | lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell2013-04-221-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-22/+2
|\ \ \
| * | | x86: trim sys_ia32.hAl Viro2013-03-031-5/+0
| * | | x86: sys32_kill and sys32_mprotect are pointlessAl Viro2013-03-031-2/+0
| * | | merge compat sys_ipc instancesAl Viro2013-03-031-3/+0
| * | | consolidate compat lookup_dcookie()Al Viro2013-03-031-1/+0
| * | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-1/+0
| * | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-031-2/+2
| * | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
| |/ /
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-3/+0
|\ \ \
| * | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-3/+0
* | | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-301-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-281-0/+1
| |\ \ \
| | * | | cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...Jacob Shin2013-04-101-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ \
| * | | | | x86 cmpxchg.h: fix wrong commentLi Zhong2013-04-251-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'edac_amd_f16h' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2013-04-194-4/+9
| |\ \ \ \ \
| * | | | | | x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-305-14/+12
|\ \ \ \ \ \
| * | | | | | x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-112-5/+1
| * | | | | | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not neededKonrad Rzeszutek Wilk2013-04-111-1/+0
| * | | | | | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed.Konrad Rzeszutek Wilk2013-04-111-3/+0
| * | | | | | x86: Make Linux guest support optionalBorislav Petkov2013-03-041-5/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-302-4/+0
|\ \ \ \ \ \
| * | | | | | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMERPaul Bolle2013-04-121-3/+0
| * | | | | | x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-101-1/+0
* | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-3/+1
|\ \ \ \ \ \ \
| * | | | | | | x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-111-3/+1
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-302-24/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, cpu: Convert AMD Erratum 400Borislav Petkov2013-04-022-19/+1
| * | | | | | | | x86, cpu: Convert AMD Erratum 383Borislav Petkov2013-04-022-1/+1
| * | | | | | | | x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov2013-04-022-1/+1
| * | | | | | | | x86, cpu: Convert FDIV bug detectionBorislav Petkov2013-04-022-1/+1
| * | | | | | | | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-022-1/+2
| * | | | | | | | x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-022-1/+14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-302-8/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, msr: Unify variable namesBorislav Petkov2013-04-021-7/+7
| * | | | | | | | x86: Drop KERNEL_IMAGE_STARTBorislav Petkov2013-04-021-1/+0
OpenPOWER on IntegriCloud