aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
| * | | | | | | | | | | | crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
| * | | | | | | | | | | | crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-24
| * | | | | | | | | | | | crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-15
| * | | | | | | | | | | | crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2012-10-15
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds2012-12-15
* | | | | | | | | | | | UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-14
* | | | | | | | | | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, efi: Check table header length in efi_bgrt_init()Jan Beulich2012-11-14
| * | | | | | | | | | | | x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-30
| * | | | | | | | | | | | x86/kernel: remove tboot 1:1 page table creation codeXiaoyan Zhang2012-10-30
| * | | | | | | | | | | | x86, efi: 1:1 pagetable mapping for virtual EFI callsMatt Fleming2012-10-30
| * | | | | | | | | | | | x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming2012-10-30
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ACPI: Fix build when disabledDavid Rientjes2012-10-01
| * | | | | | | | | | | | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-09-30
| * | | | | | | | | | | | x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handlingThomas Renninger2012-09-30
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-26
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-26
| | * | | | | | | | | | | x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-26
| | * | | | | | | | | | | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-26
| | * | | | | | | | | | | x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-26
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov2012-12-11
| * | | | | | | | | | | | VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov2012-12-11
| * | | | | | | | | | | | KVM: VMX: fix DPL during entry to protected modeGleb Natapov2012-12-11
| * | | | | | | | | | | | x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-11
| * | | | | | | | | | | | KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-06
| * | | | | | | | | | | | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-06
| * | | | | | | | | | | | KVM: MMU: optimize for set_spteXiao Guangrong2012-12-06
| * | | | | | | | | | | | KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * | | | | | | | | | | | kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-05
| * | | | | | | | | | | | kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-05
| * | | | | | | | | | | | KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-02
| * | | | | | | | | | | | KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * | | | | | | | | | | | KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * | | | | | | | | | | | KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-29
| * | | | | | | | | | | | KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-28
| * | | | | | | | | | | | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-28
| * | | | | | | | | | | | KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-27
| * | | | | | | | | | | | x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-27