Age | Commit message (Expand) | Author | Files | Lines |
2022-05-01 | xtensa: noMMU: allow handling protection faults | Max Filippov | 2 | -1/+6 |
2022-05-01 | xtensa: extract vmalloc_fault code into a function | Max Filippov | 1 | -53/+54 |
2022-05-01 | xtensa: move asid_cache from fault.c to mmu.c | Max Filippov | 2 | -1/+2 |
2022-03-22 | xtensa: define update_mmu_tlb function | Max Filippov | 1 | -0/+6 |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -9/+8 |
2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2021-10-20 | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 1 | -2/+1 |
2021-09-27 | xtensa: use CONFIG_USE_OF instead of CONFIG_OF | Randy Dunlap | 1 | -1/+1 |
2021-04-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
2021-04-04 | xtensa: simplify coherent_kvaddr logic | Max Filippov | 2 | -38/+7 |
2021-03-29 | xtensa: fix uaccess-related livelock in do_page_fault | Max Filippov | 1 | -1/+4 |
2020-12-14 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -50/+19 |
2020-11-16 | xtensa/mm/highmem: Make generic kmap_atomic() work correctly | Thomas Gleixner | 3 | -10/+15 |
2020-11-16 | xtensa: disable preemption around cache alias management calls | Max Filippov | 1 | -0/+14 |
2020-11-06 | xtensa/mm/highmem: Switch to generic kmap atomic | Thomas Gleixner | 1 | -41/+5 |
2020-11-04 | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations | Ard Biesheuvel | 1 | -2/+2 |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
2020-10-13 | arm, xtensa: simplify initialization of high memory pages | Mike Rapoport | 1 | -45/+10 |
2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -1/+1 |
2020-08-12 | mm/xtensa: use general page fault accounting | Peter Xu | 1 | -11/+4 |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2 | -2/+0 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -5/+5 |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 3 | -13/+4 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 3 | -3/+3 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 3 | -3/+3 |
2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 1 | -3/+3 |
2020-06-04 | arch/kmap: don't hard code kmap_prot values | Ira Weiny | 1 | -1/+1 |
2020-06-04 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -5/+2 |
2020-06-04 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -7/+2 |
2020-06-04 | arch/xtensa: move kmap build bug out of the way | Ira Weiny | 1 | -0/+4 |
2020-06-03 | xtensa: simplify detection of memory zone boundaries | Mike Rapoport | 1 | -4/+4 |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -1/+0 |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -1/+1 |
2019-11-26 | xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map | Max Filippov | 1 | -1/+3 |
2019-11-26 | xtensa: fix TLB sanity checker | Max Filippov | 1 | -2/+2 |
2019-11-26 | xtensa: get rid of __ARCH_USE_5LEVEL_HACK | Mike Rapoport | 4 | -6/+19 |
2019-11-26 | xtensa: mm: fix PMD folding implementation | Mike Rapoport | 4 | -6/+19 |
2019-10-20 | xtensa: use correct symbol for the end of .rodata | Max Filippov | 1 | -2/+2 |
2019-08-26 | xtensa: remove free_initrd_mem | Mike Rapoport | 1 | -10/+0 |
2019-07-16 | Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2 | -43/+40 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2019-07-08 | xtensa: abstract 'entry' and 'retw' in assembly code | Max Filippov | 1 | -39/+39 |
2019-07-05 | xtensa: One function call less in bootmem_init() | Markus Elfring | 1 | -4/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -2/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |