1. b466bdb x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer by Huang Rui · 9 years ago
  2. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  3. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  4. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  5. 9cfa1a0 x86/asm/tsc: Use the full 64-bit TSC in delay_tsc() by Andy Lutomirski · 9 years ago
  6. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  7. ebf2d26 perf/x86: Fix copy_from_user_nmi() return if range is not ok by Yann Droneaud · 9 years ago
  8. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 4eaca0a preempt: Use preempt_schedule_context() as the official tracing preemption point by Frederic Weisbecker · 9 years ago
  11. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  12. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
  13. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 9 years ago
  14. b3c395e mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  15. b41e6ec x86/asm/uaccess: Get rid of copy_user_nocache_64.S by Borislav Petkov · 9 years ago
  16. 9e6b13f x86/asm/uaccess: Unify the ALIGN_DESTINATION macro by Borislav Petkov · 9 years ago
  17. 26e7d9d x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S: by Borislav Petkov · 9 years ago
  18. d869844 x86: fix special __probe_kernel_write() tail zeroing case by Linus Torvalds · 9 years ago
  19. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  20. cae2a17 x86: clean up/fix 'copy_in_user()' tail zeroing by Linus Torvalds · 9 years ago
  21. 3e1aa7c x86/asm: Optimize unnecessarily wide TEST instructions by Denys Vlasenko · 9 years ago
  22. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 9 years ago
  23. 69e8544 x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks by Denys Vlasenko · 9 years ago
  24. f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 9 years ago
  25. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  26. e0bc8d1 x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro by Borislav Petkov · 9 years ago
  27. a77600c x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro by Borislav Petkov · 9 years ago
  28. 84d95ad x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 9 years ago
  29. 6620ef2 x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
  30. de2ff88 x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2 by Borislav Petkov · 10 years ago
  31. 090a3f6 x86/lib/copy_page_64.S: Use generic ALTERNATIVE macro by Borislav Petkov · 10 years ago
  32. 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
  33. 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
  34. 338ea55 x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define by Borislav Petkov · 10 years ago
  35. 91e5ed4 x86/asm/decoder: Fix and enforce max instruction size in the insn decoder by Andy Lutomirski · 9 years ago
  36. cbb53b9 x86/asm/decoder: Explain CALLW discrepancy between Intel and AMD by Denys Vlasenko · 9 years ago
  37. 8a764a8 x86/asm/decoder: Create artificial 3rd byte for 2-byte VEX by Denys Vlasenko · 9 years ago
  38. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 9 years ago
  39. 0f363b2 x86: Fix off-by-one in instruction decoder by Peter Zijlstra · 10 years ago
  40. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  41. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  42. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
  44. 3b91270 x86-64: make csum_partial_copy_from_user() error handling consistent by Linus Torvalds · 10 years ago
  45. 197fe6b Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. f74954f x86: Unwind-annotate thunk_32.S by Jan Beulich · 10 years ago
  47. 5f1d919 x86: Improve cmpxchg8b_emu.S by Jan Beulich · 10 years ago
  48. 3f63572 x86: Improve cmpxchg16b_emu.S by Jan Beulich · 10 years ago
  49. 212be3b x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o" by Oleg Nesterov · 10 years ago
  50. 0ad6e3c x86: Speed up ___preempt_schedule*() by using THUNK helpers by Oleg Nesterov · 10 years ago
  51. 6157c7e locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.S by Waiman Long · 10 years ago
  52. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  54. 1b1ded5 x86, boot: Carve out early cmdline parsing function by Borislav Petkov · 10 years ago
  55. 722a0d2 x86: Fix typo preventing msr_set/clear_bit from having an effect by Andres Freund · 10 years ago
  56. 98def1d kprobes, x86: Prohibit probing on thunk functions and restore by Masami Hiramatsu · 10 years ago
  57. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. d9fcca4 Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. 7a5917e x86, hash: Simplify switch, add __init annotation by Jan Beulich · 10 years ago
  60. c5cdfdf x86, hash: Swap arguments passed to crc32_u32() by Jan Beulich · 10 years ago
  61. 0632519 x86, hash: Fix build failure with older binutils by Jan Beulich · 10 years ago
  62. 22085a6 x86: Add another set of MSR accessor functions by Borislav Petkov · 10 years ago
  63. a914329 asmlinkage, x86: Fix 32bit memcpy for LTO by Andi Kleen · 10 years ago
  64. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  65. c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 2a0fede Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. fb09b78 x86, mpx: Add MPX related opcodes to the x86 opcode map by Qiaowei Ren · 11 years ago
  68. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  69. 71ae8aa lib: introduce arch optimized hash library by Francesco Fusco · 11 years ago
  70. 661c801 x86-64, copy_user: Use leal to produce 32-bit results by H. Peter Anvin · 11 years ago
  71. f4cb1cc x86-64, copy_user: Remove zero byte check before copy user buffer. by Fenghua Yu · 11 years ago
  72. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  73. 014d595 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. ae795fe Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  76. e00b12e perf/x86: Further optimize copy_from_user_nmi() by Peter Zijlstra · 11 years ago
  77. 7a3d9b0 x86: Unify copy_to_user() and add size checking to it by Jan Beulich · 11 years ago
  78. 3df7b41 x86: Unify copy_from_user() size checking by Jan Beulich · 11 years ago
  79. 1a6b991 x86 / msr: add 64bit _on_cpu access functions by Jacob Pan · 11 years ago
  80. a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
  81. 646e29a x86: Improve the printout of the SMP bootup CPU table by Borislav Petkov · 11 years ago
  82. f357a82 Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. 7263dda x86, smap: Handle csum_partial_copy_*_user() by H. Peter Anvin · 11 years ago
  85. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  86. 3e21bb0 x86, insn: Add new opcodes as of June, 2013 by Masami Hiramatsu · 11 years ago
  87. 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 11 years ago
  88. 874f6d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. d50ba36 x86/lib: Fix spelling, put space between a numeral and its units by Andy Shevchenko · 11 years ago
  90. bb916ff x86/lib: Fix spelling in the comments by Andy Shevchenko · 11 years ago
  91. 66db3fe x86-64: Fix the failure case in copy_user_handle_tail() by CQ Tang · 11 years ago
  92. 1664016 x86: Be consistent with data size in getuser.S by H. Peter Anvin · 11 years ago
  93. 96477b4 x86-32: Add support for 64bit get_user() by Ville Syrjälä · 12 years ago
  94. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  95. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  97. d55c5a9 x86, 386 removal: Remove CONFIG_CMPXCHG by H. Peter Anvin · 12 years ago
  98. 269833b x86/asm: Clean up copy_page_*() comments and code by Ma Ling · 12 years ago
  99. c0522b6 UAPI: x86: Fix insn_sanity build failure after UAPI split by David Howells · 12 years ago
  100. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago