1. d6aafa6 [PATCH] selinuxfs cleanups: sel_make_avc_files by James Morris · 19 years ago
  2. 253a8b1 [PATCH] selinuxfs cleanups: sel_make_bools by James Morris · 19 years ago
  3. 161ce45 [PATCH] selinuxfs cleanups: sel_fill_super exit path by James Morris · 19 years ago
  4. cde174a [PATCH] selinuxfs cleanups: use sel_make_dir() by James Morris · 19 years ago
  5. 40e906f [PATCH] selinuxfs cleanups: fix hard link count by James Morris · 19 years ago
  6. 68bdcf2 [PATCH] selinux: simplify sel_read_bool by Stephen Smalley · 19 years ago
  7. bb00307 [PATCH] sem2mutex: security/ by Ingo Molnar · 19 years ago
  8. 8aad387 [PATCH] selinux: Disable automatic labeling of new inodes when no policy is loaded by Stephen Smalley · 19 years ago
  9. b20a350 [PATCH] page migration reorg by Christoph Lameter · 19 years ago
  10. 442295c [PATCH] mm: slab cache interleave rotor fix by Paul Jackson · 19 years ago
  11. fdb7cc5 [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix by Paul Jackson · 19 years ago
  12. 9b65ef5 [PATCH] fix swap cluster offset by Akinobu Mita · 19 years ago
  13. 879336c [PATCH] drain_node_pages: interrupt latency reduction / optimization by Christoph Lameter · 19 years ago
  14. b18e7e6 [PATCH] slab: fix drain_array() so that it works correctly with the shared_array by Christoph Lameter · 19 years ago
  15. 1b55253 [PATCH] slab: remove drain_array_locked by Christoph Lameter · 19 years ago
  16. aab2207 [PATCH] slab: make drain_array more universal by adding more parameters by Christoph Lameter · 19 years ago
  17. 35386e3 [PATCH] slab: cache_reap(): further reduction in interrupt holdoff by Christoph Lameter · 19 years ago
  18. 248a030 [PATCH] mm: make shrink_all_memory try harder by Rafael J. Wysocki · 19 years ago
  19. d5d4b0a [PATCH] optimize follow_hugetlb_page by Chen, Kenneth W · 19 years ago
  20. bba1e9b [PATCH] convert hugetlbfs_counter to atomic by Chen, Kenneth W · 19 years ago
  21. 42b88be [PATCH] hugepage: is_aligned_hugepage_range() cleanup by David Gibson · 19 years ago
  22. 3915bcf [PATCH] hugepage: Move hugetlb_free_pgd_range() prototype to hugetlb.h by David Gibson · 19 years ago
  23. 4866920 [PATCH] hugepage: Fix hugepage logic in free_pgtables() harder by David Gibson · 19 years ago
  24. 9da61ae [PATCH] hugepage: Fix hugepage logic in free_pgtables() by David Gibson · 19 years ago
  25. 27a85ef [PATCH] hugepage: Make {alloc,free}_huge_page() local by David Gibson · 19 years ago
  26. b45b5bd [PATCH] hugepage: Strict page reservation for hugepage inodes by David Gibson · 19 years ago
  27. 3935baa [PATCH] hugepage: serialize hugepage allocation and instantiation by David Gibson · 19 years ago
  28. 79ac6ba [PATCH] hugepage: Small fixes to hugepage clear/copy path by David Gibson · 19 years ago
  29. 8f86059 [PATCH] Enable mprotect on huge pages by Zhang, Yanmin · 19 years ago
  30. aed75ff [PATCH] readahead: fix initial window size calculation by Steven Pratt · 19 years ago
  31. a564da3 [PATCH] readahead: ->prev_page can overrun the ahead window by Oleg Nesterov · 19 years ago
  32. d15c023 [PATCH] shmem: inline to avoid warning by Hugh Dickins · 19 years ago
  33. 6e5ef1a [PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in refill_inactive_zone() by Christoph Lameter · 19 years ago
  34. a7290ee [PATCH] Uninline sys_mmap common code (reduce binary size) by Michael Buesch · 19 years ago
  35. 617d221 [PATCH] mm: optimise page_count by Nick Piggin · 19 years ago
  36. b7ab795 [PATCH] mm: more CONFIG_DEBUG_VM by Nick Piggin · 19 years ago
  37. 6626c5d [PATCH] mm: prep_zero_page() in irq is a bug by Andrew Morton · 19 years ago
  38. 17cf440 [PATCH] mm: cleanup prep_ stuff by Nick Piggin · 19 years ago
  39. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 19 years ago
  40. 70dc991 [PATCH] remove set_page_count(page, 0) users (outside mm) by Nick Piggin · 19 years ago
  41. 8409751 [PATCH] mm: nommu use compound pages by Nick Piggin · 19 years ago
  42. 0f8053a [PATCH] mm: make __put_page internal by Nick Piggin · 19 years ago
  43. 4fa4f53 [PATCH] x86_64: pageattr remove __put_page by Nick Piggin · 19 years ago
  44. 20aaffd [PATCH] x86_64: pageattr use single list by Nick Piggin · 19 years ago
  45. 84d1c05 [PATCH] i386: pageattr remove __put_page by Nick Piggin · 19 years ago
  46. f9aed0e [PATCH] sg: use compound pages by Nick Piggin · 19 years ago
  47. a6f563d [PATCH] remove VM_DONTCOPY bogosities by Hugh Dickins · 19 years ago
  48. fb8d14e [PATCH] mm: shrink_inactive_lis() nr_scan accounting fix by Wu Fengguang · 19 years ago
  49. c9b02d9 [PATCH] mm: isolate_lru_pages() scan count fix by Wu Fengguang · 19 years ago
  50. 7fb2d46 [PATCH] zone_reclaim: additional comments and cleanup by Christoph Lameter · 19 years ago
  51. 1742f19 [PATCH] vmscan: rename functions by Andrew Morton · 19 years ago
  52. 05ff513 [PATCH] vmscan return nr_reclaimed by Andrew Morton · 19 years ago
  53. 69e0594 [PATCH] vmscan: use unsigned longs by Andrew Morton · 19 years ago
  54. 179e963 [PATCH] vmscan: scan_control cleanup by Andrew Morton · 19 years ago
  55. 8695949 [PATCH] Thin out scan_control: remove nr_to_scan and priority by Christoph Lameter · 19 years ago
  56. a07fa39 [PATCH] slab: use on_each_cpu() by Andrew Morton · 19 years ago
  57. 78eef01 [PATCH] on_each_cpu(): disable local interrupts by Andrew Morton · 19 years ago
  58. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 19 years ago
  59. 911851e [PATCH] slab: fix kernel-doc warnings by Randy Dunlap · 19 years ago
  60. fcc234f [PATCH] mm: kill kmem_cache_t usage by Pekka Enberg · 19 years ago
  61. b5d8ca7 [PATCH] slab: remove cachep->spinlock by Ravikiran G Thirumalai · 19 years ago
  62. a737b3e [PATCH] slab cleanup by Andrew Morton · 19 years ago
  63. f30cf7d [PATCH] slab: extract setup_cpu_cache by Pekka Enberg · 19 years ago
  64. 8fea4e9 [PATCH] slab: object to index mapping cleanup by Pekka Enberg · 19 years ago
  65. b50ec7d [PATCH] kcalloc(): INT_MAX -> ULONG_MAX by Adrian Bunk · 19 years ago
  66. a482289 [PATCH] hugepage allocator cleanup by Nick Piggin · 19 years ago
  67. 545b1ea [PATCH] mm: cleanup bootmem by Nick Piggin · 19 years ago
  68. 9d41415 [PATCH] mm: page_state comment more by Nick Piggin · 19 years ago
  69. 8dfcc9b [PATCH] mm: split highorder pages by Nick Piggin · 19 years ago
  70. 8e7a9aa [PATCH] xtensa: pgtable fixes by Nick Piggin · 19 years ago
  71. 8dc04ef [PATCH] mm: de-skew page refcounting by Nick Piggin · 19 years ago
  72. 7c8ee9a [PATCH] mm: simplify vmscan vs release refcounting by Nick Piggin · 19 years ago
  73. f205b2f [PATCH] mm: slab less atomics by Nick Piggin · 19 years ago
  74. 5e9dace [PATCH] mm: page_alloc less atomics by Nick Piggin · 19 years ago
  75. 6745391 [PATCH] mm: less atomic ops by Nick Piggin · 19 years ago
  76. 4c84cac [PATCH] mm: PageActive no testset by Nick Piggin · 19 years ago
  77. 8d438f9 [PATCH] mm: PageLRU no testset by Nick Piggin · 19 years ago
  78. 46453a6 [PATCH] mm: never ClearPageLRU released pages by Nick Piggin · 19 years ago
  79. 2492ecc [PATCH] mm: remove set_pgdir leftovers by Christoph Hellwig · 19 years ago
  80. a7f3ea7 [PATCH] dcdbas: convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  81. d049761 [PATCH] tb0219: convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  82. eee8ab7 [PATCH] mv64x600_wdt: convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  83. d39b6cf [PATCH] vr41xx: convert to the new platform device interface by Dmitry Torokhov · 19 years ago
  84. f4a641d [PATCH] multiple exports of strpbrk by Andrew Morton · 19 years ago
  85. 83485f8 [PATCH] serial: serial_txx9 driver update by Atsushi Nemoto · 19 years ago
  86. 4024ce5 [PATCH] rtc.h broke strace(1) builds by Joe Korty · 19 years ago
  87. d2044a9 [PATCH] dm: bio split bvec fix by Alasdair G Kergon · 19 years ago
  88. 06f9d4f [PATCH] unshare: Error if passed unsupported flags by Eric W. Biederman · 19 years ago
  89. b40607f [PATCH] __get_page_state() cpumask cleanup and fix by Andrew Morton · 19 years ago
  90. 68ed004 [PATCH] x86: mark cyc2ns_scale readmostly by Ravikiran G Thirumalai · 19 years ago
  91. 5e7a99a [PATCH] v9fs: assign dentry ops to negative dentries by Latchesar Ionkov · 19 years ago
  92. 8a2cda0 [PATCH] i810fb_cursor(): use GFP_ATOMIC by Antonino A. Daplas · 19 years ago
  93. 4078006 [PATCH] efi_call_phys_epilog() warning fix by Andrew Morton · 19 years ago
  94. 152475c [PATCH] don't call check_acpi_pci() on x86 with ACPI disabled by Herbert Poetzl · 19 years ago
  95. 9430d58 [PATCH] sched: remove sleep_avg multiplier by Mike Galbraith · 19 years ago
  96. e952f31 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 19 years ago
  97. e0f4ab8 Revert "V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion" by Linus Torvalds · 19 years ago
  98. ca94f26 Merge branch 'e1000-fixes' of git://198.78.49.142/~jbrandeb/linux-2.6 by Jeff Garzik · 19 years ago
  99. 0b5bf22 [netdrvr] pcnet32: other source formatting cleanups by Jeff Garzik · 19 years ago
  100. 4a5e8e2 [netdrvr] pcnet32: Lindent by Jeff Garzik · 19 years ago