summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-272-4/+4
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-262-3/+26
|\
| * x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2016-07-212-3/+26
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-252-4/+5
|\ \
| * | x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2016-07-151-1/+0
| * | x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2016-07-112-1/+4
| * | x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2016-07-111-2/+1
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-42/+58
|\ \ \
| * | | x86/sfi: Enable enumeration of SD devicesAndy Shevchenko2016-07-131-0/+15
| * | | x86/platform/intel-mid: Make vertical indentation consistentAndy Shevchenko2016-07-101-31/+34
| * | | x86/platform/intel-mid: Add Power Management Unit driverAndy Shevchenko2016-06-151-0/+8
| * | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar2016-06-0853-984/+2763
| |\ \ \
| * | | | x86/topology: Remove redundant ENABLE_TOPO_DEFINESSudeep Holla2016-05-051-11/+1
| * | | | Merge tag 'v4.6-rc6' into x86/cpu, to refresh the treeIngo Molnar2016-05-059-20/+27
| |\ \ \ \
* | \ \ \ \ Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-255-3/+141
|\ \ \ \ \ \
| * | | | | | x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2016-07-111-0/+6
| * | | | | | x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2016-07-101-1/+4
| * | | | | | x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2016-07-102-0/+4
| * | | | | | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar2016-07-107-29/+100
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu2016-06-181-0/+1
| * | | | | | x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu2016-06-181-1/+1
| * | | | | | x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu2016-06-182-1/+1
| * | | | | | x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen2016-06-082-0/+124
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov2016-07-081-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-251-0/+6
|\ \ \ \ \ \ \
| * | | | | | | kbuild, x86: Track generated headers with generated-yJames Hogan2016-07-071-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-256-9/+58
|\ \ \ \ \ \ \
| * | | | | | | x86/boot: Clarify what x86_legacy_features.reserve_bios_regions doesAndy Lutomirski2016-07-221-2/+3
| * | | | | | | x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar2016-07-212-3/+3
| * | | | | | | x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier2016-07-082-4/+12
| * | | | | | | x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2016-07-082-1/+12
| * | | | | | | x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-082-1/+12
| * | | | | | | x86/mm: Separate variable for trampoline PGDThomas Garnier2016-07-081-0/+12
| * | | | | | | x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-081-0/+6
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-2526-218/+269
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-151-0/+2
| * | | | | | | | x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2016-07-152-7/+0
| * | | | | | | | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-154-19/+14
| * | | | | | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-1/+1
| * | | | | | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-153-4/+5
| * | | | | | | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-152-3/+0
| * | | | | | | | Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-1515-174/+191
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-095-27/+30
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-141-0/+11
| | * | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-06-111-0/+68
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-081-68/+60
| | * | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>H. Peter Anvin2016-06-081-2/+2
| | * | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin2016-06-081-4/+5
| | * | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h>H. Peter Anvin2016-06-081-8/+8
OpenPOWER on IntegriCloud