Age | Commit message (Expand) | Author | Files | Lines |
2020-04-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -33/+88 |
2020-04-03 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2020-04-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 21 | -167/+609 |
2020-04-02 | Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 7 | -13/+20 |
2020-04-02 | include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP | Matthew Wilcox (Oracle) | 1 | -1/+5 |
2020-04-02 | mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS | Christophe Leroy | 1 | -11/+8 |
2020-04-02 | hugetlb_cgroup: add accounting for shared mappings | Mina Almasry | 2 | -0/+46 |
2020-04-02 | hugetlb_cgroup: add reservation accounting for private mappings | Mina Almasry | 2 | -3/+48 |
2020-04-02 | hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations | Mina Almasry | 1 | -18/+105 |
2020-04-02 | hugetlb_cgroup: add hugetlb_cgroup reservation counter | Mina Almasry | 1 | -2/+2 |
2020-04-02 | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | 2 | -0/+13 |
2020-04-02 | mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() | Li Xinhai | 1 | -28/+1 |
2020-04-02 | kasan: detect negative size in memory operation function | Walter Wu | 1 | -1/+1 |
2020-04-02 | mm/sparse: rename pfn_present() to pfn_in_present_section() | Pingfan Liu | 1 | -2/+2 |
2020-04-02 | mm/mremap: add MREMAP_DONTUNMAP to mremap() | Brian Geffon | 1 | -2/+3 |
2020-04-02 | mm: mmap: add trace point of vm_unmapped_area | Jaewon Kim | 1 | -0/+48 |
2020-04-02 | mmap: remove inline of vm_unmapped_area | Jaewon Kim | 1 | -20/+1 |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -0/+37 |
2020-04-02 | mm: introduce FAULT_FLAG_INTERRUPTIBLE | Peter Xu | 1 | -11/+28 |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -0/+7 |
2020-04-02 | mm: return faster for non-fatal signals in user mode faults | Peter Xu | 1 | -1/+2 |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -0/+15 |
2020-04-02 | mm: add pagemap.h to the fine documentation | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2020-04-02 | mm/vma: make is_vma_temporary_stack() available for general use | Anshuman Khandual | 2 | -3/+15 |
2020-04-02 | mm/vma: make vma_is_foreign() available for general use | Anshuman Khandual | 1 | -0/+11 |
2020-04-02 | mm/vma: move VM_NO_KHUGEPAGED into generic header | Anshuman Khandual | 1 | -1/+3 |
2020-04-02 | mm: memcontrol: recursive memory.low protection | Johannes Weiner | 1 | -0/+5 |
2020-04-02 | mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() | Roman Gushchin | 1 | -10/+9 |
2020-04-02 | mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() | Roman Gushchin | 1 | -5/+6 |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin | 1 | -10/+13 |
2020-04-02 | mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments | Roman Gushchin | 1 | -2/+2 |
2020-04-02 | mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments | Roman Gushchin | 1 | -5/+4 |
2020-04-02 | mm: swap: make page_evictable() inline | Yang Shi | 2 | -5/+2 |
2020-04-02 | mm/gup/writeback: add callbacks for inaccessible pages | Claudio Imbrenda | 1 | -0/+6 |
2020-04-02 | mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting | John Hubbard | 1 | -0/+2 |
2020-04-02 | mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages | John Hubbard | 2 | -1/+32 |
2020-04-02 | mm/gup: track FOLL_PIN pages | John Hubbard | 1 | -15/+67 |
2020-04-02 | mm: introduce page_ref_sub_return() | John Hubbard | 1 | -0/+9 |
2020-04-02 | include/linux/pagemap.h: rename arguments to find_subpage | Matthew Wilcox (Oracle) | 1 | -5/+10 |
2020-04-02 | revert "topology: add support for node_to_mem_node() to determine the fallbac... | Vlastimil Babka | 1 | -17/+0 |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -0/+52 |
2020-04-02 | kthread: mark timer used by delayed kthread works as IRQ safe | Petr Mladek | 1 | -1/+2 |
2020-04-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 15 | -63/+81 |
2020-04-02 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 3 | -120/+17 |
2020-04-02 | Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+7 |
2020-04-02 | Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -8/+55 |
2020-04-02 | Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 44 | -394/+985 |
2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -8/+5 |
2020-04-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 8 | -22/+271 |