summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, paravirt: fix build error when thp is disabledDavid Rientjes2012-12-181-2/+0
* Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds2012-12-181-2/+3
|\
| * lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas2012-12-131-2/+3
* | create non-empty arch/x86/include/uapi/asm/ filesAndrew Morton2012-12-182-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-171-51/+59
|\ \
| * | seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski2012-10-021-51/+59
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-174-3/+44
|\ \ \
| * | | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+2
| * | | mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli2012-12-111-2/+9
| * | | mm: numa: define _PAGE_NUMAAndrea Arcangeli2012-12-111-0/+20
| * | | x86/mm: Introduce pte_accessible()Rik van Riel2012-12-111-0/+6
| * | | x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel2012-12-111-1/+0
| * | | x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel2012-12-111-1/+8
* | | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-165-51/+110
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-12-1522-620/+3160
|\ \ \ \
| * | | | crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-062-16/+16
| * | | | crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-093-0/+1663
| * | | | crypto: camellia-x86_64 - share common functions and move structures and func...Jussi Kivilinna2012-11-092-57/+105
| * | | | crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-242-131/+280
| * | | | crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-243-115/+121
| * | | | crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-242-129/+152
| * | | | crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-243-125/+227
| * | | | crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-249-58/+64
| * | | | crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-153-0/+542
| * | | | crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2012-10-152-0/+1
| | |_|/ | |/| |
* | | | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds2012-12-153-128/+3
* | | | UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-1480-1428/+1587
* | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-149-113/+181
|\ \ \ \
| * | | | x86, efi: Check table header length in efi_bgrt_init()Jan Beulich2012-11-141-0/+2
| * | | | x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-302-30/+10
| * | | | x86/kernel: remove tboot 1:1 page table creation codeXiaoyan Zhang2012-10-301-73/+5
| * | | | x86, efi: 1:1 pagetable mapping for virtual EFI callsMatt Fleming2012-10-302-7/+36
| * | | | x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming2012-10-303-3/+128
| |/ / /
* | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-142-0/+10
|\ \ \ \
| * | | | ACPI: Fix build when disabledDavid Rientjes2012-10-021-0/+2
| * | | | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-10-011-0/+2
| * | | | x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handlingThomas Renninger2012-10-011-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-146-115/+131
|\ \ \ \
| * \ \ \ Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-266-115/+131
| |\ \ \ \
| | * | | | x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-266-30/+25
| | * | | | x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-263-22/+21
| | * | | | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-262-24/+30
| | * | | | x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-262-44/+60
* | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-1427-339/+1209
|\ \ \ \ \ \
| * | | | | | KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov2012-12-121-2/+3
| * | | | | | VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-121-1/+1
| * | | | | | KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-121-0/+1
| * | | | | | x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-112-3/+4
| * | | | | | KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-061-0/+67
| * | | | | | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-062-0/+34