1. 0c7fa0a radix-tree: split node->path into offset and height by Matthew Wilcox · 8 years ago
  2. 2fcd900 radix-tree: miscellaneous fixes by Matthew Wilcox · 8 years ago
  3. b76ba4a drivers/hwspinlock: use correct radix tree API by Matthew Wilcox · 8 years ago
  4. 6b053b8 radix-tree: add copyright statements by Matthew Wilcox · 8 years ago
  5. 0796c58 radix-tree: fix radix_tree_dump() for multi-order entries by Ross Zwisler · 8 years ago
  6. 070c5ac radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries by Matthew Wilcox · 8 years ago
  7. eb73f7f radix-tree: add test for radix_tree_locate_item() by Ross Zwisler · 8 years ago
  8. 0a2efc6 radix-tree: rewrite radix_tree_locate_item by Matthew Wilcox · 8 years ago
  9. 8a14f4d radix-tree: fix radix_tree_create for sibling entries by Matthew Wilcox · 8 years ago
  10. 0fc9b8c radix-tree test suite: add multi-order tag test by Ross Zwisler · 8 years ago
  11. 4589ba6 radix-tree: rewrite radix_tree_tag_get by Ross Zwisler · 8 years ago
  12. 00f47b5 radix-tree: rewrite radix_tree_tag_clear by Ross Zwisler · 8 years ago
  13. fb96990 radix-tree: rewrite radix_tree_tag_set by Ross Zwisler · 8 years ago
  14. 643b57d radix tree test suite: multi-order iteration test by Ross Zwisler · 8 years ago
  15. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 8 years ago
  16. 7b60e9a radix-tree: fix multiorder BUG_ON in radix_tree_insert by Matthew Wilcox · 8 years ago
  17. 8582995 radix-tree: rewrite __radix_tree_lookup by Matthew Wilcox · 8 years ago
  18. afe0e39 radix-tree: fix several shrinking bugs with multiorder entries by Matthew Wilcox · 8 years ago
  19. 4f3755d radix tree test suite: start adding multiorder tests by Matthew Wilcox · 8 years ago
  20. 49ea6eb radix-tree: fix extending the tree for multi-order entries at offset 0 by Matthew Wilcox · 8 years ago
  21. 1456a43 radix-tree: introduce radix_tree_load_root() by Matthew Wilcox · 8 years ago
  22. aa54757 radix-tree: remove restriction on multi-order entries by Matthew Wilcox · 8 years ago
  23. 29e0967 radix-tree: fix deleting a multi-order entry through an alias by Matthew Wilcox · 8 years ago
  24. 3b8c00f radix-tree: fix sibling entry insertion by Matthew Wilcox · 8 years ago
  25. db050f2 radix-tree: add missing sibling entry functionality by Matthew Wilcox · 8 years ago
  26. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 8 years ago
  27. 6c4bd68 radix-tree: remove unused looping macros by Ross Zwisler · 8 years ago
  28. 7f30867 radix tree test suite: rebuild when headers change by Ross Zwisler · 8 years ago
  29. aa1d62d radix tree test suite: keep regression test runs short by Ross Zwisler · 8 years ago
  30. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 8 years ago
  31. d42cb1a radix tree test suite: add tests for radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  32. f518b16 radix tree test suite: fix build by Matthew Wilcox · 8 years ago
  33. e9256ef radix-tree: introduce radix_tree_empty by Matthew Wilcox · 8 years ago
  34. 538d7eb drivers/platform/x86/wmi.c: use generic UUID library by Andy Shevchenko · 8 years ago
  35. 7244ad6 block/partitions/ldm.c: use generic UUID library by Andy Shevchenko · 8 years ago
  36. 6357978 include/linux/genhd.h: move to use generic UUID library by Andy Shevchenko · 8 years ago
  37. 8236431 fs/efivarfs/inode.c: use generic UUID library by Andy Shevchenko · 8 years ago
  38. ba7e34b include/linux/efi.h: redefine type, constant, macro from generic code by Andy Shevchenko · 8 years ago
  39. ede9c277 kernel/sysctl_binary.c: use generic UUID library by Andy Shevchenko · 8 years ago
  40. e3a93bc lib/uuid.c: remove FSF address by Andy Shevchenko · 8 years ago
  41. 2b1b0d6 lib/uuid.c: introduce a few more generic helpers by Andy Shevchenko · 8 years ago
  42. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  43. b8b5727 security/integrity/ima/ima_policy.c: use %pU to output UUID in printable format by Andy Shevchenko · 8 years ago
  44. aa4ea1c lib/vsprintf: simplify UUID printing by Andy Shevchenko · 8 years ago
  45. f497068 MAINTAINERS: remove Koichi Yasutake by Jiri Slaby · 8 years ago
  46. 2e11246 MAINTAINERS: remove defunct spear mailing list by Eric Engestrom · 8 years ago
  47. 6c41a3b MAINTAINERS: remove linux@lists.openrisc.net by Jiri Slaby · 8 years ago
  48. cf9b110 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 8 years ago
  49. 427934b printk/nmi: increase the size of NMI buffer and make it configurable by Petr Mladek · 8 years ago
  50. b522dea printk/nmi: warn when some message has been lost in NMI context by Petr Mladek · 8 years ago
  51. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago
  52. 2eeed7e include/linux/syscalls.h: use pid_t instead of int by René Nyffenegger · 8 years ago
  53. 0740aa5 fork: free thread in copy_process on failure by Jiri Slaby · 8 years ago
  54. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  55. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  56. 2ec656e mn10300: let exit_fpu accept a task by Jiri Slaby · 8 years ago
  57. 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  58. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 8 years ago
  59. 623e47f zram: introduce per-device debug_stat sysfs node by Sergey Senozhatsky · 8 years ago
  60. 43209ea zram: remove max_comp_streams internals by Sergey Senozhatsky · 8 years ago
  61. d34f615 mm/zsmalloc: don't fail if can't create debugfs info by Dan Streetman · 8 years ago
  62. 200867a mm/zswap: use workqueue to destroy pool by Dan Streetman · 8 years ago
  63. da9556a zram: user per-cpu compression streams by Sergey Senozhatsky · 8 years ago
  64. d0d8da2 zsmalloc: require GFP in zs_malloc() by Sergey Senozhatsky · 8 years ago
  65. 1ee4716 zsmalloc: remove unused pool param in obj_free by Minchan Kim · 8 years ago
  66. 251cbb9 zsmalloc: reorder function parameters by Minchan Kim · 8 years ago
  67. 830e4bc zsmalloc: clean up many BUG_ON by Minchan Kim · 8 years ago
  68. a420946 zsmalloc: use first_page rather than page by Minchan Kim · 8 years ago
  69. eae08dc kasan/tests: add tests for user memory access functions by Andrey Ryabinin · 8 years ago
  70. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 8 years ago
  71. 64f8eba mm/kasan: add API to check memory regions by Andrey Ryabinin · 8 years ago
  72. 936bb4b mm/kasan: print name of mem[set,cpy,move]() caller in report by Andrey Ryabinin · 8 years ago
  73. 96fe805 mm, kasan: add a ksize() test by Alexander Potapenko · 8 years ago
  74. 4ebb31a4 mm, kasan: don't call kasan_krealloc() from ksize(). by Alexander Potapenko · 8 years ago
  75. 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 8 years ago
  76. b8f1a75 mm: call page_ext_init() after all struct pages are initialized by Yang Shi · 8 years ago
  77. dfef2ef mm, migrate: increment fail count on ENOMEM by David Rientjes · 8 years ago
  78. 6cd9dc3 mm/compaction.c: fix zoneindex in kcompactd() by Chen Feng · 8 years ago
  79. 0bb2fd1 mm: page_is_guard(): return false when page_ext arrays are not allocated yet by Yang Shi · 8 years ago
  80. f050897 mm, thp: khugepaged should scan when sleep value is written by David Rientjes · 8 years ago
  81. a53eaff MM: increase safety margin provided by PF_LESS_THROTTLE by NeilBrown · 8 years ago
  82. e570f56 mm: check_new_page_bad() directly returns in __PG_HWPOISON case by Naoya Horiguchi · 8 years ago
  83. 29b52de mm, kasan: fix to call kasan_free_pages() after poisoning page by seokhoon.yoon · 8 years ago
  84. d0834a6 mm: disable fault around on emulated access bit architecture by Minchan Kim · 8 years ago
  85. 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 8 years ago
  86. 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 8 years ago
  87. d2005e3 userfaultfd: don't pin the user memory in userfaultfd_file_create() by Oleg Nesterov · 8 years ago
  88. cd33a76 mm/memblock.c: remove unnecessary always-true comparison by Richard Leitner · 8 years ago
  89. 9a001fc z3fold: the 3-fold allocator for compressed pages by Vitaly Wool · 8 years ago
  90. d5ee7c3 mm: thp: split_huge_pmd_address() comment improvement by Andrea Arcangeli · 8 years ago
  91. 5f527c2 mm: thp: microoptimize compound_mapcount() by Andrea Arcangeli · 8 years ago
  92. 7b8da4c vmstat: get rid of the ugly cpu_stat_off variable by Christoph Lameter · 8 years ago
  93. 5103817 memcg: fix stale mem_cgroup_force_empty() comment by Greg Thelen · 8 years ago
  94. d2a1a1f mm: use unsigned long constant for page flags by Yu Zhao · 8 years ago
  95. 2a138dc mm: use existing helper to convert "on"/"off" to boolean by Minfei Huang · 8 years ago
  96. 78ebc2f mm,writeback: don't use memory reserves for wb_start_writeback by Tetsuo Handa · 8 years ago
  97. 89474d5 Documentation: vm: fix spelling mistakes by Eric Engestrom · 8 years ago
  98. 0c9ad80 mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext by Weijie Yang · 8 years ago
  99. d70c17d include/linux/hugetlb.h: use bool instead of int for hugepage_migration_supported() by Chen Gang · 8 years ago
  100. 7fab358 include/linux/hugetlb*.h: clean up code by Chen Gang · 8 years ago