1. ec9d0cf gpio/misc: Add MODULE_ALIAS entries for CS5535 functions by Andres Salomon · 14 years ago
  2. 69bc6de misc: Convert cs5535-mfgpt from pci device to platform device by Andres Salomon · 14 years ago
  3. df96669 gpio: Convert cs5535 from pci device to platform device by Andres Salomon · 14 years ago
  4. 816b458 mfd: Fix cs5535 warning on x86-64 by Andres Salomon · 14 years ago
  5. d450f19 mfd: Implement runtime PM for WM8994 core driver by Mark Brown · 14 years ago
  6. 4c90aa9 mfd: Provide pm_runtime_no_callbacks flag in cell data by Mark Brown · 14 years ago
  7. d7b9f32 mfd: Fix ab8500-debug indentation errors by Mattias Wallin · 14 years ago
  8. baa3f63 mfd: Convert WM8994 to new irq_ interrupt methods by Mark Brown · 14 years ago
  9. fdcc475 mfd: Convert WM835x to new irq_ interrupt methods by Mark Brown · 14 years ago
  10. ba81cd3 mfd: Convert WM831x to new irq_ interrupt methods by Mark Brown · 14 years ago
  11. 412dc11 mfd: Add WM8326 support by Mark Brown · 14 years ago
  12. 798e6e3 mfd: Simplify WM832x subdevice instantiation by Mark Brown · 14 years ago
  13. 3f3d4310b mfd: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  14. f71e1af mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 support by Andres Salomon · 14 years ago
  15. e1b88eb mfd: Don't open-code mc13xxx_unlock by Uwe Kleine-König · 14 years ago
  16. 77b2289 mfd: Include <linux/gpio.h> instead of <asm/gpio.h> by Axel Lin · 14 years ago
  17. f77401d mfd: Include <linux/io.h> instead of <asm/io.h> by Axel Lin · 14 years ago
  18. e0084aa mfd: Update WARN uses by Joe Perches · 14 years ago
  19. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  20. dc8e7e3 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  21. 2c79c69 Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 by Linus Torvalds · 14 years ago
  22. db9effe Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  23. f20877d fs: fix do_last error case when need_reval_dot by J. R. Okajima · 14 years ago
  24. 657e94b nfs: add missing rcu-walk check by Nick Piggin · 14 years ago
  25. 9c4bc1c Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  26. 2c0076d Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  27. 2c67559 fs: hlist UP debug fixup by Nick Piggin · 14 years ago
  28. 90dbb77 fs: fix dropping of rcu-walk from force_reval_path by Nick Piggin · 14 years ago
  29. bb20c18 fs: force_reval_path drop rcu-walk before d_invalidate by Nick Piggin · 14 years ago
  30. a82416d fs: small rcu-walk documentation fixes by Nick Piggin · 14 years ago
  31. 50de1dd memcg: fix memory migration of shmem swapcache by Daisuke Nishimura · 14 years ago
  32. 17295c8 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset by Jesper Juhl · 14 years ago
  33. dfe076b memcg: fix deadlock between cpuset and memcg by Daisuke Nishimura · 14 years ago
  34. 043d18b memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() by Minchan Kim · 14 years ago
  35. f3e8eb7 memcg: fix unit mismatch in memcg oom limit calculation by Johannes Weiner · 14 years ago
  36. dbd4ea7 memcg: add lock to synchronize page accounting and migration by KAMEZAWA Hiroyuki · 14 years ago
  37. 2a7106f memcg: create extensible page stat update routines by Greg Thelen · 14 years ago
  38. ece7240 memcg: document cgroup dirty memory interfaces by Greg Thelen · 14 years ago
  39. db16d5e memcg: add page_cgroup flags for dirty page tracking by Greg Thelen · 14 years ago
  40. 744ed144 mm: batch activate_page() to reduce lock contention by Shaohua Li · 14 years ago
  41. d8505de mm: simplify code of swap.c by Shaohua Li · 14 years ago
  42. c06b1fc mm/page_alloc.c: don't cache `current' in a local by Andrew Morton · 14 years ago
  43. fd4a466 mm: fix hugepage migration by Hugh Dickins · 14 years ago
  44. 1ce82b6 mm: fix migration hangs on anon_vma lock by Hugh Dickins · 14 years ago
  45. 2919bfd ksm: drain pagevecs to lru by Hugh Dickins · 14 years ago
  46. 73ae31e hugetlb: fix handling of parse errors in sysfs by Eric B Munson · 14 years ago
  47. adbe872 hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment by Eric B Munson · 14 years ago
  48. 08d4a24 hugetlb: check the return value of string conversion in sysctl handler by Michal Hocko · 14 years ago
  49. cb9ef8d fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc by Stefan Hajnoczi · 14 years ago
  50. 684265d mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() by Andrew Morton · 14 years ago
  51. 84bc227 mm/dmapool.c: take lock only once in dma_pool_free() by Rolf Eike Beer · 14 years ago
  52. 43506fa mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists by KyongHo Cho · 14 years ago
  53. 5520e89 brk: fix min_brk lower bound computation for COMPAT_BRK by Jiri Kosina · 14 years ago
  54. 32d6fea mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common() by Jesper Juhl · 14 years ago
  55. 29c1f67 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration by Mel Gorman · 14 years ago
  56. 22e5c47 thp: add compound_trans_head() helper by Andrea Arcangeli · 14 years ago
  57. 29ad768 thp: KSM on THP by Andrea Arcangeli · 14 years ago
  58. 60ab324 thp: khugepaged: make khugepaged aware about madvise by Andrea Arcangeli · 14 years ago
  59. a664b2d thp: madvise(MADV_NOHUGEPAGE) by Andrea Arcangeli · 14 years ago
  60. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 14 years ago
  61. 37c2ac7 thp: compound_trans_order by Andrea Arcangeli · 14 years ago
  62. 91600e9 thp: fix memory-failure hugetlbfs vs THP collision by Andrea Arcangeli · 14 years ago
  63. 14d1a55 thp: add debug checks for mapcount related invariants by Andrea Arcangeli · 14 years ago
  64. 05b258e thp: transparent hugepage sysfs meminfo by David Rientjes · 14 years ago
  65. 9992af1 thp: scale nr_rotated to balance memory pressure by Rik van Riel · 14 years ago
  66. 2c888cf thp: fix anon memory statistics with transparent hugepages by Rik van Riel · 14 years ago
  67. 97562cd thp: disable transparent hugepages by default on small systems by Rik van Riel · 14 years ago
  68. c5a73c3 thp: use compaction for all allocation orders by Andrea Arcangeli · 14 years ago
  69. 5a03b05 thp: use compaction in kswapd for GFP_ATOMIC order > 0 by Andrea Arcangeli · 14 years ago
  70. 878aee7 thp: freeze khugepaged and ksmd by Andrea Arcangeli · 14 years ago
  71. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  72. 4b7167b thp: don't allow transparent hugepage support without PSE by Andrea Arcangeli · 14 years ago
  73. 94fcc58 thp: avoid breaking huge pmd invariants in case of vma_adjust failures by Andrea Arcangeli · 14 years ago
  74. bc83501 thp: transhuge isolate_migratepages() by Andrea Arcangeli · 14 years ago
  75. 5d68924 thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled by Andrea Arcangeli · 14 years ago
  76. 13ece88 thp: transparent hugepage config choice by Andrea Arcangeli · 14 years ago
  77. ce83d21 thp: allocate memory in khugepaged outside of mmap_sem write mode by Andrea Arcangeli · 14 years ago
  78. 0bbbc0b thp: add numa awareness to hugepage allocations by Andrea Arcangeli · 14 years ago
  79. d39d33c thp: enable direct defrag by Andrea Arcangeli · 14 years ago
  80. f000565 thp: set recommended min free kbytes by Andrea Arcangeli · 14 years ago
  81. cd7548a thp: mprotect: transparent huge page support by Johannes Weiner · 14 years ago
  82. b36f5b0 thp: mprotect: pass vma down to page table walkers by Johannes Weiner · 14 years ago
  83. c489f12 thp: add pmd_modify by Johannes Weiner · 14 years ago
  84. 0ca1634 thp: mincore transparent hugepage support by Johannes Weiner · 14 years ago
  85. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  86. 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 14 years ago
  87. 21ae5b0 thp: skip transhuge pages in ksm for now by Andrea Arcangeli · 14 years ago
  88. b15d00b thp: khugepaged vma merge by Andrea Arcangeli · 14 years ago
  89. ba76149 thp: khugepaged by Andrea Arcangeli · 14 years ago
  90. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 14 years ago
  91. b9bbfbe thp: memcg huge memory by Andrea Arcangeli · 14 years ago
  92. 152c9cc thp: transhuge-memcg: commit tail pages at charge by Daisuke Nishimura · 14 years ago
  93. ec16851 thp: memcg compound by Andrea Arcangeli · 14 years ago
  94. 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 14 years ago
  95. 0af4e98 thp: madvise(MADV_HUGEPAGE) by Andrea Arcangeli · 14 years ago
  96. f66055a thp: verify pmd_trans_huge isn't leaking by Andrea Arcangeli · 14 years ago
  97. 05759d3 thp: split_huge_page anon_vma ordering dependency by Andrea Arcangeli · 14 years ago
  98. 8a07651 thp: transparent hugepage core fixlet by Hugh Dickins · 14 years ago
  99. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
  100. 5c3240d thp: don't alloc harder for gfp nomemalloc even if nowait by Andrea Arcangeli · 14 years ago