1. 564c2b2 perf_counter: Optimize context switch between identical inherited contexts by Paul Mackerras · 16 years ago
  2. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 16 years ago
  3. 2c9e703 Merge branch 'master' into next by James Morris · 16 years ago
  4. 5f8371c Merge branches 'sh/stable-updates' and 'sh/sparseirq' by Paul Mundt · 16 years ago
  5. b9fc745 integrity: path_check update by Mimi Zohar · 16 years ago
  6. 9fe02c0 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  7. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 16 years ago
  8. 26b119b perf_counter: Log irq_period changes by Peter Zijlstra · 16 years ago
  9. d7b629a perf_counter: Solve the rotate_ctx vs inherit race differently by Peter Zijlstra · 16 years ago
  10. 521c180 Merge branch 'core/urgent' into core/futexes by Thomas Gleixner · 16 years ago
  11. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 16 years ago
  12. c44d70a perf_counter: fix counter inheritance race by Ingo Molnar · 16 years ago
  13. 8e7d2b2 drm/i915: allocate large pointer arrays with vmalloc by Jesse Barnes · 16 years ago
  14. a411f4b block: Un-export blk_rq_append_bio by Boaz Harrosh · 16 years ago
  15. 79eb63e block: Add blk_make_request(), takes bio, returns a request by Boaz Harrosh · 16 years ago
  16. 4200efd sched: properly define the sched_group::cpumask and sched_domain::span fields by Ingo Molnar · 16 years ago
  17. 75834fc SELinux: move SELINUX_MAGIC into magic.h by Eric Paris · 16 years ago
  18. bac9caf asm-generic: fix local_add_unless macro by Roel Kluin · 16 years ago
  19. 1cde26f virtio_blk: SG_IO passthru support by Hannes Reinecke · 16 years ago
  20. eb33575 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 by Mel Gorman · 16 years ago
  21. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 16 years ago
  22. 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 16 years ago
  23. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 16 years ago
  24. b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 16 years ago
  25. 40f293f Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 16 years ago
  26. 4bca328 libata: Media rotation rate and form factor heuristics by Martin K. Petersen · 16 years ago
  27. 9a1a69a1 [SCSI] fc-transport: Close state transition-window during rport deletion. by Andrew Vasquez · 16 years ago
  28. c653849 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  29. 9d23a90 perf_counter: allow arch to supply event misc flags and instruction pointer by Paul Mackerras · 16 years ago
  30. 2d02494 sched, timers: cleanup avenrun users by Thomas Gleixner · 16 years ago
  31. dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 16 years ago
  32. 60db5e0 perf_counter: frequency based adaptive irq_period by Peter Zijlstra · 16 years ago
  33. 789f90f perf_counter: per user mlock gift by Peter Zijlstra · 16 years ago
  34. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 16 years ago
  35. 9e35ad3 perf_counter: Rework the perf counter disable/enable by Peter Zijlstra · 16 years ago
  36. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 16 years ago
  37. bd99f5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  38. 4f005db ioatdma: fix "ioatdma frees DMA memory with wrong function" by Maciej Sosnowski · 16 years ago
  39. ecf4667 syscalls.h add the missing sys_pipe2 declaration by Arnd Bergmann · 16 years ago
  40. 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
  41. 2b1ccc0 splice: fix misleading comment by Jens Axboe · 16 years ago
  42. 41fb454 Merge commit 'v2.6.30-rc5' into core/iommu by Ingo Molnar · 16 years ago
  43. 6818173 splice: implement default splice_read method by Miklos Szeredi · 16 years ago
  44. 79c5d3c blktrace: from-sector redundant in trace_block_remap, cleanup by Li Zefan · 16 years ago
  45. 7961386 Merge commit 'v2.6.30-rc5' into sched/core by Ingo Molnar · 16 years ago
  46. b1f7449 block: move completion related functions back to blk-core.c by FUJITA Tomonori · 16 years ago
  47. 1822952 block: let blk_end_request_all handle bidi requests by FUJITA Tomonori · 16 years ago
  48. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  49. a2dec7b block: hide request sector and data_len by Tejun Heo · 16 years ago
  50. 2e46e8b block: drop request->hard_* and *nr_sectors by Tejun Heo · 16 years ago
  51. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
  52. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 16 years ago
  53. c3a4d78 block: add rq->resid_len by Tejun Heo · 16 years ago
  54. 7a30949 Merge commit 'v2.6.30-rc5' into x86/apic by Ingo Molnar · 16 years ago
  55. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 16 years ago
  56. 0016eff Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  57. 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
  58. d5f7bad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  59. 2ad2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  60. e56d498 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 16 years ago
  61. 2a32ceb Fix races around the access to ->s_options by Al Viro · 16 years ago
  62. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 16 years ago
  63. db6c1fb romfs: cleanup romfs_fs.h by Christoph Hellwig · 16 years ago
  64. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 16 years ago
  65. 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 16 years ago
  66. ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 16 years ago
  67. edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 16 years ago
  68. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 16 years ago
  69. 4671c79 tracing: add trace_set_clr_event to export event enabling function by Steven Rostedt · 16 years ago
  70. f370e1e perf_counter: add PERF_RECORD_CPU by Peter Zijlstra · 16 years ago
  71. a85f61a perf_counter: add PERF_RECORD_CONFIG by Peter Zijlstra · 16 years ago
  72. 3df5eda perf_counter: rework ioctl()s by Peter Zijlstra · 16 years ago
  73. 501b825 sh-sci: improve clock framework support by Magnus Damm · 16 years ago
  74. 9080b72 sh-sci: remove early_sci_setup() by Magnus Damm · 16 years ago
  75. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 16 years ago
  76. d254117 Merge branch 'master' into next by James Morris · 16 years ago
  77. d7a5926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  78. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 16 years ago
  79. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  80. 57adc4d Eliminate thousands of warnings with gcc 3.2 build by Andi Kleen · 16 years ago
  81. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 16 years ago
  82. a42aaa3 blktrace: correct remap names by Alan D. Brunelle · 16 years ago
  83. 35edb40 ALSA: Release v1.0.20 by Jaroslav Kysela · 16 years ago
  84. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 16 years ago
  85. 2df75e4 tracing/events: fix memory leak when unloading module by Li Zefan · 16 years ago
  86. 3611dfb Merge branch 'core/locking' into perfcounters/core by Ingo Molnar · 16 years ago
  87. 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
  88. c5078f7 perf_counter: provide an mlock threshold by Peter Zijlstra · 16 years ago
  89. 6de6a7b perf_counter: add ioctl(PERF_COUNTER_IOC_RESET) by Peter Zijlstra · 16 years ago
  90. c66de4a5 perf_counter: uncouple data_head updates from wakeups by Peter Zijlstra · 16 years ago
  91. f0d2c68 ring-buffer: add counters for commit overrun and nmi dropped entries by Steven Rostedt · 16 years ago
  92. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 16 years ago
  93. 80445de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  94. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 16 years ago
  95. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 16 years ago
  96. 9f722c0 usbnet: CDC EEM support (v5) by Omar Laazimani · 16 years ago
  97. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 16 years ago
  98. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 16 years ago
  99. 46a12f7 sh: Consolidate MTU2/CMT/TMU timer platform data. by Paul Mundt · 16 years ago
  100. 9570ef2 clocksource: SuperH TMU Timer driver by Magnus Damm · 16 years ago