1. 8635bf6 perf probe: Remove redundant checks by Arnaldo Carvalho de Melo · 14 years ago
  2. e603dc1 perf evsel: Fix inverted test for fixing up attr.inherit flag by Arnaldo Carvalho de Melo · 14 years ago
  3. fbee632 perf probe: Fix error propagation leading to segfault by Arnaldo Carvalho de Melo · 14 years ago
  4. a3d1ee1 perf tools: Makefile: Remove various and sundry cruft by Michael Witten · 14 years ago
  5. 0a54fb6 perf tools: Makefile: Remove tool-specific cruft by Michael Witten · 14 years ago
  6. 8796cb9 perf tools: Makefile: Remove platform-specific cruft by Michael Witten · 14 years ago
  7. 006cdc3 perf tools: Makefile: Remove vestigial git-specific cruft by Michael Witten · 14 years ago
  8. 02ca752 x86: Remove die_nmi() by Jan Beulich · 14 years ago
  9. e4cc9f4 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  10. e9345aa Revert "tracing: Add unstable sched clock note to the warning" by Ingo Molnar · 14 years ago
  11. 668b878 perf list: Allow filtering list of events by Arnaldo Carvalho de Melo · 14 years ago
  12. 74cfc17 perf report: Tell the user when a perf.data file has no samples by Arnaldo Carvalho de Melo · 14 years ago
  13. 712a4b6 perf record: Delay setting the header writing atexit call by Arnaldo Carvalho de Melo · 14 years ago
  14. fec9cbd perf hists: Print number of samples, not the period sum by Arnaldo Carvalho de Melo · 14 years ago
  15. bee9690 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  16. 5beda5f Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  17. f0c55bc perf: make perf stat print user provided full event names by Stephane Eranian · 14 years ago
  18. 4498062 perf python: Add cgroup.c to setup.py to get it building again by Arnaldo Carvalho de Melo · 14 years ago
  19. 8737ebd perf probe: Show filename which contains target function by Masami Hiramatsu · 14 years ago
  20. e116dfa perf probe: Support function@filename syntax for --line by Masami Hiramatsu · 14 years ago
  21. 4187e26 perf tools: Update Makefile with some help by Jesse Brandeburg · 14 years ago
  22. b99976e perf annotate browser: Use the percent color for the whole line by Arnaldo Carvalho de Melo · 14 years ago
  23. 289c082 perf annotate: Check if offset is less than symbol size by Arnaldo Carvalho de Melo · 14 years ago
  24. 5c35d69 perf ui: Serialize screen updates by Arnaldo Carvalho de Melo · 14 years ago
  25. ba3dd36 perf: Optimize hrtimer events by Peter Zijlstra · 14 years ago
  26. 163ec43 perf: Optimize throttling code by Peter Zijlstra · 14 years ago
  27. 4979d27 perf, x86: Add support for AMD family 15h core counters by Robert Richter · 14 years ago
  28. 73d6e52 perf, x86: Store perfctr msr addresses in config_base/event_base by Robert Richter · 14 years ago
  29. 69d8e1e perf, x86: Add new AMD family 15h msrs to perfctr reservation code by Robert Richter · 14 years ago
  30. 41bf498 perf, x86: Calculate perfctr msr addresses in helper functions by Robert Richter · 14 years ago
  31. d45dd92 perf, x86: Use helper function in x86_pmu_enable_all() by Robert Richter · 14 years ago
  32. 023695d perf tool: Add cgroup support by Stephane Eranian · 14 years ago
  33. e5d1367 perf: Add cgroup support by Stephane Eranian · 14 years ago
  34. d41d5a0 cgroup: Fix cgroup_subsys::exit callback by Peter Zijlstra · 14 years ago
  35. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  36. 4fe757d perf: Fix throttle logic by Peter Zijlstra · 14 years ago
  37. 7d44ec1 perf, x86: P4 PMU: Fix spurious NMI messages by Cyrill Gorcunov · 14 years ago
  38. 85e2efb Linux 2.6.38-rc5 by Linus Torvalds · 14 years ago
  39. 048f039 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 14 years ago
  40. 86d306c m68knommu: set flow handler for secondary interrupt controller of 5249 by Greg Ungerer · 14 years ago
  41. 4531dab m68knommu: remove use of IRQ_FLG_LOCK from 68360 platform support by Greg Ungerer · 14 years ago
  42. bc0c36d m68knommu: fix dereference of port.tty by Greg Ungerer · 14 years ago
  43. 8117426 m68knommu: add missing linker __modver section by Greg Ungerer · 14 years ago
  44. b14769d m68knommu: fix mis-named variable int set_irq_chip loop by Greg Ungerer · 14 years ago
  45. 982cd25 m68knommu: add optimize memmove() function by Greg Ungerer · 14 years ago
  46. f9d693d m68k: remove arch specific non-optimized memcmp() by Greg Ungerer · 14 years ago
  47. b90be86 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  48. c612cc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  49. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 14 years ago
  50. 09f586b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  51. b9d4ba6 Merge branch 'tools-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  52. dc33974 Merge branch 'iomem' into release by Len Brown · 14 years ago
  53. b45bbf0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  54. f60c153 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  55. a1213b0 Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  56. 1cecd79 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. fef86db Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  59. 055d219 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  60. 007a14a Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  61. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 14 years ago
  62. a628e7b pci: use security_capable() when checking capablities during config space read by Chris Wright · 14 years ago
  63. 4e924a4 get rid of nameidata_dentry_drop_rcu() calling nameidata_drop_rcu() by Al Viro · 14 years ago
  64. f60aef7 drop out of RCU in return_reval by Al Viro · 14 years ago
  65. f5e1c1c split do_revalidate() into RCU and non-RCU cases by Al Viro · 14 years ago
  66. 2464308 in do_lookup() split RCU and non-RCU cases of need_revalidate by Al Viro · 14 years ago
  67. 844a391 nothing in do_follow_link() is going to see RCU by Al Viro · 14 years ago
  68. 84e383b x86, dmi, debug: Log board name (when present) in dmesg/oops output by Naga Chumbalkar · 14 years ago
  69. 678301e x86, ioapic: Don't warn about non-existing IOAPICs if we have none by Paul Bolle · 14 years ago
  70. a252852 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  71. 5b40ddf drm/radeon/kms: hopefully fix pll issues for real (v3) by Alex Deucher · 14 years ago
  72. a4b40d5 drm/radeon/kms: add bounds checking to avivo pll algo by Alex Deucher · 14 years ago
  73. bd91572 drm: fix wrong usages of drm_device in DRM Developer's Guide by Xiao Jiang · 14 years ago
  74. 265aa6c drm/radeon/kms: fix a few more atombios endian issues by Alex Deucher · 14 years ago
  75. 1abe3af Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  76. c26a920 Btrfs: check return value of alloc_extent_map() by Tsutomu Itoh · 14 years ago
  77. 67100f2 Btrfs - Fix memory leak in btrfs_init_new_device() by Ilya Dryomov · 14 years ago
  78. 51788b1 btrfs: prevent heap corruption in btrfs_ioctl_space_info() by Dan Rosenberg · 14 years ago
  79. 6848ad6 Btrfs: Fix balance panic by Yan, Zheng · 14 years ago
  80. 15a831f Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  81. f1b6a4e Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  82. e3f24cc Btrfs: don't release pages when we can't clear the uptodate bits by Chris Mason · 14 years ago
  83. eb14ab8 Btrfs: fix page->private races by Chris Mason · 14 years ago
  84. 83f6b0c nfsd: break lease on unlink due to rename by J. Bruce Fields · 14 years ago
  85. acfdf5c nfsd4: acquire only one lease per file by J. Bruce Fields · 14 years ago
  86. 5d926e8 nfsd4: modify fi_delegations under recall_lock by J. Bruce Fields · 14 years ago
  87. 65bc58f nfsd4: remove unused deleg dprintk's. by J. Bruce Fields · 14 years ago
  88. edab978 nfsd4: split lease setting into separate function by J. Bruce Fields · 14 years ago
  89. dd239cc nfsd4: fix leak on allocation error by J. Bruce Fields · 14 years ago
  90. 22d38c4 nfsd4: add helper function for lease setup by J. Bruce Fields · 14 years ago
  91. 6b57d9c nfsd4: split up nfsd_break_deleg_cb by J. Bruce Fields · 14 years ago
  92. 3aa6e0a NFSD: memory corruption due to writing beyond the stat array by Konstantin Khorenko · 14 years ago
  93. 0af3f81 NFSD: use nfserr for status after decode_cb_op_status by Benny Halevy · 14 years ago
  94. 541ce98 nfsd: don't leak dentry count on mnt_want_write failure by J. Bruce Fields · 14 years ago
  95. 7211da1 Revert "dt: add documentation of ARM dt boot interface" by Grant Likely · 14 years ago
  96. bf1af3a Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  97. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  98. 1c9d16e x86: Fix mwait_usable section mismatch by Borislav Petkov · 14 years ago
  99. 4abed0a dmaengine: add slave-dma maintainer by Dan Williams · 14 years ago
  100. e19d1d4 Merge branch 'imx' into dmaengine-fixes by Dan Williams · 14 years ago