summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta2021-08-244-36/+1
* ARC: retire MMUv1 and MMUv2 supportVineet Gupta2021-08-243-143/+6
* ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta2021-08-242-23/+27
* ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta2021-08-241-9/+2
* ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta2021-08-241-96/+117
* ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta2021-08-241-7/+1
* ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta2021-08-241-2/+2
* ARC: switch to generic bitopsVineet Gupta2021-08-242-196/+2
* ARC: atomics: implement relaxed variantsVineet Gupta2021-08-242-30/+26
* ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta2021-08-241-0/+6
* ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta2021-08-241-2/+2
* ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta2021-08-241-13/+4
* ARC: atomics: disintegrate headerVineet Gupta2021-08-244-424/+461
* arc: Prefer unsigned int to bare use of unsignedJinchao Wang2021-08-032-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-8/+2
|\
| * mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-012-2/+2
| * mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-6/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-40/+0
|\|
| * arc: remove support for DISCONTIGMEMMike Rapoport2021-06-291-40/+0
* | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-35/+35
|\ \ | |/ |/|
| * locking/atomic: arc: move to ARCH_ATOMICMark Rutland2021-05-262-35/+35
* | ARCv2: save ABI registers across signal handlingVineet Gupta2021-06-101-0/+1
* | ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2021-05-103-10/+15
* | arc: Fix typos/spellosBhaskar Chowdhury2021-05-101-2/+2
|/
* arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-051-0/+1
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+3
|\
| * arc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+3
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-8/+9
|\ \
| * | arc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-261-8/+9
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-3/+17
|\ \
| * | arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-151-3/+17
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-20/+20
|\ \ \ | |/ / |/| |
| * | arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-062-20/+20
| |/
* | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-271-0/+2
|\ \
| * | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
| |/
* / ARC: bitops: Remove unecessary operation and valueGustavo Pimentel2020-11-171-3/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-5/+5
* arc: include/asm: fix typos of "themselves"Randy Dunlap2020-10-052-3/+3
* ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta2020-10-0510-324/+5
* 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