summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* nds32: fix build failure caused by page table folding updatesMike Rapoport2019-12-301-1/+1
* asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport2019-12-301-4/+7
* nds32: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-049-35/+47
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-32/+29
|\
| * y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann2019-11-151-18/+15
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-11/+11
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-3/+3
* | Merge tag 'nds32-for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-303-7/+5
|\ \
| * | nds32: Move static keyword to the front of declarationKrzysztof Wilczynski2019-11-211-1/+1
| * | nds32: Fix typo in Kconfig.cpuMasanari Iida2019-11-211-4/+4
| * | nds32: remove unneeded clean-files for DTBMasahiro Yamada2019-11-211-2/+0
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| |/
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-285-66/+7
|\ \
| * | nds32: use generic ioremapChristoph Hellwig2019-11-125-67/+6
| * | asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-0/+2
| |/
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-6/+0
|\
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
* | nds32: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-291-0/+2
|/
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-258-8/+8
* nds32: fix asm/syscall.hDmitry V. Levin2019-07-161-10/+17
* Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-121-2/+0
|\
| * kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-0/+1
|\ \
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-151-0/+1
| |/
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-314/+13
|\ \
| * | nds32: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-252-314/+13
* | | nds32: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+4
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \
| * | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |/ | |/|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-084-12/+13
|\ \ \ | |/ / |/| |
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-293-5/+5
| * | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-292-3/+3
| * | signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman2019-05-291-3/+4
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-4/+4
* | | Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-0324-51/+451
|\ \ \
| * | | nds32: add new emulations for floating point instructionVincent Chen2019-05-3115-5/+393
| * | | nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-319-46/+58
| |/ /
* | / treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2111-0/+11
|/
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-3/+0
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1758-86/+71
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-163-1/+5
| * nds32: don't export low-level cache flushing routinesChristoph Hellwig2019-05-161-6/+0
| * arch: nds32: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-05-071-8/+8