aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-10Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 2-5/+15
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTEGravatar Nicholas Piggin 1-0/+6
2019-03-07nios2: pte_clear does not need to flush TLBGravatar Nicholas Piggin 1-1/+0
2019-03-07nios2: flush_tlb_page use PID based flushGravatar Nicholas Piggin 1-4/+9
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalGravatar Arnd Bergmann 1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listGravatar Yury Norov 1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-25/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-4/+4
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-07-25nios2: use generic dma_noncoherent_opsGravatar Christoph Hellwig 2-20/+1
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-4/+2
2018-03-16nios2: add ioremap_nocache declaration before include asm-generic/io.h.Gravatar Greentime Hu 1-0/+1
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-9/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGravatar Greg Kroah-Hartman 7-0/+7
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodGravatar Christoph Hellwig 1-9/+0
2017-08-29dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentGravatar Christoph Hellwig 1-1/+1
2017-07-11nios2: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-24/+24
2017-07-11nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.hGravatar Masahiro Yamada 2-23/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-3/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+1
2017-05-12Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-42/+12
2017-05-11nios2: remove custom early console implementationGravatar Tobias Klauser 2-24/+0
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-2/+1
2017-05-11nios2: put setup.h in uapiGravatar Nicolas Dichtel 1-0/+1
2017-05-08nios2: use generic strncpy_from_user() and strnlen_user()Gravatar Ley Foon Tan 1-2/+5
2017-05-08nios2: Add CDX supportGravatar Marek Vasut 1-0/+1
2017-05-08nios2: Add BMX supportGravatar Marek Vasut 1-0/+1
2017-05-08nios2: implement flush_dcache_mmap_lock/unlockGravatar Julien Beraud 1-2/+4
2017-05-08nios2: remove wrapper header for cmpxchg.hGravatar Tobias Klauser 2-14/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 3-48/+9
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 1-0/+1
2017-03-28nios2: switch to RAW_COPY_USERGravatar Al Viro 1-25/+6
2017-03-28nios2: switch to generic extable.hGravatar Al Viro 2-18/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 1-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0