summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.3-rc1' into perf/core, to refresh the treeIngo Molnar2015-09-131-9/+51
|\
| * x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-1/+46
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-1/+1
| |\
| * | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-6/+3
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-4/+4
| * | x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()Andy Lutomirski2015-07-061-4/+4
| * | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-1/+1
* | | x86/insn: perf tools: Add new xsave instructionsAdrian Hunter2015-09-041-0/+3
* | | x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter2015-09-041-1/+1
* | | x86/insn: perf tools: Add new memory instructionsAdrian Hunter2015-09-041-2/+2
* | | x86/insn: perf tools: Add new SHA instructionsAdrian Hunter2015-09-041-0/+7
* | | x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter2015-09-041-2/+6
| |/ |/|
* | perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-07-061-1/+1
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2221-509/+179
|\
| * x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-043-112/+0
| * x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-0219-267/+113
| * x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov2015-05-143-108/+93
| * x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov2015-05-142-48/+0
| * x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S:Borislav Petkov2015-05-141-5/+0
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-1/+1
|\ \
| * | x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
| |/
* | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-072-6/+2
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-2/+4
|/
* x86: fix special __probe_kernel_write() tail zeroing caseLinus Torvalds2015-04-241-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-1315-326/+223
|\
| * x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko2015-03-072-3/+3
| * x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko2015-03-046-154/+96
| * x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksDenys Vlasenko2015-03-041-4/+42
| * Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-046-201/+96
| |\
| | * x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-47/+21
| | * x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov2015-02-231-17/+2
| | * x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-37/+24
| | * x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-39/+27
| | * x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Borislav Petkov2015-02-231-30/+10
| | * x86/lib/copy_page_64.S: Use generic ALTERNATIVE macroBorislav Petkov2015-02-231-25/+12
| | * x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-231-6/+5
| | * x86/alternatives: Add instruction paddingBorislav Petkov2015-02-236-10/+10
| | * x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineBorislav Petkov2015-02-231-5/+0
| * | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-043-6/+14
| |\ \ | | |/
| * | x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski2015-02-191-0/+7
| * | x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDDenys Vlasenko2015-02-181-0/+9
| * | x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko2015-02-181-0/+6
* | | x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2015-04-081-8/+7
| |/ |/|
* | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-133-6/+14
|/
* x86: Fix off-by-one in instruction decoderPeter Zijlstra2015-01-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-112-93/+1
|\
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-102-93/+1
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-2/+3
|\ \ | |/ |/|
| * x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-181-2/+3
* | x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds2014-11-161-3/+2
|/
OpenPOWER on IntegriCloud