| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, xsave: Add forgotten inline annotation | Borislav Petkov | 2014-06-18 | 1 | -1/+1 |
* | x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi) | H. Peter Anvin | 2014-05-30 | 1 | -0/+1 |
* | Define kernel API to get address of each state in xsave area | Fenghua Yu | 2014-05-29 | 1 | -0/+3 |
* | x86/xsaves: Save xstate to task's xsave area in __save_fpu during booting time | Fenghua Yu | 2014-05-29 | 1 | -3/+6 |
* | x86/xsaves: Add xsaves and xrstors support for booting time | Fenghua Yu | 2014-05-29 | 1 | -0/+60 |
* | x86/xsaves: Use xsave/xrstor for saving and restoring user space context | Fenghua Yu | 2014-05-29 | 1 | -15/+18 |
* | x86/xsaves: Use xsaves/xrstors for context switch | Fenghua Yu | 2014-05-29 | 1 | -25/+12 |
* | x86/xsaves: Use xsaves/xrstors to save and restore xsave area | Fenghua Yu | 2014-05-29 | 1 | -20/+64 |
* | x86/xsaves: Define a macro for handling xsave/xrstor instruction fault | Fenghua Yu | 2014-05-29 | 1 | -0/+7 |
* | x86/xsaves: Define macros for xsave instructions | Fenghua Yu | 2014-05-29 | 1 | -0/+6 |
* | x86/xsaves: Change compacted format xsave area header | Fenghua Yu | 2014-05-29 | 1 | -2/+2 |
* | x86/alternative: Add alternative_input_2 to support alternative with two feat... | Fenghua Yu | 2014-05-29 | 1 | -0/+14 |
* | x86/xsaves: Detect xsaves/xrstors feature | Fenghua Yu | 2014-05-29 | 2 | -2/+10 |
* | x86/cpufeature.h: Reformat x86 feature macros | Fenghua Yu | 2014-05-29 | 1 | -181/+181 |
* | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() | Anthony Iliopoulos | 2014-05-13 | 1 | -0/+1 |
* | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 2014-05-09 | 1 | -1/+1 |
* | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2014-05-08 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-14 | 1 | -1/+1 |
|\ |
|
| * | KVM: Remove SMAP bit from CR4_RESERVED_BITS | Feng Wu | 2014-04-14 | 1 | -1/+1 |
* | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 | 1 | -6/+4 |
|\ \ |
|
| * | | audit: use uapi/linux/audit.h for AUDIT_ARCH declarations | Eric Paris | 2014-03-20 | 1 | -1/+1 |
| * | | syscall_get_arch: remove useless function arguments | Eric Paris | 2014-03-20 | 1 | -5/+3 |
* | | | x86: use generic early_ioremap | Mark Salter | 2014-04-07 | 3 | -14/+8 |
* | | | x86/mm: sparse warning fix for early_memremap | Dave Young | 2014-04-07 | 1 | -1/+2 |
* | | | percpu: add raw_cpu_ops | Christoph Lameter | 2014-04-07 | 2 | -57/+57 |
* | | | x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUG | Josh Triplett | 2014-04-07 | 1 | -3/+0 |
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-04 | 1 | -1/+41 |
|\ \ \ |
|
| * | | | random: Add arch_has_random[_seed]() | H. Peter Anvin | 2014-03-19 | 1 | -0/+3 |
| * | | | x86, random: Enable the RDSEED instruction | H. Peter Anvin | 2014-03-19 | 1 | -1/+38 |
* | | | | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-04-03 | 1 | -2/+9 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override | Zoltan Kiss | 2014-03-18 | 1 | -2/+9 |
* | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 | 4 | -4/+21 |
|\ \ \ \ |
|
| * | | | | KVM: x86: Allow the guest to run with dirty debug registers | Paolo Bonzini | 2014-03-11 | 1 | -0/+2 |
| * | | | | KVM: x86: change vcpu->arch.switch_db_regs to a bit mask | Paolo Bonzini | 2014-03-11 | 1 | -1/+5 |
| * | | | | KVM: x86: Remove return code from enable_irq/nmi_window | Jan Kiszka | 2014-03-11 | 1 | -2/+2 |
| * | | | | KVM: nVMX: Rework interception of IRQs and NMIs | Jan Kiszka | 2014-03-11 | 1 | -0/+2 |
| * | | | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Paolo Bonzini | 2014-03-04 | 5 | -9/+20 |
| |\ \ \ \ |
|
| * | | | | | x86: kvm: introduce periodic global clock updates | Andrew Jones | 2014-03-04 | 1 | -0/+1 |
| * | | | | | x86: kvm: rate-limit global clock updates | Andrew Jones | 2014-03-04 | 1 | -0/+1 |
| * | | | | | KVM: x86: Intel MPX vmx and msr handle | Liu, Jinsong | 2014-02-24 | 3 | -0/+6 |
| * | | | | | KVM: x86: Fix xsave cpuid exposing bug | Liu, Jinsong | 2014-02-22 | 1 | -0/+2 |
| * | | | | | KVM: x86: remove unused last_kernel_ns variable | Marcelo Tosatti | 2014-02-04 | 1 | -1/+0 |
* | | | | | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 10 | -485/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, platforms: Remove NUMAQ | H. Peter Anvin | 2014-02-27 | 3 | -180/+0 |
| * | | | | | | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 7 | -305/+0 |
* | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-02 | 8 | -50/+136 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, vdso: Finish removing VDSO32_PRELINK | Andy Lutomirski | 2014-03-20 | 1 | -2/+0 |
| * | | | | | | | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 2014-03-20 | 1 | -0/+38 |
| * | | | | | | | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos | Andy Lutomirski | 2014-03-20 | 1 | -8/+0 |
| * | | | | | | | x86, vdso: Add 32 bit VDSO time support for 64 bit kernel | Stefani Seibold | 2014-03-18 | 2 | -14/+62 |