aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
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-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineGravatar Vineet Gupta 1-1/+16
2020-11-02ARC: stack unwinding: avoid indefinite loopingGravatar Vineet Gupta 1-1/+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-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 4-31/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 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-05ARC: SMP: fix typo and use "come up" instead of "comeup"Gravatar Mike Rapoport 1-1/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformGravatar Vineet Gupta 3-30/+0
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 2-57/+34
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
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: perf: don't bail setup if pct irq missing in device-treeGravatar Vineet Gupta 1-10/+4
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+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 '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 1-2/+3
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-06-18ARCv2: support loop buffer (LPB) disablingGravatar Eugeniy Paltsev 1-0/+8
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesGravatar Vineet Gupta 1-12/+7
2020-06-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEGravatar Vineet Gupta 1-11/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-4/+4
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 2-7/+16
2020-05-14ARC: show_regs: avoid extra line of outputGravatar Vineet Gupta 1-8/+6
2020-04-12arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEGravatar Masahiro Yamada 1-2/+0
2020-04-12arc: ptrace: hard-code "arc" instead of UTS_MACHINEGravatar Masahiro Yamada 2-4/+1
2020-04-12ARC: Fix ICCM & DCCM runtime size checksGravatar Eugeniy Paltsev 1-2/+3
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 3-13/+29
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsGravatar Eugeniy Paltsev 1-0/+6
2020-03-16ARC: add support for DSP-enabled userspace applicationsGravatar Eugeniy Paltsev 1-0/+4
2020-03-16ARC: handle DSP presence in HWGravatar Eugeniy Paltsev 2-0/+7
2020-03-16ARC: add helpers to sanitize config optionsGravatar Eugeniy Paltsev 1-13/+12
2020-03-11ARC: show_regs: reduce lines of outputGravatar Vineet Gupta 1-15/+12
2020-02-12ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 5-6/+51
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2020-01-17ARCv2: fpu: preserve userspace fpu stateGravatar Vineet Gupta 3-1/+34
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hGravatar Vineet Gupta 1-1/+1
2020-01-15ARC: wireup clone3 syscallGravatar Vineet Gupta 3-4/+16