1. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  2. fb7df12 tools/headers: Synchronize kernel ABI headers by Ingo Molnar · 7 years ago
  3. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  4. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  7. 549a397 tools include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  8. f32c9e05 Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  9. a2105f8 tools headers: Sync cpu features kernel ABI headers with tooling headers by Arnaldo Carvalho de Melo · 7 years ago
  10. 2458738 parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINE by Helge Deller · 7 years ago
  11. a40f617 tools headers: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  12. 59291f1 tools include uapi x86: Add __NR_setns, if missing by Arnaldo Carvalho de Melo · 7 years ago
  13. 047726d tools include uapi x86: Grab a copy of unistd.h by Arnaldo Carvalho de Melo · 7 years ago
  14. 6e30437 tools/include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  15. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  16. e000b8e s390: kvm: Cpu model support for msa6, msa7 and msa8 by Jason J. Herne · 8 years ago
  17. fb7b756 tools arch x86: Sync cpufeatures.h by Arnaldo Carvalho de Melo · 7 years ago
  18. e883d09 tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  19. affa6c1 tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  20. eedb3c4 tools headers: Sync {tools/,}arch/arm{64}/include/uapi/asm/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  21. f2ba3ee tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  22. 74beb09 tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  23. 8a73615 tools arch x86: Introduce atomic_cmpxchg() by Arnaldo Carvalho de Melo · 8 years ago
  24. 3337e68 tools arch x86: Include asm/cmpxchg.h by Arnaldo Carvalho de Melo · 8 years ago
  25. 8a9365a Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. c0621ac tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h, {tools/,}arch/x86/include/asm/cpufeatures.h and {tools/,}arch/arm/include/uapi/asm/kvm.h by Ingo Molnar · 8 years ago
  27. 06b35d9 x86/cpufeature: Add AVX512_VPOPCNTDQ feature by Piotr Luc · 8 years ago
  28. 675f52b tools: Sync x86's vmx.h with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  29. c29c716 Merge branch 'core/urgent' into x86/fpu, to merge fixes by Ingo Molnar · 8 years ago
  30. 8214899 x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS features by Piotr Luc · 8 years ago
  31. e636508 x86/fpu: Finish excising 'eagerfpu' by Andy Lutomirski · 8 years ago
  32. a5c4c74 tools: Synchronize tools/arch/x86/include/asm/cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  33. d23e354 perf bench mem: Sync memcpy assembly sources with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  34. f82b774 tools include: Add mman macros needed by perf for all arch by Wang Nan · 8 years ago
  35. f3539c1 tools include: Add uapi mman.h for each architecture by Wang Nan · 8 years ago
  36. 9f31569 tools: Sync kvm related header files for arm64 and s390 by Arnaldo Carvalho de Melo · 8 years ago
  37. 840b49b tools: Sync cpufeatures headers with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  38. bebfb73 tools: Sync cpufeatures.h and vmx.h with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  39. bb97070 tools: Copy the bitsperlong.h files from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  40. dd7bd10 tools: Copy the header files needed by perf tools by Arnaldo Carvalho de Melo · 8 years ago
  41. c7007e9 perf tools: Introduce weak alternative to sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  42. 12f0203 tools: Copy uapi/asm/perf_regs.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  43. 7d7d1bf perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks by Arnaldo Carvalho de Melo · 8 years ago
  44. cec07f5 perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ by Arnaldo Carvalho de Melo · 8 years ago
  45. da6d856 tools include: Add basic atomic.h implementation from the kernel sources by Arnaldo Carvalho de Melo · 10 years ago
  46. d3bd708 perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  47. e2164f0 perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  48. 3d3337d perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  49. 4f3db07 perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  50. 163e589 perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  51. 0da85d1 perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  52. 94cdda6 perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  53. 827634a perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  54. 07d207a perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  55. e43a19c perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  56. 361c564 perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago