1. f63ee72 [PATCH] introduce lock_task_sighand() helper by Oleg Nesterov · 19 years ago
  2. aa1757f [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU by Oleg Nesterov · 19 years ago
  3. c7c6464 [PATCH] pidhash: don't use zero pids by Oleg Nesterov · 19 years ago
  4. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 19 years ago
  5. c97d989 [PATCH] kill SET_LINKS/REMOVE_LINKS by Oleg Nesterov · 19 years ago
  6. 8fafabd [PATCH] remove add_parent()'s parent argument by Oleg Nesterov · 19 years ago
  7. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 19 years ago
  8. 6c99c5c [PATCH] Remove dead kill_sl prototype from sched.h by Eric W. Biederman · 19 years ago
  9. d4965b3 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 19 years ago
  10. 7baf398 Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  11. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 19 years ago
  12. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 19 years ago
  13. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  14. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 19 years ago
  15. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 19 years ago
  16. 631d674 [PATCH] for_each_possible_cpu: defines for_each_possible_cpu by KAMEZAWA Hiroyuki · 19 years ago
  17. 70674f9 [PATCH] Optimize select/poll by putting small data sets on the stack by Andi Kleen · 19 years ago
  18. d266ab8 [PATCH] Small fixes backported to old IDE SiS driver by Alan Cox · 19 years ago
  19. e512360 [PATCH] remove relayfs_fs.h by Andrew Morton · 19 years ago
  20. a28af47 [PATCH] fs/fat/: proper prototypes for two functions by Adrian Bunk · 19 years ago
  21. 2735771 [PATCH] Add oprofile_add_ext_sample by Brian Rogan · 19 years ago
  22. 0080b7a [PATCH] synclink_gt add gpio feature by Paul Fulghum · 19 years ago
  23. 206dc69 [BLOCK] cfq-iosched: seek and async performance fixes by Jens Axboe · 19 years ago
  24. e2d74ac [PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree by Jens Axboe · 19 years ago
  25. 4fa6391 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  26. df5b89b [PATCH] md: Convert reconfig_sem to reconfig_mutex by NeilBrown · 19 years ago
  27. e464eaf [PATCH] md: Support suspending of IO to regions of an md array by NeilBrown · 19 years ago
  28. 63c70c4 [PATCH] md: Split reshape handler in check_reshape and start_reshape by NeilBrown · 19 years ago
  29. b578d55 [PATCH] md: Only checkpoint expansion progress occasionally by NeilBrown · 19 years ago
  30. f670557 [PATCH] md: Checkpoint and allow restart of raid5 reshape by NeilBrown · 19 years ago
  31. 2926955 [PATCH] md: Final stages of raid5 expand code by NeilBrown · 19 years ago
  32. ccfcc3c [PATCH] md: Core of raid5 resize process by NeilBrown · 19 years ago
  33. 7ecaa1e [PATCH] md: Infrastructure to allow normal IO to continue while array is expanding by NeilBrown · 19 years ago
  34. ad01c9e [PATCH] md: Allow stripes to be expanded in preparation for expanding an array by NeilBrown · 19 years ago
  35. b55e6bf [PATCH] md: Split disks array out of raid5 conf structure so it is easier to grow by NeilBrown · 19 years ago
  36. 641dc63 [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject by Jun'ichi Nomura · 19 years ago
  37. 1008736 [PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidy by Andrew Morton · 19 years ago
  38. 6a4d44c [PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectory by Jun'ichi Nomura · 19 years ago
  39. 3ac51e7 [PATCH] dm store geometry by Darrick J. Wong · 19 years ago
  40. 969429b [PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properly by NeilBrown · 19 years ago
  41. ed49843 [PATCH] Add ID for Quadro NVS280 by Pavel Roskin · 19 years ago
  42. 1d98af8 [PATCH] RTC subsystem: M48T86 driver by Alessandro Zummo · 19 years ago
  43. f7f3682 [PATCH] RTC subsystem: I2C driver ids by Alessandro Zummo · 19 years ago
  44. 6fc7f10 [PATCH] RTC subsystem: I2C cleanup by Alessandro Zummo · 19 years ago
  45. 0c86edc [PATCH] RTC subsystem: class by Alessandro Zummo · 19 years ago
  46. c58411e [PATCH] RTC Subsystem: library functions by Alessandro Zummo · 19 years ago
  47. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 19 years ago
  48. 76b81e2 [PATCH] lightweight robust futexes updates 2 by Ingo Molnar · 19 years ago
  49. 8f17d3a [PATCH] lightweight robust futexes updates by Ingo Molnar · 19 years ago
  50. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 19 years ago
  51. 0771dfe [PATCH] lightweight robust futexes: core by Ingo Molnar · 19 years ago
  52. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 19 years ago
  53. 95144c7 [PATCH] uninline zone helpers by KAMEZAWA Hiroyuki · 19 years ago
  54. ae0f15f [PATCH] for_each_online_pgdat: remove pgdat_list by KAMEZAWA Hiroyuki · 19 years ago
  55. 679bc9f [PATCH] for_each_online_pgdat: for_each_bootmem by KAMEZAWA Hiroyuki · 19 years ago
  56. 8357f86 [PATCH] define for_each_online_pgdat by KAMEZAWA Hiroyuki · 19 years ago
  57. a0140c1 [PATCH] remove zone_mem_map by KAMEZAWA Hiroyuki · 19 years ago
  58. a117e66 [PATCH] unify pfn_to_page: generic functions by KAMEZAWA Hiroyuki · 19 years ago
  59. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 19 years ago
  60. 74cae61 [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static by Adrian Bunk · 19 years ago
  61. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 19 years ago
  62. ebd0cb1 [PATCH] knfsd: Unexport cache_fresh and fix a small race by NeilBrown · 19 years ago
  63. 4d90452 [PATCH] knfsd: Remove DefineCacheLookup by NeilBrown · 19 years ago
  64. 15a5f6b [PATCH] knfsd: Create cache_lookup function instead of using a macro to declare one by NeilBrown · 19 years ago
  65. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 19 years ago
  66. eab7e2e [PATCH] knfsd: Break the hard linkage from svc_expkey to svc_export by NeilBrown · 19 years ago
  67. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 19 years ago
  68. 5c0a32f [PATCH] autofs4: add new packet type for v5 communications by Ian Kent · 19 years ago
  69. f75ba3a [PATCH] autofs4: increase module version by Ian Kent · 19 years ago
  70. 837c787 [BLOCK] increase size of disk stat counters by Ben Woodard · 19 years ago
  71. fbb18a2 [SERIAL] amba-pl010: allow platforms to specify modem control method by Russell King · 19 years ago
  72. e9bebd6 [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h by Akinobu Mita · 19 years ago
  73. 0b28002 [PATCH] more s/fucn/func/ typo fixes by Akinobu Mita · 19 years ago
  74. ee8a4b7 [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface by Hansjoerg Lipp · 19 years ago
  75. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 19 years ago
  76. df869b6 [PATCH] hrtimers: remove nsec_t typedef by Roman Zippel · 19 years ago
  77. 272705c [PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t() by Roman Zippel · 19 years ago
  78. b75f7a5 [PATCH] hrtimers: remove state field by Roman Zippel · 19 years ago
  79. 432569b [PATCH] hrtimers: simplify nanosleep by Roman Zippel · 19 years ago
  80. 44f2147 [PATCH] hrtimers: pass current time to hrtimer_forward() by Roman Zippel · 19 years ago
  81. 92127c7 [PATCH] hrtimers: optimize softirq runqueues by Thomas Gleixner · 19 years ago
  82. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 19 years ago
  83. b0cf232 [PATCH] pass b_size to ->get_block() by Badari Pulavarty · 19 years ago
  84. 205f87f [PATCH] change buffer_head.b_size to size_t by Badari Pulavarty · 19 years ago
  85. b54e41e [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block() by Mingming Cao · 19 years ago
  86. 89747d3 [PATCH] ext3_get_blocks: Mapping multiple blocks at a once by Mingming Cao · 19 years ago
  87. e2d53f9 [PATCH] 2TB files: change type of kstatfs entries by Takashi Sato · 19 years ago
  88. a0f62ac [PATCH] 2TB files: add blkcnt_t by Takashi Sato · 19 years ago
  89. abcb6c9 [PATCH] 2TB files: st_blocks is invalid when calling stat64 by Takashi Sato · 19 years ago
  90. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 19 years ago
  91. fec433a [PATCH] mempool: add mempool_create_slab_pool() by Matthew Dobson · 19 years ago
  92. f183323 [PATCH] mempool: add kzalloc allocator by Matthew Dobson · 19 years ago
  93. 5318408 [PATCH] mempool: add kmalloc allocator by Matthew Dobson · 19 years ago
  94. 6e0678f [PATCH] mempool: add page allocator by Matthew Dobson · 19 years ago
  95. 22e6c1b [PATCH] Use loff_t for size in struct proc_dir_entry by Maneesh Soni · 19 years ago
  96. 3158e94 [PATCH] consolidate sys32/compat_adjtimex by Stephen Rothwell · 19 years ago
  97. 88959ea [PATCH] create struct compat_timex and use it everywhere by Stephen Rothwell · 19 years ago
  98. 5842add [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interface by Andy Adamson · 19 years ago
  99. 878a9f3 [PATCH] hpet header sanitization by Randy Dunlap · 19 years ago
  100. 50c812b [PATCH] ipmi: add full sysfs support by Corey Minyard · 19 years ago