summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* arc: iounmap() arg is volatileRandy Dunlap2022-11-031-1/+1
* ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov2022-11-031-1/+1
* ARC: fix potential build snafuVineet Gupta2021-10-151-5/+0
* Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-09-0521-1394/+1119
|\
| * ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-263-5/+62
| * ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-264-6/+81
| * ARC: mm: switch to asm-generic/pgalloc.hVineet Gupta2021-08-261-41/+1
| * ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2021-08-264-50/+25
| * ARC: mm: disintegrate pgtable.h into levels and flagsVineet Gupta2021-08-253-273/+248
| * ARC: mm: disintegrate mmu.h (arcv2 bits out)Vineet Gupta2021-08-253-84/+105
| * ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta2021-08-241-0/+8
| * ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta2021-08-242-15/+26
| * ARC: mm: non-functional code movement/cleanupVineet Gupta2021-08-241-14/+16
| * ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta2021-08-242-10/+10
| * ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta2021-08-241-3/+0
| * ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2021-08-241-26/+0
| * ARC: mm: move mmu/cache externs out to setup.hVineet Gupta2021-08-243-10/+10
| * ARC: mm: remove tlb paranoid codeVineet Gupta2021-08-241-6/+0
| * 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
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-72/+0
|\ \ | |/ |/|
| * asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-5/+0
| * arc: use generic strncpy/strnlen from_userArnd Bergmann2021-07-231-78/+5
| * asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+10
* | 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