1. 75c66de mm: slub: share object_err function by Andrey Ryabinin · 9 years ago
  2. 912f5fb mm: slub: introduce virt_to_obj function by Andrey Ryabinin · 9 years ago
  3. b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 9 years ago
  4. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 9 years ago
  5. cb4188a compiler: introduce __alias(symbol) shortcut by Andrey Ryabinin · 9 years ago
  6. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 9 years ago
  7. f1bbc03 cpumask, nodemask: implement cpumask/nodemask_pr_args() by Tejun Heo · 9 years ago
  8. 513e3d2 cpumask: always use nr_cpu_ids in formatting and parsing functions by Tejun Heo · 9 years ago
  9. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago
  10. a4bb1e4 mm/util: add kstrdup_const by Andrzej Hajda · 9 years ago
  11. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 9 years ago
  12. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 9 years ago
  13. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 9 years ago
  14. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 9 years ago
  15. bf40e55 NFSv4: Kill unused nfs_inode->delegation_state field by Trond Myklebust · 9 years ago
  16. f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 9 years ago
  17. 3810631 PM / sleep: Re-implement suspend-to-idle handling by Rafael J. Wysocki · 9 years ago
  18. db3ecde Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 9 years ago
  19. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  20. ed9ecb0 virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined. by Rusty Russell · 9 years ago
  21. 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
  22. ab07881 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 9 years ago
  23. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  24. 3248340 lib/halfmd4.c: simplify includes by Rasmus Villemoes · 9 years ago
  25. 114fc1a hexdump: make it return number of bytes placed in buffer by Andy Shevchenko · 9 years ago
  26. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 9 years ago
  27. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 9 years ago
  28. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 9 years ago
  29. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 9 years ago
  30. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 9 years ago
  31. f5ac1f5 linux/cpumask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  32. 33c4fa8 linux/nodemask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 9 years ago
  33. 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 9 years ago
  34. d1214c6 libstring_helpers.c:string_get_size(): return void by Rasmus Villemoes · 9 years ago
  35. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  36. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 9 years ago
  37. dd4a5c1 linux/types.h: Always use unsigned long for pgoff_t by Geert Uytterhoeven · 9 years ago
  38. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  39. 695f055 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 9 years ago
  40. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 9 years ago
  41. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  42. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 9 years ago
  43. 2788cf0 memcg: reparent list_lrus and free kmemcg_id on css offline by Vladimir Davydov · 9 years ago
  44. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  45. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 9 years ago
  46. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 9 years ago
  47. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 9 years ago
  48. 60d3fd3 list_lru: introduce per-memcg lists by Vladimir Davydov · 9 years ago
  49. c0a5b56 list_lru: organize all list_lrus to list by Vladimir Davydov · 9 years ago
  50. ff0b67e list_lru: get rid of ->active_nodes by Vladimir Davydov · 9 years ago
  51. 05257a1 memcg: add rwsem to synchronize against memcg_caches arrays relocation by Vladimir Davydov · 9 years ago
  52. dbcf73e memcg: rename some cache id related variables by Vladimir Davydov · 9 years ago
  53. cb731d6 vmscan: per memory cgroup slab shrinkers by Vladimir Davydov · 9 years ago
  54. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 9 years ago
  55. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  56. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 9 years ago
  57. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 9 years ago
  58. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 9 years ago
  59. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  60. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 9 years ago
  61. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 9 years ago
  62. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  63. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  64. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  65. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  66. f161d4b target: Fix PR_APTPL_BUF_LEN buffer size limitation by Nicholas Bellinger · 9 years ago
  67. e4f4e80 iscsi/iser-target: Support multi-sequence sendtargets text response by Sagi Grimberg · 9 years ago
  68. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  69. 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
  70. 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
  71. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  72. 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
  73. 54d7e72a SUNRPC: Fix a compile error when #undef CONFIG_PROC_FS by Trond Myklebust · 9 years ago
  74. 9791554 MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS by Paul Burton · 10 years ago
  75. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  76. 7184487 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  77. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  78. 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
  79. 6b00f7e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  80. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  81. 07f80d4 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  82. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  83. 94f759d6 mm/page_owner.c: remove unnecessary stack_trace field by Sergei Rogachev · 9 years ago
  84. 99592d5 mm: when stealing freepages, also take pages created by splitting buddy page by Vlastimil Babka · 9 years ago
  85. 900fc5f pagewalk: add walk_page_vma() by Naoya Horiguchi · 9 years ago
  86. fafaa42 pagewalk: improve vma handling by Naoya Horiguchi · 9 years ago
  87. 0b1fbfe mm/pagewalk: remove pgd_entry() and pud_entry() by Naoya Horiguchi · 9 years ago
  88. 0664e57 mm: gup: kvm use get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  89. 0fd71a5 mm: gup: add __get_user_pages_unlocked to customize gup_flags by Andrea Arcangeli · 9 years ago
  90. f0818f4 mm: gup: add get_user_pages_locked and get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  91. be97a41 mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma by Vlastimil Babka · 9 years ago
  92. 077fcf1 mm/thp: allocate transparent hugepages on local node by Aneesh Kumar K.V · 9 years ago
  93. 24e2716 mm/compaction: add tracepoint to observe behaviour of compaction defer by Joonsoo Kim · 9 years ago
  94. 837d026 mm/compaction: more trace to understand when/why compaction start/finish by Joonsoo Kim · 9 years ago
  95. e34d85f mm/compaction: print current range where compaction work by Joonsoo Kim · 9 years ago
  96. 16c4a09 mm/compaction: enhance tracepoint output for compaction begin/end by Joonsoo Kim · 9 years ago
  97. 4645f06 mm/compaction: change tracepoint format from decimal to hexadecimal by Joonsoo Kim · 9 years ago
  98. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  99. 4155b8e mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h> by Kirill A. Shutemov · 9 years ago
  100. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 9 years ago