summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include/asm
Commit message (Expand)AuthorAgeFilesLines
* nds32: fix asm/syscall.hDmitry V. Levin2019-07-171-10/+17
* nds32: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+4Star
* 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/+0Star
* Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1741-51/+41Star
|\
| * nds32: Fix vDSO clock_getres()Vincenzo Frascino2019-05-161-0/+1
| * nds32: remove unused generic-y += cmpxchg-local.hMasahiro Yamada2019-05-071-1/+0Star
| * 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/+0Star
| * nds32/io: Remove useless definition of mmiowb()Will Deacon2019-05-071-2/+0Star
| * nds32: Removed unused thread flag TIF_USEDFPUJulien Grall2019-05-071-2/+0Star
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-1/+0Star
|\ \
| * | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0Star
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0Star
* | | 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/+1Star
| |/ /
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1Star
|\ \ \
| * | | nds32/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0Star
| * | | 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/+0Star
|\ \ \ | |_|/ |/| |
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0Star
| * | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-10/+0Star
| * | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-6/+0Star
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-24/+5Star
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-27/+6Star
|/
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
* nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-3/+2Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-3/+2Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-8/+5Star
|/
* 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
| * nds32: Fix bug in bitfield.hNickhu2018-11-061-2/+2
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
|/
* nds32: fix build error because of wrong semicolonGreentime Hu2018-09-041-2/+2
* nds32: Add macro definition for offset of lp register on stackZong Li2018-09-041-0/+1
* nds32/ftrace: Support dynamic function tracerZong Li2018-09-041-0/+26