1. 2fe7374 perf tools: Replace multiple line assignment with multiple statements by Jiri Olsa · 11 years ago
  2. 8e1b3f6 perf tools: Replace tabs with spaces for all non-commands statements by Jiri Olsa · 11 years ago
  3. 4e22db4 perf tools: Add NO_BIONIC variable to confiure bionic setup by Jiri Olsa · 11 years ago
  4. 7c53746 perf tools: Switch to full path C include directories by Jiri Olsa · 11 years ago
  5. 1e9f7aa perf tools: Merge all *LDFLAGS* make variable into LDFLAGS by Jiri Olsa · 12 years ago
  6. 9c12cf9 perf tools: Merge all *CFLAGS* make variable into CFLAGS by Jiri Olsa · 12 years ago
  7. 0817df0 perf evlist: Reset SIGTERM handler in workload child process by David Ahern · 11 years ago
  8. fd85178 perf: Expand definition of sysfs format attribute by Michael Ellerman · 11 years ago
  9. 54aa3b9 perf: Power7 Update testing ABI to list CPI-stack events by Sukadev Bhattiprolu · 11 years ago
  10. bd1060e perf: Power7: Make CPI stack events available in sysfs by Sukadev Bhattiprolu · 11 years ago
  11. 3c4797d tools lib lk: Respect CROSS_COMPILE by Rabin Vincent · 11 years ago
  12. 0ac129e perf tools: Remove cwdlen from struct perf_session by Jiri Olsa · 11 years ago
  13. 78e3a1f perf tools: Remove frozen from perf_header struct by Jiri Olsa · 11 years ago
  14. 66cd3f3 perf tests: Fix exclude_guest|exclude_host checking for attr tests by Jiri Olsa · 11 years ago
  15. 8e72a67 perf tests: Fix attr test for record -d option by Jiri Olsa · 11 years ago
  16. 4ddc929 perf tools: Final touches for CHK config move by Jiri Olsa · 12 years ago
  17. cd1c39f perf tools: Move paths config into config/Makefile by Jiri Olsa · 12 years ago
  18. 58a0abd perf tools: Move libnuma check config into config/Makefile by Jiri Olsa · 12 years ago
  19. a1c7c9e perf tools: Move stdlib check config into config/Makefile by Jiri Olsa · 12 years ago
  20. c3cf836 perf tools: Move libbfd check config into config/Makefile by Jiri Olsa · 12 years ago
  21. 6e533cf perf tools: Move libpython check config into config/Makefile by Jiri Olsa · 12 years ago
  22. 3082cb3 perf tools: Move libperl check config into config/Makefile by Jiri Olsa · 12 years ago
  23. 58cabf6 perf tools: Move gtk2 check config into config/Makefile by Jiri Olsa · 12 years ago
  24. 4a8f888 perf tools: Move slang check config into config/Makefile by Jiri Olsa · 12 years ago
  25. a827952 perf tools: Move libaudit check config into config/Makefile by Jiri Olsa · 12 years ago
  26. 0e433fe perf tools: Move libunwind check config into config/Makefile by Jiri Olsa · 12 years ago
  27. 779724f perf tools: Move libdw check config into config/Makefile by Jiri Olsa · 12 years ago
  28. cf4cca1 perf tools: Move libelf check config into config/Makefile by Jiri Olsa · 12 years ago
  29. 362493f perf tools: Move compiler and linker flags check into config/Makefile by Jiri Olsa · 12 years ago
  30. a32f493 perf tools: Move programs check into config/Makefile by Jiri Olsa · 12 years ago
  31. 8bd407b perf tools: Move arch check into config/Makefile by Jiri Olsa · 12 years ago
  32. 095ae69 perf tools: Add automated make test suite by Jiri Olsa · 12 years ago
  33. 70c57ef perf tools: Save parent pid in thread struct by David Ahern · 11 years ago
  34. 45528f7 perf stats: Fix divide by 0 in variance by David Ahern · 11 years ago
  35. 6ca5f30 perf kvm: Handle realloc failures by David Ahern · 11 years ago
  36. b69e63a perf evsel: Fix printing of perf_event_paranoid message by David Ahern · 11 years ago
  37. ffcbaa1 perf test: Fix typo by Arnaldo Carvalho de Melo · 11 years ago
  38. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  39. 367c53c perf diff: Use internal rb tree for hists__precompute by Jiri Olsa · 12 years ago
  40. eec574e perf report: Add report.percent-limit config variable by Namhyung Kim · 11 years ago
  41. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 11 years ago
  42. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 11 years ago
  43. f3dd198 perf report: Don't bother locking when adding hist entries by Namhyung Kim · 11 years ago
  44. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 11 years ago
  45. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 11 years ago
  46. 6f29097 perf top: Fix percent output when no samples collected by Namhyung Kim · 11 years ago
  47. 933cbb1 perf top: Fix -E option behavior by Namhyung Kim · 11 years ago
  48. 804f7ac perf record: handle death by SIGTERM by David Ahern · 11 years ago
  49. 89365e6 perf tools: Handle JITed code in shared memory by Andi Kleen · 11 years ago
  50. b3539d2 perf tests: Fix compile errors in bp_signal files by Sukadev Bhattiprolu · 11 years ago
  51. f9619d6 perf tools: Fix tab vs spaces issue in Makefile ifdef/endif by Jiri Olsa · 11 years ago
  52. 9c796ec perf hists browser: Use sort__has_sym by Arnaldo Carvalho de Melo · 11 years ago
  53. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 11 years ago
  54. 930477b perf sort: Cleanup sort__has_sym setting by Namhyung Kim · 11 years ago
  55. dfd3b2f perf sort: Reorder HISTC_SRCLINE index by Namhyung Kim · 11 years ago
  56. bc8b8c0 perf archive: Fix typo on Documentation by Arnaldo Carvalho de Melo · 11 years ago
  57. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 11 years ago
  58. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 11 years ago
  59. 2f532d0 perf sort: Factor out common code in sort_dimension__add() by Namhyung Kim · 11 years ago
  60. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  61. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 12 years ago
  62. ceb2acb perf hists: Free unused mem info of a matched hist entry by Namhyung Kim · 12 years ago
  63. 26353a6 perf hists: Fix an invalid memory free on he->branch_info by Namhyung Kim · 12 years ago
  64. 6956664 perf tools: Fix bug in isupper() and islower() by Sukadev Bhattiprolu · 12 years ago
  65. c0ffaf3 watchdog: Remove softlockup_thresh from Documentation by Li Zefan · 11 years ago
  66. 08825c9 watchdog: Document watchdog_thresh sysctl by Li Zefan · 11 years ago
  67. a6572f8 watchdog: Disallow setting watchdog_thresh to -1 by Li Zefan · 11 years ago
  68. 1b45adc perf/x86/amd: Rework AMD PMU init code by Peter Zijlstra · 11 years ago
  69. 2b923c8 perf/x86: Check branch sampling priv level in generic code by Stephane Eranian · 11 years ago
  70. 13acac3 perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driver by Dan Carpenter · 11 years ago
  71. 62b8563 perf: Add sysfs entry to adjust multiplexing interval per PMU by Stephane Eranian · 11 years ago
  72. 9e63020 perf: Use hrtimers for event multiplexing by Stephane Eranian · 11 years ago
  73. ab57384 perf: Fix hw breakpoints overflow period sampling by Jiri Olsa · 11 years ago
  74. ddd40da x86/signals: Merge EFLAGS bit clearing into a single statement by Jiri Olsa · 11 years ago
  75. 24cda10 x86/signals: Clear RF EFLAGS bit for signal handler by Jiri Olsa · 11 years ago
  76. 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 11 years ago
  77. e4aa937 Linux 3.10-rc3 by Linus Torvalds · 11 years ago
  78. ab465df ipc/sem.c: Fix missing wakeups in do_smart_update_queue() by Manfred Spraul · 11 years ago
  79. 89ff778 Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  80. 932ff06 Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  81. 95f4838 Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  82. 088d812 Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  83. 72de4c6 Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 11 years ago
  84. 1aad08d Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  85. 27a24cf Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  86. 6b3f7b5 score: remove redundant kcore_list entries by Kyle McMartin · 11 years ago
  87. 462a2b5 Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  88. 4dd9aa8 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  89. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 11 years ago
  90. 9cf1848 Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 11 years ago
  91. 00cec11 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  92. 03e04f0 aio: fix kioctx not being freed after cancellation at exit time by Benjamin LaHaise · 11 years ago
  93. a9ff785 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 11 years ago
  94. 43c523b drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencing by Tomasz Figa · 11 years ago
  95. b4ca2b4 ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap() by Joseph Qi · 11 years ago
  96. 10b3a32 random: fix accounting race condition with lockless irq entropy_count update by Jiri Kosina · 11 years ago
  97. 1e7e2e0 drivers/char/random.c: fix priming of last_data by Jarod Wilson · 11 years ago
  98. 348f9f0 mm/memory_hotplug.c: fix printk format warnings by Randy Dunlap · 11 years ago
  99. 136e877 nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary by Ryusuke Konishi · 11 years ago
  100. dfd20b2 drivers/block/brd.c: fix brd_lookup_page() race by Brian Behlendorf · 11 years ago