1. 18320f2 Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago master
  2. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  3. 69bf75e Merge branch 'acpi-ec' by Rafael J. Wysocki · 9 years ago
  4. db3ecde Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 9 years ago
  5. a42cf70 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  6. f125251 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  7. 8329aa9 Revert "x86/apic: Only disable CPU x2apic mode when necessary" by Linus Torvalds · 9 years ago
  8. 740e143 tile: change MAINTAINERS website from tilera.com to ezchip.com by Chris Metcalf · 9 years ago
  9. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  10. c7d7b98 Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  11. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  12. 6016dae lib/lcm.c: replace include by Rasmus Villemoes · 9 years ago
  13. 6918584 lib/percpu_ida.c: remove redundant includes by Rasmus Villemoes · 9 years ago
  14. bf3c2d6 lib/strncpy_from_user.c: replace module.h include by Rasmus Villemoes · 9 years ago
  15. b6d4f32 lib/stmp_device.c: replace module.h include by Rasmus Villemoes · 9 years ago
  16. 2ddae68 lib/sort.c: move include inside #if 0 by Rasmus Villemoes · 9 years ago
  17. b8b6db1 lib/show_mem.c: remove redundant include by Rasmus Villemoes · 9 years ago
  18. 886d3df lib/radix-tree.c: change to simpler include by Rasmus Villemoes · 9 years ago
  19. 7f1ce3c lib/plist.c: remove redundant include by Rasmus Villemoes · 9 years ago
  20. fb41f9d lib/nlattr.c: remove redundant include by Rasmus Villemoes · 9 years ago
  21. a69ae45 lib/kobject_uevent.c: remove redundant include by Rasmus Villemoes · 9 years ago
  22. 9b40570 lib/llist.c: remove redundant include by Rasmus Villemoes · 9 years ago
  23. 9a29ae8 lib/md5.c: simplify include by Rasmus Villemoes · 9 years ago
  24. 7259fa0 lib/list_sort.c: rearrange includes by Rasmus Villemoes · 9 years ago
  25. 18fa6d2 lib/genalloc.c: remove redundant include by Rasmus Villemoes · 9 years ago
  26. 87d1d16 lib/idr.c: remove redundant include by Rasmus Villemoes · 9 years ago
  27. 3248340 lib/halfmd4.c: simplify includes by Rasmus Villemoes · 9 years ago
  28. 565ac23 lib/dynamic_queue_limits.c: simplify includes by Rasmus Villemoes · 9 years ago
  29. 42cf809 lib/sort.c: use simpler includes by Rasmus Villemoes · 9 years ago
  30. 85c5e27 lib/interval_tree.c: simplify includes by Rasmus Villemoes · 9 years ago
  31. 114fc1a hexdump: make it return number of bytes placed in buffer by Andy Shevchenko · 9 years ago
  32. 5d909c8 hexdump: do a few calculations ahead by Andy Shevchenko · 9 years ago
  33. 6f6f3fc hexdump: fix ascii column for the tail of a dump by Andy Shevchenko · 9 years ago
  34. 64d1d77 hexdump: introduce test suite by Andy Shevchenko · 9 years ago
  35. ad3d5d2 lib/genalloc.c: fix the end addr check in addr_in_gen_pool() by Toshi Kikuchi · 9 years ago
  36. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 9 years ago
  37. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 9 years ago
  38. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 9 years ago
  39. df1d80a lib/bitmap.c: simplify bitmap_pos_to_ord by Rasmus Villemoes · 9 years ago
  40. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 9 years ago
  41. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 9 years ago
  42. f5ac1f5 linux/cpumask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  43. 33c4fa8 linux/nodemask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  44. 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 9 years ago
  45. d1214c6 libstring_helpers.c:string_get_size(): return void by Rasmus Villemoes · 9 years ago
  46. 84b9fbe lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possible by Rasmus Villemoes · 9 years ago
  47. 7eed8fd lib/string_helpers.c:string_get_size(): remove redundant prefixes by Rasmus Villemoes · 9 years ago
  48. 43e5b66 lib/vsprintf.c: replace while with do-while in skip_atoi by Rasmus Villemoes · 9 years ago
  49. 2aa2f9e lib/vsprintf.c: improve sanity check in vsnprintf() by Rasmus Villemoes · 9 years ago
  50. ffbfed0 lib/vsprintf.c: consume 'p' in format_decode by Rasmus Villemoes · 9 years ago
  51. 205bd3d printk: correct timeout comment, neaten MODULE_PARM_DESC by Joe Perches · 9 years ago
  52. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  53. 4be1b29 powerpc: add running_clock for powerpc to prevent spurious softlockup warnings by Cyril Bur · 9 years ago
  54. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 9 years ago
  55. dd4a5c1 linux/types.h: Always use unsigned long for pgoff_t by Geert Uytterhoeven · 9 years ago
  56. dd10ca6 gitignore: ignore tar-install build directory by Andrey Skvortsov · 9 years ago
  57. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  58. edc924e fs/proc/array.c: convert to use string_escape_str() by Andy Shevchenko · 9 years ago
  59. 198d159 fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps by Rafael Aquini · 9 years ago
  60. 0c36971 Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explanation snippet by Rafael Aquini · 9 years ago
  61. 6bee55f fs: proc: use PDE() to get proc_dir_entry by Alexander Kuleshov · 9 years ago
  62. 695f055 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 9 years ago
  63. d170cf4 arch/frv/mm/extable.c: remove unused function by Rickard Strandqvist · 9 years ago
  64. 0f050d9 mm/zsmalloc: add statistics support by Ganesh Mahendran · 9 years ago
  65. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 9 years ago
  66. ee980160 zram: remove request_queue from struct zram by Sergey Senozhatsky · 9 years ago
  67. 08eee69 zram: remove init_lock in zram_make_request by Minchan Kim · 9 years ago
  68. 2b269ce zram: check bd_openers instead of bd_holders by Minchan Kim · 9 years ago
  69. a096caf zram: rework reset and destroy path by Sergey Senozhatsky · 9 years ago
  70. ba6b17d zram: fix umount-reset_store-mount race condition by Sergey Senozhatsky · 9 years ago
  71. 1fec117 zram: free meta table in zram_meta_free by Ganesh Mahendran · 9 years ago
  72. b817995 zram: clean up zram_meta_alloc() by Sergey Senozhatsky · 9 years ago
  73. ff59909 mm: fix negative nr_isolated counts by Hugh Dickins · 9 years ago
  74. 9ab3b59 mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() by Naoya Horiguchi · 9 years ago
  75. 84109e1 mm/page_alloc: fix comment by Yaowei Bai · 9 years ago
  76. 9cb12d7 mm/memory.c: actually remap enough memory by Grazvydas Ignotas · 9 years ago
  77. 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 9 years ago
  78. 194e815 mm/mm_init.c: mark mminit_loglevel __meminitdata by Rasmus Villemoes · 9 years ago
  79. 0e2342c mm/mm_init.c: park mminit_verify_zonelist as __init by Rasmus Villemoes · 9 years ago
  80. 061f67b mm/page_alloc.c: pull out init code from build_all_zonelists by Rasmus Villemoes · 9 years ago
  81. fc5199d mm/internal.h: don't split printk call in two by Rasmus Villemoes · 9 years ago
  82. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  83. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 9 years ago
  84. 932ff6b mm/compaction: stop the isolation when we isolate enough freepage by Joonsoo Kim · 9 years ago
  85. 372549c mm/compaction: fix wrong order check in compact_finished() by Joonsoo Kim · 9 years ago
  86. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  87. ce3712d slub: fix kmem_cache_shrink return value by Vladimir Davydov · 9 years ago
  88. 832f37f slub: never fail to shrink cache by Vladimir Davydov · 9 years ago
  89. 2788cf0 memcg: reparent list_lrus and free kmemcg_id on css offline by Vladimir Davydov · 9 years ago
  90. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  91. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 9 years ago
  92. f100836 slab: use css id for naming per memcg caches by Vladimir Davydov · 9 years ago
  93. 01e5865 cgroup: release css->id after css_free by Vladimir Davydov · 9 years ago
  94. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  95. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  96. 49e7e7f fs: shrinker: always scan at least one object of each type by Vladimir Davydov · 9 years ago
  97. 2acb60a fs: make shrinker memcg aware by Vladimir Davydov · 9 years ago
  98. 60d3fd3 list_lru: introduce per-memcg lists by Vladimir Davydov · 9 years ago
  99. c0a5b56 list_lru: organize all list_lrus to list by Vladimir Davydov · 9 years ago
  100. ff0b67e list_lru: get rid of ->active_nodes by Vladimir Davydov · 9 years ago