aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-24x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macrosDenys Vlasenko1-33/+2
2015-03-24x86/asm/entry/64: Use PUSH instructions to build pt_regs on stackDenys Vlasenko1-22/+32
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko5-9/+6
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSETDenys Vlasenko1-2/+2
2015-03-24x86/mce: Define mce_severity function pointerAravind Gopalakrishnan3-6/+16
2015-03-24x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan2-0/+65
2015-03-24x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko1-21/+10
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+44
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman6-30/+60
2015-03-23x86/asm/entry/64: Fix incorrect commentDenys Vlasenko1-1/+1
2015-03-23x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski1-7/+4
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski14-25/+25
2015-03-23x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski1-3/+3
2015-03-23x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()Andy Lutomirski1-6/+7
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar6-30/+60
2015-03-23perf: Remove type specific target pointersPeter Zijlstra1-4/+3
2015-03-23perf/x86/intel: Fix Makefile to actually build the cqm driverMatt Fleming1-1/+1
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patchesIngo Molnar42-187/+693
2015-03-23x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processorsSudeep Holla1-1/+1
2015-03-23x86/mce: Reindent __mcheck_cpu_apply_quirks() properlyBorislav Petkov1-24/+24
2015-03-23x86/mce: Use safe MSR accesses for AMD quirkJesse Larrew1-10/+4
2015-03-23x86/fpu: Kill eager_fpu_init_bp()Oleg Nesterov1-13/+7
2015-03-23x86/fpu: Don't allocate fpu->state for swapper/0Oleg Nesterov1-2/+0
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov4-5/+5
2015-03-23x86/fpu: Don't abuse drop_init_fpu() in flush_thread()Oleg Nesterov1-9/+6
2015-03-23x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread execOleg Nesterov1-1/+2
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar42-187/+693
2015-03-23x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base()Andy Lutomirski1-4/+3
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst3-5/+4
2015-03-17x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'Ingo Molnar2-6/+6
2015-03-17x86/asm/entry/64: Update comments about stack framesIngo Molnar1-8/+11
2015-03-17x86/asm/entry/64: Remove thread_struct::userspIngo Molnar1-3/+0
2015-03-17x86/asm/entry/64: Simplify 'old_rsp' usageIngo Molnar1-2/+0
2015-03-17x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp)Denys Vlasenko1-5/+5
2015-03-17x86/boot/64: Remove pointless early_printk() messageAlexander Kuleshov1-3/+0
2015-03-17kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin1-3/+6
2015-03-17x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_init() functionsIngo Molnar1-13/+29
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko2-2/+2
2015-03-17x86/asm/entry: Unify and fix initial thread_struct::sp0 valuesAndy Lutomirski1-1/+1
2015-03-17x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski1-1/+1
2015-03-17x86/signal/64: Remove 'fs' and 'gs' from sigcontextAndy Lutomirski1-2/+2
2015-03-17x86/signal/64: Fix SS handling for signals delivered to 64-bit programsAndy Lutomirski1-9/+13
2015-03-16Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-1/+1
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2-19/+13
2015-03-16sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIsMike Galbraith1-4/+8
2015-03-16sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performanceLen Brown1-0/+47
2015-03-13Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying new changesIngo Molnar40-189/+665
2015-03-13x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_sig()Oleg Nesterov1-3/+4
2015-03-12x86/apic/numachip: Fix sibling map with NumaChipDaniel J Blueman1-6/+16
2015-03-12x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced modeLi, Aubrey1-0/+25