summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nios2-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-1221-252/+69
|\
| * nios2: remove custom early console implementationTobias Klauser2017-05-116-199/+0
| * nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-083-35/+7
| * nios2: Add CDX supportMarek Vasut2017-05-084-2/+19
| * nios2: Add BMX supportMarek Vasut2017-05-084-2/+19
| * nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut2017-05-083-0/+13
| * nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud2017-05-081-2/+4
| * nios2: enable earlycon supportTobias Klauser2017-05-084-4/+9
| * nios2: constify irq_domain_opsTobias Klauser2017-05-081-1/+1
| * nios2: remove wrapper header for cmpxchg.hTobias Klauser2017-05-082-14/+1
| * nios2: add .gitignore entries for auto-generated filesTobias Klauser2017-05-082-0/+3
* | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-2/+1
* | nios2: put setup.h in uapiNicolas Dichtel2017-05-111-0/+1
|/
* Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-56/+16
|\
| * CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| *---. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-265-56/+18
| |\ \ \
| | | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | |/| | | |/| |
| | | * | nios2: switch to RAW_COPY_USERAl Viro2017-03-283-33/+15
| | | * | nios2: switch to generic extable.hAl Viro2017-03-282-18/+2
| | |/ /
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| | * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
| |/ /
* | / nios2: reserve boot memory for device treeTobias Klauser2017-04-022-0/+10
| |/ |/|
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
|/
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-3/+3
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-3/+3
* | treewide: Remove remaining executable attributes from source filesJoe Perches2017-02-252-0/+0
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-212-2/+2
|\ \
| * | nios2: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-262-2/+2
| |/
* / sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'nios2-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-162-4/+16
|\
| * nios2: add screen_infoLey Foon Tan2016-12-131-0/+5
| * nios2: Convert pfn_valid to static inlineTobias Klauser2016-12-131-2/+9
| * nios2: Extend !__ASSEMBLY__ section in asm/page.hTobias Klauser2016-12-131-2/+2
* | arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-8/+18
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-221-0/+1
|\|
| * nios2: fix timer initcall return valueArnd Bergmann2016-11-111-0/+1
* | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
|/
* Merge tag 'nios2-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-10-102-14/+9
|\