aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-2/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-06-18ARCv2: support loop buffer (LPB) disablingGravatar Eugeniy Paltsev 2-0/+14
2020-06-16ARC: build: remove deprecated toggle for arc700 buildsGravatar Vineet Gupta 1-1/+1
2020-06-16ARC: build: allow users to specify -mcpuGravatar Eugeniy Paltsev 2-2/+28
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesGravatar Vineet Gupta 1-12/+7
2020-06-16ARC: elf: use right ELF_ARCHGravatar Vineet Gupta 1-1/+1
2020-06-16ARC: [arcompact] fix bitrot with 2 levels of interruptGravatar Vineet Gupta 1-1/+4
2020-06-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEGravatar Vineet Gupta 1-11/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 3-6/+6
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-22/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 3-4/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09arc: add show_stack_loglvl()Gravatar Dmitry Safonov 3-8/+18
2020-06-04kmap: consolidate kmap_prot definitionsGravatar Ira Weiny 1-3/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sGravatar Ira Weiny 1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 2-7/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 2-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 2-12/+0