summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include/asm (follow)
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-054-18/+1
* nds32: use generic ioremapChristoph Hellwig2019-11-122-3/+4
* asm-generic: don't provide ioremap for CONFIG_MMUChristoph Hellwig2019-11-111-0/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-251-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-251-2/+0
* nds32: fix asm/syscall.hDmitry V. Levin2019-07-171-10/+17
* nds32: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+4
* Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-034-3/+15
|\
| * nds32: add new emulations for floating point instructionVincent Chen2019-05-311-0/+12
| * nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-313-3/+3
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
|/
* 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-1741-51/+41
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-161-0/+1
| * nds32: remove unused generic-y += cmpxchg-local.hMasahiro Yamada2019-05-071-1/+0
| * nds32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-05-0740-40/+40
| * nds32: remove __virt_to_bus and __bus_to_virtChristoph Hellwig2019-05-071-8/+0
| * nds32/io: Remove useless definition of mmiowb()Will Deacon2019-05-071-2/+0
| * nds32: Removed unused thread flag TIF_USEDFPUJulien Grall2019-05-071-2/+0
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-151-1/+1
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-082-2/+10
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| * | | nds32: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+9
| * | | Move EM_NDS32 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-2/+1
| |/ /
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1
|\ \ \
| * | | nds32/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | | 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-062-17/+0
|\ \ \ | |_|/ |/| |
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0
| * | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-10/+0
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-6/+0
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-24/+5
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-27/+6
|/
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
* nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-3/+2
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-8/+5
|/
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-2913-2/+920
|\
| * nds32: support hardware prefetcherNylon Chen2018-11-221-0/+6
| * nds32: support denormalized result through FP emulatorVincent Chen2018-11-223-0/+23
| * nds32: Support FP emulationVincent Chen2018-11-224-0/+300
| * nds32: nds32 FPU portVincent Chen2018-11-223-0/+136
| * nds32: Power management for nds32Nick Hu2018-11-061-0/+11
| * nds32: Perf portingNickhu2018-11-064-0/+442