- 6dba824 checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE by Brendan Jackman · 5 years ago
- a8dd86b checkpatch.pl: warn on invalid commit id by Matteo Croce · 5 years ago
- ffbce89 checkpatch: improve SPDX license checking by Joe Perches · 5 years ago
- 634cffc checkpatch: don't interpret stack dumps as commit IDs by Joe Perches · 5 years ago
- 091cb09 lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds by Stephen Boyd · 5 years ago
- 8e72a7a lib/extable.c: add missing prototypes by Valdis Kletnieks · 5 years ago
- e3f4faa lib/generic-radix-tree.c: make 2 functions static inline by Valdis Kletnieks · 5 years ago
- 9a15646 strscpy: reject buffer sizes larger than INT_MAX by Kees Cook · 5 years ago
- d1a445d include/trace/events/writeback.h: fix -Wstringop-truncation warnings by Qian Cai · 5 years ago
- 917cda2 kernel-doc: core-api: include string.h into core-api by Joe Perches · 5 years ago
- 6d2052d augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition by Michel Lespinasse · 5 years ago
- 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
- 444b8a8 augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro by Michel Lespinasse · 5 years ago
- c7d4f7e rbtree: avoid generating code twice for the cached versions (tools copy) by Michel Lespinasse · 5 years ago
- 0f74914 kernel/elfcore.c: include proper prototypes by Valdis Kletnieks · 5 years ago
- 541be05 linux/coff.h: add include guard by Masahiro Yamada · 5 years ago
- e55d9d9 memcg, kmem: do not fail __GFP_NOFAIL charges by Michal Hocko · 5 years ago
- 351c8a0 Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
- 3cf7487 Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
- b6cb84b Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 9c9fa97 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
- 2b38d01 mm/zsmalloc.c: fix a -Wunused-function warning by Qian Cai · 5 years ago
- 068619e zswap: do not map same object twice by Vitaly Wool · 5 years ago
- d2fcd82 zswap: use movable memory if zpool support allocate movable memory by Hui Zhu · 5 years ago
- c165f25 zpool: add malloc_support_movable to zpool_driver by Hui Zhu · 5 years ago
- 28eb3c80 shmem: fix obsolete comment in shmem_getpage_gfp() by Miles Chen · 5 years ago
- f3bc0db mm/madvise: reduce code duplication in error handling paths by Mike Rapoport · 5 years ago
- 76f3495 mm: mmap: increase sockets maximum memory size pgoff for 32bits by Ivan Khoronzhuk · 5 years ago
- 73848a9 mm/mmap.c: refine find_vma_prev() with rb_last() by Wei Yang · 5 years ago
- 54c95a1 riscv: make mmap allocation top-down by default by Alexandre Ghiti · 5 years ago
- 9035bd2 mips: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
- 0903646 mips: replace arch specific way to determine 32bit task with generic version by Alexandre Ghiti · 5 years ago
- e548599 mips: adjust brk randomization offset to fit generic version by Alexandre Ghiti · 5 years ago
- b5fb861 mips: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
- b1f61b5 mips: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
- dba79c3 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
- 86e568e arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
- af0f429 arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
- e7142bf arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 5 years ago
- 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
- e8d54b6 arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 5 years ago
- 28058ed arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 5 years ago
- 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
- f385cb8 uprobe: collapse THP pmd after removing all uprobes by Song Liu · 5 years ago
- 27e1f82 khugepaged: enable collapse pmd for pte-mapped THP by Song Liu · 5 years ago
- 5a52c9d uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 5 years ago
- bfe7b00 mm, thp: introduce FOLL_SPLIT_PMD by Song Liu · 5 years ago
- fb4fb04 uprobe: use original page when all uprobes are removed by Song Liu · 5 years ago
- 010c164 mm: move memcmp_pages() and pages_identical() by Song Liu · 5 years ago
- 87eaceb mm: thp: make deferred split shrinker memcg aware by Yang Shi · 5 years ago
- 0a432dc mm: shrinker: make shrinker not depend on memcg kmem by Yang Shi · 5 years ago
- 7ae8853 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 5 years ago
- 364c1ee mm: thp: extract split_queue_* into a struct by Yang Shi · 5 years ago
- 09d91cd mm,thp: avoid writes to file with THP in pagecache by Song Liu · 5 years ago
- 99cb0db mm,thp: add read-only THP support for (non-shmem) FS by Song Liu · 5 years ago
- 579c571 khugepaged: rename collapse_shmem() and khugepaged_scan_shmem() by Song Liu · 5 years ago
- 60fbf0a mm,thp: stats for file backed THP by Song Liu · 5 years ago
- 520e5ba filemap: update offset check in filemap_fault() by Song Liu · 5 years ago
- 3189543 filemap: check compound_head(page)->mapping in pagecache_get_page() by Song Liu · 5 years ago
- 585e5a7 filemap: check compound_head(page)->mapping in filemap_fault() by Song Liu · 5 years ago
- 9ef258b thp: update split_huge_page_pmd() comment by Kefeng Wang · 5 years ago
- 276f756 mm/migrate.c: clean up useless code in migrate_vma_collect_pmd() by Pingfan Liu · 5 years ago
- f60858f hugetlbfs: don't retry when pool page allocations start to fail by Mike Kravetz · 5 years ago
- 49433085 mm, compaction: raise compaction priority after it withdrawns by Vlastimil Babka · 5 years ago
- 5ee0471 mm, reclaim: cleanup should_continue_reclaim() by Vlastimil Babka · 5 years ago
- 1c6c159 mm, reclaim: make should_continue_reclaim perform dryrun detection by Hillf Danton · 5 years ago
- 0158115 memcg, kmem: deprecate kmem.limit_in_bytes by Michal Hocko · 5 years ago
- 4d0e323 mm/memcontrol.c: fix a -Wunused-function warning by Qian Cai · 5 years ago
- 1eb41bb0 mm, oom: consider present pages for the node size by Michal Hocko · 5 years ago
- f364f06 mm/oom_kill.c: fix oom_cpuset_eligible() comment by Yi Wang · 5 years ago
- 70cb6d2 mm/oom: add oom_score_adj and pgtables to Killed process message by Edward Chron · 5 years ago
- f9c6456 memcg, oom: don't require __GFP_FS when invoking memcg OOM killer by Tetsuo Handa · 5 years ago
- 8ac3f8f mm/oom_kill.c: add task UID to info message on an oom kill by Joel Savitz · 5 years ago
- 4406548 mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages() by Kefeng Wang · 5 years ago
- 32aaf05 mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() by Pengfei Li · 5 years ago
- a94b525 mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone by Yafang Shao · 5 years ago
- 6339841 z3fold: fix memory leak in kmem cache by Vitaly Wool · 5 years ago
- b57a775 mm: silence -Woverride-init/initializer-overrides by Qian Cai · 5 years ago
- 2286bf4 mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask by Mike Rapoport · 5 years ago
- 7ea36242 mm/vmalloc.c: move 'area->pages' after if statement by Austin Kim · 5 years ago
- 688fcbf mm/vmalloc: modify struct vmap_area to reduce its size by Pengfei Li · 5 years ago
- dd3b835 mm/vmalloc: do not keep unpurged areas in the busy tree by Uladzislau Rezki (Sony) · 5 years ago
- 5ed8670 mm/sparse.c: remove NULL check in clear_hwpoisoned_pages() by Alastair D'Silva · 5 years ago
- 9f82883 mm/sparse.c: don't manually decrement num_poisoned_pages by Alastair D'Silva · 5 years ago
- c1cbc3e mm/sparse.c: use __nr_to_section(section_nr) to get mem_section by Wei Yang · 5 years ago
- db57e98 mm/sparse.c: fix ALIGN() without power of 2 in sparse_buffer_alloc() by Lecopzer Chen · 5 years ago
- ae83189 mm/sparse.c: fix memory leak of sparsemap_buf in aligned memory by Lecopzer Chen · 5 years ago
- 29a90db mm/memory_hotplug.c: s/is/if by Souptick Joarder · 5 years ago
- ca9a46f mm/memory_hotplug: online_pages cannot be 0 in online_pages() by David Hildenbrand · 5 years ago
- bd02cc0 mm/memory_hotplug: make sure the pfn is aligned to the order when onlining by David Hildenbrand · 5 years ago
- b2c2ab2 mm/memory_hotplug: simplify online_pages_range() by David Hildenbrand · 5 years ago
- 5ecae63 mm/memory_hotplug: drop PageReserved() check in online_pages_range() by David Hildenbrand · 5 years ago
- 00ff9a9 mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range() by David Hildenbrand · 5 years ago
- 33fce01 mm/memory_hotplug.c: prevent memory leak when reusing pgdat by Wei Yang · 5 years ago
- b6c88d3 drivers/base/memory.c: don't store end_section_nr in memory blocks by David Hildenbrand · 5 years ago
- 902ce63b driver/base/memory.c: validate memory block size early by David Hildenbrand · 5 years ago
- f915fb7 drivers/base/memory.c: fixup documentation of removable/phys_index/block_size_bytes by David Hildenbrand · 5 years ago
- d84f2f5 drivers/base/node.c: simplify unregister_memory_block_under_nodes() by David Hildenbrand · 5 years ago
- 3fccb74 mm/memory_hotplug: remove move_pfn_range() by David Hildenbrand · 5 years ago