summaryrefslogtreecommitdiff
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko2015-03-04
| * | | | | | | | | | | x86/asm/entry/64: Use more readable constantsDenys Vlasenko2015-03-04
| * | | | | | | | | | | x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko2015-03-04
| * | | | | | | | | | | x86/asm/entry/64: Fix commentsDenys Vlasenko2015-03-04
| * | | | | | | | | | | x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-04
| * | | | | | | | | | | x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko2015-03-04
| * | | | | | | | | | | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-04
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/asm: Cleanup prefetch primitivesBorislav Petkov2015-02-23
| | * | | | | | | | | | | x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-23
| | * | | | | | | | | | | x86/smap: Use ALTERNATIVE macroBorislav Petkov2015-02-23
| | * | | | | | | | | | | x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-23
| | * | | | | | | | | | | x86/alternatives: Add instruction paddingBorislav Petkov2015-02-23
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-04
| |\| | | | | | | | | |
| * | | | | | | | | | | x86/asm: Add support for the pcommit instructionRoss Zwisler2015-02-20
| * | | | | | | | | | | x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski2015-02-19
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/apic: Remove verify_local_APIC()Bandan Das2015-04-01
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-23
| |\| | | | | | | | | |
| * | | | | | | | | | | sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown2015-03-16
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-09
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-04-01
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-01
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-08
| * | | | | | | | | | KVM: x86: DR0-DR3 are not clear on resetNadav Amit2015-04-08
| * | | | | | | | | | KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-08
| * | | | | | | | | | KVM: x86: avoid logical_map when it is invalidRadim Krčmář2015-04-08
| * | | | | | | | | | KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2015-04-08
| * | | | | | | | | | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky2015-04-08
| * | | | | | | | | | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-31
| * | | | | | | | | | KVM: x86: Remove redundant definitionsNadav Amit2015-03-30
| * | | | | | | | | | KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-30
| * | | | | | | | | | KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-26
| * | | | | | | | | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-23
| * | | | | | | | | | kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2015-04-08
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki2015-03-20
| |/ / / / / / /
* | | | | | | | Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-16
* | | | | | | | x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-13
|/ / / / / / /
* / / / / / / x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-05
|/ / / / / /
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-21
|\ \ \ \ \ \
| * | | | | | x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue2015-02-18
| |/ / / / /
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-21
|\ \ \ \ \ \
| * | | | | | x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T2015-02-18
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-21
|\ \ \ \ \ \
| * | | | | | x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2015-02-20