aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2020-11-17ARC: bitops: Remove unecessary operation and valueGravatar Gustavo Pimentel 1-3/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededGravatar Arnd Bergmann 1-0/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 2-5/+5
2020-10-05arc: include/asm: fix typos of "themselves"Gravatar Randy Dunlap 2-3/+3
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformGravatar Vineet Gupta 10-324/+5
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesGravatar Randy Dunlap 1-2/+2
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-2/+1
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-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-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-22/+0
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-2/+0
2020-06-09arc: add show_stack_loglvl()Gravatar Dmitry Safonov 1-1/+2
2020-06-04kmap: consolidate kmap_prot definitionsGravatar Ira Weiny 1-3/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-2/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-2/+0
2020-06-04arch/kmap: remove BUG_ON()Gravatar Ira Weiny 1-1/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Gravatar Anshuman Khandual 1-1/+1
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 2-0/+4
2020-04-29ARC: guard dsp early init against non ARCv2Gravatar Eugeniy Paltsev 1-0/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 2-5/+8
2020-04-12ARC: entry: commentGravatar Vineet Gupta 1-0/+2
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 8-0/+254
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-16ARC: allow userspace DSP applications to use AGU extensionsGravatar Eugeniy Paltsev 4-0/+51
2020-03-16ARC: add support for DSP-enabled userspace applicationsGravatar Eugeniy Paltsev 7-1/+111
2020-03-16ARC: handle DSP presence in HWGravatar Eugeniy Paltsev 3-0/+69
2020-03-16ARC: add helpers to sanitize config optionsGravatar Eugeniy Paltsev 1-0/+24
2020-03-11ARC: define __ALIGN_STR and __ALIGN symbols for ARCGravatar Eugeniy Paltsev 1-0/+2
2020-02-09ARC: fpu: fix randconfig build error reported by 0-day test serviceGravatar Vineet Gupta 1-0/+2
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 5-24/+61
2020-01-17ARCv2: fpu: preserve userspace fpu stateGravatar Vineet Gupta 2-1/+29
2020-01-17ARC: fpu: declutter code, move bits out into fpu.hGravatar Vineet Gupta 3-24/+32
2020-01-15ARC: wireup clone3 syscallGravatar Vineet Gupta 1-0/+1
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2019-12-28ARC: pt_regs: remove hardcoded registers offsetGravatar Eugeniy Paltsev 1-4/+4
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-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 6-4/+84
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-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKGravatar Vineet Gupta 1-1/+0
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0