summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include
Commit message (Expand)AuthorAgeFilesLines
* 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-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-038-25/+50
|\
| * nds32: add new emulations for floating point instructionVincent Chen2019-05-311-0/+12
| * nds32: Avoid IEX status being incorrectly modifiedVincent Chen2019-05-317-25/+38
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
|/
* 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-1748-58/+48Star
|\
| * 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-0747-47/+47
| * 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
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* 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
* 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-2917-2/+956
|\
| * nds32: support hardware prefetcherNylon Chen2018-11-221-0/+6
| * nds32: support denormalized result through FP emulatorVincent Chen2018-11-227-0/+54
| * nds32: Support FP emulationVincent Chen2018-11-224-0/+300
| * nds32: nds32 FPU portVincent Chen2018-11-224-0/+141
| * nds32: Power management for nds32Nick Hu2018-11-061-0/+11
| * nds32: Perf portingNickhu2018-11-064-0/+442