1. 8326f44 perf_counter: Implement generalized cache event types by Ingo Molnar · 15 years ago
  2. a21ca2c perf_counter: Separate out attr->type from attr->config by Ingo Molnar · 15 years ago
  3. 6a24ed6c perf_counter: Fix frequency adjustment for < HZ by Peter Zijlstra · 15 years ago
  4. 689802b perf_counter: Add PERF_SAMPLE_PERIOD by Peter Zijlstra · 15 years ago
  5. ac4bcf8 perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_ID by Peter Zijlstra · 15 years ago
  6. 089dd79 perf_counter: Generate mmap events for install_special_mapping() by Peter Zijlstra · 15 years ago
  7. d99e944 perf_counter: Remove munmap stuff by Peter Zijlstra · 15 years ago
  8. 60313eb perf_counter: Add fork event by Peter Zijlstra · 15 years ago
  9. 0d48696 perf_counter: Rename perf_counter_hw_event => perf_counter_attr by Peter Zijlstra · 15 years ago
  10. 08247e3 perf_counter: Add ioctl for changing the sample period/frequency by Peter Zijlstra · 15 years ago
  11. 8e3747c perf_counter: Change data head from u32 to u64 by Peter Zijlstra · 15 years ago
  12. 8a016db perf_counter: Remove the last nmi/irq bits by Peter Zijlstra · 15 years ago
  13. b23f332 perf_counter: Rename various fields by Peter Zijlstra · 15 years ago
  14. 8e5799b perf_counter: Add unique counter id by Peter Zijlstra · 15 years ago
  15. 53e111a x86: Fix atomic_long_xchg() on 64bit by Peter Zijlstra · 15 years ago
  16. 709e50c perf_counter: Use PID namespaces properly by Peter Zijlstra · 15 years ago
  17. bf4e0ed perf_counter: Remove unused prev_state field by Paul Mackerras · 15 years ago
  18. 3f731ca perf_counter: Fix cpu migration counter by Paul Mackerras · 15 years ago
  19. 22a4f65 perf_counter: Tidy up style details by Ingo Molnar · 15 years ago
  20. 25346b9 perf_counter: Provide functions for locking and pinning the context for a task by Paul Mackerras · 15 years ago
  21. 23db9f4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  22. 5f789cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  23. e767e05 memcg: fix deadlock between lock_page_cgroup and mapping tree_lock by Daisuke Nishimura · 15 years ago
  24. b2e1fea cred: #include init.h in cred.h by Alexey Dobriyan · 15 years ago
  25. bbbee90 perf_counter: Ammend cleanup in fork() fail by Peter Zijlstra · 15 years ago
  26. c93f766 perf_counter: Fix race in attaching counters to tasks and exiting by Paul Mackerras · 15 years ago
  27. d3e78ee perf_counter: Fix perf_counter_init_task() on !CONFIG_PERF_COUNTERS by Ingo Molnar · 15 years ago
  28. ebd4c99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  29. 0127c3e perf_counter: fix warning & lockup by Ingo Molnar · 15 years ago
  30. a78ac32 perf_counter: Generic per counter interrupt throttle by Peter Zijlstra · 15 years ago
  31. 48e22d5 perf_counter: x86: Remove interrupt throttle by Peter Zijlstra · 15 years ago
  32. 6ab423e perf_counter: Propagate inheritance failures down the fork() path by Peter Zijlstra · 15 years ago
  33. e527ea3 perf_counter: Remove unused ABI bits by Peter Zijlstra · 15 years ago
  34. 475c557 perf_counter: Remove perf_counter_context::nr_enabled by Peter Zijlstra · 15 years ago
  35. 082ff5a perf_counter: Change pctrl() behaviour by Peter Zijlstra · 15 years ago
  36. 4a5dace Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  37. fccc714 perf_counter: Sanitize counter->mutex by Peter Zijlstra · 15 years ago
  38. e220d2d perf_counter: Fix dynamic irq_period logging by Peter Zijlstra · 15 years ago
  39. df391e0 Input: multitouch - add tracking ID to the protocol by Henrik Rydberg · 15 years ago
  40. 5ae115a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  41. 5993856 via82cxxx: Add VIA VX855 PCI Device ID by Harald Welte · 15 years ago
  42. 28ee9bc ide: report timeouts in ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 15 years ago
  43. 910431c perf_counter: fix !PERF_COUNTERS build failure by Ingo Molnar · 15 years ago
  44. 564c2b2 perf_counter: Optimize context switch between identical inherited contexts by Paul Mackerras · 15 years ago
  45. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 15 years ago
  46. 9fe02c0 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  47. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 15 years ago
  48. 26b119b perf_counter: Log irq_period changes by Peter Zijlstra · 15 years ago
  49. d7b629a perf_counter: Solve the rotate_ctx vs inherit race differently by Peter Zijlstra · 15 years ago
  50. c44d70a perf_counter: fix counter inheritance race by Ingo Molnar · 15 years ago
  51. 8e7d2b2 drm/i915: allocate large pointer arrays with vmalloc by Jesse Barnes · 15 years ago
  52. bac9caf asm-generic: fix local_add_unless macro by Roel Kluin · 15 years ago
  53. eb33575 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 by Mel Gorman · 15 years ago
  54. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  55. b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 15 years ago
  56. 40f293f Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  57. 4bca328 libata: Media rotation rate and form factor heuristics by Martin K. Petersen · 15 years ago
  58. 9a1a69a1 [SCSI] fc-transport: Close state transition-window during rport deletion. by Andrew Vasquez · 15 years ago
  59. c653849 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  60. 9d23a90 perf_counter: allow arch to supply event misc flags and instruction pointer by Paul Mackerras · 15 years ago
  61. 60db5e0 perf_counter: frequency based adaptive irq_period by Peter Zijlstra · 15 years ago
  62. 789f90f perf_counter: per user mlock gift by Peter Zijlstra · 15 years ago
  63. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 15 years ago
  64. 9e35ad3 perf_counter: Rework the perf counter disable/enable by Peter Zijlstra · 15 years ago
  65. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 15 years ago
  66. bd99f5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  67. 4f005db ioatdma: fix "ioatdma frees DMA memory with wrong function" by Maciej Sosnowski · 15 years ago
  68. ecf4667 syscalls.h add the missing sys_pipe2 declaration by Arnd Bergmann · 15 years ago
  69. 0016eff Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  70. 93b49d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  71. d5f7bad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  72. 2ad2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  73. e56d498 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  74. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  75. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  76. db6c1fb romfs: cleanup romfs_fs.h by Christoph Hellwig · 15 years ago
  77. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 15 years ago
  78. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 15 years ago
  79. ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 15 years ago
  80. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 15 years ago
  81. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 16 years ago
  82. f370e1e perf_counter: add PERF_RECORD_CPU by Peter Zijlstra · 15 years ago
  83. a85f61a perf_counter: add PERF_RECORD_CONFIG by Peter Zijlstra · 15 years ago
  84. 3df5eda perf_counter: rework ioctl()s by Peter Zijlstra · 15 years ago
  85. d7a5926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  86. 57adc4d Eliminate thousands of warnings with gcc 3.2 build by Andi Kleen · 15 years ago
  87. 35edb40 ALSA: Release v1.0.20 by Jaroslav Kysela · 15 years ago
  88. 3611dfb Merge branch 'core/locking' into perfcounters/core by Ingo Molnar · 15 years ago
  89. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  90. c5078f7 perf_counter: provide an mlock threshold by Peter Zijlstra · 15 years ago
  91. 6de6a7b perf_counter: add ioctl(PERF_COUNTER_IOC_RESET) by Peter Zijlstra · 15 years ago
  92. c66de4a perf_counter: uncouple data_head updates from wakeups by Peter Zijlstra · 15 years ago
  93. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 15 years ago
  94. 80445de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  95. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 15 years ago
  96. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  97. 9f722c0 usbnet: CDC EEM support (v5) by Omar Laazimani · 15 years ago
  98. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 15 years ago
  99. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 15 years ago
  100. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 15 years ago