summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds1-2/+3
2020-07-27arc: switch to ->regset_get()Al Viro1-90/+58
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-06-18ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev1-0/+8
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta1-12/+7
2020-06-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-4/+4
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov2-7/+16
2020-05-14ARC: show_regs: avoid extra line of outputVineet Gupta1-8/+6
2020-04-12arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada1-2/+0
2020-04-12arc: ptrace: hard-code "arc" instead of UTS_MACHINEMasahiro Yamada2-4/+1
2020-04-12ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds3-13/+29
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev1-0/+6
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev1-0/+4
2020-03-16ARC: handle DSP presence in HWEugeniy Paltsev2-0/+7
2020-03-16ARC: add helpers to sanitize config optionsEugeniy Paltsev1-13/+12
2020-03-11ARC: show_regs: reduce lines of outputVineet Gupta1-15/+12
2020-02-12ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds5-6/+51
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2020-01-17ARCv2: fpu: preserve userspace fpu stateVineet Gupta3-1/+34
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hVineet Gupta1-1/+1
2020-01-15ARC: wireup clone3 syscallVineet Gupta3-4/+16
2020-01-14arch/arc/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-06Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-1/+9
2019-12-28ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev1-0/+9
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar3-3/+174
2019-12-19ARC: asm-offsets: remove duplicate entryEugeniy Paltsev1-1/+0
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-12-08sched/rt, ARC: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2-0/+171
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2019-11-08ARC: ARCv2: jump label: implement jump label patchingEugeniy Paltsev2-0/+171
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker1-6/+54
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds5-58/+26
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+4
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann1-5/+4
2019-07-08ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta1-48/+10