1. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  2. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 12 years ago
  3. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 12 years ago
  4. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 12 years ago
  5. 5fbc461 mm: make lru_add_drain_all() selective by Chris Metcalf · 12 years ago
  6. 3ea67d0 memcg: add per cgroup writeback pages accounting by Sha Zhengju · 12 years ago
  7. 68b4876 memcg: remove MEMCG_NR_FILE_MAPPED by Sha Zhengju · 12 years ago
  8. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 12 years ago
  9. 34ff8dc memcg: correct RESOURCE_MAX to ULLONG_MAX by Sha Zhengju · 12 years ago
  10. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 12 years ago
  11. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 12 years ago
  12. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 12 years ago
  13. de57780 memcg: enhance memcg iterator to support predicates by Michal Hocko · 12 years ago
  14. a5b7c87 vmscan, memcg: do softlimit reclaim also for targeted reclaim by Michal Hocko · 12 years ago
  15. 3b38722 memcg, vmscan: integrate soft reclaim tighter with zone shrinking code by Michal Hocko · 12 years ago
  16. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  17. 5223161 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  18. e5d0c87 Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  19. 02b9735 Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  20. 5762482 vfs: move get_fs_root_and_pwd() to single caller by Linus Torvalds · 12 years ago
  21. 1370e97 seqlock: Add a new locking reader type by Waiman Long · 12 years ago
  22. d6a60fc Merge branches 'arm/exynos', 'ppc/pamu', 'arm/smmu', 'x86/amd' and 'iommu/fixes' into next by Joerg Roedel · 12 years ago
  23. b9b42ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  24. b34081f lz4: fix compression/decompression signedness mismatch by Sergey Senozhatsky · 12 years ago
  25. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 12 years ago
  26. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 12 years ago
  27. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 12 years ago
  28. 2b52908 rbtree: add rbtree_postorder_for_each_entry_safe() helper by Cody P Schafer · 12 years ago
  29. 9dee5c5 rbtree: add postorder iteration functions by Cody P Schafer · 12 years ago
  30. 9cb2181 vmcore: introduce remap_oldmem_pfn_range() by Michael Holzheu · 12 years ago
  31. be8a8d0 vmcore: introduce ELF header in new memory feature by Michael Holzheu · 12 years ago
  32. 131b2f9 exec: kill "int depth" in search_binary_handler() by Oleg Nesterov · 12 years ago
  33. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 12 years ago
  34. c802d64 kprobes: unify insn caches by Heiko Carstens · 12 years ago
  35. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 12 years ago
  36. bff2dc4 smp.h: move !SMP version of on_each_cpu() out-of-line by David Daney · 12 years ago
  37. fa68820 smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond by David Daney · 12 years ago
  38. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 12 years ago
  39. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 12 years ago
  40. 7d9f073 mm/writeback: make writeback_inodes_wb static by Wanpeng Li · 12 years ago
  41. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 12 years ago
  42. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 12 years ago
  43. d9104d1 mm: track vma changes with VM_SOFTDIRTY bit by Cyrill Gorcunov · 12 years ago
  44. e76b63f memblock, numa: binary search node id by Yinghai Lu · 12 years ago
  45. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 12 years ago
  46. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 12 years ago
  47. 71ea2ef mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable() by Naoya Horiguchi · 12 years ago
  48. 74060e4 mm: mbind: add hugepage migration code to mbind() by Naoya Horiguchi · 12 years ago
  49. b8ec1ce mm: soft-offline: use migrate_pages() instead of migrate_huge_page() by Naoya Horiguchi · 12 years ago
  50. 31caf66 mm: migrate: make core migration code aware of hugepage by Naoya Horiguchi · 12 years ago
  51. 674470d lib/genalloc.c: fix overflow of ending address of memory chunk by Joonyoung Shim · 12 years ago
  52. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 12 years ago
  53. d2cf5ad swap: clean-up #ifdef in page_mapping() by Joonsoo Kim · 12 years ago
  54. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 12 years ago
  55. ebc2a1a swap: make cluster allocation per-cpu by Shaohua Li · 12 years ago
  56. 815c2c5 swap: make swap discard async by Shaohua Li · 12 years ago
  57. 2a8f944 swap: change block allocation algorithm for SSD by Shaohua Li · 12 years ago
  58. 6df4686 mm: vmstats: track TLB flush stats on UP too by Dave Hansen · 12 years ago
  59. 9824cf9 mm: vmstats: tlb flush counters by Dave Hansen · 12 years ago
  60. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 12 years ago
  61. bab5541 block: support embedded device command line partition by Cai Zhiyong · 12 years ago
  62. e1403b8 include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_group_leader_pid by Oleg Nesterov · 12 years ago
  63. 3b8967d include/linux/smp.h:on_each_cpu(): switch back to a C function by Andrew Morton · 12 years ago
  64. 0df03a3 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 12 years ago
  65. a22a0fd Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  66. fa1586a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  67. cf59676 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  68. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 13 years ago
  69. a0b0213 shrinker: Kill old ->shrink API. by Dave Chinner · 13 years ago
  70. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 13 years ago
  71. 1d3d443 vmscan: per-node deferred work by Glauber Costa · 13 years ago
  72. 0ce3d74 shrinker: add node awareness by Dave Chinner · 13 years ago
  73. 4e717f5 list_lru: remove special case function list_lru_dispose_all. by Glauber Costa · 13 years ago
  74. 6a4f496 list_lru: per-node API by Glauber Costa · 13 years ago
  75. 3b1d58a list_lru: per-node list infrastructure by Dave Chinner · 13 years ago
  76. f604156 dcache: convert to use new lru list infrastructure by Dave Chinner · 13 years ago
  77. bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 13 years ago
  78. a38e408 list: add a new LRU list type by Dave Chinner · 13 years ago
  79. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 13 years ago
  80. 24f7c6b mm: new shrinker API by Dave Chinner · 13 years ago
  81. 1915684 dentry: move to per-sb LRU locks by Dave Chinner · 13 years ago
  82. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 13 years ago
  83. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 13 years ago
  84. aac34df fs: remove vfs_follow_link by Christoph Hellwig · 12 years ago
  85. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  86. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  87. d0048f0 Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  88. 7426d62 Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 12 years ago
  89. 4d7696f Merge tag 'md/3.12' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  90. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. 26b0332 Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  92. 798282a Revert "cpufreq: make sure frequency transitions are serialized" by Rafael J. Wysocki · 12 years ago
  93. 56d07db cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes by Srivatsa S. Bhat · 13 years ago
  94. 19c7630 cpufreq: serialize calls to __cpufreq_governor() by Viresh Kumar · 13 years ago
  95. 4a43f39 dmaengine: dma_sync_wait and dma_find_channel undefined by Jon Mason · 12 years ago
  96. 6404141 Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  97. a35c632 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  98. bef4a0a Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 12 years ago
  99. 798ab48 idr: Percpu ida by Kent Overstreet · 13 years ago
  100. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago