summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+0Star
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-51/+11Star
| |\ \ \ | | | |/ | | |/|
| * | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0Star
| | |/ | |/|
* | | 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
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+12
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-1/+1
|\
| * fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-241-1/+1
* | arch: simplify several early memory allocationsMike Rapoport2019-03-081-8/+4Star
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \
| * \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-0/+3
| |\ \ | | |/ | |/|
| | * 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
| | * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-2/+1Star
|/ /
* / nds32: remove unneeded code in arch/nds32/MakefileMasahiro Yamada2019-01-171-8/+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-045-20/+16Star
|/
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-2955-36/+4007
|\
| * nds32: support hardware prefetcherNylon Chen2018-11-224-1/+21
| * nds32: Fix the items of hwcap_str ordering issue.Nylon Chen2018-11-221-1/+2
| * nds32: support denormalized result through FP emulatorVincent Chen2018-11-2211-4/+125
| * nds32: Support FP emulationVincent Chen2018-11-2224-5/+1064
| * nds32: nds32 FPU portVincent Chen2018-11-2217-16/+589
| * nds32: Remove duplicated include from pm.cYueHaibing2018-11-061-1/+0Star
| * nds32: Power management for nds32Nick Hu2018-11-065-1/+230
| * nds32: Add perf call-graph support.Nickhu2018-11-061-0/+299
| * nds32: Perf portingNickhu2018-11-069-6/+1681
| * nds32: Fix bug in bitfield.hNickhu2018-11-061-2/+2
| * nds32: Fix gcc 8.0 compiler option incompatible.Nickhu2018-11-061-1/+5
| * nds32: Fill all TLB entries with kernel image mappingZong Li2018-11-061-8/+1Star
| * nds32: Remove the redundant assignmentZong Li2018-11-061-2/+0Star
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-2/+0Star
|\ \
| * \ Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-1/+1
| |\ \
| * | | nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0Star
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+0Star
|\ \ \
| * | | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0Star
| | |/ | |/|
* / | nds32: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-16/+2Star
|/ /
* | 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