aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-05arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-8/+9
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+17
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport1-3/+17
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+20
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+2
2020-11-17ARC: bitops: Remove unecessary operation and valueGustavo Pimentel1-3/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-09arc: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+3
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2-20/+20
2020-10-26arc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-8/+9
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-5/+5
2020-10-05arc: include/asm: fix typos of "themselves"Randy Dunlap2-3/+3
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta10-324/+5
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap1-2/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+1
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-06-16ARC: elf: use right ELF_ARCHVineet Gupta1-1/+1
2020-06-16ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta1-1/+4
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-22/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov1-1/+2
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-3/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-2/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds2-0/+4
2020-04-29ARC: guard dsp early init against non ARCv2Eugeniy Paltsev1-0/+2
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-5/+8
2020-04-12ARC: entry: commentVineet Gupta1-0/+2
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-1/+1
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds8-0/+254
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-21/+0
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-2/+3
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev4-0/+51
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev7-1/+111
2020-03-16ARC: handle DSP presence in HWEugeniy Paltsev3-0/+69
2020-03-16ARC: add helpers to sanitize config optionsEugeniy Paltsev1-0/+24
2020-03-11ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev1-0/+2
2020-02-09ARC: fpu: fix randconfig build error reported by 0-day test serviceVineet Gupta1-0/+2
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price1-0/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds6-24/+62
2020-01-17ARCv2: fpu: preserve userspace fpu stateVineet Gupta2-1/+29