1. 29dedee uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode() by Oleg Nesterov · 10 years ago
  2. 8e02ae5 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/uprobes by Ingo Molnar · 10 years ago
  3. 3617660 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  4. aeffe2a Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 10 years ago
  5. 399f0c2 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  6. 13f59c5 uprobes: Refuse to insert a probe into MAP_SHARED vma by Oleg Nesterov · 10 years ago
  7. 927d687 uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failure by Oleg Nesterov · 10 years ago
  8. ce5f36a uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open() by Oleg Nesterov · 10 years ago
  9. c90a695 uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similar by Oleg Nesterov · 10 years ago
  10. 7f55e82 uprobes/x86: Kill the "autask" arg of riprel_pre_xol() by Oleg Nesterov · 10 years ago
  11. 1475ee7 uprobes/x86: Rename *riprel* helpers to make the naming consistent by Oleg Nesterov · 10 years ago
  12. 83cd591 uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALL by Oleg Nesterov · 10 years ago
  13. 1dc76e6 uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logic by Oleg Nesterov · 10 years ago
  14. 2b82cad uprobes/x86: Introduce push_ret_address() by Oleg Nesterov · 10 years ago
  15. 78d9af4 uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8 by Oleg Nesterov · 10 years ago
  16. 97aa5cd uprobes/x86: Move default_xol_ops's data into arch_uprobe->def by Oleg Nesterov · 10 years ago
  17. 220ef8d uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to default_post_xol_op() by Oleg Nesterov · 10 years ago
  18. 6ded5f3 uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol() by Oleg Nesterov · 10 years ago
  19. 588fbd6 uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op() by Oleg Nesterov · 10 years ago
  20. dd91016 uprobes/x86: Don't change the task's state if ->pre_xol() fails by Oleg Nesterov · 10 years ago
  21. b24dc8d uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32 by Oleg Nesterov · 10 years ago
  22. 8dbacad uprobes/x86: Make good_insns_* depend on CONFIG_X86_* by Oleg Nesterov · 10 years ago
  23. ff26196 uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init_insn() by Oleg Nesterov · 10 years ago
  24. 2ae1f49 uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits() by Oleg Nesterov · 10 years ago
  25. 73175d0 uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits() by Oleg Nesterov · 10 years ago
  26. 250bbd1 uprobes/x86: Refuse to attach uprobe to "word-sized" branch insns by Denys Vlasenko · 10 years ago
  27. 9a12672 perf tests x86: Fix stack map lookup in dwarf unwind test by Jiri Olsa · 10 years ago
  28. 6392b4e perf x86: Fix perf to use non-executable stack, again by Mathias Krause · 10 years ago
  29. 603940b perf tools: Remove extra '/' character in events file path by Xia Kaixu · 10 years ago
  30. 61d4290 perf machine: Search for modules in %s/lib/modules/%s by Richard Yao · 10 years ago
  31. 611ec12 perf tests: Add static build make test by Jiri Olsa · 10 years ago
  32. 2cf9040 perf tools: Fix bfd dependency libraries detection by Jiri Olsa · 10 years ago
  33. e27a08f perf tools: Use LDFLAGS instead of ALL_LDFLAGS by Jiri Olsa · 10 years ago
  34. 8ab596a perf tools ARM64: Wire up perf_regs and unwind support by Jean Pihet · 10 years ago
  35. 88080ce perf tools: Move u64_swap union by Borislav Petkov · 10 years ago
  36. c0bc8c6 perf tests: Add a test of kvm-390: trace event by Alexander Yarygin · 10 years ago
  37. 615b8f9 perf tests: Add numeric identifier to evlist_test by Alexander Yarygin · 10 years ago
  38. 2b9032e perf tools: Parse tracepoints with '-' in system name by Alexander Yarygin · 10 years ago
  39. e148c76 perf tools: Handle EINTR error for readn/writen by Namhyung Kim · 10 years ago
  40. 2011319 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  41. fabf01238 perf tests: Add map groups sharing with thread object test by Jiri Olsa · 10 years ago
  42. cddcef6 perf tools: Share map_groups among threads of the same group by Jiri Olsa · 10 years ago
  43. a26ca67 perf tools: Reference count map_groups objects by Arnaldo Carvalho de Melo · 10 years ago
  44. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 10 years ago
  45. 4e85edf perf tests: Add thread maps lookup automated tests by Jiri Olsa · 10 years ago
  46. 3c3cfd9 perf tests: Add a test case for hists filtering by Namhyung Kim · 10 years ago
  47. 6e344a9 perf tests: Factor out fake_setup_machine() by Namhyung Kim · 10 years ago
  48. 2933d78 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  49. 42ebd27 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
  50. c3b7895 perf hists/tui: Count callchain rows separately by Namhyung Kim · 10 years ago
  51. 268397c perf top/tui: Update nr_entries properly after a filter is applied by Namhyung Kim · 10 years ago
  52. 112f761 perf ui/tui: Rename hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  53. c481f93 perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries() by Namhyung Kim · 10 years ago
  54. 3186b68 perf hists: Add missing update on filtered stats in hists__decay_entries() by Namhyung Kim · 10 years ago
  55. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  56. 87e90f4 perf hists: Collapse expanded callchains after filter is applied by Namhyung Kim · 10 years ago
  57. 9283ba9 perf hists: Add a couple of hists stat helper functions by Namhyung Kim · 10 years ago
  58. ae993ef perf hists: Move column length calculation out of hists__inc_stats() by Namhyung Kim · 10 years ago
  59. 6263835 perf hists: Rename hists__inc_stats() by Namhyung Kim · 10 years ago
  60. 58c311d perf report: Count number of entries separately by Namhyung Kim · 10 years ago
  61. 9f7ff89 perf/x86: Fix RAPL rdmsrl_safe() usage by Stephane Eranian · 10 years ago
  62. 89b90ee Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  63. de04f86 tools lib traceevent: Fix memory leak in pretty_print() by Steven Rostedt · 10 years ago
  64. 4508793 tools lib traceevent: Fix backward compatibility macros for pevent filter enums by Steven Rostedt · 10 years ago
  65. 4dc549e perf tools: Disable libdw unwind for all but x86 arch by Jiri Olsa · 10 years ago
  66. 763d7f5 perf tests x86: Fix memory leak in sample_ustack() by Masanari Iida · 10 years ago
  67. a81fef3 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  68. 4d0fa8a Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  69. 39bfe90 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. cff6bb4 perf callchain: Add generic report parse callchain callback function by Don Zickus · 10 years ago
  71. 4b62795 perf kmem: Utilize the new generic cpunode_map by Don Zickus · 10 years ago
  72. f5b1f4e perf tools: Use cpu/possible instead of cpu/kernel_max by Don Zickus · 10 years ago
  73. 7780c25 perf tools: Allow ability to map cpus to nodes easily by Don Zickus · 10 years ago
  74. 7c2f816 perf tools: Fix pmu object compilation error by Jiri Olsa · 10 years ago
  75. c089b22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  76. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  77. 0565103 um: Memory corruption on startup by Anton Ivanov · 10 years ago
  78. 9fcb663 um: Missing pipe handling by Anton Ivanov · 10 years ago
  79. 0d71832 uml: Simplify tempdir logic. by Tristan Schmelcher · 11 years ago
  80. a798c10 Linux 3.15-rc2 by Linus Torvalds · 10 years ago
  81. 372feac Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  82. 5269519 Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  83. 200bde2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. fd741ed Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  85. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  86. 922d0e4 perf tools: Adjust symbols in VDSO by Vladimir Nikulichev · 10 years ago
  87. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 10 years ago
  88. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  89. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  90. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  91. 6d45969 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 8f98f6f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. 8de3f7a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. b931242 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  95. a42892e Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  96. ebfc45e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  97. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  98. 25bfe4f Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  99. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  100. 8cb652b Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago