1. 8ad94c6 perf probe: Don't use a perf_session instance just to resolve symbols by Arnaldo Carvalho de Melo · 14 years ago
  2. 8d92c02 perf symbols: Ditch vdso global variable by Arnaldo Carvalho de Melo · 14 years ago
  3. 6275ce2 perf symbols: Fixup vsyscall maps by Arnaldo Carvalho de Melo · 14 years ago
  4. 9de89fe perf symbols: Remove perf_session usage in symbols layer by Arnaldo Carvalho de Melo · 14 years ago
  5. b8f46c5 perf tools: Use O_LARGEFILE to open perf data file by Xiao Guangrong · 14 years ago
  6. 59f411b perf lock: Clean up various details by Ingo Molnar · 14 years ago
  7. 9b5e350 perf lock: Introduce new tool "perf lock", for analyzing lock statistics by Hitoshi Mitake · 14 years ago
  8. c965be1 perf lock: Enhance information of lock trace events by Hitoshi Mitake · 14 years ago
  9. 18e97e0 perf: Add util/include/linuxhash.h to include hash.h of kernel by Hitoshi Mitake · 14 years ago
  10. 86d8d29 perf tools: Add __data_loc support by Hitoshi Mitake · 14 years ago
  11. a8e6f73 Revert "perf record: Intercept all events" by Hitoshi Mitake · 14 years ago
  12. 6a1b751 perf: Ignore perf-archive temp file by John Kacur · 14 years ago
  13. 4c57415 tools/perf/perf.c: Clean up trivial style issues by Thiago Farina · 14 years ago
  14. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  15. 64abebf perf session: Create kernel maps in the constructor by Arnaldo Carvalho de Melo · 14 years ago
  16. fd1d908 perf symbols: Split helpers used when creating kernel dso object by Arnaldo Carvalho de Melo · 14 years ago
  17. a19afe4 perf symbols: Factor out dso__load_vmlinux_path() by Arnaldo Carvalho de Melo · 14 years ago
  18. 72b8fa1 perf top: Exit if specified --vmlinux can't be used by Arnaldo Carvalho de Melo · 14 years ago
  19. 75c9f32 perf_events: Fix sample_period transfer on inherit by Peter Zijlstra · 14 years ago
  20. 18c01f8 perf_events, x86: Remove spurious counter reset from x86_pmu_enable() by Peter Zijlstra · 14 years ago
  21. 452a339 perf_events, x86: Implement Intel Westmere support by Peter Zijlstra · 14 years ago
  22. 1a6e21f perf_events, x86: Clean up hw_perf_*_all() implementation by Peter Zijlstra · 14 years ago
  23. ed8777f perf_events, x86: Fix event constraint masks by Peter Zijlstra · 14 years ago
  24. 2e84187 perf_event: x86: Deduplicate the disable code by Peter Zijlstra · 14 years ago
  25. 184f412 perf, x86: Clean up event constraints code a bit by Ingo Molnar · 14 years ago
  26. 6c9687a perf_event: x86: Optimize x86_pmu_disable() by Peter Zijlstra · 14 years ago
  27. c933c1a perf_event: x86: Optimize the fast path a little more by Peter Zijlstra · 14 years ago
  28. 272d30b perf_event: x86: Optimize constraint weight computation by Peter Zijlstra · 14 years ago
  29. 63b1464 perf_event: x86: Optimize the constraint searching bits by Peter Zijlstra · 14 years ago
  30. 9f41699 bitops: Provide compile time HWEIGHT{8,16,32,64} by Peter Zijlstra · 14 years ago
  31. 8433be1 perf_event: x86: Reduce some overly long lines with some MACROs by Peter Zijlstra · 14 years ago
  32. c91e0f5 perf_event: x86: Clean up some of the u64/long bitmask casting by Peter Zijlstra · 14 years ago
  33. 81269a0 perf_event: x86: Fixup constraints typing issue by Peter Zijlstra · 14 years ago
  34. 502568d perf_event: x86: Allocate the fake_cpuc by Peter Zijlstra · 14 years ago
  35. 8113070 perf_events: Add fast-path to the rescheduling code by Stephane Eranian · 14 years ago
  36. 1da53e0 perf_events, x86: Improve x86 event scheduling by Stephane Eranian · 15 years ago
  37. e0e53db x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint_handler by K.Prasad · 14 years ago
  38. 40f9249 x86/debug: Clear reserved bits of DR6 in do_debug() by K.Prasad · 14 years ago
  39. 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 14 years ago
  40. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  41. 339ce1a perf: Fix inconsistency between IP and callchain sampling by Anton Blanchard · 15 years ago
  42. b23ff0e hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. by Mahesh Salgaonkar · 14 years ago
  43. 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 14 years ago
  44. 19fc2de perf symbols: Use the right variable to check for kallsyms in the cache by Arnaldo Carvalho de Melo · 14 years ago
  45. e1c7c6a perf symbols: Fix inverted logic for showing kallsyms as the source of symbols by Arnaldo Carvalho de Melo · 14 years ago
  46. 0f35cd4 perf top: Handle PERF_RECORD_{FORK,EXIT} events by Arnaldo Carvalho de Melo · 14 years ago
  47. 24bfef0 perf top: Fix sample counting by Arnaldo Carvalho de Melo · 14 years ago
  48. 7f5102c perf: Ignore perf.data.old by Amerigo Wang · 14 years ago
  49. b7ae11b perf report: Fix segmentation fault when running with '-g none' by Yong Wang · 14 years ago
  50. abd5071 perf: Reimplement frequency driven sampling by Peter Zijlstra · 14 years ago
  51. b04da8b fnctl: f_modown should call write_lock_irqsave/restore by Greg Kroah-Hartman · 14 years ago
  52. 9a3cbe3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  53. 01974ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  54. 7c1c05a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  55. 486d35e Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  56. a8d0b66 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  57. c799d15 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  58. abefedd Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  59. 840f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  60. e219778 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  61. 4f4e65d Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  62. 39d3215 virtio_net: Make delayed refill more reliable by Herbert Xu · 14 years ago
  63. 5a27e86 sfc: Use fixed-size buffers for MCDI NVRAM requests by Ben Hutchings · 14 years ago
  64. 8704a2c sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer by Guido Barzini · 14 years ago
  65. f81074f tcp_probe: avoid modulus operation and wrap fix by Stephen Hemminger · 14 years ago
  66. 4f9a91c qlge: Only free resources if they were allocated by Breno Leitao · 14 years ago
  67. ef39a1b [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique. by Denis Turischev · 14 years ago
  68. 86f2ce0 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  69. 40aa703 ASoC: fix a memory-leak in wm8903 by Guennadi Liakhovetski · 14 years ago
  70. 443c39b KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() by Wei Yongjun · 14 years ago
  71. 36cb93f KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks by Wei Yongjun · 14 years ago
  72. 062d5e9 KVM: S390: fix potential array overrun in intercept handling by Christian Borntraeger · 14 years ago
  73. b6a114d KVM: fix spurious interrupt with irqfd by Michael S. Tsirkin · 15 years ago
  74. cb289d6 eventfd - allow atomic read and waitqueue remove by Davide Libenzi · 15 years ago
  75. a6085fb KVM: MMU: bail out pagewalk on kvm_read_guest error by Marcelo Tosatti · 15 years ago
  76. d72118c KVM: properly check max PIC pin in irq route setup by Marcelo Tosatti · 15 years ago
  77. f1d1c30 KVM: only allow one gsi per fd by Michael S. Tsirkin · 15 years ago
  78. 82b7005 KVM: x86: Fix host_mapping_level() by Sheng Yang · 15 years ago
  79. e1f829b KVM: powerpc: Show timing option only on embedded by Alexander Graf · 15 years ago
  80. a5d36f8 KVM: Fix race between APIC TMR and IRR by Avi Kivity · 15 years ago
  81. c453615 hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog by Hans de Goede · 14 years ago
  82. 5542482 hwmon: (asus_atk0110) Do not fail if MBIF is missing by Luca Tettamanti · 14 years ago
  83. 316e266 hwmon: (amc6821) Double unlock bug by Dan Carpenter · 14 years ago
  84. a00d643 hwmon: (smsc47m1) Fix section mismatch by Jeff Mahoney · 14 years ago
  85. 973b8cb ALSA: hda - add possibility to choose speakers configuration for 4930g by Łukasz Wojniłowicz · 14 years ago
  86. d7c7544 netns xfrm: deal with dst entries in netns by Alexey Dobriyan · 14 years ago
  87. a40ccc6 sky2: revert config space change by stephen hemminger · 14 years ago
  88. 7087e16 drm/radeon/kms: preface warning printk with driver name by Dave Airlie · 14 years ago
  89. f2ab3a1 drm/radeon/kms: drop unnecessary printks. by Dave Airlie · 14 years ago
  90. 5fd4df4 drm: fix regression in fb blank handling by Zhenyu Wang · 15 years ago
  91. d796d84 drm/radeon/kms: make hibernate work on IGPs by Dave Airlie · 14 years ago
  92. 8ba5152 drm/vmwgfx: Optimize memory footprint for DMA buffers. by Thomas Hellstrom · 15 years ago
  93. 0eaddb2 drm/ttm: Allow system memory as a busy placement. by Thomas Hellstrom · 15 years ago
  94. 9299795 Merge remote branch 'korg/drm-radeon-next' into drm-linus by Dave Airlie · 14 years ago
  95. 8d586fe Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus by Dave Airlie · 14 years ago
  96. 2dc85e9 vlan: fix vlan_skb_recv() by Eric Dumazet · 14 years ago
  97. 1a961ce drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final) by Luca Barbieri · 14 years ago
  98. 1622653 drm/nv50: prevent switching off SOR when in use for DVI-over-DP by Ben Skeggs · 14 years ago
  99. 0107bae drm/nv50: fail auxch transaction if reply count not what we expect by Ben Skeggs · 14 years ago
  100. 0208843 drm/nouveau: fix failure path if userspace specifies no valid memtypes by Ben Skeggs · 14 years ago