summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-6/+6
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-231-9/+18
|\ \
| * | ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta2020-10-221-9/+18
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2020-10-2035-1355/+15
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | arc: include/asm: fix typos of "themselves"Randy Dunlap2020-10-052-3/+3
| * | ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport2020-10-051-1/+1
| * | ARC: [dts] fix the errors detected by dtbs_checkZhen Lei2020-10-055-5/+5
| * | arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran2020-10-051-0/+1
| * | ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta2020-10-0528-1346/+5
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-52/+2
|\ \ \
| * | | arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-52/+2
| |/ /
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
| |/
* | Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-09-056-73/+56
|\ \
| * | ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin2020-09-011-2/+2
| * | arc: fix memory initialization for systems with two memory banksMike Rapoport2020-09-011-11/+16
| * | irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta2020-08-271-1/+0
| * | ARC: show_regs: fix r12 printing and simplifyVineet Gupta2020-08-271-47/+30
| * | ARC: HSDK: wireup perf irqVineet Gupta2020-08-161-0/+2
| * | ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta2020-08-161-10/+4
| * | ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap2020-08-161-2/+2
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
|/
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* mm/arc: use general page fault accountingPeter Xu2020-08-121-15/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-5/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-5/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+0
|\ \
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-90/+58
|\ \ \ | |/ / |/| / | |/
| * arc: switch to ->regset_get()Al Viro2020-07-271-90/+58
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-3/+3
|\ \
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+3
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| |/
* | Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
|\ \
| * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| |/
* | ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev2020-06-182-0/+14
* | ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta2020-06-161-1/+1
* | ARC: build: allow users to specify -mcpuEugeniy Paltsev2020-06-162-2/+28
* | ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta2020-06-161-12/+7
* | ARC: elf: use right ELF_ARCHVineet Gupta2020-06-161-1/+1
* | ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta2020-06-161-1/+4