aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 2-5/+8
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-1/+1
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 13-15/+332
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02arc/mm: use helper fault_signal_pending()Gravatar Peter Xu 1-21/+13
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-21/+0
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+3
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeGravatar Al Viro 1-2/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsGravatar Eugeniy Paltsev 6-0/+66
2020-03-16ARC: add support for DSP-enabled userspace applicationsGravatar Eugeniy Paltsev 9-1/+127
2020-03-16ARC: handle DSP presence in HWGravatar Eugeniy Paltsev 6-1/+104
2020-03-16ARC: add helpers to sanitize config optionsGravatar Eugeniy Paltsev 2-13/+36
2020-03-16ARC: [plat-axs10x]: PGU: remove unused encoder-slave propertyGravatar Eugeniy Paltsev 1-1/+0
2020-03-11ARC: define __ALIGN_STR and __ALIGN symbols for ARCGravatar Eugeniy Paltsev 1-0/+2
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-02-09ARC: fpu: fix randconfig build error reported by 0-day test serviceGravatar Vineet Gupta 1-0/+2
2020-02-09ARC: fix some Kconfig typosGravatar Randy Dunlap 1-2/+2
2020-02-09ARC: Cleanup old Kconfig IO scheduler optionsGravatar Krzysztof Kozlowski 4-8/+0
2020-02-04arc: mm: add p?d_leaf() definitionsGravatar Steven Price 1-0/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 13-40/+120
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-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-01-17ARCv2: fpu: preserve userspace fpu stateGravatar Vineet Gupta 6-12/+68
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hGravatar Vineet Gupta 4-25/+33
2020-01-15ARC: wireup clone3 syscallGravatar Vineet Gupta 6-4/+19
2020-01-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeGravatar Jose Abreu 1-0/+1
2020-01-14arch/arc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-06Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 4-7/+14
2019-12-28ARC: pt_regs: remove hardcoded registers offsetGravatar Eugeniy Paltsev 2-4/+13
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 28-414/+366
2019-12-19ARC: asm-offsets: remove duplicate entryGravatar Eugeniy Paltsev 1-1/+0
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-09ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKGravatar Mike Rapoport 1-1/+0
2019-12-09arc: eznps: fix allmodconfig kconfig warningGravatar Randy Dunlap 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-3/+3
2019-12-08sched/rt, ARC: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-3/+3
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 27-411/+363
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-4/+11
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-2/+0
2019-12-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKGravatar Vineet Gupta 3-4/+11
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 2-5/+4