1. 121843e x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 8 years ago
  2. 415812f2 Merge branch 'linus' into x86/urgent, to pick up dependent commits by Ingo Molnar · 8 years ago
  3. 42fc6c6 x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() by Josh Poimboeuf · 8 years ago
  4. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  5. 16b7629 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 88d879d Prevent timer value 0 for MWAITX by Janakarajan Natarajan · 8 years ago
  8. beba3a2 x86: switch to RAW_COPY_USER by Al Viro · 8 years ago
  9. a41e0d7 x86: don't wank with magical size in __copy_in_user() by Al Viro · 8 years ago
  10. 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
  11. 122b05d amd64: get rid of zeroing by Al Viro · 8 years ago
  12. 26a37ab x86/mce: Fix copy/paste error in exception table entries by Tony Luck · 8 years ago
  13. f25d384 x86/asm: Optimize clear_page() by Borislav Petkov · 8 years ago
  14. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  15. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  16. 4c45c51 x86/timer: Make delay() work during early bootup by Jiri Slaby · 8 years ago
  17. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  18. 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. 5d07c2c x86/msr: Cleanup/streamline MSR helpers by Borislav Petkov · 8 years ago
  20. adb402c x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants by Borislav Petkov · 8 years ago
  21. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  22. 9a6fb28 x86/mce: Improve memcpy_mcsafe() by Tony Luck · 8 years ago
  23. 62d16b5 x86/mm/kaslr: Fix -Wformat-security warning by Nicolas Iooss · 8 years ago
  24. 65ea11e x86/hweight: Don't clobber %rdi by Ville Syrjälä · 8 years ago
  25. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  26. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  28. 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. fd1d961 x86/insn: remove pcommit by Dan Williams · 8 years ago
  31. 25af37f x86/insn: Add AVX-512 support to the instruction decoder by Adrian Hunter · 8 years ago
  32. 6f6ef07 x86/insn: perf tools: Fix vcvtph2ps instruction decoding by Adrian Hunter · 8 years ago
  33. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  34. e683014 x86/lib: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  35. d899a7d x86/mm: Refactor KASLR entropy functions by Thomas Garnier · 8 years ago
  36. f596710 x86/hweight: Get rid of the special calling convention by Borislav Petkov · 8 years ago
  37. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 4544ba8 locking/rwsem: Fix comment on register clobbering by Borislav Petkov · 9 years ago
  39. 00fb16e locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_killable() by Michal Hocko · 9 years ago
  40. 664b4e2 locking/rwsem, x86: Provide __down_write_killable() by Michal Hocko · 9 years ago
  41. 054efb6 x86/cpufeature: Remove cpu_has_xmm2 by Borislav Petkov · 9 years ago
  42. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  43. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  44. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  45. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  46. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  47. cbf8b5a x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() by Tony Luck · 9 years ago
  48. 42576be Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  50. d88bfe1 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  52. 8447733 x86/delay: Avoid preemptible context checks in delay_mwaitx() by Borislav Petkov · 9 years ago
  53. 92b0729 x86/mm, x86/mce: Add memcpy_mcsafe() by Tony Luck · 9 years ago
  54. 19072f2 x86/asm/decoder: Use explicitly signed chars by Josh Poimboeuf · 9 years ago
  55. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  56. 3387a53 x86/asm: Create stack frames in rwsem functions by Josh Poimboeuf · 9 years ago
  57. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  58. a82eee7 x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __copy_user_nocache() by Toshi Kani · 9 years ago
  59. ee9737c x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable by Toshi Kani · 9 years ago
  60. 8c05177 x86/boot: Pass in size to early cmdline parsing by Dave Hansen · 9 years ago
  61. 4de07ea x86/boot: Simplify early command line parsing by Dave Hansen · 9 years ago
  62. abcdc1c x86/boot: Fix early command-line parsing when partial word matches by Dave Hansen · 9 years ago
  63. 02afeaa x86/boot: Fix early command-line parsing when matching at end by Dave Hansen · 9 years ago
  64. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  65. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. 7f47d8c x86, tracing, perf: Add trace point for MSR accesses by Andi Kleen · 9 years ago
  67. 99f925c x86/cpu: Unify CPU family, model, stepping calculation by Borislav Petkov · 9 years ago
  68. d2bb1d4 Merge tag 'v4.3-rc1' into perf/core, to refresh the tree by Ingo Molnar · 9 years ago
  69. f83b6b6 x86/insn: perf tools: Add new xsave instructions by Adrian Hunter · 9 years ago
  70. 978260c x86/insn: perf tools: Add new memory protection keys instructions by Adrian Hunter · 9 years ago
  71. ac1c885 x86/insn: perf tools: Add new memory instructions by Adrian Hunter · 9 years ago
  72. 3fe78d6 x86/insn: perf tools: Add new SHA instructions by Adrian Hunter · 9 years ago
  73. 78173ec x86/insn: perf tools: Pedantically tweak opcode map for MPX instructions by Adrian Hunter · 9 years ago
  74. b466bdb x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer by Huang Rui · 9 years ago
  75. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  76. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  77. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  78. 9cfa1a0 x86/asm/tsc: Use the full 64-bit TSC in delay_tsc() by Andy Lutomirski · 9 years ago
  79. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  80. ebf2d26 perf/x86: Fix copy_from_user_nmi() return if range is not ok by Yann Droneaud · 9 years ago
  81. 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
  82. 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
  83. 4eaca0a preempt: Use preempt_schedule_context() as the official tracing preemption point by Frederic Weisbecker · 9 years ago
  84. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  85. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
  86. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  87. b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 10 years ago
  88. b41e6ec x86/asm/uaccess: Get rid of copy_user_nocache_64.S by Borislav Petkov · 10 years ago
  89. 9e6b13f x86/asm/uaccess: Unify the ALIGN_DESTINATION macro by Borislav Petkov · 10 years ago
  90. 26e7d9d x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S: by Borislav Petkov · 10 years ago
  91. d869844 x86: fix special __probe_kernel_write() tail zeroing case by Linus Torvalds · 10 years ago
  92. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. cae2a17 x86: clean up/fix 'copy_in_user()' tail zeroing by Linus Torvalds · 10 years ago
  94. 3e1aa7c x86/asm: Optimize unnecessarily wide TEST instructions by Denys Vlasenko · 10 years ago
  95. 49db46a x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE by Denys Vlasenko · 10 years ago
  96. 69e8544 x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks by Denys Vlasenko · 10 years ago
  97. f8e92fb Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 10 years ago
  98. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
  99. e0bc8d1 x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro by Borislav Petkov · 10 years ago
  100. a77600c x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro by Borislav Petkov · 10 years ago