| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2019-03-10 | 3 | -86/+115 |
|\ |
|
| * | nios2: Fix update_mmu_cache preload the TLB with the new PTE | Nicholas Piggin | 2019-03-06 | 1 | -1/+2 |
| * | nios2: update_mmu_cache preload the TLB with the new PTE | Nicholas Piggin | 2019-03-06 | 2 | -9/+30 |
| * | nios2: User address TLB flush break after finding the matching entry | Nicholas Piggin | 2019-03-06 | 1 | -0/+5 |
| * | nios2: flush_tlb_all use TLBMISC way auto-increment feature | Nicholas Piggin | 2019-03-06 | 1 | -6/+5 |
| * | nios2: improve readability of tlb functions | Nicholas Piggin | 2019-03-06 | 1 | -27/+33 |
| * | nios2: flush_tlb_mm flush only the pid | Nicholas Piggin | 2019-03-06 | 1 | -12/+14 |
| * | nios2: flush_tlb_pid can just restore TLBMISC once | Nicholas Piggin | 2019-03-06 | 1 | -2/+2 |
| * | nios2: TLBMISC writes do not require PID bits to be set | Nicholas Piggin | 2019-03-06 | 1 | -12/+7 |
| * | nios2: Use an invalid TLB entry address helper function | Nicholas Piggin | 2019-03-06 | 1 | -35/+33 |
| * | nios2: flush_tlb_page use PID based flush | Nicholas Piggin | 2019-03-06 | 2 | -10/+10 |
| * | nios2: update_mmu_cache clear the old entry from the TLB | Nicholas Piggin | 2019-03-06 | 1 | -0/+2 |
* | | arch/nios2/mm/fault.c: remove duplicate include | Sabyasachi Gupta | 2019-03-08 | 1 | -1/+0 |
|/ |
|
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 2018-08-18 | 1 | -1/+1 |
* | nios2: use generic dma_noncoherent_ops | Christoph Hellwig | 2018-07-25 | 1 | -126/+13 |
* | mm: fix races between swapoff and flush dcache | Huang Ying | 2018-04-06 | 1 | -2/+2 |
* | dma-mapping: clear harmful GFP_* flags in common code | Christoph Hellwig | 2018-01-15 | 1 | -3/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | nios2: use generic strncpy_from_user() and strnlen_user() | Ley Foon Tan | 2017-05-08 | 1 | -33/+0 |
* | nios2: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 1 | -8/+8 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -1/+1 |
|\ |
|
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
* | | nios2: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 2017-01-26 | 2 | -2/+2 |
|/ |
|
* | arch/nios2: add option to skip DMA sync as a part of map and unmap | Alexander Duyck | 2016-12-15 | 1 | -8/+18 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -6/+6 |
* | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 1 | -1/+1 |
* | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 2016-07-27 | 1 | -1/+1 |
* | nios2: convert to dma_map_ops | Christoph Hellwig | 2016-01-21 | 1 | -69/+80 |
* | nios2: fix cache coherency | Ley Foon Tan | 2015-11-26 | 1 | -20/+4 |
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 1 | -1/+1 |
* | nios2: rework cache | Ley Foon Tan | 2015-04-24 | 1 | -16/+36 |
* | nios2: remove end address checking for initda | Ley Foon Tan | 2015-04-20 | 1 | -3/+0 |
* | nios2: fix cache coherency issue when debug with gdb | Ley Foon Tan | 2015-04-10 | 1 | -3/+0 |
* | nios2: mm: do not invoke OOM killer on kernel fault OOM | Ley Foon Tan | 2015-03-16 | 1 | -6/+0 |
* | nios2: Port OOM changes to do_page_fault() | Ley Foon Tan | 2015-02-09 | 1 | -5/+32 |
* | nios2: fix unhandled signals | Chung-Ling Tang | 2015-02-09 | 1 | -3/+5 |
* | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 2015-01-29 | 1 | -0/+2 |
* | nios2: Build infrastructure | Ley Foon Tan | 2014-12-08 | 1 | -0/+14 |
* | nios2: DMA mapping API | Ley Foon Tan | 2014-12-08 | 1 | -0/+186 |
* | nios2: TLB handling | Ley Foon Tan | 2014-12-08 | 1 | -0/+275 |
* | nios2: Cache handling | Ley Foon Tan | 2014-12-08 | 1 | -0/+271 |
* | nios2: Process management | Ley Foon Tan | 2014-12-08 | 1 | -0/+116 |
* | nios2: Page table management | Ley Foon Tan | 2014-12-08 | 1 | -0/+74 |
* | nios2: MMU Fault handling | Ley Foon Tan | 2014-12-08 | 2 | -0/+276 |
* | nios2: I/O Mapping | Ley Foon Tan | 2014-12-08 | 1 | -0/+187 |
* | nios2: Memory management | Ley Foon Tan | 2014-12-08 | 2 | -0/+305 |