| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | crypto: camellia-x86_64 - share common functions and move structures and func... | Jussi Kivilinna | 2012-11-09 | 2 | -57/+105 |
| * | | | | | | | | | | | | crypto: cast5/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 2 | -131/+280 |
| * | | | | | | | | | | | | crypto: serpent/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 3 | -115/+121 |
| * | | | | | | | | | | | | crypto: twofish/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 2 | -129/+152 |
| * | | | | | | | | | | | | crypto: cast6/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 3 | -125/+227 |
| * | | | | | | | | | | | | crypto: x86/glue_helper - use le128 instead of u128 for CTR mode | Jussi Kivilinna | 2012-10-24 | 9 | -58/+64 |
| * | | | | | | | | | | | | crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction | Tim Chen | 2012-10-15 | 3 | -0/+542 |
| * | | | | | | | | | | | | crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c | Tim Chen | 2012-10-15 | 2 | -0/+1 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" | Linus Torvalds | 2012-12-15 | 3 | -128/+3 |
* | | | | | | | | | | | | UAPI: (Scripted) Disintegrate arch/x86/include/asm | David Howells | 2012-12-14 | 80 | -1428/+1587 |
* | | | | | | | | | | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 9 | -113/+181 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86, efi: Check table header length in efi_bgrt_init() | Jan Beulich | 2012-11-14 | 1 | -0/+2 |
| * | | | | | | | | | | | | x86-64/efi: Use EFI to deal with platform wall clock (again) | Jan Beulich | 2012-10-30 | 2 | -30/+10 |
| * | | | | | | | | | | | | x86/kernel: remove tboot 1:1 page table creation code | Xiaoyan Zhang | 2012-10-30 | 1 | -73/+5 |
| * | | | | | | | | | | | | x86, efi: 1:1 pagetable mapping for virtual EFI calls | Matt Fleming | 2012-10-30 | 2 | -7/+36 |
| * | | | | | | | | | | | | x86, mm: Include the entire kernel memory map in trampoline_pgd | Matt Fleming | 2012-10-30 | 3 | -3/+128 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | ACPI: Fix build when disabled | David Rientjes | 2012-10-02 | 1 | -0/+2 |
| * | | | | | | | | | | | | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas | Thomas Renninger | 2012-10-01 | 1 | -0/+2 |
| * | | | | | | | | | | | | x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handling | Thomas Renninger | 2012-10-01 | 1 | -0/+6 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-14 | 6 | -115/+131 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ... | Ingo Molnar | 2012-10-26 | 6 | -115/+131 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | x86, MCA: Finish mca_config conversion | Borislav Petkov | 2012-10-26 | 6 | -30/+25 |
| | * | | | | | | | | | | | x86, MCA: Convert the next three variables batch | Borislav Petkov | 2012-10-26 | 3 | -22/+21 |
| | * | | | | | | | | | | | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeout | Borislav Petkov | 2012-10-26 | 2 | -24/+30 |
| | * | | | | | | | | | | | x86, MCA: Convert dont_log_ce, banks and tolerant | Borislav Petkov | 2012-10-26 | 2 | -44/+60 |
| | | |_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-14 | 27 | -339/+1209 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | KVM: emulator: fix real mode segment checks in address linearization | Gleb Natapov | 2012-12-12 | 1 | -2/+3 |
| * | | | | | | | | | | | | VMX: remove unneeded enable_unrestricted_guest check | Gleb Natapov | 2012-12-12 | 1 | -1/+1 |
| * | | | | | | | | | | | | KVM: VMX: fix DPL during entry to protected mode | Gleb Natapov | 2012-12-12 | 1 | -0/+1 |
| * | | | | | | | | | | | | x86/kexec: crash_vmclear_local_vmcss needs __rcu | Zhang Yanfei | 2012-12-11 | 2 | -3/+4 |
| * | | | | | | | | | | | | KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump | Zhang Yanfei | 2012-12-06 | 1 | -0/+67 |
| * | | | | | | | | | | | | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary | Zhang Yanfei | 2012-12-06 | 2 | -0/+34 |
| * | | | | | | | | | | | | KVM: MMU: optimize for set_spte | Xiao Guangrong | 2012-12-06 | 1 | -4/+12 |
| * | | | | | | | | | | | | KVM: x86: Make register state after reset conform to specification | Julian Stecklina | 2012-12-05 | 4 | -16/+17 |
| * | | | | | | | | | | | | kvm: don't use bit24 for detecting address-specific invalidation capability | Zhang Xiantao | 2012-12-05 | 2 | -18/+1 |
| * | | | | | | | | | | | | kvm: remove unnecessary bit checking for ept violation | Zhang Xiantao | 2012-12-05 | 1 | -5/+0 |
| * | | | | | | | | | | | | KVM: x86: Fix uninitialized return code | Jan Kiszka | 2012-12-02 | 1 | -0/+1 |
| * | | | | | | | | | | | | KVM: x86: Emulate IA32_TSC_ADJUST MSR | Will Auld | 2012-11-30 | 8 | -0/+53 |
| * | | | | | | | | | | | | KVM: x86: Add code to track call origin for msr assignment | Will Auld | 2012-11-30 | 5 | -21/+56 |
| * | | | | | | | | | | | | KVM: VMX: fix memory order between loading vmcs and clearing vmcs | Xiao Guangrong | 2012-11-30 | 1 | -0/+17 |
| * | | | | | | | | | | | | KVM: VMX: fix invalid cpu passed to smp_call_function_single | Xiao Guangrong | 2012-11-29 | 1 | -3/+5 |
| * | | | | | | | | | | | | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf | Gleb Natapov | 2012-11-29 | 1 | -6/+1 |
| * | | | | | | | | | | | | KVM: x86: update pvclock area conditionally, on cpu migration | Marcelo Tosatti | 2012-11-28 | 1 | -1/+6 |
| * | | | | | | | | | | | | KVM: x86: require matched TSC offsets for master clock | Marcelo Tosatti | 2012-11-28 | 3 | -8/+89 |
| * | | | | | | | | | | | | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization | Marcelo Tosatti | 2012-11-28 | 3 | -3/+13 |
| * | | | | | | | | | | | | KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag | Marcelo Tosatti | 2012-11-28 | 3 | -8/+264 |
| * | | | | | | | | | | | | KVM: x86: notifier for clocksource changes | Marcelo Tosatti | 2012-11-28 | 1 | -1/+93 |
| * | | | | | | | | | | | | KVM: x86: pass host_tsc to read_l1_tsc | Marcelo Tosatti | 2012-11-28 | 5 | -9/+9 |
| * | | | | | | | | | | | | x86: vdso: pvclock gettime support | Marcelo Tosatti | 2012-11-28 | 3 | -11/+101 |