2019-09-26 |
Joe Perches | checkpatch: improve SPDX license checking |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Joe Perches | checkpatch: don't interpret stack dumps as commit IDs |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Stephen Boyd | lib/hexdump: make print_hex_dump_bytes() a nop on ... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Valdis Kletnieks | lib/extable.c: add missing prototypes |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Valdis Kletnieks | lib/generic-radix-tree.c: make 2 functions static inline |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Kees Cook | strscpy: reject buffer sizes larger than INT_MAX |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Qian Cai | include/trace/events/writeback.h: fix -Wstringop-trunca... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Joe Perches | kernel-doc: core-api: include string.h into core-api |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michel Lespinasse | augmented rbtree: rework the RB_DECLARE_CALLBACKS macro... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michel Lespinasse | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michel Lespinasse | augmented rbtree: add comments for RB_DECLARE_CALLBACKS... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michel Lespinasse | rbtree: avoid generating code twice for the cached... |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Valdis Kletnieks | kernel/elfcore.c: include proper prototypes |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Masahiro Yamada | linux/coff.h: add include guard |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michal Hocko | memcg, kmem: do not fail __GFP_NOFAIL charges |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Linus Torvalds | Merge branch 'i2c/for-5.4' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Linus Torvalds | Merge tag 'sound-fix-5.4-rc1' of git://git./linux/kerne... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Linus Torvalds | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Linus Torvalds | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm/zsmalloc.c: fix a -Wunused-function warning |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vitaly Wool | zswap: do not map same object twice |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Hui Zhu | zswap: use movable memory if zpool support allocate... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Hui Zhu | zpool: add malloc_support_movable to zpool_driver |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Miles Chen | shmem: fix obsolete comment in shmem_getpage_gfp() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | mm/madvise: reduce code duplication in error handling... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Ivan Khoronzhuk | mm: mmap: increase sockets maximum memory size pgoff... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm/mmap.c: refine find_vma_prev() with rb_last() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | riscv: make mmap allocation top-down by default |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mips: use generic mmap top-down layout and brk randomiz... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mips: replace arch specific way to determine 32bit... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mips: adjust brk randomization offset to fit generic... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mips: use STACK_TOP when computing mmap base address |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mips: properly account for stack randomization and... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm: use generic mmap top-down layout and brk randomization |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm: use STACK_TOP when computing mmap base address |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm: properly account for stack randomization and stack... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm64, mm: make randomization selected by generic topdo... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm64, mm: move generic mmap layout functions to mm |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm64: consider stack randomization for mmap base only... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | arm64: make use of is_compat_task instead of hardcoding... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alexandre Ghiti | mm, fs: move randomize_stack_top from fs to mm |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | uprobe: collapse THP pmd after removing all uprobes |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | khugepaged: enable collapse pmd for pte-mapped THP |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | mm, thp: introduce FOLL_SPLIT_PMD |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | uprobe: use original page when all uprobes are removed |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | mm: move memcmp_pages() and pages_identical() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yang Shi | mm: thp: make deferred split shrinker memcg aware |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yang Shi | mm: shrinker: make shrinker not depend on memcg kmem |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yang Shi | mm: move mem_cgroup_uncharge out of __page_cache_release() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yang Shi | mm: thp: extract split_queue_* into a struct |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | mm,thp: avoid writes to file with THP in pagecache |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | mm,thp: add read-only THP support for (non-shmem) FS |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | khugepaged: rename collapse_shmem() and khugepaged_scan... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | mm,thp: stats for file backed THP |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | filemap: update offset check in filemap_fault() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | filemap: check compound_head(page)->mapping in pagecach... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Song Liu | filemap: check compound_head(page)->mapping in filemap_... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Kefeng Wang | thp: update split_huge_page_pmd() comment |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Pingfan Liu | mm/migrate.c: clean up useless code in migrate_vma_coll... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Kravetz | hugetlbfs: don't retry when pool page allocations start... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vlastimil Babka | mm, compaction: raise compaction priority after it... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vlastimil Babka | mm, reclaim: cleanup should_continue_reclaim() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Hillf Danton | mm, reclaim: make should_continue_reclaim perform dryru... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Michal Hocko | memcg, kmem: deprecate kmem.limit_in_bytes |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm/memcontrol.c: fix a -Wunused-function warning |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Michal Hocko | mm, oom: consider present pages for the node size |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yi Wang | mm/oom_kill.c: fix oom_cpuset_eligible() comment |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Edward Chron | mm/oom: add oom_score_adj and pgtables to Killed proces... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Tetsuo Handa | memcg, oom: don't require __GFP_FS when invoking memcg... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Joel Savitz | mm/oom_kill.c: add task UID to info message on an oom... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Kefeng Wang | mm/mempolicy.c: remove unnecessary nodemask check in... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Pengfei Li | mm/compaction.c: remove unnecessary zone parameter... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Yafang Shao | mm/compaction.c: clear total_{migrate,free}_scanned... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Vitaly Wool | z3fold: fix memory leak in kmem cache |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Qian Cai | mm: silence -Woverride-init/initializer-overrides |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Austin Kim | mm/vmalloc.c: move 'area->pages' after if statement |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Pengfei Li | mm/vmalloc: modify struct vmap_area to reduce its size |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Uladzislau... | mm/vmalloc: do not keep unpurged areas in the busy... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alastair D... | mm/sparse.c: remove NULL check in clear_hwpoisoned_pages() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Alastair D... | mm/sparse.c: don't manually decrement num_poisoned_pages |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm/sparse.c: use __nr_to_section(section_nr) to get... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Lecopzer Chen | mm/sparse.c: fix ALIGN() without power of 2 in sparse_b... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Lecopzer Chen | mm/sparse.c: fix memory leak of sparsemap_buf in aligne... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Souptick Joarder | mm/memory_hotplug.c: s/is/if |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: online_pages cannot be 0 in online_p... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: make sure the pfn is aligned to... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: simplify online_pages_range() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: drop PageReserved() check in online_... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_syst... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Wei Yang | mm/memory_hotplug.c: prevent memory leak when reusing... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/memory.c: don't store end_section_nr in... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | driver/base/memory.c: validate memory block size early |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/memory.c: fixup documentation of removable... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | drivers/base/node.c: simplify unregister_memory_block_u... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
David Hildenbrand | mm/memory_hotplug: remove move_pfn_range() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Kefeng Wang | mm: do not hash address in print_bad_pte() |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Mike Rapoport | mm: consolidate pgtable_cache_init() and pgd_cache_init() |
commit | commitdiff | tree | snapshot |
next |