1. eb2bce7 ALPHA: fix BOOTP image creation by Ivan Kokshaysky · 17 years ago
  2. 180e53a ROUND_UP macro cleanup in arch/alpha/kernel/osf_sys.c by Milind Arun Choudhary · 17 years ago
  3. 97a572b h8300: add zImage support by Yoshinori Sato · 17 years ago
  4. c728d60 h8300 generic irq by Yoshinori Sato · 17 years ago
  5. aeecf314 Convert h8/300 to generic timekeeping by john stultz · 17 years ago
  6. a5f6abd Blackfin: blackfin on-chip SPI controller driver by Wu, Bryan · 17 years ago
  7. 8cc75c9 Blackfin: on-chip RTC controller driver by Wu, Bryan · 17 years ago
  8. 0851a28 Blackfin: add blackfin support in smc91x ethernet controller driver by Wu, Bryan · 17 years ago
  9. 194de56 blackfin: serial driver by Bryan Wu · 17 years ago
  10. 1394f03 blackfin architecture by Bryan Wu · 17 years ago
  11. 7324328 Return EPERM not ECHILD on security_task_wait failure by Roland McGrath · 17 years ago
  12. 906e0be page migration: Only migrate pages if allocation in the highest zone is possible by Christoph Lameter · 17 years ago
  13. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  14. 5bc9859 hugetlbfs: add NULL check in hugetlb_zero_setup() by Akinobu Mita · 17 years ago
  15. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  16. 4f10493 slab allocators: Remove SLAB_CTOR_ATOMIC by Christoph Lameter · 17 years ago
  17. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  18. 4b1d892 get_unmapped_area doesn't need hugetlbfs hacks anymore by Benjamin Herrenschmidt · 17 years ago
  19. 06abdfb get_unmapped_area handles MAP_FIXED in generic code by Benjamin Herrenschmidt · 17 years ago
  20. 036e085 get_unmapped_area handles MAP_FIXED in hugetlbfs by Benjamin Herrenschmidt · 17 years ago
  21. 11300a6 get_unmapped_area handles MAP_FIXED on x86_64 by Benjamin Herrenschmidt · 17 years ago
  22. ac35ee4 get_unmapped_area handles MAP_FIXED on sparc64 by Benjamin Herrenschmidt · 17 years ago
  23. 869e510 get_unmapped_area handles MAP_FIXED on parisc by Benjamin Herrenschmidt · 17 years ago
  24. afa3739 get_unmapped_area handles MAP_FIXED on ia64 by Benjamin Herrenschmidt · 17 years ago
  25. 5a8130f get_unmapped_area handles MAP_FIXED on i386 by Benjamin Herrenschmidt · 17 years ago
  26. 2fd3beb get_unmapped_area handles MAP_FIXED on frv by Benjamin Herrenschmidt · 17 years ago
  27. acec0ac get_unmapped_area handles MAP_FIXED on arm by Benjamin Herrenschmidt · 17 years ago
  28. 4b87b3b get_unmapped_area handles MAP_FIXED on alpha by Benjamin Herrenschmidt · 17 years ago
  29. d506a77 get_unmapped_area handles MAP_FIXED on powerpc by Benjamin Herrenschmidt · 17 years ago
  30. 2b45ab3 oom: fix constraint deadlock by David Rientjes · 17 years ago
  31. 2b744c0 mm: fix handling of panic_on_oom when cpusets are in use by Yasunori Goto · 17 years ago
  32. 824ebef fault injection: fix failslab with CONFIG_NUMA by Akinobu Mita · 17 years ago
  33. f0f3980 slab allocators: remove multiple alignment specifications by Christoph Lameter · 17 years ago
  34. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  35. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  36. 96018fd mm: optimize acorn partition truncate by Peter Zijlstra · 17 years ago
  37. f9a1439 mm: optimize kill_bdev() by Peter Zijlstra · 17 years ago
  38. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  39. 0a27a14 mm: madvise avoid exclusive mmap_sem by Nick Piggin · 17 years ago
  40. b416952 include KERN_* constant in printk() calls in mm/slab.c by matze · 17 years ago
  41. bc0055a slob: handle SLAB_PANIC flag by Akinobu Mita · 17 years ago
  42. 3a2cba9 Quicklist support for sparc64 by David Miller · 17 years ago
  43. 6225e93 Quicklists for page table pages by Christoph Lameter · 17 years ago
  44. c09d875 slub: add slabinfo tool by Christoph Lameter · 17 years ago
  45. 3524342 slub: user documentation by Christoph Lameter · 17 years ago
  46. 70d7122 slub: remove object activities out of checking functions by Christoph Lameter · 17 years ago
  47. 2086d26 SLUB: Free slabs and sort partial slab lists in kmem_cache_shrink by Christoph Lameter · 17 years ago
  48. 88a420e slub: add ability to list alloc / free callers per slab by Christoph Lameter · 17 years ago
  49. e95eed5 SLUB: Add MIN_PARTIAL by Christoph Lameter · 17 years ago
  50. 53e15af slub: validation of slabs (metadata and guard zones) by Christoph Lameter · 17 years ago
  51. 643b113 slub: enable tracking of full slabs by Christoph Lameter · 17 years ago
  52. 77c5e2d slub: fix object tracking by Christoph Lameter · 17 years ago
  53. b49af68 Add virt_to_head_page and consolidate code in slab and slub by Christoph Lameter · 17 years ago
  54. 6d77795 mm: optimize compound_head() by avoiding a shared page flag by Christoph Lameter · 17 years ago
  55. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  56. 3052086 PowerPC: Disable SLUB for configurations in which slab page structs are modified by Christoph Lameter · 17 years ago
  57. 614410d SLUB: allocate smallest object size if the user asks for 0 bytes by Christoph Lameter · 17 years ago
  58. 47bfdc0 SLUB: change default alignments by Christoph Lameter · 17 years ago
  59. 81819f0 SLUB core by Christoph Lameter · 17 years ago
  60. 543691a6 tty_register_driver: only allocate tty instances when defined by Andy Whitcroft · 17 years ago
  61. b5637e6 i386: use page allocator to allocate thread_info structure by Christoph Lameter · 17 years ago
  62. c596d9f cpusets: allow TIF_MEMDIE threads to allocate anywhere by David Rientjes · 17 years ago
  63. a3a02be slab: mark set_up_list3s() __init by Andrew Morton · 17 years ago
  64. 3b1d92c Do not disable interrupts when reading min_free_kbytes by Mel Gorman · 17 years ago
  65. 8da3430 slab: NUMA kmem_cache diet by Eric Dumazet · 17 years ago
  66. 6310984 SLAB: don't allocate empty shared caches by Eric Dumazet · 17 years ago
  67. 364fbb2 SLAB: use num_possible_cpus() in enable_cpucache() by Eric Dumazet · 17 years ago
  68. 6ce745e readahead: code cleanup by Jan Kara · 17 years ago
  69. ec0f163 readahead: improve heuristic detecting sequential reads by Jan Kara · 17 years ago
  70. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 17 years ago
  71. f79f177 smaps: add pages referenced count to smaps by David Rientjes · 17 years ago
  72. 826fad1 smaps: extract pmd walker from smaps code by David Rientjes · 17 years ago
  73. 0013572 i386: use pte_update_defer in ptep_test_and_clear_{dirty,young} by Zachary Amsden · 17 years ago
  74. 10a8d6a i386: add ptep_test_and_clear_{dirty,young} by David Rientjes · 17 years ago
  75. 9490991 Add unitialized_var() macro for suppressing gcc warnings by Borislav Petkov · 17 years ago
  76. a812771 mm: simplify filemap_nopage by Nick Piggin · 17 years ago
  77. 14e0729 add pfn_valid_within helper for sub-MAX_ORDER hole detection by Andy Whitcroft · 17 years ago
  78. ac26772 mm/slab.c: proper prototypes by Adrian Bunk · 17 years ago
  79. 411f0f3 Introduce CONFIG_HAS_DMA by Heiko Carstens · 17 years ago
  80. 9a82782 allow oom_adj of saintly processes by Joshua N Pritikin · 17 years ago
  81. 3d67f2d fs: buffer don't PageUptodate without page locked by Nick Piggin · 17 years ago
  82. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  83. 714b8171 slab: ensure cache_alloc_refill terminates by Pekka Enberg · 17 years ago
  84. 5f22df0 mm: remove gcc workaround by Nick Piggin · 17 years ago
  85. d2ba27e8 proper prototype for hugetlb_get_unmapped_area() by Adrian Bunk · 17 years ago
  86. 1b42446 Use ZVC counters to establish exact size of dirtyable pages by Christoph Lameter · 17 years ago
  87. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 17 years ago
  88. aee16b3 Add apply_to_page_range() which applies a function to a pte range by Jeremy Fitzhardinge · 17 years ago
  89. eb3a1e1 Serial: serial_core, use pr_debug by Jiri Slaby · 17 years ago
  90. 1733310 MPSC serial driver tx locking by Dave Jiang · 17 years ago
  91. abb4a23 serial: define FIXED_PORT flag for serial_core by David Gibson · 17 years ago
  92. bd71c18 RM9000 serial driver by Thomas Koeller · 17 years ago
  93. beab697 serial driver PMC MSP71xx by Marc St-Jean · 17 years ago
  94. 6179b55 add new_id to PCMCIA drivers by Bernhard Walle · 17 years ago
  95. 02c8359 at91_cf, minor fix by David Brownell · 17 years ago
  96. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  97. e3ebadd Revert "[PATCH] x86: __pa and __pa_symbol address space separation" by Linus Torvalds · 17 years ago
  98. 1570077 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  99. 6de410c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  100. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago