aboutsummaryrefslogtreecommitdiff
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...Gravatar Linus Torvalds 1-0/+2
2020-11-17ARC: stack unwinding: reorganize how initial register state setupGravatar Vineet Gupta 1-19/+18
2020-11-17ARC: stack unwinding: don't assume non-current task is sleepingGravatar Vineet Gupta 1-8/+15
2020-11-17ARC: mm: fix spelling mistakesGravatar Flavio Suligoi 1-12/+12
2020-11-17ARC: bitops: Remove unecessary operation and valueGravatar Gustavo Pimentel 1-3/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededGravatar Arnd Bergmann 1-0/+2
2020-11-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineGravatar Vineet Gupta 2-18/+16
2020-11-02ARC: stack unwinding: avoid indefinite loopingGravatar Vineet Gupta 1-1/+6
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 3-6/+6
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-23Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+18
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingGravatar Vineet Gupta 1-9/+18
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 35-1355/+15
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-52/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-10-05arc: include/asm: fix typos of "themselves"Gravatar Randy Dunlap 2-3/+3
2020-10-05ARC: SMP: fix typo and use "come up" instead of "comeup"Gravatar Mike Rapoport 1-1/+1
2020-10-05ARC: [dts] fix the errors detected by dtbs_checkGravatar Zhen Lei 5-5/+5
2020-10-05arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERGravatar Necip Fazil Yildiran 1-0/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformGravatar Vineet Gupta 28-1346/+5
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-08arc: kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-52/+2
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 6-73/+56
2020-09-01ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idGravatar Evgeniy Didin 1-2/+2
2020-09-01arc: fix memory initialization for systems with two memory banksGravatar Mike Rapoport 1-11/+16
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsGravatar Vineet Gupta 1-1/+0
2020-08-27ARC: show_regs: fix r12 printing and simplifyGravatar Vineet Gupta 1-47/+30
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-5/+5
2020-08-16ARC: HSDK: wireup perf irqGravatar Vineet Gupta 1-0/+2
2020-08-16ARC: perf: don't bail setup if pct irq missing in device-treeGravatar Vineet Gupta 1-10/+4
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesGravatar Randy Dunlap 1-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-08-12mm/arc: use general page fault accountingGravatar Peter Xu 1-15/+3
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-2/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-5/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 2-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-90/+58
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 2-3/+3
2020-07-29Merge branch 'locking/header'Gravatar Peter Zijlstra 1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-27kill unused dump_fpu() instancesGravatar Al Viro 1-5/+0
2020-07-27arc: switch to ->regset_get()Gravatar Al Viro 1-90/+58