1. fb0f330 x86: modify show_shared_cpu_map in intel_cacheinfo by Mike Travis · 17 years ago
  2. 9f0e8d0 x86: convert cpumask_of_cpu macro to allocated array by Mike Travis · 17 years ago
  3. 321a8e9 cpumask: add CPU_MASK_ALL_PTR macro by Mike Travis · 17 years ago
  4. 7c16ec5 cpumask: reduce stack usage in SD_x_INIT initializers by Mike Travis · 17 years ago
  5. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 17 years ago
  6. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 17 years ago
  7. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 17 years ago
  8. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  9. fc0e474 x86: use new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  10. 434d53b sched: remove fixed NR_CPUS sized arrays in kernel_sched_c by Mike Travis · 17 years ago
  11. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 17 years ago
  12. f46bdf2 numa: move large array from stack to _initdata section by Mike Travis · 17 years ago
  13. aa6b544 asm-generic: add node_to_cpumask_ptr macro by Mike Travis · 17 years ago
  14. d18d00f x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.c by Mike Travis · 17 years ago
  15. 6b6309b x86: reduce memory and stack usage in intel_cacheinfo by Mike Travis · 17 years ago
  16. 30ca60c cpumask: add cpumask_scnprintf_len function by Mike Travis · 17 years ago
  17. 9f0e738 sched: fix cpus_allowed settings by Gregory Haskins · 17 years ago
  18. 0297b80 sched: allow cpuacct stats to be reset by Dhaval Giani · 17 years ago
  19. 32cd756 sched: cleanup cpuacct variable names by Dhaval Giani · 17 years ago
  20. 48f20a9 tasklets: execute tasklets in the same order they were queued by Olof Johansson · 17 years ago
  21. ac086bc sched: rt-group: smp balancing by Peter Zijlstra · 17 years ago
  22. d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 17 years ago
  23. 57d3da2 time: add ns_to_ktime() by Ingo Molnar · 17 years ago
  24. 79b3fef sched: fix regression with sched yield by Peter Zijlstra · 17 years ago
  25. 19fb518 latencytop: optimize LT_BACKTRACEDEPTH loops a bit by Dmitry Adamushko · 17 years ago
  26. 50df5d6 sched: remove sysctl_sched_batch_wakeup_granularity by Ingo Molnar · 17 years ago
  27. 02e2b83 sched: reenable sync wakeups by Ingo Molnar · 17 years ago
  28. d25ce4c sched: cache hot buddy by Ingo Molnar · 17 years ago
  29. 1fc8afa sched: feat affine wakeups by Ingo Molnar · 17 years ago
  30. b85d066 sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off by Ingo Molnar · 17 years ago
  31. 0bbd333 sched: fix wakeup granularity for buddies by Peter Zijlstra · 17 years ago
  32. 15934a3 sched: fix rq->clock overflows detection with CONFIG_NO_HZ by Guillaume Chazarain · 17 years ago
  33. 30914a5 sched: sched.c needs tick.h by Reynes Philippe · 17 years ago
  34. 27ec440 sched: make cpu_clock() globally synchronous by Ingo Molnar · 17 years ago
  35. 018d6db sched: re-do "sched: fix fair sleepers" by Ingo Molnar · 17 years ago
  36. 3925e6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 17 years ago
  37. 334d094 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 by Linus Torvalds · 17 years ago
  38. 7cea51b security: fix up documentation for security_module_enable by James Morris · 17 years ago
  39. 076c54c Security: Introduce security= boot parameter by Ahmed S. Darwish · 17 years ago
  40. 04305e4 Audit: Final renamings and cleanup by Ahmed S. Darwish · 17 years ago
  41. 9d57a7f SELinux: use new audit hooks, remove redundant exports by Ahmed S. Darwish · 17 years ago
  42. d7a96f3 Audit: internally use the new LSM audit hooks by Ahmed S. Darwish · 17 years ago
  43. 03d37d2 LSM/Audit: Introduce generic Audit LSM hooks by Ahmed S. Darwish · 17 years ago
  44. 6b89a74 SELinux: remove redundant exports by Ahmed S. Darwish · 17 years ago
  45. 0ce784c Netlink: Use generic LSM hook by Ahmed S. Darwish · 17 years ago
  46. 2a862b3 Audit: use new LSM hooks instead of SELinux exports by Ahmed S. Darwish · 17 years ago
  47. 713a04a SELinux: setup new inode/ipc getsecid hooks by Ahmed S. Darwish · 17 years ago
  48. 8a07619 LSM: Introduce inode_getsecid and ipc_getsecid hooks by Ahmed S. Darwish · 17 years ago
  49. d1643d2 [NET]: Fix and allocate less memory for ->priv'less netdevices by Alexey Dobriyan · 17 years ago
  50. d1a4be6 x86 PAT: fix mmap() of holes by Ingo Molnar · 17 years ago
  51. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  52. eddeb0e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  53. 855d854 libata: fix boot panic with SATAPI devices on non-SFF HBAs by James Bottomley · 17 years ago
  54. e675349 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  55. ef38ff9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  56. fda31d7 x86: kgdb build fix by Harvey Harrison · 17 years ago
  57. 94795b6 [SCSI] iscsi: bidi support for iscsi_tcp by Boaz Harrosh · 17 years ago
  58. c07d444 [SCSI] iscsi: bidi support at the generic libiscsi level by Boaz Harrosh · 17 years ago
  59. 38d1c06 [SCSI] iscsi: extended cdb support by Boaz Harrosh · 17 years ago
  60. 57b7658 [SCSI] zfcp: Fix error handling for blocked unit for send FCP command by Christof Schmitt · 17 years ago
  61. 6071d7e [SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlock by Christof Schmitt · 17 years ago
  62. 1f6f712 [SCSI] zfcp: fix 31 bit compile warnings by Martin Peschke · 17 years ago
  63. 99773aa [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands by FUJITA Tomonori · 17 years ago
  64. 842ea77 [SCSI] bsg: remove minor in struct bsg_device by FUJITA Tomonori · 17 years ago
  65. 43ac9e6 [SCSI] bsg: use better helper list functions by FUJITA Tomonori · 17 years ago
  66. c3ff1b9 [SCSI] bsg: replace kobject_get with blk_get_queue by FUJITA Tomonori · 17 years ago
  67. d45ac4f [SCSI] bsg: takes a ref to struct device in fops->open by FUJITA Tomonori · 17 years ago
  68. 4786b4e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  69. 2309e9e ocfs2/net: Add debug interface to o2net by Sunil Mushran · 17 years ago
  70. 93b06ed ocfs2: Only build ocfs2/dlm with the o2cb stack module by Mark Fasheh · 17 years ago
  71. 409753b ocfs2/cluster: Get rid of arguments to the timeout routines by Jeff Mahoney · 17 years ago
  72. dda47bc ocfs2: Put tree in MAINTAINERS by Joel Becker · 17 years ago
  73. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 17 years ago
  74. c9ec148 ocfs2: Convert ocfs2 over to unlocked_ioctl by Andi Kleen · 17 years ago
  75. 5dabd69 ocfs2: Improve rename locking by Jan Kara · 17 years ago
  76. 58dadcd fs/ocfs2/aops.c: test for IS_ERR rather than 0 by Julia Lawall · 17 years ago
  77. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 17 years ago
  78. a4a4891 ocfs2: Add ac_alloc_slot in ocfs2_alloc_context by Tao Ma · 17 years ago
  79. ffda89a ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits by Tao Ma · 17 years ago
  80. ad5a4d7 ocfs2: Enable cross extent block merge. by Tao Ma · 17 years ago
  81. 677b975 ocfs2: Add support for cross extent block by Tao Ma · 17 years ago
  82. 52f7c21 ocfs2: Move /sys/o2cb to /sys/fs/o2cb by Mark Fasheh · 17 years ago
  83. a839c5a sysfs: Allow removal of symlinks in the sysfs root by Mark Fasheh · 17 years ago
  84. 5cc3bf2 ocfs2: Reconnect after idle time out. by Tao Ma · 17 years ago
  85. 8f50eb9 ocfs2/dlm: Cleanup lockres print by Sunil Mushran · 17 years ago
  86. c834cdb ocfs2/dlm: Fix lockname in lockres print function by Sunil Mushran · 17 years ago
  87. e5a0334 ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c by Sunil Mushran · 17 years ago
  88. 7209300 ocfs2/dlm: Dumps the purgelist into a debugfs file by Sunil Mushran · 17 years ago
  89. d0129ac ocfs2/dlm: Dumps the mles into a debugfs file by Sunil Mushran · 17 years ago
  90. 751155a ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h by Sunil Mushran · 17 years ago
  91. 4e3d24e ocfs2/dlm: Dumps the lockres' into a debugfs file by Sunil Mushran · 17 years ago
  92. 007dce5 ocfs2/dlm: Dump the dlm state in a debugfs file by Sunil Mushran · 17 years ago
  93. 6325b4a ocfs2/dlm: Create debugfs dirs by Sunil Mushran · 17 years ago
  94. 29576f8 ocfs2/dlm: Link all lockres' to a tracking list by Sunil Mushran · 17 years ago
  95. 724bdca ocfs2/dlm: Create slabcaches for lock and lockres by Sunil Mushran · 17 years ago
  96. 12eb003 ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle by Sunil Mushran · 17 years ago
  97. 53f67e3 ocfs2: Document /sys/fs/ocfs2 by Joel Becker · 17 years ago
  98. 9341d22 ocfs2: Allow selection of cluster plug-ins. by Joel Becker · 17 years ago
  99. b92eccd ocfs2: Add kbuild for ocfs2_stack_user.ko by Joel Becker · 17 years ago
  100. 8f31831 ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h by Joel Becker · 17 years ago