summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2017-11-01x86/insn-eval: Add utility functions to get segment descriptor base address a...Ricardo Neri1-0/+1
2017-11-01x86/insn-eval: Add utility functions to get segment selectorRicardo Neri1-0/+10
2017-11-01x86/insn-eval: Add a utility function to get register offsetsRicardo Neri1-0/+1
2017-11-01x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval fileRicardo Neri1-0/+16
2017-11-01ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri1-1/+5
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri1-0/+18
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela1-0/+6
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-6/+19
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar1-4/+0
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar7-12/+45
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar8-14/+47
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar11-31/+42
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen1-1/+1
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+4
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-6/+0
2017-10-19x86: make dma_cache_sync a no-opChristoph Hellwig1-1/+0
2017-10-18x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski1-8/+12
2017-10-18x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski1-1/+6
2017-10-17x86/cpuid: Add generic table for CPUID dependenciesAndi Kleen2-5/+9
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner1-4/+8
2017-10-17x86/tsc: Make CONFIG_X86_TSC=n build work againThomas Gleixner1-0/+4
2017-10-16x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com1-5/+18
2017-10-16x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com1-0/+2
2017-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+32
2017-10-14Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2-5/+5
2017-10-14Merge branch 'core/urgent' into x86/asm, to pick up dependencyIngo Molnar15-160/+110
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2-7/+25
2017-10-13x86/fpu/debug: Remove unused 'x86_fpu_state' and 'x86_fpu_deactivate_state' t...Steven Rostedt (VMware)1-10/+0
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner9-124/+50
2017-10-10x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov1-0/+1
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-3/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon1-4/+0
2017-10-10locking/arch, x86: Add __down_read_killable()Kirill Tkhai1-10/+25
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross1-1/+10
2017-10-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar5-19/+10
2017-10-09x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause2-4/+6
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov1-1/+0
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng1-2/+2
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-15/+6
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2-13/+2
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf1-2/+4
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook1-1/+1
2017-09-28locking/x86: Use named operands in rwsem.hMiguel Bernal Marin1-26/+27
2017-09-28kprobes/x86: Remove addressof() operatorsMasami Hiramatsu1-2/+2
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar4-105/+40