1. 4e99b02 mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction by Heiko Carstens · 11 years ago
  2. b349acc mm/zswap: avoid unnecessary page scanning by Weijie Yang · 11 years ago
  3. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  4. 46c77e2 tools/vm/page-types.c: support KPF_SOFTDIRTY bit by Naoya Horiguchi · 11 years ago
  5. ec8e41a /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line by Naoya Horiguchi · 11 years ago
  6. bfc4f9d mm/page_alloc.c: remove unused marco LONG_ALIGN by Zhang Yanfei · 11 years ago
  7. 58e97ba frontswap: enable call to invalidate area on swapoff by Krzysztof Kozlowski · 11 years ago
  8. 2de1a7e mm/swapfile.c: fix comment typos by Seth Jennings · 11 years ago
  9. 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 11 years ago
  10. 81556b0 mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP by Zhang Yanfei · 11 years ago
  11. 85b35fe mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter by Zhang Yanfei · 11 years ago
  12. 071aee1 memcg: support hierarchical memory.numa_stats by Ying Han · 11 years ago
  13. 25485de memcg: refactor mem_control_numa_stat_show() by Greg Thelen · 11 years ago
  14. b76ac7e mm/mempolicy: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  15. 9f1b868 mm: thp: khugepaged: add policy for finding target node by Bob Liu · 11 years ago
  16. 10dc415 mm: thp: cleanup: mv alloc_hugepage to better place by Bob Liu · 11 years ago
  17. 0151e3d Documentation/vm/zswap.txt: fix typos by Christian Hesse · 11 years ago
  18. b82225f3 revert mm/vmalloc.c: emit the failure message before return by Wanpeng Li · 11 years ago
  19. af12346 mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info" by Wanpeng Li · 11 years ago
  20. c2ce8c1 mm/vmalloc: fix show vmap_area information race with vmap_area tear down by Wanpeng Li · 11 years ago
  21. 3722e13 mm/vmalloc: don't set area->caller twice by Wanpeng Li · 11 years ago
  22. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  23. 40c3baa mm/arch: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  24. 03b61ff mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page() by Naoya Horiguchi · 11 years ago
  25. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  26. 309d0b3 mm/nobootmem.c: have __free_pages_memory() free in larger chunks. by Robin Holt · 11 years ago
  27. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  28. 9c2606b mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) by Xishi Qiu · 11 years ago
  29. d6de9d5 mm/memory_hotplug.c: rename the function is_memblock_offlined_cb() by Xishi Qiu · 11 years ago
  30. b38a872 mm: use populated_zone() instead of if(zone->present_pages) by Xishi Qiu · 11 years ago
  31. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  32. 6408068 mm: use pgdat_end_pfn() to simplify the code in arch by Xishi Qiu · 11 years ago
  33. 8bfa3f9 mm/huge_memory.c: fix stale comments of transparent_hugepage_flags by Jianguo Wu · 11 years ago
  34. c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
  35. 3207d9e drivers/video/acornfb.c: use __free_reserved_page() to simplify the code by Xishi Qiu · 11 years ago
  36. c1ce4b3 mm/arch: use __free_reserved_page() to simplify the code by Xishi Qiu · 11 years ago
  37. 9e4be47 mm/compaction.c: update comment about zone lock in isolate_freepages_block by Jerome Marchand · 11 years ago
  38. 4b90951 mm/vmalloc: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  39. bafe1e1 ksm: remove redundant __GFP_ZERO from kcalloc by Joe Perches · 11 years ago
  40. 63d0f0a3 mm/readahead.c:do_readhead(): don't check for ->readpage by Andrew Morton · 11 years ago
  41. 41ecc34 ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage() by Jan Kara · 11 years ago
  42. d00d2f8 ocfs2: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  43. b1214e4 ocfs2: fix possible double free in ocfs2_write_begin_nolock by Xue jiufei · 11 years ago
  44. bfbca92 ocfs2: add missing errno in ocfs2_ioctl_move_extents() by Younger Liu · 11 years ago
  45. 8abaae8 ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add() by Younger Liu · 11 years ago
  46. eedd40e ocfs2: rollback transaction in ocfs2_group_add() by Younger Liu · 11 years ago
  47. 728b980 ocfs2: break useless while loop by Junxiao Bi · 11 years ago
  48. 518df6b ocfs2: use find_last_bit() by Akinobu Mita · 11 years ago
  49. fae477b ocfs2: delay migration when the lockres is in migration state by Xue jiufei · 11 years ago
  50. 750e3c6 ocfs2: skip locks in the blocked list by Xue jiufei · 11 years ago
  51. a8f70de ocfs2: use bitmap_weight() by Akinobu Mita · 11 years ago
  52. 910bffe ocfs2: don't spam on -EDQUOT by Joel Becker · 11 years ago
  53. 5879620 ocfs2: add necessary check in case sb_getblk() fails by Rui Xiang · 11 years ago
  54. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  55. f0cb0f0 fs/ocfs2/file.c: fix wrong comment by Junxiao Bi · 11 years ago
  56. 06f9da6 fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  57. 59c3645 scripts/sortextable: support objects with more than 64K sections. by Jamie Iles · 11 years ago
  58. a2529ad drivers/iommu/omap-iopgtable.h: remove unneeded cast of void* by Jingoo Han · 11 years ago
  59. 72a0c55 cris: media platform drivers: fix build by Mauro Carvalho Chehab · 11 years ago
  60. 8d28df8 sh64: kernel: remove useless variable 'regs' by Chen Gang · 11 years ago
  61. 42b4334 sh64: kernel: use 'usp' instead of 'fn' by Chen Gang · 11 years ago
  62. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 11 years ago
  63. 04d9cd1 ib_isert: Avoid duplicate iscsit_increment_maxcmdsn call by Nicholas Bellinger · 11 years ago
  64. 5e8e6b4 iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn by Nicholas Bellinger · 11 years ago
  65. b53c8c3 drm/i915: drop duplicate ggtt vma list add in setup_global_gtt by Jesse Barnes · 11 years ago
  66. d07ba84 SUNRPC: Avoid deep recursion in rpc_release_client by Trond Myklebust · 11 years ago
  67. 9dd1220 smp/cpumask: Make CONFIG_CPUMASK_OFFSTACK=y usable without debug dependency by Josh Boyer · 11 years ago
  68. 2b77933 sparc64: Move to 64-bit PGDs and PMDs. by David S. Miller · 11 years ago
  69. 37b3a8f sparc64: Move from 4MB to 8MB huge pages. by David S. Miller · 11 years ago
  70. b2d4383 sparc64: Make PAGE_OFFSET variable. by David S. Miller · 11 years ago
  71. f998c9c sparc64: Fix inconsistent max-physical-address defines. by David S. Miller · 11 years ago
  72. bb7b435 sparc64: Document the shift counts used to validate linear kernel addresses. by David S. Miller · 11 years ago
  73. e0a45e3 sparc64: Define PAGE_OFFSET in terms of physical address bits. by David S. Miller · 11 years ago
  74. 922631b sparc64: Use PAGE_OFFSET instead of a magic constant. by David S. Miller · 11 years ago
  75. c920745 sparc64: Clean up 64-bit mmap exclusion defines. by David S. Miller · 11 years ago
  76. 7bd688c drm/i915: handle backlight through chip specific functions by Jani Nikula · 11 years ago
  77. c91c9f3 drm/i915: make asle notifications update backlight on all connectors by Jani Nikula · 11 years ago
  78. 58c6877 drm/i915: make backlight info per-connector by Jani Nikula · 11 years ago
  79. db31af1 drm/i915: clean up backlight conditional build by Jani Nikula · 11 years ago
  80. ea30994 PM / Runtime: Update documentation around probe|remove|suspend by Ulf Hansson · 11 years ago
  81. 6d7bcb1 cpufreq: conservative: set requested_freq to policy max when it is over policy max by Xiaoguang Chen · 11 years ago
  82. 144b44b tools / power turbostat: Support Silvermont by Len Brown · 11 years ago
  83. fab04b2 intel_idle: Support Intel Atom Processor C2000 Product Family by Len Brown · 11 years ago
  84. a4d9753 ACPI / LPSS: add ACPI IDs for newer Intel PCHs by Mika Westerberg · 11 years ago
  85. 4c47cb1 ACPI: delete CONFIG_ACPI_BLACKLIST_YEAR by Len Brown · 11 years ago
  86. 0f59cc3 target: Core does not need blkdev.h by Andy Grover · 11 years ago
  87. 7f7caf6 target: Pass through I/O topology for block backstores by Andy Grover · 11 years ago
  88. f01b9f7 iser-target: Avoid using FRMR for single dma entry requests by Vu Pham · 11 years ago
  89. 11f918d3e x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as an error by Thomas Renninger · 11 years ago
  90. d969135 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  91. 0497a9e tools lib traceevent: Add direct access to dynamic arrays by Steven Rostedt · 11 years ago
  92. 5f01c98 x86/dumpstack: Fix printk_address for direct addresses by Jiri Slaby · 11 years ago
  93. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  94. 48095b7 perf tests: Handle throttle events in 'object code reading' test by Adrian Hunter · 11 years ago
  95. 33c2dcf perf evlist: Refactor mmap_pages parsing by David Ahern · 11 years ago
  96. 9639837 perf evlist: Round mmap pages to power 2 - v2 by David Ahern · 11 years ago
  97. 8973504 perf record: Fix segfault with --no-mmap-pages by David Ahern · 11 years ago
  98. fd2eaba perf trace: Add summary only option by David Ahern · 11 years ago
  99. 885d71e mtd: gpmi: fix the NULL pointer by Huang Shijie · 11 years ago
  100. 7b6b2bc dm cache: resolve small nits and improve Documentation by Mike Snitzer · 11 years ago