summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2023-06-21nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2-2/+2
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-2/+2
2022-12-08nios2: add FORCE for vmlinuz.gzRandy Dunlap1-1/+1
2022-08-25nios2: add force_successful_syscall_return()Al Viro2-0/+8
2022-08-25nios2: restarts apply only to the first sigframe we build...Al Viro1-0/+1
2022-08-25nios2: fix syscall restart checksAl Viro1-1/+1
2022-08-25nios2: traced syscall does need to check the syscall numberAl Viro1-3/+8
2022-08-25nios2: don't leave NULLs in sys_call_table[]Al Viro2-1/+1
2022-08-25nios2: page fault et.al. are *not* restartable syscalls...Al Viro2-4/+3
2022-06-25nios2: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-0/+3
2021-11-02nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TESTGuenter Roeck1-0/+1
2021-10-27NIOS2: irqflags: rename a redefined register nameRandy Dunlap2-3/+3
2020-01-27nios2: ksyms: Add missing symbol exportsGuenter Roeck1-0/+12
2018-08-27nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintionsTobias Klauser1-9/+0
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-36/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-24/+0
2018-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig1-3/+1
2018-07-25nios2: use generic dma_noncoherent_opsChristoph Hellwig4-146/+17
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-04-25signal/nios2: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-04-12Merge tag 'nios2-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+2
2018-04-06mm: fix races between swapoff and flush dcacheHuang Ying1-2/+2
2018-04-02nios2: Use read_persistent_clock64() instead of read_persistent_clock()Baolin Wang1-2/+2
2018-03-16nios2: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu1-0/+1
2018-02-12Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+8
2018-02-11nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2018-02-11nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre1-8/+8
2018-02-02nios2: kconfig: Remove blank help textUlf Magnusson1-1/+0
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2018-01-30nios2: remove arch specific early_init_dt_alloc_memory_archRob Herring1-5/+0
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-15Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+0
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada1-2/+0
2017-11-08.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-9/+0
2017-09-15Merge tag 'nios2-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+6