aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | x86/cpufeature: Enable new AVX-512 featuresFenghua Yu2016-03-12
| * | | | | | | | | | | x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan2016-03-10
| * | | | | | | | | | | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski2016-03-10
| * | | | | | | | | | | x86/asm-offsets: Remove PARAVIRT_enabledAndy Lutomirski2016-03-08
| * | | | | | | | | | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-08
| * | | | | | | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | / / / / / | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-18
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-18
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2016-02-17
| * | | | | | | | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-17
| * | | | | | | | | | x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-17
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-01
| * | | | | | | | | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-30
| * | | | | | | | | x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-30
| * | | | | | | | | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-30
| * | | | | | | | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-30
| * | | | | | | | | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-29
| * | | | | | | | | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-29
| * | | | | | | | | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-29
| * | | | | | | | | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-29
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov2016-01-27
| * | | | | | | | | x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin2016-01-19
* | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck2016-03-08
| * | | | | | | | | | x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-08
| * | | | | | | | | | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-08
| * | | | | | | | | | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-08
| * | | | | | | | | | Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-08
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-18
| * | | | | | | | | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-18
| * | | | | | | | | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-01
| * | | | | | | | | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-01
| * | | | | | | | | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-01
| * | | | | | | | | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-01
| * | | | | | | | | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-01
| * | | | | | | | | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-01
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix2016-03-08
| * | | | | | | | | x86/topology: Create logical package idThomas Gleixner2016-02-29
| * | | | | | | | | perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-17
| * | | | | | | | | perf/x86: Move perf_event_msr.c .............. => x86/events/msr.cBorislav Petkov2016-02-17
| * | | | | | | | | perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.cBorislav Petkov2016-02-17
| * | | | | | | | | perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.cBorislav Petkov2016-02-17
| * | | | | | | | | perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.cBorislav Petkov2016-02-17
| * | | | | | | | | perf/x86: Move perf_event_intel_uncore_snbep.c => x86/events/intel/uncore_snb...Borislav Petkov2016-02-17