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