aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář
2015-04-08KVM: x86: avoid logical_map when it is invalidRadim Krčmář
2015-04-08KVM: x86: fix mixed APIC mode broadcastRadim Krčmář
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko
2015-04-06x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst
2015-04-04x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov
2015-04-03x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov
2015-04-03x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32Borislav Petkov
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski
2015-04-03x86/asm: Add support for the CLWB instructionRoss Zwisler
2015-04-02x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky
2015-04-01Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar
2015-03-31x86/mm: Improve AMD Bulldozer ASLR workaroundHector Marco-Gisbert
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-27x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_ex...Denys Vlasenko
2015-03-27x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their usersDenys Vlasenko
2015-03-27x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their usersDenys Vlasenko
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar
2015-03-24x86/asm: Further improve segment.h readabilityIngo Molnar
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar
2015-03-24x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar
2015-03-24x86/asm: Deobfuscate segment.hDenys Vlasenko
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko
2015-03-24x86/mce: Define mce_severity function pointerAravind Gopalakrishnan
2015-03-24x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan
2015-03-24lguest: suppress interrupts for single insn, not range.Rusty Russell
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman
2015-03-23x86/asm/entry: Remove user_mode_vm()Andy Lutomirski
2015-03-23x86/asm/entry: Make user_mode() work correctly if regs came from VM86 modeAndy Lutomirski
2015-03-23x86/asm/entry: Add user_mode_ignore_vm86()Andy Lutomirski
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov
2015-03-23x86/fpu: Fold __drop_fpu() into its sole userBorislav Petkov
2015-03-23x86/fpu: Introduce restore_init_xstate()Oleg Nesterov
2015-03-23x86/fpu: Document user_fpu_begin()Oleg Nesterov
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar