1. 7ce6ff9 rbtree: coding style adjustments by Michel Lespinasse · 12 years ago
  2. 6280d23 rbtree: low level optimizations in __rb_erase_color() by Michel Lespinasse · 12 years ago
  3. e125d14 rbtree: optimize case selection logic in __rb_erase_color() by Michel Lespinasse · 12 years ago
  4. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  5. 5bc9188 rbtree: low level optimizations in rb_insert_color() by Michel Lespinasse · 12 years ago
  6. 6d58452 rbtree: adjust root color in rb_insert_color() only when necessary by Michel Lespinasse · 12 years ago
  7. 1f05286 rbtree: break out of rb_insert_color loop after tree rotation by Michel Lespinasse · 12 years ago
  8. 910a742 rbtree: performance and correctness test by Michel Lespinasse · 12 years ago
  9. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  10. ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
  11. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  12. 1457d28 rbtree: reference Documentation/rbtree.txt for usage instructions by Michel Lespinasse · 12 years ago
  13. 1638113 ipc/mqueue: remove unnecessary rb_init_node() calls by Michel Lespinasse · 12 years ago
  14. 1ae1c1d thp, s390: architecture backend for thp on s390 by Gerald Schaefer · 12 years ago
  15. 274023d thp, s390: disable thp for kvm host on s390 by Gerald Schaefer · 12 years ago
  16. 9501d09 thp, s390: thp pagetable pre-allocation for s390 by Gerald Schaefer · 12 years ago
  17. 75077af thp, s390: thp splitting backend for s390 by Gerald Schaefer · 12 years ago
  18. 8e72033 thp: make MADV_HUGEPAGE check for mm->def_flags by Gerald Schaefer · 12 years ago
  19. 46dcde7 thp: introduce pmdp_invalidate() by Gerald Schaefer · 12 years ago
  20. e3ebcf6 thp: remove assumptions on pgtable_t type by Gerald Schaefer · 12 years ago
  21. 1562606 thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE by Gerald Schaefer · 12 years ago
  22. ca42b26 mm: fix potential anon_vma locking issue in mprotect() by Michel Lespinasse · 12 years ago
  23. 227e404 thp: remove unnecessary set_recommended_min_free_kbytes by Xiao Guangrong · 12 years ago
  24. 17c230a thp: use khugepaged_enabled to remove duplicate code by Xiao Guangrong · 12 years ago
  25. b723178 thp: remove khugepaged_loop by Xiao Guangrong · 12 years ago
  26. 26234f3 thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page by Xiao Guangrong · 12 years ago
  27. 420256ef thp: release page in page pre-alloc path by Xiao Guangrong · 12 years ago
  28. d516904 thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan by Xiao Guangrong · 12 years ago
  29. 9817626 thp: remove some code depend on CONFIG_NUMA by Xiao Guangrong · 12 years ago
  30. 2017c0b thp: remove wake_up_interruptible in the exit path by Xiao Guangrong · 12 years ago
  31. e060f0e thp: remove unnecessary khugepaged_thread check by Xiao Guangrong · 12 years ago
  32. 911891a thp: move khugepaged_mutex out of khugepaged by Xiao Guangrong · 12 years ago
  33. 637e3a2 thp: remove unnecessary check in start_khugepaged by Xiao Guangrong · 12 years ago
  34. 65b3c07 thp: fix the count of THP_COLLAPSE_ALLOC by Xiao Guangrong · 12 years ago
  35. db97141 mm: adjust final #endif position in mm/internal.h by Michel Lespinasse · 12 years ago
  36. 5d3a551 mm: hugetlb: add arch hook for clearing page flags before entering pool by Will Deacon · 12 years ago
  37. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  38. d5dc0ad mm/vmscan: fix error number for failed kthread by Gavin Shan · 12 years ago
  39. e0f3c3f mm/mmu_notifier: init notifier if necessary by Gavin Shan · 12 years ago
  40. 21a9273 mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule by Sagi Grimberg · 12 years ago
  41. 48af0d7 mm: mmu_notifier: fix inconsistent memory between secondary MMU and host by Xiao Guangrong · 12 years ago
  42. 00442ad mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma() by Mel Gorman · 12 years ago
  43. 63f74ca mempolicy: fix refcount leak in mpol_set_shared_policy() by KOSAKI Motohiro · 12 years ago
  44. b22d127 mempolicy: fix a race in shared_policy_replace() by Mel Gorman · 12 years ago
  45. 869833f2 mempolicy: remove mempolicy sharing by KOSAKI Motohiro · 12 years ago
  46. 8d34694c1 revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" by KOSAKI Motohiro · 12 years ago
  47. 1fb3f8c mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 12 years ago
  48. 83fde0f mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures by Mel Gorman · 12 years ago
  49. 4ffb633 mm: compaction: update comment in try_to_compact_pages by Mel Gorman · 12 years ago
  50. 6597d78 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() by Hugh Dickins · 12 years ago
  51. d741c9c mm: fix nonuniform page status when writing new file with small buffer by Robin Dong · 12 years ago
  52. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  53. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  54. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  55. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  56. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  57. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  58. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 12 years ago
  59. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  60. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  61. b1a86e1 x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines by Suresh Siddha · 12 years ago
  62. c654345 mm: remove __GFP_NO_KSWAPD by Rik van Riel · 12 years ago
  63. 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
  64. 7ac57a8 Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry by Catalin Marinas · 12 years ago
  65. 9b2a60c Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option by Catalin Marinas · 12 years ago
  66. b69ec42 Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option by Catalin Marinas · 12 years ago
  67. af1839e Kconfig: clean up the long arch list for the UID16 config option by Catalin Marinas · 12 years ago
  68. 6e28b76 MAINTAINERS: add Konrad as the SWIOTLB maintainer by Konrad Rzeszutek Wilk · 12 years ago
  69. 1ea4f4f Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago
  70. dea77cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  71. de390bb Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  72. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  73. 8711798 Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  74. 1219771 Fix F_DUPFD_CLOEXEC breakage by Al Viro · 12 years ago
  75. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  76. d5bbd43 exec: make de_thread() killable by Oleg Nesterov · 12 years ago
  77. b5356a1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  78. 3c5af8d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  79. 6916fd0 arm64: Enable interrupts before calling do_notify_resume() by Catalin Marinas · 12 years ago
  80. e048d00 arm64: Use the generic compat_sys_sendfile() implementation by Catalin Marinas · 12 years ago
  81. 27222a3 arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size() by Catalin Marinas · 12 years ago
  82. e9eca4d Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi by Linus Torvalds · 12 years ago
  83. 1929041 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  84. 6594b98 Blackfin: smp: add smp_mb() to keep coherency by Steven Miao · 12 years ago
  85. 4087af4 Blackfin: drop irq enable in init_arch_irq() by Steven Miao · 12 years ago
  86. 5204e47 Blackfin: fix wrong place disabled irq by Steven Miao · 12 years ago
  87. e334492 Blackfin: update defconfig for bf609-ezkit by Bob Liu · 12 years ago
  88. ee5124e3 Blackfin: add bf548 v0.4 revision by Sonic Zhang · 12 years ago
  89. 740dd8c Blackfin: bf60x: Add bf608 and bf609 specific perpheral MMRs by Sonic Zhang · 12 years ago
  90. 810f151 Blackfin: cpufreq: fix dpm_state_table by James Cosin · 12 years ago
  91. ce86091 Blackfin: bfin_gpio: proc: fix return value by Steven Miao · 12 years ago
  92. a54081c Blackfin: CM-BF537E: Update SPORT support in board file. by Harald Krapfenbauer · 12 years ago
  93. 57820b3 Blackfin: bf537: fix lq035 platform device name by Scott Jiang · 12 years ago
  94. 4563f2c Blackfin: bf533-ezkit: enable flash drivers by default by Mike Frysinger · 12 years ago
  95. d43b716 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  96. 80b810b localmodconfig: Document localmodconfig in README by Steven Rostedt · 12 years ago
  97. d8dc91b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  98. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  99. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  100. 1b03344 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago