1. 8e1274a drivers/video/backlight/omap1_bl.c: use dev_info() instead of pr_info() by Jingoo Han · 11 years ago
  2. b2dcd7b drivers/video/backlight/jornada720_*.c: use dev_err()/dev_info() instead of pr_err()/pr_info() by Jingoo Han · 11 years ago
  3. 9703542 drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probe by Devendra Naga · 11 years ago
  4. ee69c8a drivers/video/backlight/atmel-pwm-bl.c: add __init annotation by Jingoo Han · 11 years ago
  5. 6ea0b2f drivers/video/backlight/atmel-pwm-bl.c: use module_platform_driver_probe() by Jingoo Han · 11 years ago
  6. cb1fbb8 drivers/video/backlight/ep93xx_bl.c: remove incorrect __init annotation by Jingoo Han · 11 years ago
  7. 1d80d0f drivers/video/backlight/platform_lcd.c: remove unnecessary ifdefs by Jingoo Han · 11 years ago
  8. ba3601a drivers/video/backlight/ams369fg06.c: convert ams369fg06 to dev_pm_ops by Jingoo Han · 11 years ago
  9. a16b945 MAINTAINERS: Petko has moved by Petko Manolov · 11 years ago
  10. c547146 MAINTAINERS: i8k driver is orphan by Jean Delvare · 11 years ago
  11. bbbe96e get_maintainer: use filename-only regex match for Tegra by Stephen Warren · 11 years ago
  12. 0a28531 printk: fix failure to return error in devkmsg_poll() by Nicolas Kaiser · 11 years ago
  13. 1b2c289 include/linux/printk.h: include stdarg.h by Andrew Morton · 11 years ago
  14. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  15. 07c65f4 printk/tracing: rework console tracing by zhangwei(Jovi) · 11 years ago
  16. 2fb0815 gcc4: disable __compiletime_object_size for GCC 4.6+ by Guenter Roeck · 11 years ago
  17. 657eee7 media: coda: use genalloc API by Philipp Zabel · 11 years ago
  18. 4984c6f misc: generic on-chip SRAM allocation driver by Philipp Zabel · 11 years ago
  19. 9375db0 genalloc: add devres support, allow to find a managed pool by device by Philipp Zabel · 11 years ago
  20. 3119b48 drivers/rpmsg/virtio_rpmsg_bus.c: fix error return code in rpmsg_probe() by Wei Yongjun · 11 years ago
  21. ca0dde9 memcg: take reference before releasing rcu_read_lock by Li Zefan · 11 years ago
  22. ebff7d8 mem hotunplug: fix kfree() of bootmem memory by Yasuaki Ishimatsu · 11 years ago
  23. 9ca24e2 mmKconfig: add an option to disable bounce by Vinayak Menon · 11 years ago
  24. b476e29 mm, nobootmem: do memset() after memblock_reserve() by Joonsoo Kim · 11 years ago
  25. b4def35 mm, nobootmem: clean-up of free_low_memory_core_early() by Joonsoo Kim · 11 years ago
  26. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  27. 3464046 numa, cpu hotplug: change links of CPU and node when changing node number by onlining CPU by Yasuaki Ishimatsu · 11 years ago
  28. 349daa0 mm: fix memory_hotplug.c printk format warning by Randy Dunlap · 11 years ago
  29. 0cdc444 mm: swap: mark swap pages writeback before queueing for direct IO by Mel Gorman · 11 years ago
  30. 2d30d31 swap: redirty page if page write fails on swap file by Jerome Marchand · 11 years ago
  31. 465adcf mm, memcg: give exiting processes access to memory reserves by David Rientjes · 11 years ago
  32. 5918d10 thp: fix huge zero page logic for page with pfn == 0 by Kirill A. Shutemov · 11 years ago
  33. fd0ccaf memcg: avoid accessing memcg after releasing reference by Li Zefan · 11 years ago
  34. 865ffef3 fs: fix fsync() error reporting by Dmitry Monakhov · 11 years ago
  35. 209ff86 memblock: fix missing comment of memblock_insert_region() by Tang Chen · 11 years ago
  36. 6056d61 mm: Remove unused parameter of pages_correctly_reserved() by Tang Chen · 11 years ago
  37. 7a6f93b firmware, memmap: fix firmware_map_entry leak by Yasuaki Ishimatsu · 11 years ago
  38. 40f4b1e mm/vmstat: add note on safety of drain_zonestat by Cody P Schafer · 11 years ago
  39. 5bc7b8a mm: thp: add split tail pages to shrink page list in page reclaim by Shaohua Li · 11 years ago
  40. 1eec670 mm: allow for outstanding swap writeback accounting by Seth Jennings · 11 years ago
  41. 2f772e6 mm: break up swap_writepage() for frontswap backends by Seth Jennings · 11 years ago
  42. e8420a8 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 11 years ago
  43. 70ddf63 memcg: add memory.pressure_level events by Anton Vorontsov · 11 years ago
  44. 84d96d8 mm: madvise: complete input validation before taking lock by Rasmus Villemoes · 11 years ago
  45. 4edd7ce mm, hotplug: avoid compiling memory hotremove functions when disabled by David Rientjes · 11 years ago
  46. fe74ebb mm: change __remove_pages() to call release_mem_region_adjustable() by Toshi Kani · 11 years ago
  47. 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 11 years ago
  48. ae8e3a9 resource: add __adjust_resource() for internal use by Toshi Kani · 11 years ago
  49. c73e5c9 mm: rewrite the comment over migrate_pages() more comprehensibly by Srivatsa S. Bhat · 11 years ago
  50. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  51. f1cb087 mm: remove CONFIG_HOTPLUG ifdefs by Yijing Wang · 11 years ago
  52. 573b400 mm/memcontrol.c: remove unnecessary ; by Michel Lespinasse · 11 years ago
  53. 1640879 mm: reinititalise user and admin reserves if memory is added or removed by Andrew Shewmaker · 11 years ago
  54. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  55. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  56. d8f10cb kernel/cpuset.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  57. 3c743a7 fs/proc/kcore.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  58. 6e259e7 drivers/base/node.c: switch to register_hotmemory_notifier() by Andrew Morton · 11 years ago
  59. 3ac38fa mm/slub.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  60. 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  61. f02c696 include/linux/memory.h: implement register_hotmemory_notifier() by Andrew Morton · 11 years ago
  62. f9d531b powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  63. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  64. f9872ca page_alloc: make setup_nr_node_ids() usable for arch init code by Cody P Schafer · 11 years ago
  65. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 11 years ago
  66. fed5b64 mm/migrate: fix comment typo syncronous->synchronous by Jianguo Wu · 11 years ago
  67. fed2719 mm: page_alloc: avoid marking zones full prematurely after zone_reclaim() by Mel Gorman · 11 years ago
  68. 8e2cdbc x86-64: fall back to regular page vmemmap on allocation failure by Johannes Weiner · 11 years ago
  69. e8216da x86-64: use vmemmap_populate_basepages() for !pse setups by Johannes Weiner · 11 years ago
  70. 6c7a2ca x86-64: remove dead debugging code for !pse setups by Johannes Weiner · 11 years ago
  71. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  72. 055e4fd mm: try harder to allocate vmemmap blocks by Ben Hutchings · 11 years ago
  73. 949f7ec mm, hugetlb: include hugepages in meminfo by David Rientjes · 11 years ago
  74. 1444f92 mm: merging memory blocks resets mempolicy by Hampson, Steven T · 11 years ago
  75. 104ad3b arm: set the page table freeing ceiling to TASK_SIZE by Catalin Marinas · 11 years ago
  76. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  77. acb6d55 memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset} by Michal Hocko · 11 years ago
  78. ee5df05 mmap: find_vma: remove the WARN_ON_ONCE(!mm) check by Zhang Yanfei · 11 years ago
  79. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 11 years ago
  80. 4341fa4 mm, vmalloc: remove list management of vmlist after initializing vmalloc by Joonsoo Kim · 11 years ago
  81. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  82. d4033af mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() by Joonsoo Kim · 11 years ago
  83. f98782d mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() by Joonsoo Kim · 11 years ago
  84. e81ce85 mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() by Joonsoo Kim · 11 years ago
  85. c69480a mm, vmalloc: protect va->vm by vmap_area_lock by Joonsoo Kim · 11 years ago
  86. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  87. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  88. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  89. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  90. 146732c fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n by Josh Triplett · 11 years ago
  91. 6d2488f cgroup: remove css_get_next by Michal Hocko · 11 years ago
  92. 16248d8 memcg: further simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  93. 19f3940 memcg: simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  94. 5f57816 memcg: relax memcg iter caching by Michal Hocko · 11 years ago
  95. 542f85f memcg: rework mem_cgroup_iter to use cgroup iterators by Michal Hocko · 11 years ago
  96. c40046f memcg: keep prev's css alive for the whole mem_cgroup_iter by Michal Hocko · 11 years ago
  97. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  98. 5b472b2 mm/um: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  99. 32e1a10 mm/SPARC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  100. 7db6f78 mm/PPC: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago