1. 26198c2 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  2. e525389 kprobes/x86: ftrace based optimization for x86 by Masami Hiramatsu · 13 years ago
  3. ae6aa16 kprobes: introduce ftrace based optimization by Masami Hiramatsu · 13 years ago
  4. 4dc9367 ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE by Steven Rostedt · 13 years ago
  5. 2576428 kprobes: Move locks into appropriate functions by Masami Hiramatsu · 13 years ago
  6. f7fa6ef0 kprobes: cleanup to separate probe-able check by Masami Hiramatsu · 13 years ago
  7. 72ef379 kprobes: Inverse taking of module_mutex with kprobe_mutex by Steven Rostedt · 13 years ago
  8. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 13 years ago
  9. ad97772 ftrace: Add selftest to test function save-regs support by Steven Rostedt · 13 years ago
  10. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 13 years ago
  11. 47239c4 ftrace: Only compile ftrace selftest if selftests are enabled by Steven Rostedt · 13 years ago
  12. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 13 years ago
  13. 5767cfe ftrace/x86: Remove function_trace_stop check from graph caller by Steven Rostedt · 13 years ago
  14. e4ea3f6 ftrace/x86_32: Simplify parameter setup for ftrace_regs_caller by Uros Bizjak · 13 years ago
  15. 194f8dc uprobes: __replace_page() needs munlock_vma_page() by Oleg Nesterov · 13 years ago
  16. 57683f7 uprobes: Rename vma_address() and make it return "unsigned long" by Oleg Nesterov · 13 years ago
  17. f4d6dfe uprobes: Fix register_for_each_vma()->vma_address() check by Oleg Nesterov · 13 years ago
  18. cb113b4 uprobes: Introduce vaddr_to_offset(vma, vaddr) by Oleg Nesterov · 13 years ago
  19. 891c397 uprobes: Teach build_probe_list() to consider the range by Oleg Nesterov · 13 years ago
  20. 8913378 uprobes: Remove insert_vm_struct()->uprobe_mmap() by Oleg Nesterov · 13 years ago
  21. 6dab3cc uprobes: Remove copy_vma()->uprobe_mmap() by Oleg Nesterov · 13 years ago
  22. aefd893 uprobes: Fix overflow in vma_address()/find_active_uprobe() by Oleg Nesterov · 13 years ago
  23. 2fd611a uprobes: Suppress uprobe_munmap() from mmput() by Oleg Nesterov · 13 years ago
  24. 665605a uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe() by Oleg Nesterov · 13 years ago
  25. 9f92448 uprobes: Clean up and document write_opcode()->lock_page(old_page) by Oleg Nesterov · 13 years ago
  26. 089ba99 uprobes: Kill write_opcode()->lock_page(new_page) by Oleg Nesterov · 13 years ago
  27. c517ee7 uprobes: __replace_page() should not use page_address_in_vma() by Oleg Nesterov · 13 years ago
  28. f403072 uprobes: Don't recheck vma/f_mapping in write_opcode() by Oleg Nesterov · 13 years ago
  29. 35d56ca9 perf/x86: Fix missing struct before structure name by Jovi Zhang · 13 years ago
  30. c1ece48 perf/x86: Fix format definition of SNB-EP uncore QPI box by Yan, Zheng · 13 years ago
  31. 597ed95 perf/x86: Make bitfield unsigned by Peter Zijlstra · 13 years ago
  32. 74e6543 perf/x86: Fix LLC-* and node-* events on Intel SandyBridge by Yan, Zheng · 13 years ago
  33. 254298c perf/x86: Add Intel Nehalem-EX uncore support by Yan, Zheng · 13 years ago
  34. 4f3f713 perf/x86: Fix typo in format definition of uncore PCU filter by Yan, Zheng · 13 years ago
  35. 895dd92 sched: Deliver sched_switch events to the current task by Andrew Vagin · 13 years ago
  36. 045e7e6 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 13 years ago
  37. 8696329 perf annotate: Prevent overflow in size calculation by Cody Schafer · 13 years ago
  38. 52f18a2 tools lib traceevent: Ignore TRACEEVENT-CFLAGS file by Namhyung Kim · 13 years ago
  39. 52b5c0d tools lib traceevent: Detect build environment changes by Namhyung Kim · 13 years ago
  40. 043d1a5 perf tools: Fix build error with bison 2.6 by Kirill A. Shutemov · 13 years ago
  41. 4cc49d4 perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific by Kirill A. Shutemov · 13 years ago
  42. 4a841d6 perf tools: Make the breakpoint events sample period default to 1 by Jovi Zhang · 13 years ago
  43. f7add55 perf test: Add dso data caching tests by Jiri Olsa · 13 years ago
  44. 4dff624 perf symbols: Add dso data caching by Jiri Olsa · 13 years ago
  45. 949d160 perf symbols: Add interface to read DSO image data by Jiri Olsa · 13 years ago
  46. 44f24cb perf symbols: Factor DSO symtab types to generic binary types by Jiri Olsa · 13 years ago
  47. 6654f5d perf hists: Print newline between hists callchains by Frederic Weisbecker · 13 years ago
  48. 0983cc0 perf tools: Fix trace events storms due to weight demux by Frederic Weisbecker · 13 years ago
  49. 8760db7 perf hists: Return correct number of characters printed in callchain by Frederic Weisbecker · 13 years ago
  50. 78b961f perf tools: Dump exclude_{guest,host}, precise_ip header info too by David Ahern · 13 years ago
  51. c80c3c2 perf kvm: Limit repetitive guestmount message to once per directory by David Ahern · 13 years ago
  52. adb5d2a perf kvm: Fix bug resolving guest kernel syms by David Ahern · 13 years ago
  53. 7c0f4a4 perf kvm: Guest userspace samples should not be lumped with host uspace by David Ahern · 13 years ago
  54. 5cd95c2 perf kvm: Set name for VM process in guest machine by David Ahern · 13 years ago
  55. f51304d perf symbols: Add machine id to modules debug message by David Ahern · 13 years ago
  56. e2b34e3 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  57. 2bd3488 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  58. d5d96ed Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  59. bd3e57f Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  60. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. a065de0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  62. 3992c03 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. 55acddd Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  64. 2eafeb6 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  65. 16d286e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. ceee0e9 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 36d93d8 Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()" by Ingo Molnar · 13 years ago
  68. 28a33cb Linux 3.5 by Linus Torvalds · 13 years ago
  69. bff9d18 Remove SYSTEM_SUSPEND_DISK system state by Rafael J. Wysocki · 13 years ago
  70. 9a2bc86 Merge branch 'anton-kgdb' (kgdb dmesg fixups) by Linus Torvalds · 13 years ago
  71. c064da4 kdb: Switch to nolock variants of kmsg_dump functions by Anton Vorontsov · 13 years ago
  72. 533827c printk: Implement some unlocked kmsg_dump functions by Anton Vorontsov · 13 years ago
  73. 1b499d0 printk: Remove kdb_syslog_data by Anton Vorontsov · 13 years ago
  74. bc792e6 kdb: Revive dmesg command by Anton Vorontsov · 13 years ago
  75. d75e2c9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  76. 9351737 Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 13 years ago
  77. ce9f8d6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  78. 1793416 Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 13 years ago
  79. 7c8d3a4 dm raid1: set discard_zeroes_data_unsupported by Mikulas Patocka · 13 years ago
  80. 650d2a0 dm thin: do not send discards to shared blocks by Mikulas Patocka · 13 years ago
  81. 751f188 dm raid1: fix crash with mirror recovery and discard by Mikulas Patocka · 13 years ago
  82. c999ff6 pnfs-obj: Fix __r4w_get_page when offset is beyond i_size by Boaz Harrosh · 13 years ago
  83. 9909d45 pnfs-obj: don't leak objio_state if ore_write/read fails by Boaz Harrosh · 13 years ago
  84. 537632e ore: Unlock r4w pages in exact reverse order of locking by Boaz Harrosh · 13 years ago
  85. 62b62ad ore: Remove support of partial IO request (NFS crash) by Boaz Harrosh · 13 years ago
  86. 9ff1930 ore: Fix NFS crash by supporting any unaligned RAID IO by Boaz Harrosh · 13 years ago
  87. c672793 UBIFS: fix a bug in empty space fix-up by Artem Bityutskiy · 13 years ago
  88. 85efc72 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  89. 4de7239 ftrace/x86: Add save_regs for i386 function calls by Steven Rostedt · 13 years ago
  90. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  91. 28fb5df ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracer by Steven Rostedt · 14 years ago
  92. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 14 years ago
  93. ccf3672 ftrace: Consolidate arch dependent functions with 'list' function by Steven Rostedt · 13 years ago
  94. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 14 years ago
  95. 3e4b945 Merge tag 'md-3.5-fixes' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  96. 309d4b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  97. 61c901c Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  98. 380e99f cx25821: Remove bad strcpy to read-only char* by Ezequiel Garcia · 13 years ago
  99. e9a09ae HID: hid-multitouch: add support for Zytronic panels by Benjamin Tissoires · 13 years ago
  100. 85a053f MIPS: PCI: Move fixups from __init to __devinit. by Sebastian Andrzej Siewior · 13 years ago