1. 0a4f2b6 perf tools: Setup default dwarf post unwinder by Jiri Olsa · 11 years ago
  2. 5ea8415 perf tools: Add libdw DWARF post unwind support by Jiri Olsa · 11 years ago
  3. 4575789 perf tools: Add feature check for libdw dwarf unwind by Jiri Olsa · 11 years ago
  4. 7a0447d perf tools: Warn the user about how to enable libunwind support by Arnaldo Carvalho de Melo · 11 years ago
  5. 8d79076 perf tools: Add variable display for VF make output by Jiri Olsa · 11 years ago
  6. 0695e57 perf tools: Factor features display code by Jiri Olsa · 11 years ago
  7. da237ed perf tools: Fix bison OUTPUT directories dependency by Jiri Olsa · 11 years ago
  8. 2a94f6c perf tests: Add pmu-bison.o make test by Jiri Olsa · 11 years ago
  9. 04b01a1 perf tests: Fix *.o make tests by Jiri Olsa · 11 years ago
  10. 7e74efc 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
  11. e9d9768 perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMC by Stephane Eranian · 11 years ago
  12. ced2efb perf/x86/uncore: add hrtimer to SNB uncore IMC PMU by Stephane Eranian · 11 years ago
  13. b9e1ab6 perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller support by Stephane Eranian · 11 years ago
  14. 001e413 perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box() by Stephane Eranian · 11 years ago
  15. 79859cc perf/x86/uncore: make hrtimer timeout configurable per box by Stephane Eranian · 11 years ago
  16. ae58faf perf/x86/uncore: add PCI ids for SNB/IVB/HSW IMC by Stephane Eranian · 11 years ago
  17. d64b25b perf/x86/uncore: add ability to customize pmu callbacks by Stephane Eranian · 11 years ago
  18. 411cf18 perf/x86/uncore: fix initialization of cpumask by Stephane Eranian · 11 years ago
  19. cd578ab perf/x86: Warn to early_printk() in case irq_work is too slow by Peter Zijlstra · 11 years ago
  20. a15ad2f perf probe: Support distro-style debuginfo for uprobe by Masami Hiramatsu · 11 years ago
  21. eb948e5 perf probe: Allow to add events on the local functions by Masami Hiramatsu · 11 years ago
  22. 5a6f631 perf probe: Show source-level or symbol-level info for uprobes by Masami Hiramatsu · 11 years ago
  23. 8f33f7d perf probe: Show appropriate symbol for ref_reloc_sym based kprobes by Masami Hiramatsu · 11 years ago
  24. f90acac perf probe: Find given address from offline dwarf by Masami Hiramatsu · 11 years ago
  25. dfef99c perf probe: Use ref_reloc_sym based address instead of the symbol name by Masami Hiramatsu · 11 years ago
  26. fb226cc perf probe: Show in what binaries/modules probes are set by Masami Hiramatsu · 11 years ago
  27. 2df5863 perf probe: Unify show_available_functions for uprobes/kprobes by Masami Hiramatsu · 11 years ago
  28. 5a62257 perf probe: Replace line_list with intlist by Masami Hiramatsu · 11 years ago
  29. f49540b perf probe: Remove incorrect symbol check for --list by Masami Hiramatsu · 11 years ago
  30. ee45b6c perf probe: Fix to do exit call for symbol maps by Masami Hiramatsu · 11 years ago
  31. c96626b perf symbols: No need to export dso__first_symbol by Arnaldo Carvalho de Melo · 11 years ago
  32. 5072f27 perf tools: Drop prefetch.h by Borislav Petkov · 11 years ago
  33. 0e55fa1 perf tools: Move hash.h header by Borislav Petkov · 11 years ago
  34. cd0cfad perf tools: Move fs.* to lib/api/fs/ by Borislav Petkov · 11 years ago
  35. c9b951c perf callchain: Separate perf_reg_value function in perf_regs object by Jiri Olsa · 11 years ago
  36. 9ff125d perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro by Jiri Olsa · 11 years ago
  37. ea3da69 perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id by Jiri Olsa · 11 years ago
  38. 436aa74 perf callchain: Separate libunwind code to special object by Jiri Olsa · 11 years ago
  39. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  40. 1cf0382 perf callchain: Do not report zero address in unwind by Jiri Olsa · 11 years ago
  41. b42dc32d perf tools: Fix dwarf unwind max_stack processing by Jiri Olsa · 11 years ago
  42. aa16b81 perf tests x86: Add dwarf unwind test by Jiri Olsa · 11 years ago
  43. 3c8b06f perf tests x86: Introduce perf_regs_load function by Jiri Olsa · 11 years ago
  44. b58f608 perf tools: Fix memory leak in event_format__print function by Jiri Olsa · 11 years ago
  45. a601fdf perf record: Add readable output for callchain debug by Jiri Olsa · 11 years ago
  46. eb853e8 perf tools: Add call-graph option support into .perfconfig by Jiri Olsa · 11 years ago
  47. bc52908 perf tools: Put proper period for for samples without PERIOD sample_type by Jiri Olsa · 11 years ago
  48. 106395d perf report: Remove some needless container_of usage by Arnaldo Carvalho de Melo · 11 years ago
  49. 644f2df perf tools: Shorten sample symbol resolving function signature by Arnaldo Carvalho de Melo · 11 years ago
  50. e80faac perf tools: Shorten sample symbol resolving function signature by Arnaldo Carvalho de Melo · 11 years ago
  51. 17f22a3 perf report: Use al->cpumode where applicable by Arnaldo Carvalho de Melo · 11 years ago
  52. e985a6c Merge remote-tracking branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 11 years ago
  53. 844ae5b perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64) arches by Arnaldo Carvalho de Melo · 11 years ago
  54. 79d26a6 perf trace: Add fallback definition of EFD_SEMAPHORE by Ben Hutchings · 11 years ago
  55. 88fee52 perf list: Fix checking for supported events on older kernels by Vince Weaver · 11 years ago
  56. f67697b perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properly by Jiri Olsa · 11 years ago
  57. 981a237 perf probe: Do not add offset twice to uprobe address by Masami Hiramatsu · 11 years ago
  58. 90ed5b0 perf/x86/p4: Block PMIs on init to prevent a stream of unkown NMIs by Don Zickus · 11 years ago
  59. 13beace perf/x86/p4: Fix counter corruption when using lots of perf groups by Don Zickus · 11 years ago
  60. e90c785 x86/nmi: Push duration printk() to irq context by Peter Zijlstra · 11 years ago
  61. 6a02ad66 perf/x86: Push the duration-logging printk() to IRQ context by Peter Zijlstra · 11 years ago
  62. 3c3d7cb Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  63. 0e9f220 perf/x86: Fix Userspace RDPMC switch by Peter Zijlstra · 11 years ago
  64. e97df76 perf/x86/intel/p6: Add userspace RDPMC quirk for PPro by Peter Zijlstra · 11 years ago
  65. 4944790 Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  66. c132ade Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. c1ff843 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. ec2e6cb Merge tag 'jfs-3.14-rc2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  69. c18f7b5 jfs: fix generic posix ACL regression by Dave Kleikamp · 11 years ago
  70. 1ccfe6f watchdog: dw_wdt: Add dependency on HAS_IOMEM by Richard Weinberger · 11 years ago
  71. 34a9bff Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  72. 41f76d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  73. 42be3f3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  74. d94d0e2 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  75. 3e382dd Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  76. 2091f43 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  77. 22446d3 Merge tag 'pm+acpi-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  78. 0ec1d15 libceph: do not dereference a NULL bio pointer by Ilya Dryomov · 11 years ago
  79. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  80. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 11 years ago
  81. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 11 years ago
  82. 55834a7 arm64: defconfig: Expand default enabled features by Mark Rutland · 11 years ago
  83. 95c4189 arm64: asm: remove redundant "cc" clobbers by Will Deacon · 11 years ago
  84. 8e86f0b arm64: atomics: fix use of acquire + release for full barrier semantics by Will Deacon · 11 years ago
  85. 4f545a4 hwmon: (da9055) Remove use of regmap_irq_get_virq() by Adam Thomson · 11 years ago
  86. a2ff34c Merge branches 'acpi-cleanup' and 'acpi-video' by Rafael J. Wysocki · 11 years ago
  87. 7fd9050 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  88. 93e7371 Merge branches 'acpi-pci-hotplug' and 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  89. 9343224 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  90. 227d53b3 mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq by KOSAKI Motohiro · 11 years ago
  91. 7bc35fd arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblock.reserved. by Tang Chen · 11 years ago
  92. 017c217 arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug() by Tang Chen · 11 years ago
  93. a85d9df mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() by KOSAKI Motohiro · 11 years ago
  94. f893ab4 mm/swap: fix race on swap_info reuse between swapoff and swapon by Weijie Yang · 11 years ago
  95. 579f829 swap: add a simple detector for inappropriate swapin readahead by Shaohua Li · 11 years ago
  96. fb951eb ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters by Zongxun Wang · 11 years ago
  97. 277cba1 Documentation/kernel-parameters.txt: fix memmap= language by Randy Dunlap · 11 years ago
  98. f2de3a15 Merge tag 'sound-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  99. 65f0505 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  100. 75a1ba5 x86, microcode, AMD: Unify valid container checks by Borislav Petkov · 11 years ago