1. 0d48696 perf_counter: Rename perf_counter_hw_event => perf_counter_attr by Peter Zijlstra · 16 years ago
  2. 08247e3 perf_counter: Add ioctl for changing the sample period/frequency by Peter Zijlstra · 16 years ago
  3. 8e3747c perf_counter: Change data head from u32 to u64 by Peter Zijlstra · 16 years ago
  4. 8a016db perf_counter: Remove the last nmi/irq bits by Peter Zijlstra · 16 years ago
  5. b23f332 perf_counter: Rename various fields by Peter Zijlstra · 16 years ago
  6. 8e5799b perf_counter: Add unique counter id by Peter Zijlstra · 16 years ago
  7. 709e50c perf_counter: Use PID namespaces properly by Peter Zijlstra · 16 years ago
  8. bf4e0ed perf_counter: Remove unused prev_state field by Paul Mackerras · 16 years ago
  9. 3f731ca perf_counter: Fix cpu migration counter by Paul Mackerras · 16 years ago
  10. 22a4f65 perf_counter: Tidy up style details by Ingo Molnar · 16 years ago
  11. 25346b9 perf_counter: Provide functions for locking and pinning the context for a task by Paul Mackerras · 16 years ago
  12. 23db9f4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  13. 5f789cd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  14. e767e05 memcg: fix deadlock between lock_page_cgroup and mapping tree_lock by Daisuke Nishimura · 16 years ago
  15. b2e1fea cred: #include init.h in cred.h by Alexey Dobriyan · 16 years ago
  16. bbbee90 perf_counter: Ammend cleanup in fork() fail by Peter Zijlstra · 16 years ago
  17. c93f766 perf_counter: Fix race in attaching counters to tasks and exiting by Paul Mackerras · 16 years ago
  18. d3e78ee perf_counter: Fix perf_counter_init_task() on !CONFIG_PERF_COUNTERS by Ingo Molnar · 16 years ago
  19. 0127c3e perf_counter: fix warning & lockup by Ingo Molnar · 16 years ago
  20. a78ac32 perf_counter: Generic per counter interrupt throttle by Peter Zijlstra · 16 years ago
  21. 48e22d5 perf_counter: x86: Remove interrupt throttle by Peter Zijlstra · 16 years ago
  22. 6ab423e perf_counter: Propagate inheritance failures down the fork() path by Peter Zijlstra · 16 years ago
  23. e527ea3 perf_counter: Remove unused ABI bits by Peter Zijlstra · 16 years ago
  24. 475c557 perf_counter: Remove perf_counter_context::nr_enabled by Peter Zijlstra · 16 years ago
  25. 082ff5a perf_counter: Change pctrl() behaviour by Peter Zijlstra · 16 years ago
  26. fccc714 perf_counter: Sanitize counter->mutex by Peter Zijlstra · 16 years ago
  27. e220d2d perf_counter: Fix dynamic irq_period logging by Peter Zijlstra · 16 years ago
  28. df391e0 Input: multitouch - add tracking ID to the protocol by Henrik Rydberg · 16 years ago
  29. 5ae115a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  30. 5993856 via82cxxx: Add VIA VX855 PCI Device ID by Harald Welte · 16 years ago
  31. 28ee9bc ide: report timeouts in ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 910431c perf_counter: fix !PERF_COUNTERS build failure by Ingo Molnar · 16 years ago
  33. 564c2b2 perf_counter: Optimize context switch between identical inherited contexts by Paul Mackerras · 16 years ago
  34. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 16 years ago
  35. 9fe02c0 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  36. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 16 years ago
  37. 26b119b perf_counter: Log irq_period changes by Peter Zijlstra · 16 years ago
  38. d7b629a perf_counter: Solve the rotate_ctx vs inherit race differently by Peter Zijlstra · 16 years ago
  39. c44d70a perf_counter: fix counter inheritance race by Ingo Molnar · 16 years ago
  40. eb33575 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 by Mel Gorman · 16 years ago
  41. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 16 years ago
  42. b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 16 years ago
  43. 4bca328 libata: Media rotation rate and form factor heuristics by Martin K. Petersen · 16 years ago
  44. c653849 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  45. 9d23a90 perf_counter: allow arch to supply event misc flags and instruction pointer by Paul Mackerras · 16 years ago
  46. 60db5e0 perf_counter: frequency based adaptive irq_period by Peter Zijlstra · 16 years ago
  47. 789f90f perf_counter: per user mlock gift by Peter Zijlstra · 16 years ago
  48. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 16 years ago
  49. 9e35ad3 perf_counter: Rework the perf counter disable/enable by Peter Zijlstra · 16 years ago
  50. bd99f5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  51. 4f005db ioatdma: fix "ioatdma frees DMA memory with wrong function" by Maciej Sosnowski · 16 years ago
  52. ecf4667 syscalls.h add the missing sys_pipe2 declaration by Arnd Bergmann · 16 years ago
  53. 0016eff Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  54. 93b49d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  55. 2ad2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  56. 2a32ceb Fix races around the access to ->s_options by Al Viro · 16 years ago
  57. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 16 years ago
  58. db6c1fb romfs: cleanup romfs_fs.h by Christoph Hellwig · 16 years ago
  59. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 16 years ago
  60. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 16 years ago
  61. ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 16 years ago
  62. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 16 years ago
  63. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 16 years ago
  64. f370e1e perf_counter: add PERF_RECORD_CPU by Peter Zijlstra · 16 years ago
  65. a85f61a perf_counter: add PERF_RECORD_CONFIG by Peter Zijlstra · 16 years ago
  66. 3df5eda perf_counter: rework ioctl()s by Peter Zijlstra · 16 years ago
  67. d7a5926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  68. 3611dfb Merge branch 'core/locking' into perfcounters/core by Ingo Molnar · 16 years ago
  69. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  70. c5078f7 perf_counter: provide an mlock threshold by Peter Zijlstra · 16 years ago
  71. 6de6a7b perf_counter: add ioctl(PERF_COUNTER_IOC_RESET) by Peter Zijlstra · 16 years ago
  72. c66de4a perf_counter: uncouple data_head updates from wakeups by Peter Zijlstra · 16 years ago
  73. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 16 years ago
  74. 80445de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  75. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 16 years ago
  76. 9f722c0 usbnet: CDC EEM support (v5) by Omar Laazimani · 16 years ago
  77. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 16 years ago
  78. 7b39da7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  79. 8c0c3f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  80. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 16 years ago
  81. 00a62ce mm: fix Committed_AS underflow on large NR_CPUS environment by KOSAKI Motohiro · 16 years ago
  82. 0763ed2 of: make of_(un)register_platform_driver common code by Grant Likely · 16 years ago
  83. 74641f5 alpha: binfmt_aout fix by Ivan Kokshaysky · 16 years ago
  84. ae3abae memcg: fix mem_cgroup_shrink_usage() by Daisuke Nishimura · 16 years ago
  85. c047fcd virtio: add missing include to virtio_net.h by Grant Likely · 16 years ago
  86. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 16 years ago
  87. c33a0bc perf_counter: fix race in perf_output_* by Peter Zijlstra · 16 years ago
  88. 3c56999 Merge branch 'core/signal' into perfcounters/core by Thomas Gleixner · 16 years ago
  89. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
  90. 96c1674 ide-cd: fix REQ_QUIET tests in cdrom_decode_status by Borislav Petkov · 16 years ago
  91. 912bc6a Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  92. d37dc42 nls: add a nls_nullsize inline by Jeff Layton · 16 years ago
  93. a511e3f mutex: add atomic_dec_and_mutex_lock(), fix by Andrew Morton · 16 years ago
  94. 3dacbda Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  95. b1fca26 mutex: add atomic_dec_and_mutex_lock() by Eric Paris · 16 years ago
  96. 6f00cad perf_counter, x86: consistent use of type int for counter index by Robert Richter · 16 years ago
  97. 4aeb0b4 perfcounters: rename struct hw_perf_counter_ops into struct pmu by Robert Richter · 16 years ago
  98. 829b42d perf_counter, x86: declare perf_max_counters only for CONFIG_PERF_COUNTERS by Robert Richter · 16 years ago
  99. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  100. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 16 years ago