1. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  2. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  3. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  4. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  5. 7b99565 [BRIDGE]: Unshare skb upon entry by Herbert Xu · 17 years ago
  6. f697c3e [NET]: Avoid unnecessary cloning for ingress filtering by Herbert Xu · 17 years ago
  7. 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
  8. 1706d58 [IPV4]: Make ip_defrag return the same packet by Herbert Xu · 17 years ago
  9. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  10. dec1881 [SKBUFF]: Merge common code between copy_skb_header and skb_clone by Herbert Xu · 17 years ago
  11. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  12. 419217c Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  13. 4937ce8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  14. 4271e0f Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c by Linus Torvalds · 17 years ago
  15. 432a7d6 [IA64] update sn2_defconfig by Jes Sorensen · 17 years ago
  16. b5869ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  17. df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  18. 3d06f7a Merge branch 'agp-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 17 years ago
  19. 13626cb Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  20. 37ca506 Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  21. b909007 PS3 system bus add_uevent_var() fallout by Geert Uytterhoeven · 17 years ago
  22. 57d292b HID: fix HIDIOCGRDESC memory access in hidraw by Jiri Kosina · 17 years ago
  23. 9c63d9c sched: sync wakeups preempt too by Ingo Molnar · 17 years ago
  24. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  25. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 17 years ago
  26. 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 17 years ago
  27. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  28. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  29. 6323469f sched: domain sysctl fixes: add terminator comment by Milton Miller · 17 years ago
  30. ad1cdc1 sched: domain sysctl fixes: do not crash on allocation failure by Milton Miller · 17 years ago
  31. 6382bc9 sched: domain sysctl fixes: unregister the sysctl table before domains by Milton Miller · 17 years ago
  32. 97b6ea7 sched: domain sysctl fixes: use for_each_online_cpu() by Milton Miller · 17 years ago
  33. 5cf9f06 sched: domain sysctl fixes: use kcalloc() by Milton Miller · 17 years ago
  34. 0dbee3a Make scheduler debug file operations const by Arjan van de Ven · 17 years ago
  35. 7a6c6bc sched: enable wake-idle on CONFIG_SCHED_MC=y by Ingo Molnar · 17 years ago
  36. 95dbb42 sched: reintroduce topology.h tunings by Ingo Molnar · 17 years ago
  37. 6bc1665 sched: allow the immediate migration of cache-cold tasks by Ingo Molnar · 17 years ago
  38. cc36773 sched: debug, improve migration statistics by Ingo Molnar · 17 years ago
  39. 2d92f22 sched: debug: increase width of debug line by Ingo Molnar · 17 years ago
  40. ff56b2f sched: activate task_hot() only on fair-scheduled tasks by Peter Zijlstra · 17 years ago
  41. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 17 years ago
  42. e5f32a3 sched: speed up context-switches a bit by Ingo Molnar · 17 years ago
  43. 91c234b sched: do not wakeup-preempt with SCHED_BATCH tasks by Ingo Molnar · 17 years ago
  44. fb7dde3 sched: generate uevents for user creation/destruction by Srivatsa Vaddagiri · 17 years ago
  45. 178be79 sched: do not normalize kernel threads via SysRq-N by Ingo Molnar · 17 years ago
  46. 1666703 sched: remove stale comment from sched_group_set_shares() by Andi Kleen · 17 years ago
  47. d5036e8 sched: clean up is_migration_thread() by Ingo Molnar · 17 years ago
  48. 3a5e4dc sched: cleanup: refactor normalize_rt_tasks by Andi Kleen · 17 years ago
  49. 8cbbe86 sched: cleanup: refactor common code of sleep_on / wait_for_completion by Andi Kleen · 17 years ago
  50. 3a5c359 sched: cleanup: remove unnecessary gotos by Andi Kleen · 17 years ago
  51. d274a4c sched: update comment by Ingo Molnar · 17 years ago
  52. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 17 years ago
  53. ce6c131 sched: disable forced preemption by default by Peter Zijlstra · 17 years ago
  54. e62dd02 sched: fix group scheduling for SCHED_BATCH by Dmitry Adamushko · 17 years ago
  55. ace8b3d sched: some proc entries are missed in sched_domain sys_ctl debug code by Zou Nan hai · 17 years ago
  56. 638e13a sched: fix rt ptracer monopolizing CPU by Gautham R Shenoy · 17 years ago
  57. 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 17 years ago
  58. 8ca0e14 sched: disable sleeper_fairness on SCHED_BATCH by Peter Zijlstra · 17 years ago
  59. 810e95c sched: another wakeup_granularity fix by Peter Zijlstra · 17 years ago
  60. a58f6f2 sched: export cpu_clock() by Paul E. McKenney · 17 years ago
  61. 00bf7bf sched: fix: move the CPU check into ->task_new_fair() by Ingo Molnar · 17 years ago
  62. 0702e3e sched: cleanup: function prototype cleanups by Ingo Molnar · 17 years ago
  63. 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 17 years ago
  64. 06877c3 sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG by Ingo Molnar · 17 years ago
  65. a65914b sched: kfree(NULL) is valid by Ingo Molnar · 17 years ago
  66. 8927f49 sched: style cleanup by Ingo Molnar · 17 years ago
  67. 26797a3 sched: break out if printing a warning in sched_domain_debug() by Ingo Molnar · 17 years ago
  68. 3e9830d sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=y by Ingo Molnar · 17 years ago
  69. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  70. a2a2d68 sched: cleanup, make dequeue_entity() and update_stats_wait_end() similar by Dmitry Adamushko · 17 years ago
  71. a03c906 sched: cleanup, remove calc_weighted() by Dmitry Adamushko · 17 years ago
  72. a4ec24b sched: tidy up SCHED_RR by Dmitry Adamushko · 17 years ago
  73. a995744 sched: uninline scheduler by Alexey Dobriyan · 17 years ago
  74. 155bb29 sched: tweak wakeup granularity by Ingo Molnar · 17 years ago
  75. 1e81995 sched: optimize schedule() a bit on SMP by Ingo Molnar · 17 years ago
  76. 08ec3df sched: fix __pick_next_entity() by Dmitry Adamushko · 17 years ago
  77. 647e7ca sched: vslice fixups for non-0 nice levels by Ingo Molnar · 17 years ago
  78. 3a25201 sched: whitespace cleanups by Ingo Molnar · 17 years ago
  79. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 17 years ago
  80. b9fa3df sched: group scheduler, fix latency by Srivatsa Vaddagiri · 17 years ago
  81. fad095a sched: group scheduler, fix bloat by Srivatsa Vaddagiri · 17 years ago
  82. fb61558 sched: group scheduler, fix coding style issues by Srivatsa Vaddagiri · 17 years ago
  83. b39c5dd sched: cleanup, remove stale comment by Ingo Molnar · 17 years ago
  84. 5f6d858e sched: speed up and simplify vslice calculations by Peter Zijlstra · 17 years ago
  85. b0ffd24 sched: clean up min_vruntime use by Peter Zijlstra · 17 years ago
  86. 2830cf8 sched: group scheduler SMP migration fix by Srivatsa Vaddagiri · 17 years ago
  87. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  88. 2b1e315 sched: yield fix by Dmitry Adamushko · 17 years ago
  89. 8651a86 sched: group scheduler wakeup latency fix by Srivatsa Vaddagiri · 17 years ago
  90. 57cb499 sched: remove set_leftmost() by Ingo Molnar · 17 years ago
  91. 2ddbf95 sched: clean up sched_fork() by Hiroshi Shimamoto · 17 years ago
  92. 368059a sched: max_vruntime() simplification by Peter Zijlstra · 17 years ago
  93. 02e4bac sched: fix sched_fork() by Ingo Molnar · 17 years ago
  94. b8487b9 sched: fix sign check error in place_entity() by Ingo Molnar · 17 years ago
  95. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 17 years ago
  96. dc1f31c sched: remove last_min_vruntime effect by Ingo Molnar · 17 years ago
  97. 785c29e sched: remove condition from set_task_cpu() by Ingo Molnar · 17 years ago
  98. 8465e79 sched: entity_key() fix by Ingo Molnar · 17 years ago
  99. ddc9729 sched debug: check spread by Peter Zijlstra · 17 years ago
  100. d822cec sched debug: more width for parameter printouts by Ingo Molnar · 17 years ago