1. df3ab70 kprobetrace, doc: Add the explanation to remove probe points by Motohiro KOSAKI · 15 years ago
  2. 580d9e0 kprobetrace, doc: Shell needs single quote to use $ character by Motohiro KOSAKI · 15 years ago
  3. f426a7e Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
  4. 329c0e0 perf: Better order flexible and pinned scheduling by Frederic Weisbecker · 15 years ago
  5. 7defb0f perf: Don't schedule out/in pinned events on task tick by Frederic Weisbecker · 15 years ago
  6. 5b0311e perf: Allow pinned and flexible groups to be scheduled separately by Frederic Weisbecker · 15 years ago
  7. 42cce92 perf: Make __perf_event_sched_out static by Frederic Weisbecker · 15 years ago
  8. 231e36f tracing/kprobe: Update kprobe tracing self test for new syntax by Masami Hiramatsu · 15 years ago
  9. 0eda738 perf probe: Fix build error of builtin-probe.c by Hitoshi Mitake · 15 years ago
  10. 69e3f52 perf: Fix implicit declaration of getline in util.c by Frederic Weisbecker · 15 years ago
  11. d6f962b perf: Export software-only event group characteristic as a flag by Frederic Weisbecker · 15 years ago
  12. e286417 perf: Round robin flexible groups of events using list_rotate_left() by Frederic Weisbecker · 15 years ago
  13. 5908cdc list: Introduce list_rotate_left() by Frederic Weisbecker · 15 years ago
  14. 889ff01 perf/core: Split context's event group list into pinned and non-pinned lists by Frederic Weisbecker · 15 years ago
  15. 881516e perf symbols: Accept an alias when looking for "_text" by Arnaldo Carvalho de Melo · 15 years ago
  16. f5a2c3d perf record: Intercept all events by Arnaldo Carvalho de Melo · 15 years ago
  17. 2c58517 perf archive: Add helper script to package files needed to do analysis by Arnaldo Carvalho de Melo · 15 years ago
  18. 460848f perf symbols: The synthesized kernel modules MMAP must use the pathnames by Arnaldo Carvalho de Melo · 15 years ago
  19. 88d3d9b7 perf buildid-list: Introduce --with-hits option by Arnaldo Carvalho de Melo · 15 years ago
  20. 59ee68e perf symbols: Create thread__find_addr_map from thread__find_addr_location by Arnaldo Carvalho de Melo · 15 years ago
  21. 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 15 years ago
  22. cf4e5b0 perf symbols: Use dso->long_name in dsos__find() by Arnaldo Carvalho de Melo · 15 years ago
  23. 9e20144 perf symbols: Cache /proc/kallsyms files by build-id by Arnaldo Carvalho de Melo · 15 years ago
  24. 8d0591f perf symbols: Don't try to load kallsyms if doesn't match the record build-id by Arnaldo Carvalho de Melo · 15 years ago
  25. 1b75962 perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE) by Arnaldo Carvalho de Melo · 15 years ago
  26. ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 15 years ago
  27. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  28. 66aeb6d perf top: Fix code typo in prompt_symbol() by Kirill Smelkov · 15 years ago
  29. 0895cf0 perf: Fix few typos + cosmetics by Kirill Smelkov · 15 years ago
  30. b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
  31. ff314d3 perf: Make cmd_to_page() function more compact by Wenji Huang · 15 years ago
  32. 8381f65 sched/perf: Make sure irqs are disabled for perf_event_task_sched_in() by Jamie Iles · 15 years ago
  33. cf55311 perf tools: Create typedef for common event synthesizing callback by Arnaldo Carvalho de Melo · 15 years ago
  34. a89e5abe perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table by Arnaldo Carvalho de Melo · 15 years ago
  35. fed5af6 perf buildid-list: No need to process the header sections again by Arnaldo Carvalho de Melo · 15 years ago
  36. 8d9e503 perf: Fix memory leak: counterwidth by Alexander Beregalov · 15 years ago
  37. 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
  38. 6964cd2 perf tools: Enhance glob string matching by Masami Hiramatsu · 15 years ago
  39. fb1d2ed perf tools: Support tracepoint glob matching by Masami Hiramatsu · 15 years ago
  40. 7204133 perf probe: Show probe list in pager by Masami Hiramatsu · 15 years ago
  41. bbaa46f perf probe: Remove newline from die() by Masami Hiramatsu · 15 years ago
  42. aa5add9 x86/ptrace: Remove unused regs_get_argument_nth API by Masami Hiramatsu · 15 years ago
  43. 1464010 tracing/kprobe: Drop function argument access syntax by Masami Hiramatsu · 15 years ago
  44. ec3a903 tracing/kprobe: Update example output in documentation by Masami Hiramatsu · 15 years ago
  45. 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
  46. b9a63b9 perf report: Fix --no-call-chain option handling by Arnaldo Carvalho de Melo · 15 years ago
  47. de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
  48. f92cb24 perf tools: Create write_padded routine out of __dsos__write_buildid_table by Arnaldo Carvalho de Melo · 15 years ago
  49. 36a3e64 perf symbols: Export symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  50. 682b335 perf symbols: Generalise the kallsyms parsing routine by Arnaldo Carvalho de Melo · 15 years ago
  51. 60666c6 perf tools: Fix --pid option for stat by Liming Wang · 15 years ago
  52. 0fb8ee4 perf: Drop useless check for ignored frame by Frederic Weisbecker · 15 years ago
  53. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  54. 1703f2c perf tools: Check if /dev/null can be used as the -o gcc argument by Arnaldo Carvalho de Melo · 15 years ago
  55. 8303951 perf tools: Move QUIET_STDERR def to before first use by Arnaldo Carvalho de Melo · 15 years ago
  56. c2c5d45 perf: Stop stack frame walking off kernel addresses boundaries by Frederic Weisbecker · 15 years ago
  57. 7284ce6 Linux 2.6.33-rc4 by Linus Torvalds · 15 years ago
  58. 53ff709 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
  59. bb7d3f2 [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissions by Bryn M. Reeves · 15 years ago
  60. 90aeb7c Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 15 years ago
  61. 2c76127 lib: Introduce generic list_sort function by Dave Chinner · 15 years ago
  62. dbf004d remove my email address from checkpatch. by Dave Jones · 15 years ago
  63. 2d13c8f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
  64. 1f0e14b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  65. f25bb39 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  66. 7113578 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  67. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  68. 682137f m68knommu: fix definitions of __pa() and __va() by Greg Ungerer · 15 years ago
  69. 5040ab6 libata: retry link resume if necessary by Tejun Heo · 15 years ago
  70. 0b67c74 ata_piix: enable 32bit PIO on SATA piix by Tejun Heo · 15 years ago
  71. a2342f4 sata_promise: don't classify overruns as HSM errors by Mikael Pettersson · 15 years ago
  72. aff7b4f ARM: Ensure ARMv6/7 mm files are built using appropriate assembler options by Russell King · 15 years ago
  73. 7511bce ARM: Fix wrong dmb by Russell King · 15 years ago
  74. 9a3065c MIPS: Ignore vmlinux.* by Yoichi Yuasa · 15 years ago
  75. 17f964e MIPS: Move vmlinux.ecoff to arch/mips/boot by Yoichi Yuasa · 15 years ago
  76. d797396 MIPS: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 15 years ago
  77. 0e8a1d8 MIPS: Octeon: Use non-overflowing arithmetic in sched_clock by David Daney · 15 years ago
  78. 9b54dc5 MIPS: Malta, PowerTV: Remove unnecessary "Linux started" by Yoichi Yuasa · 15 years ago
  79. 0622870 MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE. by Yoichi Yuasa · 15 years ago
  80. 70b5c81 MIPS: AR7: Remove unused prom_getchar() by Yoichi Yuasa · 15 years ago
  81. 1dc2386 MIPS: PowerTV: Remove extra r4k_clockevent_init() call by David VomLehn · 15 years ago
  82. 0833c76 MIPS: Cobalt use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  83. c6a3c85 MIPS: Octeon: Add sched_clock() to csrc-octeon.c by David Daney · 15 years ago
  84. 98bea6f MIPS: TXx9: Cleanup builtin-cmdline processing by Atsushi Nemoto · 15 years ago
  85. 7e326d6 MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init() by Yoichi Yuasa · 15 years ago
  86. 0eb99a9 MIPS: PowerTV: Remove unused platform_die() by Yoichi Yuasa · 15 years ago
  87. 2620c35 MIPS: PowerTV: Remove mips_machine_halt() by Yoichi Yuasa · 15 years ago
  88. 09b7c9f MIPS: PowerTV: Remove unused ptv_memsize by Yoichi Yuasa · 15 years ago
  89. 99d2b17 MIPS: PowerTV: Remove unused prom_getcmdline() by Yoichi Yuasa · 15 years ago
  90. 5769940 MIPS: AR7: Remove kgdb_enabled by Yoichi Yuasa · 15 years ago
  91. 42ecda1 MIPS: Alchemy: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
  92. 05c6946 MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.c by Florian Fainelli · 15 years ago
  93. 66a0f0f MIPS: VR41xx: Use strlcat() for the command line arguments by Yoichi Yuasa · 15 years ago
  94. d4d9a55 MIPS: Cleanup and Fixup of compressed kernel support by Wu Zhangjin · 15 years ago
  95. abbdc3d MIPS: Cleanup forgotten label_module_alloc in tlbex.c by David Daney · 15 years ago
  96. f59bb4b Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  97. c96350a Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  98. 9c0afc8 ALSA: hda - Fix ALC861-VD capture source mixer by Takashi Iwai · 15 years ago
  99. 9db2f1b sky2: Fix oops in sky2_xmit_frame() after TX timeout by Jarek Poplawski · 15 years ago
  100. 807a751 OMAP: DSS2: OMAPFB: fix crash when panel driver was not loaded by Tomi Valkeinen · 15 years ago