1. 9c9f5a2 perf tools: Introduce copyfile_offset() function by Namhyung Kim · 9 years ago
  2. 0b1de0be perf tools: Add rm_rf() utility function by Namhyung Kim · 9 years ago
  3. 8606606 perf tools: Elliminate alignment holes by Arnaldo Carvalho de Melo · 9 years ago
  4. 70ba6b8 tools include: add __aligned_u64 to types.h. by Wang Nan · 9 years ago
  5. 75e4a2a perf probe: Load map before glob matching by Wang Nan · 9 years ago
  6. 2f15bd8 perf tools: Fix "Command" sort_entry's cmp and collapse function by Jiri Olsa · 9 years ago
  7. c1b9034 perf tools: Fix dwarf-aux.c compilation on i386 by Jiri Olsa · 9 years ago
  8. f812d30 perf cgroup: Use atomic.h for refcounting by Arnaldo Carvalho de Melo · 9 years ago
  9. 7143849 perf evlist: Use atomic.h for the perf_mmap refcount by Arnaldo Carvalho de Melo · 9 years ago
  10. 59a51c1 perf machine: Stop accessing atomic_t::counter directly by Arnaldo Carvalho de Melo · 9 years ago
  11. 848cbd2 perf tools: Use atomic.h for the map_groups refcount by Arnaldo Carvalho de Melo · 9 years ago
  12. aa89100 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  13. 70923bd perf tools: Make flex/bison calls honour V=1 by Jiri Olsa · 9 years ago
  14. c188e7a perf trace: Fix the build on older distros by Arnaldo Carvalho de Melo · 9 years ago
  15. b390d85 tools lib traceevent: Provide le16toh define for older systems by Arnaldo Carvalho de Melo · 9 years ago
  16. 4fd113b perf report: Fix some option handling on --stdio by Namhyung Kim · 9 years ago
  17. d4c537e perf probe: Ignore tail calls to probed functions by Naveen N. Rao · 9 years ago
  18. 8b00f469 perf tests: Fix map_groups refcount test by Arnaldo Carvalho de Melo · 9 years ago
  19. 0ceb8f6 perf machine: No need to keep a refcnt for last_match by Arnaldo Carvalho de Melo · 9 years ago
  20. 8f19601 perf tests: Show refcounting broken expectations in thread-mg-share test by Arnaldo Carvalho de Melo · 9 years ago
  21. 021162c perf report: Do not restrict -T option by other options by Namhyung Kim · 9 years ago
  22. 189c466 perf tests: Fix to get negative exit codes by He Kuang · 9 years ago
  23. 7d5eaba perf probe: Show better error message when failed to find variable by He Kuang · 9 years ago
  24. 349e8d2 perf probe: Add --range option to show a variable's location range by He Kuang · 9 years ago
  25. fb9596d perf probe: Remove length limitation for showing available variables by He Kuang · 9 years ago
  26. ff8f695 perf trace: Removed duplicated NULL test by He Kuang · 9 years ago
  27. b138f42 perf report: Force tty output if -T/--thread option is given by Namhyung Kim · 9 years ago
  28. 1f91d5f perf tools: Document relation of per-thread event count feature by Namhyung Kim · 9 years ago
  29. 08a9b98 perf kmem: Fix compiler warning about may be accessing uninitialized variable by Arnaldo Carvalho de Melo · 9 years ago
  30. a41f3c8 perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU support by Stephane Eranian · 9 years ago
  31. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  32. 44b11fe perf/x86/rapl: Enable Broadwell-U RAPL support by Stephane Eranian · 9 years ago
  33. 32b0ed3 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  34. 76d4084 perf build: Disable libdw DWARF unwind when built with NO_DWARF by Naveen N. Rao · 9 years ago
  35. 4c85935 perf probe: Support glob wildcards for function name by Masami Hiramatsu · 9 years ago
  36. 6cfd1f6 perf probe: Add --no-inlines option to avoid searching inline functions by Masami Hiramatsu · 9 years ago
  37. ddb2f58 perf probe: Introduce probe_conf global configs by Masami Hiramatsu · 9 years ago
  38. 4422552 perf probe: Use perf_probe_event.target instead of passing as an argument by Masami Hiramatsu · 9 years ago
  39. 598adc5 perf bench futex: Handle spurious wakeups by Davidlohr Bueso · 9 years ago
  40. d65817b perf bench futex: Support parallel waker threads by Davidlohr Bueso · 9 years ago
  41. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  42. e1ed3a5 perf tools: Use atomic_t to implement thread__{get,put} refcnt by Arnaldo Carvalho de Melo · 9 years ago
  43. da6d856 tools include: Add basic atomic.h implementation from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  44. 42b09d7 perf tools: Move generic barriers out of perf-sys.h by Arnaldo Carvalho de Melo · 9 years ago
  45. d3bd708 perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  46. e2164f0 perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  47. 3d3337d perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  48. 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
  49. 163e589 perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  50. 0da85d1 perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  51. 94cdda6 perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  52. 827634a perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  53. c6e39db tools: Adopt asm-generic/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  54. 5ac6973 perf tools: Move barrier() definition to tools/include/linux/compiler.h by Arnaldo Carvalho de Melo · 9 years ago
  55. 07d207a perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  56. e43a19c perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  57. 361c564 perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  58. f8bffbf perf probe: Support $params special probe argument by Masami Hiramatsu · 9 years ago
  59. 5a51fcd perf probe: Skip kernel symbols which is out of .text by Masami Hiramatsu · 9 years ago
  60. 573709f perf probe: Make --line checks validate C-style function name by Masami Hiramatsu · 9 years ago
  61. 9bc9f3b perf probe: Fix to return 0 when positive value returned by Masami Hiramatsu · 9 years ago
  62. b8dc398 perf probe: Fix a typo for the flags of open by Masami Hiramatsu · 9 years ago
  63. ae2cb1a perf probe: Fix to close probe_events file in error by Masami Hiramatsu · 9 years ago
  64. cb30711 perf_event: Don't allow vmalloc() backed perf on powerpc by Michael Ellerman · 9 years ago
  65. ff303e6 perf: Fix software migrate events by Peter Zijlstra · 9 years ago
  66. 6d37405 perf/x86/intel: Fix SLM cache event list by Kan Liang · 9 years ago
  67. 8b10c5e perf: Annotate inherited event ctx->mutex recursion by Peter Zijlstra · 9 years ago
  68. 3e0283a Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  69. 9a5d931 Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp' by Rafael J. Wysocki · 9 years ago
  70. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  71. fbb7b92 Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  72. 7bbcd1b8 Merge tag 'vfio-v4.1-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  73. 8cb7c15 Merge tag 'for-linus' of git://github.com/dledford/linux by Linus Torvalds · 9 years ago
  74. 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  75. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 02f0f57 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. c5272a2 pinctrl: Don't just pretend to protect pinctrl_maps, do it for real by Doug Anderson · 9 years ago
  79. 8746515 xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM by Stefano Stabellini · 9 years ago
  80. c88d474 x86/fpu: Always restore_xinit_state() when use_eager_cpu() by Bobby Powers · 9 years ago
  81. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 9 years ago
  82. 74f40c1 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  83. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  84. 5198b443 Merge tag 'for-linus-4.1-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  85. 2a171aa Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  86. 3ce05a4 Merge tag 'platform-drivers-x86-v4.1-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  87. 3d69d43 ipmi: Fix multi-part message handling by Corey Minyard · 9 years ago
  88. 9162052 ipmi: Add alert handling to SSIF by Corey Minyard · 9 years ago
  89. 9f81270 ipmi: Fix a problem that messages are not issued in run_to_completion mode by Hidehiro Kawai · 9 years ago
  90. a182a4b ipmi: Report an error if ACPI _IFT doesn't exist by Corey Minyard · 9 years ago
  91. 15c5725 ipmi: Remove unused including <linux/version.h> by Wei Yongjun · 9 years ago
  92. 489405f rtc: armada38x: fix concurrency access in armada38x_rtc_set_time by Gregory CLEMENT · 9 years ago
  93. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 9 years ago
  94. d8fd150 nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() by Ryusuke Konishi · 9 years ago
  95. 05836c3 util_macros.h: have array pointer point to array of constants by Guenter Roeck · 9 years ago
  96. f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 9 years ago
  97. e386eed mm/hwpoison-inject: check PageLRU of hpage by Naoya Horiguchi · 9 years ago
  98. 7ea434a mm/hwpoison-inject: fix refcounting in no-injection case by Naoya Horiguchi · 9 years ago
  99. 602498f mm: soft-offline: fix num_poisoned_pages counting on concurrent events by Naoya Horiguchi · 9 years ago
  100. 4d61ff6 rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc by Philippe De Muyter · 9 years ago