Age | Commit message (Expand) | Author |
2017-11-17 | pipe: add proc_dopipe_max_size() to safely assign pipe_max_size | Joe Lawrence |
2017-11-17 | lib/genalloc.c: make the avail variable an atomic_long_t | Stephen Bates |
2017-11-17 | include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> | Masahiro Yamada |
2017-11-17 | include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h> | Masahiro Yamada |
2017-11-17 | include/linux/compiler-clang.h: handle randomizable anonymous structs | Sandipan Das |
2017-11-17 | iopoll: avoid -Wint-in-bool-context warning | Arnd Bergmann |
2017-11-17 | kernel debug: support resetting WARN_ONCE for all architectures | Andi Kleen |
2017-11-17 | mm, compaction: persistently skip hugetlbfs pageblocks | David Rientjes |
2017-11-17 | mm: fix nodemask printing | Arnd Bergmann |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-11-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-11-16 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds |
2017-11-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2017-11-16 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-11-16 | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-16 | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-11-16 | Merge tag 'mfd-next-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-11-16 | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-11-16 | Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář |
2017-11-15 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2017-11-15 | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-11-15 | mm: simplify nodemask printing | Michal Hocko |
2017-11-15 | writeback: remove unused function parameter | Wang Long |
2017-11-15 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin |
2017-11-15 | mm, sysctl: make NUMA stats configurable | Kemi Wang |
2017-11-15 | mm, pagevec: rename pagevec drained field | Mel Gorman |
2017-11-15 | mm: remove __GFP_COLD | Mel Gorman |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman |
2017-11-15 | mm: remove cold parameter for release_pages | Mel Gorman |
2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman |
2017-11-15 | mm: only drain per-cpu pagevecs once per pagevec usage | Mel Gorman |
2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman |
2017-11-15 | mm: batch radix tree operations when truncating pages | Jan Kara |
2017-11-15 | mm: speed up cancel_dirty_page() for clean pages | Jan Kara |
2017-11-15 | mm: zero reserved and unavailable struct pages | Pavel Tatashin |
2017-11-15 | mm: define memblock_virt_alloc_try_nid_raw | Pavel Tatashin |
2017-11-15 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: remove whats left of NOTRACK flags | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-15 | mm: consolidate page table accounting | Kirill A. Shutemov |
2017-11-15 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov |
2017-11-15 | mm: account pud page tables | Kirill A. Shutemov |
2017-11-15 | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara |
2017-11-15 | mm: add variant of pagevec_lookup_range_tag() taking number of pages | Jan Kara |
2017-11-15 | mm: implement find_get_pages_range_tag() | Jan Kara |