aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport1-1/+0
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-11/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig2-11/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-21nds32: fix up stack guard gapGreg Kroah-Hartman1-1/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+3
2021-07-08nds32: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-05nds32: add arch/nds32/boot/.gitignoreMasahiro Yamada1-0/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-5/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-6/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-0/+1
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-09nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport1-1/+1
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-25nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven1-1/+1
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig1-12/+3
2021-02-25nds32: remove dump_instrChristoph Hellwig1-35/+0
2021-02-25nds32: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski1-1/+0
2021-02-25nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+4
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-8/+2
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-3/+3
2020-12-12nds32: add support for TIF_NOTIFY_SIGNALJens Axboe3-2/+4
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-2/+2
2020-11-06nds32/mm/highmem: Switch to generic kmap atomicThomas Gleixner5-57/+19
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27nds32: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-8/+2
2020-10-25whack-a-mole: USE_ELF_CORE_DUMPAl Viro1-1/+0
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-3/+1