summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11 days1-0/+1
|\
| * asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14 days1-3/+0
|\ \
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-3/+0
| |/
* / vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-6/+1
|/
* nios2: convert to generic syscall tableArnd Bergmann2024-07-102-0/+14
* nios2: define virtual address space for modulesMike Rapoport (IBM)2024-05-141-1/+4
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-152-0/+12
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-231-0/+10
| * nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-1/+1
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-191-0/+1
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
* | arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | nios2: fix flush_dcache_page() for usage from irq contextHelge Deller2023-08-251-0/+4
* | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-251-1/+1
* | nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-252-10/+24
* | nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
|/
* Revert "nios2: Convert __pte_free_tlb() to use ptdescs"Dinh Nguyen2023-06-281-4/+4
* nios2: Convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-06-131-4/+4
* nios2: _TIF_ALLWORK_MASK is unusedAl Viro2023-03-061-3/+0
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-101-9/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-1/+0
* nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-032-1/+24
* nios2/mm: refactor swap PTE layoutDavid Hildenbrand2023-02-031-8/+10
* MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-121-5/+0
* nios2: remove unused INIT_MMAPKefeng Wang2022-11-091-3/+0
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-091-2/+0
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-5/+0
* nios2: add force_successful_syscall_return()Al Viro2022-08-151-0/+2
* nios2: page fault et.al. are *not* restartable syscalls...Al Viro2022-08-151-1/+2
* nios2: drop definition of PGD_ORDERMike Rapoport2022-07-181-3/+1
* nios2: drop definition of PTE_ORDERMike Rapoport2022-07-181-2/+1
* nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-16/+0
* nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-0/+3
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-242-64/+50
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-21/+0
| * uaccess: generalize access_ok()Arnd Bergmann2022-02-251-10/+1
| * nios2: drop access_ok() check from __put_user()Arnd Bergmann2022-02-251-23/+33
| * uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann2022-02-251-10/+16
* | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
|/
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-11/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-11/+0
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+2
|\ \
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+2
| |/