summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\
| * arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-12/+2Star
|\ \
| * | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-4/+4
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-10/+0Star
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-35/+7Star
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-35/+7Star
|/
* KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* Merge tag 'nios2-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-03-102-5/+15
|\
| * nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin2019-03-061-0/+6
| * nios2: pte_clear does not need to flush TLBNicholas Piggin2019-03-061-1/+0Star
| * nios2: flush_tlb_page use PID based flushNicholas Piggin2019-03-061-4/+9
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+2
|\ \
| * | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| * | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| |/
* / get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-25/+0Star
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-4/+2Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-4/+4
|/
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
* nios2: use generic dma_noncoherent_opsChristoph Hellwig2018-07-252-20/+1Star
* time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* page cache: use xa_lockMatthew Wilcox2018-04-111-4/+2Star
* nios2: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu2018-03-161-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-9/+0Star
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-9/+0Star
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-027-0/+7
|/
* dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig2017-08-291-1/+1
* nios2: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-24/+24
* nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.hMasahiro Yamada2017-07-112-23/+0Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-042-1/+1
|\
| * signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+1
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-291-3/+0Star
|/
* Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-127-42/+12Star
|\
| * nios2: remove custom early console implementationTobias Klauser2017-05-112-24/+0Star
| * nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-081-2/+5
| * nios2: Add CDX supportMarek Vasut2017-05-081-0/+1
| * nios2: Add BMX supportMarek Vasut2017-05-081-0/+1
| * nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud2017-05-081-2/+4
| * nios2: remove wrapper header for cmpxchg.hTobias Klauser2017-05-082-14/+1Star
* | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-101-2/+1Star
* | nios2: put setup.h in uapiNicolas Dichtel2017-05-101-0/+1
|/