1. 114fc1a hexdump: make it return number of bytes placed in buffer by Andy Shevchenko · 9 years ago
  2. 5d909c8 hexdump: do a few calculations ahead by Andy Shevchenko · 9 years ago
  3. 6f6f3fc hexdump: fix ascii column for the tail of a dump by Andy Shevchenko · 9 years ago
  4. 64d1d77 hexdump: introduce test suite by Andy Shevchenko · 9 years ago
  5. ad3d5d2 lib/genalloc.c: fix the end addr check in addr_in_gen_pool() by Toshi Kikuchi · 9 years ago
  6. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 9 years ago
  7. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 9 years ago
  8. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 9 years ago
  9. df1d80a lib/bitmap.c: simplify bitmap_pos_to_ord by Rasmus Villemoes · 9 years ago
  10. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 9 years ago
  11. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 9 years ago
  12. f5ac1f5 linux/cpumask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  13. 33c4fa8 linux/nodemask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  14. 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 9 years ago
  15. d1214c6 libstring_helpers.c:string_get_size(): return void by Rasmus Villemoes · 9 years ago
  16. 84b9fbe lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possible by Rasmus Villemoes · 9 years ago
  17. 7eed8fd lib/string_helpers.c:string_get_size(): remove redundant prefixes by Rasmus Villemoes · 9 years ago
  18. 43e5b66 lib/vsprintf.c: replace while with do-while in skip_atoi by Rasmus Villemoes · 9 years ago
  19. 2aa2f9e lib/vsprintf.c: improve sanity check in vsnprintf() by Rasmus Villemoes · 9 years ago
  20. ffbfed0 lib/vsprintf.c: consume 'p' in format_decode by Rasmus Villemoes · 9 years ago
  21. 205bd3d printk: correct timeout comment, neaten MODULE_PARM_DESC by Joe Perches · 9 years ago
  22. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  23. 4be1b29 powerpc: add running_clock for powerpc to prevent spurious softlockup warnings by Cyril Bur · 9 years ago
  24. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 9 years ago
  25. dd4a5c1 linux/types.h: Always use unsigned long for pgoff_t by Geert Uytterhoeven · 9 years ago
  26. dd10ca6 gitignore: ignore tar-install build directory by Andrey Skvortsov · 9 years ago
  27. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  28. edc924e fs/proc/array.c: convert to use string_escape_str() by Andy Shevchenko · 9 years ago
  29. 198d159 fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps by Rafael Aquini · 9 years ago
  30. 0c36971 Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explanation snippet by Rafael Aquini · 9 years ago
  31. 6bee55f fs: proc: use PDE() to get proc_dir_entry by Alexander Kuleshov · 9 years ago
  32. 695f055 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 9 years ago
  33. d170cf4 arch/frv/mm/extable.c: remove unused function by Rickard Strandqvist · 9 years ago
  34. 0f050d9 mm/zsmalloc: add statistics support by Ganesh Mahendran · 9 years ago
  35. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 9 years ago
  36. ee980160 zram: remove request_queue from struct zram by Sergey Senozhatsky · 9 years ago
  37. 08eee69 zram: remove init_lock in zram_make_request by Minchan Kim · 9 years ago
  38. 2b269ce zram: check bd_openers instead of bd_holders by Minchan Kim · 9 years ago
  39. a096caf zram: rework reset and destroy path by Sergey Senozhatsky · 9 years ago
  40. ba6b17d zram: fix umount-reset_store-mount race condition by Sergey Senozhatsky · 9 years ago
  41. 1fec117 zram: free meta table in zram_meta_free by Ganesh Mahendran · 9 years ago
  42. b817995 zram: clean up zram_meta_alloc() by Sergey Senozhatsky · 9 years ago
  43. ff59909 mm: fix negative nr_isolated counts by Hugh Dickins · 9 years ago
  44. 9ab3b59 mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() by Naoya Horiguchi · 9 years ago
  45. 84109e1 mm/page_alloc: fix comment by Yaowei Bai · 9 years ago
  46. 9cb12d7 mm/memory.c: actually remap enough memory by Grazvydas Ignotas · 9 years ago
  47. 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 9 years ago
  48. 194e815 mm/mm_init.c: mark mminit_loglevel __meminitdata by Rasmus Villemoes · 9 years ago
  49. 0e2342c mm/mm_init.c: park mminit_verify_zonelist as __init by Rasmus Villemoes · 9 years ago
  50. 061f67b mm/page_alloc.c: pull out init code from build_all_zonelists by Rasmus Villemoes · 9 years ago
  51. fc5199d mm/internal.h: don't split printk call in two by Rasmus Villemoes · 9 years ago
  52. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  53. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 9 years ago
  54. 932ff6b mm/compaction: stop the isolation when we isolate enough freepage by Joonsoo Kim · 9 years ago
  55. 372549c mm/compaction: fix wrong order check in compact_finished() by Joonsoo Kim · 9 years ago
  56. d6e0b7f slub: make dead caches discard free slabs immediately by Vladimir Davydov · 9 years ago
  57. ce3712d slub: fix kmem_cache_shrink return value by Vladimir Davydov · 9 years ago
  58. 832f37f slub: never fail to shrink cache by Vladimir Davydov · 9 years ago
  59. 2788cf0 memcg: reparent list_lrus and free kmemcg_id on css offline by Vladimir Davydov · 9 years ago
  60. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  61. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 9 years ago
  62. f100836 slab: use css id for naming per memcg caches by Vladimir Davydov · 9 years ago
  63. 01e5865 cgroup: release css->id after css_free by Vladimir Davydov · 9 years ago
  64. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  65. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  66. 49e7e7f fs: shrinker: always scan at least one object of each type by Vladimir Davydov · 9 years ago
  67. 2acb60a fs: make shrinker memcg aware by Vladimir Davydov · 9 years ago
  68. 60d3fd3 list_lru: introduce per-memcg lists by Vladimir Davydov · 9 years ago
  69. c0a5b56 list_lru: organize all list_lrus to list by Vladimir Davydov · 9 years ago
  70. ff0b67e list_lru: get rid of ->active_nodes by Vladimir Davydov · 9 years ago
  71. 05257a1 memcg: add rwsem to synchronize against memcg_caches arrays relocation by Vladimir Davydov · 9 years ago
  72. dbcf73e memcg: rename some cache id related variables by Vladimir Davydov · 9 years ago
  73. cb731d6 vmscan: per memory cgroup slab shrinkers by Vladimir Davydov · 9 years ago
  74. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 9 years ago
  75. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  76. 10c1045 mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries by Mel Gorman · 9 years ago
  77. c0e7cad mm: numa: add paranoid check around pte_protnone_numa by Mel Gorman · 9 years ago
  78. c819f37 x86: mm: restore original pte_special check by Mel Gorman · 9 years ago
  79. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 9 years ago
  80. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 9 years ago
  81. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  82. 842915f ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT by Mel Gorman · 9 years ago
  83. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  84. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 9 years ago
  85. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 9 years ago
  86. 87c9172 Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  87. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  88. a26be14 Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  89. cdd3054 Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  90. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  91. a2f0bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 9 years ago
  92. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  93. 12df428 Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 9 years ago
  94. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  95. 7184487 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  96. 3c3c8e3 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 9 years ago
  97. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  98. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  99. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  100. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago