| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 2 | -2/+2 |
|\ |
|
| * | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 2 | -2/+2 |
* | | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport | 2020-10-13 | 1 | -8/+4 |
* | | sparc32: propagate the calling conventions change down to __csum_partial_copy... | Al Viro | 2020-08-20 | 1 | -5/+1 |
|/ |
|
* | mm/sparc64: use general page fault accounting | Peter Xu | 2020-08-12 | 1 | -10/+1 |
* | mm/sparc32: use general page fault accounting | Peter Xu | 2020-08-12 | 1 | -10/+1 |
* | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 2 | -3/+3 |
* | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
* | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2020-08-07 | 4 | -4/+0 |
* | arch/sparc/mm/srmmu.c: fix build | Andrew Morton | 2020-06-10 | 1 | -10/+0 |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 2 | -2/+2 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 2 | -15/+15 |
* | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 2020-06-09 | 4 | -30/+6 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 2 | -2/+2 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 2 | -2/+2 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 8 | -8/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2020-06-07 | 4 | -73/+51 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | David S. Miller | 2020-06-07 | 1 | -5/+5 |
| |\ |
|
| | * | sparc: mm: return true,false in kern_addr_valid() | Jason Yan | 2020-05-06 | 1 | -5/+5 |
| * | | sparc32: mm: Only call ctor()/dtor() functions for first and last user | Will Deacon | 2020-06-02 | 1 | -3/+11 |
| * | | sparc32: mm: Don't try to free page-table pages if ctor() fails | Will Deacon | 2020-06-02 | 1 | -1/+0 |
| * | | sparc32: register memory occupied by kernel as memblock.memory | Mike Rapoport | 2020-06-02 | 1 | -0/+1 |
| * | | sparc32: mm: Change pgtable_t type to pte_t * instead of struct page * | Will Deacon | 2020-05-13 | 1 | -20/+9 |
| * | | sparc32: mm: Restructure sparc32 MMU page-table layout | Will Deacon | 2020-05-13 | 3 | -43/+25 |
| * | | sparc32: mm: Fix argument checking in __srmmu_get_nocache() | Will Deacon | 2020-05-13 | 1 | -6/+6 |
| |/ |
|
* | | kmap: consolidate kmap_prot definitions | Ira Weiny | 2020-06-04 | 1 | -4/+0 |
* | | sparc: remove unnecessary includes | Ira Weiny | 2020-06-04 | 2 | -2/+0 |
* | | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 2020-06-04 | 1 | -3/+3 |
* | | arch/kmap: ensure kmap_prot visibility | Ira Weiny | 2020-06-04 | 1 | -0/+1 |
* | | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 2020-06-04 | 1 | -8/+3 |
* | | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 2020-06-04 | 1 | -7/+2 |
* | | sparc32: register memory occupied by kernel as memblock.memory | Mike Rapoport | 2020-06-03 | 1 | -0/+1 |
* | | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz | 2020-06-03 | 1 | -15/+4 |
* | | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz | 2020-06-03 | 1 | -22/+0 |
* | | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz | 2020-06-03 | 1 | -8/+16 |
* | | sparc32: simplify detection of memory zone boundaries | Mike Rapoport | 2020-06-03 | 1 | -16/+5 |
* | | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 2020-06-03 | 1 | -1/+1 |
* | | sparc32: fix page table traversal in srmmu_nocache_init() | Mike Rapoport | 2020-05-23 | 1 | -2/+2 |
* | | sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init() | Mike Rapoport | 2020-05-23 | 1 | -1/+1 |
|/ |
|
* | sparc32: use per-device dma_ops | Christoph Hellwig | 2020-04-02 | 4 | -18/+13 |
* | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 2020-04-02 | 2 | -2/+0 |
* | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 2020-04-02 | 2 | -2/+2 |
* | mm: introduce fault_signal_pending() | Peter Xu | 2020-04-02 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2020-01-30 | 3 | -15/+52 |
|\ |
|
| * | sparc64: add support for folded p4d page tables | Mike Rapoport | 2020-01-30 | 3 | -15/+52 |
* | | sparc32: use pgtable-nopud instead of 4level-fixup | Mike Rapoport | 2019-12-04 | 5 | -16/+64 |
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 2019-09-26 | 2 | -4/+4 |
* | | mm: remove quicklist page table caches | Nicholas Piggin | 2019-09-24 | 1 | -1/+0 |
|/ |
|
* | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual | 2019-07-16 | 1 | -15/+1 |