summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-11-17ARC: stack unwinding: reorganize how initial register state setupVineet Gupta1-19/+18
2020-11-17ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta1-8/+15
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi1-12/+12
2020-11-17ARC: bitops: Remove unecessary operation and valueGustavo Pimentel1-3/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta2-18/+16
2020-11-02ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-6/+6
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-23Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+18
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds35-1355/+15
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-52/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-10-05arc: include/asm: fix typos of "themselves"Randy Dunlap2-3/+3
2020-10-05ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport1-1/+1
2020-10-05ARC: [dts] fix the errors detected by dtbs_checkZhen Lei5-5/+5
2020-10-05arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran1-0/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta28-1346/+5
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-08arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-52/+2
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds6-73/+56
2020-09-01ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin1-2/+2
2020-09-01arc: fix memory initialization for systems with two memory banksMike Rapoport1-11/+16
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta1-1/+0
2020-08-27ARC: show_regs: fix r12 printing and simplifyVineet Gupta1-47/+30
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-16ARC: HSDK: wireup perf irqVineet Gupta1-0/+2
2020-08-16ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta1-10/+4
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap1-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-90/+58
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-3/+3
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-5/+0
2020-07-27arc: switch to ->regset_get()Al Viro1-90/+58