aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-49/+10
2018-10-26nios2: switch to NO_BOOTMEMGravatar Mike Rapoport 3-39/+7
2018-10-26nios2: use generic early_init_dt_add_memory_archGravatar Mike Rapoport 3-10/+3
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-54/+12
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-10-04Merge branch 'all-dtbs' into dt/nextGravatar Rob Herring 4-51/+7
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 2-11/+0
2018-10-02nios2: fix building all dtbsGravatar Rob Herring 1-0/+3
2018-10-02nios2: use common rules to build built-in dtbGravatar Rob Herring 4-37/+4
2018-10-02nios2: build .dtb files in dts directoryGravatar Rob Herring 3-6/+3
2018-09-28nios2: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-09-28nios2: get cpu node with of_get_cpu_nodeGravatar Rob Herring 1-1/+3
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-08-27nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintionsGravatar Tobias Klauser 1-9/+0
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-36/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-24/+0
2018-08-02kconfig: remove duplicate SWAP symbol defintionsGravatar Christoph Hellwig 1-3/+1
2018-07-25nios2: use generic dma_noncoherent_opsGravatar Christoph Hellwig 4-146/+17
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-04-25signal/nios2: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-04-11Merge tag 'nios2-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-4/+2
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 1-2/+2
2018-04-03nios2: Use read_persistent_clock64() instead of read_persistent_clock()Gravatar Baolin Wang 1-2/+2
2018-03-16nios2: add ioremap_nocache declaration before include asm-generic/io.h.Gravatar Greentime Hu 1-0/+1
2018-02-11Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-10/+8
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsGravatar Krzysztof Kozlowski 2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationGravatar Mathieu Malaterre 1-8/+8
2018-02-03nios2: kconfig: Remove blank help textGravatar Ulf Magnusson 1-1/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2018-01-30nios2: remove arch specific early_init_dt_alloc_memory_archGravatar Rob Herring 1-5/+0
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeGravatar Christoph Hellwig 1-3/+0
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-9/+0