1. 40ba93e perf bench: Set more defaults in the 'numa' suite by Ramkumar Ramachandra · 11 years ago
  2. 5673872 perf bench: Fix segfault at the end of an 'all' execution by Ramkumar Ramachandra · 11 years ago
  3. 95a2b3c perf bench: Update manpage to mention numa and futex by Ramkumar Ramachandra · 11 years ago
  4. 03d8941 perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi() by Namhyung Kim · 11 years ago
  5. 182c228 perf probe: Fix to handle errors in line_range searching by Masami Hiramatsu · 11 years ago
  6. 202c7c1 perf probe: Fix --line option behavior by Namhyung Kim · 11 years ago
  7. 2c529e4 perf tools: Pick up libdw without explicit LIBDW_DIR by Ramkumar Ramachandra · 11 years ago
  8. f80c539 MAINTAINERS: Change e-mail to kernel.org one by Arnaldo Carvalho de Melo · 11 years ago
  9. 9458955 perf callchains: Disable unwind libraries when libelf isn't found by Arnaldo Carvalho de Melo · 11 years ago
  10. 9e9e5df tools lib traceevent: Do not call warning() directly by Namhyung Kim · 11 years ago
  11. 3388cc3 tools lib traceevent: Print event name when show warning if possible by Namhyung Kim · 11 years ago
  12. 5e09714 perf top: Fix documentation of invalid -s option by Namhyung Kim · 11 years ago
  13. 538592f Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  14. a51e87c perf tools: Remove unused simple_strtoul() function by Ramkumar Ramachandra · 11 years ago
  15. b68eebd perf tools: Update some code references in design.txt by Ramkumar Ramachandra · 11 years ago
  16. a33f6ef perf evsel: Update function names in debug messages by Ramkumar Ramachandra · 11 years ago
  17. 8fffdb6 perf tools: Remove thread__find_map function by Jiri Olsa · 11 years ago
  18. 9cdbadce perf annotate: Print the evsel name in the stdio output by Arnaldo Carvalho de Melo · 11 years ago
  19. b9ce0c9 perf report: Use ui__has_annotation() by Namhyung Kim · 11 years ago
  20. 574799b perf tools: Fix memory leak when synthesizing thread records by Namhyung Kim · 11 years ago
  21. 11c9abf perf tools: Use tid in mmap/mmap2 events to find maps by Don Zickus · 11 years ago
  22. 2c86c7c perf report: Merge al->filtered with hist_entry->filtered by Namhyung Kim · 11 years ago
  23. 466fa76 perf symbols: Apply all filters to an addr_location by Namhyung Kim · 11 years ago
  24. b3cef7f perf symbols: Record the reason for filtering an address_location by Namhyung Kim · 11 years ago
  25. 80790e0 perf sched: Fixup header alignment in 'latency' output by Ramkumar Ramachandra · 11 years ago
  26. 263f89b perf timechart: Fix off-by-one error in 'record' argv handling by Ramkumar Ramachandra · 11 years ago
  27. 0afd2d5 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  28. d75e609 perf machine: Factor machine__find_thread to take tid argument by Jiri Olsa · 11 years ago
  29. 363b785 perf tools: Speed up thread map generation by Don Zickus · 11 years ago
  30. 09a71b9 perf kvm: introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
  31. 94a0793 perf ui hists: Pass evsel to hpp->header/width functions explicitly by Namhyung Kim · 11 years ago
  32. 52a3cb8 perf symbols: Introduce thread__find_cpumode_addr_location by Arnaldo Carvalho de Melo · 11 years ago
  33. 0ea590a perf session: Change header.misc dump from decimal to hex by Don Zickus · 11 years ago
  34. 2f6d900 perf ui/tui: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  35. a0088ad perf ui/hists: Pass struct hpp to print functions by Namhyung Kim · 11 years ago
  36. 4a62109 perf ui/gtk: Reuse generic __hpp__fmt() code by Namhyung Kim · 11 years ago
  37. 9b0d2fb perf ui/stdio: Fix invalid output on event group report by Namhyung Kim · 11 years ago
  38. bfd66cc perf tools: Fix synthesizing mmaps for threads by Don Zickus · 11 years ago
  39. 5b43982 perf probe: Clarify x86 register naming for perf probe by Andi Kleen · 11 years ago
  40. b639409 perf mem: Clarify load-latency in documentation by Andi Kleen · 11 years ago
  41. 0fb298c perf bench: Add futex-requeue microbenchmark by Davidlohr Bueso · 11 years ago
  42. 27db783 perf bench: Add futex-wake microbenchmark by Davidlohr Bueso · 11 years ago
  43. a043971 perf bench: Add futex-hash microbenchmark by Davidlohr Bueso · 11 years ago
  44. 81827ed perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMU by Stephane Eranian · 11 years ago
  45. 4191c29 perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box() by Stephane Eranian · 11 years ago
  46. 6bedfab perf tools: Disable user-space callchain/stack dumps for function trace events by Jiri Olsa · 11 years ago
  47. 63c45f4 perf: Disallow user-space stack dumps for function trace events by Jiri Olsa · 11 years ago
  48. cfa77bc perf: Disallow user-space callchains for function trace events by Jiri Olsa · 11 years ago
  49. ef11dad perf/x86/uncore: Add __init for uncore_cpumask_init() by Dongsheng Yang · 11 years ago
  50. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  51. b8ad0f9 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  52. 8712a00 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  53. 0eb808e cris: convert ffs from an object-like macro to a function-like macro by Geert Uytterhoeven · 11 years ago
  54. d7d673a hfsplus: add HFSX subfolder count support by Sergei Antonov · 11 years ago
  55. 53942232 tools/testing/selftests/ipc/msgque.c: handle msgget failure return correctly by Colin Ian King · 11 years ago
  56. 1443176 MAINTAINERS: blackfin: add git repository by Michael Opdenacker · 11 years ago
  57. 2930ffc revert "kallsyms: fix absolute addresses for kASLR" by Andrew Morton · 11 years ago
  58. 2216ee8 mm/Kconfig: fix URL for zsmalloc benchmark by Ben Hutchings · 11 years ago
  59. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 11 years ago
  60. 2af120b mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block by Laura Abbott · 11 years ago
  61. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
  62. e6a4b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  63. 2b64c54 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  64. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  65. 00e188e sockfd_lookup_light(): switch to fdget^W^Waway from fget_light by Al Viro · 11 years ago
  66. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  67. 1b56e98 ocfs2 syncs the wrong range... by Al Viro · 11 years ago
  68. 83493d7 libata: use wider match for blacklisting Crucial M500 by Tejun Heo · 11 years ago
  69. fdf57dd perf machine: Use map as success in ip__resolve_ams by Don Zickus · 11 years ago
  70. 155b3a1 perf symbols: Fix crash in elf_section_by_name by Jiri Olsa · 11 years ago
  71. 02c5bb4 perf trace: Decode architecture-specific signal numbers by Ben Hutchings · 11 years ago
  72. fa389e2 Linux 3.14-rc6 by Linus Torvalds · 11 years ago
  73. 79e61542 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  74. fe9ea91 Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  75. cf8bf7c Merge tag 'usb-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  76. a491ce7 Merge tag 'staging-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  77. 979e0d7 KEYS: Make the keyring cycle detector ignore other keyrings of the same name by David Howells · 11 years ago
  78. 1dc3217 Merge branch 'for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  79. 4aa41ba Merge tag 'spi-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  80. 66a523d Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  81. 4c7b704 Revert "ACPI / sleep: pm_power_off needs more sanity checks to be installed" by Rafael J. Wysocki · 11 years ago
  82. 1055464 Merge tag 'omap-for-v3.14/fixes-dt-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  83. 4058f76 Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/bcm11351 into fixes by Olof Johansson · 11 years ago
  84. 614cd4a Merge tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux into fixes by Olof Johansson · 11 years ago
  85. ca62eec Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  86. 15b0485 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  87. 9f93585 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  88. 85ec688 Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 11 years ago
  89. 7bffc48 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  90. abfba60 Merge tag 'pm+acpi-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  91. b01d4e6 x86: fix compile error due to X86_TRAP_NMI use in asm files by Linus Torvalds · 11 years ago
  92. 4d7eaa1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  93. 95648c0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  94. 9579f10 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  95. 721f0c1 Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  96. 27ea0f7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 2ca310f SUNRPC: Fix oops when trace sunrpc_task events in nfs client by Ditang Chen · 11 years ago
  98. 19bc45a Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  99. beb0082 Merge branches 'acpi-resources', 'acpi-ec' and 'acpi-sleep' by Rafael J. Wysocki · 11 years ago
  100. 2ef176f Merge tag 'dm-3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago