summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap2020-08-161-2/+2
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1
* Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
|\
| * locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
* | ARC: elf: use right ELF_ARCHVineet Gupta2020-06-161-1/+1
* | ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta2020-06-161-1/+4
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-22/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* arc: add show_stack_loglvl()Dmitry Safonov2020-06-091-1/+2
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-3/+0
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-2/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-2/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
* Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-05-192-0/+4
|\
| * ARC: guard dsp early init against non ARCv2Eugeniy Paltsev2020-04-291-0/+2
| * ARC: entry: commentVineet Gupta2020-04-121-0/+2
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-5/+8
|/
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-04-038-0/+254
|\
| * ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev2020-03-164-0/+51
| * ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev2020-03-167-1/+111
| * ARC: handle DSP presence in HWEugeniy Paltsev2020-03-163-0/+69
| * ARC: add helpers to sanitize config optionsEugeniy Paltsev2020-03-161-0/+24
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-21/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-2/+3
|\ \ | |/ |/|
| * futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-2/+3
* | ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev2020-03-111-0/+2
* | ARC: fpu: fix randconfig build error reported by 0-day test serviceVineet Gupta2020-02-091-0/+2
|/
* arc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+1
* Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-01-316-24/+62
|\
| * ARCv2: fpu: preserve userspace fpu stateVineet Gupta2020-01-172-1/+29
| * ARC: fpu: declutter code, move bits out into fpu.hVineet Gupta2020-01-173-24/+32
| * ARC: wireup clone3 syscallVineet Gupta2020-01-152-0/+2
* | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
|\ \ | |/ |/|
| * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2019-12-281-4/+4
* | ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKMike Rapoport2019-12-091-1/+0
|/
* Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-12-046-4/+84
|\
| * ARC: ARCv2: jump label: implement jump label patchingEugeniy Paltsev2019-11-082-0/+74
| * ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not availableVineet Gupta2019-10-281-0/+2
| * ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta2019-10-284-4/+8
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\ \
| * | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
| |/
* | ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta2019-12-011-1/+0
* | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-4/+0
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-2/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0