1. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 12 years ago
  2. 5fbc461 mm: make lru_add_drain_all() selective by Chris Metcalf · 12 years ago
  3. 3ea67d0 memcg: add per cgroup writeback pages accounting by Sha Zhengju · 12 years ago
  4. 68b4876 memcg: remove MEMCG_NR_FILE_MAPPED by Sha Zhengju · 12 years ago
  5. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 12 years ago
  6. 34ff8dc memcg: correct RESOURCE_MAX to ULLONG_MAX by Sha Zhengju · 12 years ago
  7. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 12 years ago
  8. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 12 years ago
  9. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 12 years ago
  10. de57780 memcg: enhance memcg iterator to support predicates by Michal Hocko · 12 years ago
  11. a5b7c87 vmscan, memcg: do softlimit reclaim also for targeted reclaim by Michal Hocko · 12 years ago
  12. 3b38722 memcg, vmscan: integrate soft reclaim tighter with zone shrinking code by Michal Hocko · 12 years ago
  13. c2d9572 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 12 years ago
  14. b34081f lz4: fix compression/decompression signedness mismatch by Sergey Senozhatsky · 12 years ago
  15. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 12 years ago
  16. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 12 years ago
  17. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 12 years ago
  18. 2b52908 rbtree: add rbtree_postorder_for_each_entry_safe() helper by Cody P Schafer · 12 years ago
  19. 9dee5c5 rbtree: add postorder iteration functions by Cody P Schafer · 12 years ago
  20. 9cb2181 vmcore: introduce remap_oldmem_pfn_range() by Michael Holzheu · 12 years ago
  21. be8a8d0 vmcore: introduce ELF header in new memory feature by Michael Holzheu · 12 years ago
  22. 131b2f9 exec: kill "int depth" in search_binary_handler() by Oleg Nesterov · 12 years ago
  23. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 12 years ago
  24. c802d64 kprobes: unify insn caches by Heiko Carstens · 12 years ago
  25. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 12 years ago
  26. bff2dc4 smp.h: move !SMP version of on_each_cpu() out-of-line by David Daney · 12 years ago
  27. fa68820 smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond by David Daney · 12 years ago
  28. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 12 years ago
  29. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 12 years ago
  30. 7d9f073 mm/writeback: make writeback_inodes_wb static by Wanpeng Li · 12 years ago
  31. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 12 years ago
  32. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 12 years ago
  33. d9104d1 mm: track vma changes with VM_SOFTDIRTY bit by Cyrill Gorcunov · 12 years ago
  34. e76b63f memblock, numa: binary search node id by Yinghai Lu · 12 years ago
  35. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 12 years ago
  36. c8721bb mm: memory-hotplug: enable memory hotplug to handle hugepage by Naoya Horiguchi · 12 years ago
  37. 71ea2ef mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable() by Naoya Horiguchi · 12 years ago
  38. 74060e4 mm: mbind: add hugepage migration code to mbind() by Naoya Horiguchi · 12 years ago
  39. b8ec1ce mm: soft-offline: use migrate_pages() instead of migrate_huge_page() by Naoya Horiguchi · 12 years ago
  40. 31caf66 mm: migrate: make core migration code aware of hugepage by Naoya Horiguchi · 12 years ago
  41. 674470d lib/genalloc.c: fix overflow of ending address of memory chunk by Joonyoung Shim · 12 years ago
  42. 2bb921e vmstat: create separate function to fold per cpu diffs into local counters by Christoph Lameter · 12 years ago
  43. d2cf5ad swap: clean-up #ifdef in page_mapping() by Joonsoo Kim · 12 years ago
  44. 81c0a2b mm: page_alloc: fair zone allocator policy by Johannes Weiner · 12 years ago
  45. f92310c mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint() by Srivatsa S. Bhat · 12 years ago
  46. ebc2a1a swap: make cluster allocation per-cpu by Shaohua Li · 12 years ago
  47. 815c2c5 swap: make swap discard async by Shaohua Li · 12 years ago
  48. 2a8f944 swap: change block allocation algorithm for SSD by Shaohua Li · 12 years ago
  49. 6df4686 mm: vmstats: track TLB flush stats on UP too by Dave Hansen · 12 years ago
  50. 9824cf9 mm: vmstats: tlb flush counters by Dave Hansen · 12 years ago
  51. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 12 years ago
  52. bab5541 block: support embedded device command line partition by Cai Zhiyong · 12 years ago
  53. 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
  54. 3b8967d include/linux/smp.h:on_each_cpu(): switch back to a C function by Andrew Morton · 12 years ago
  55. bbda1ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  56. 2c861cc ipv6: don't call fib6_run_gc() until routing is ready by Michal Kubeček · 12 years ago
  57. 2b76db6 Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  58. a22a0fd Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  59. fa1586a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  60. cf59676 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  61. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  62. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  63. 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
  64. 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
  65. 4d7696f Merge tag 'md/3.12' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  66. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. 4801685 Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  68. 26b0332 Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  69. 4a43f39 dmaengine: dma_sync_wait and dma_find_channel undefined by Jon Mason · 12 years ago
  70. 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
  71. 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
  72. bef4a0a Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 12 years ago
  73. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  74. ef9a61b Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  75. 64c3538 Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  76. d75671e Merge tag 'vfio-v3.12-rc0' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 12 years ago
  77. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  78. 6cccc7d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  79. 2d86465 introduce kern_path_mountpoint() by Al Viro · 12 years ago
  80. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 12 years ago
  81. 8aab6a2 vfs: reorganize dput() memory accesses by Linus Torvalds · 12 years ago
  82. b409624 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  83. 8de4651 Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 12 years ago
  84. 4e10f3c Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.c by Al Viro · 12 years ago
  85. e7d33bb lockref: add ability to mark lockrefs "dead" by Linus Torvalds · 12 years ago
  86. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  87. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  88. 11c7b03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  89. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  90. 0ffb01d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  91. 27c7651 Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  92. 8b8a7df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  93. b04c99e Revert "Input: introduce BTN/ABS bits for drums and guitars" by Linus Torvalds · 12 years ago
  94. 07176b9 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  95. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 12 years ago
  96. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 12 years ago
  97. 44598f9 Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  98. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  99. dccfd1e4 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  100. 8e73e36 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago