summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-16ARC: fix potential build snafuVineet Gupta1-5/+0
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds21-1394/+1119
2021-09-02Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-72/+0
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta3-5/+62
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta4-6/+81
2021-08-26ARC: mm: switch to asm-generic/pgalloc.hVineet Gupta1-41/+1
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta4-50/+25
2021-08-26ARC: mm: disintegrate pgtable.h into levels and flagsVineet Gupta3-273/+248
2021-08-26ARC: mm: disintegrate mmu.h (arcv2 bits out)Vineet Gupta3-84/+105
2021-08-25ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta1-0/+8
2021-08-25ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta2-15/+26
2021-08-25ARC: mm: non-functional code movement/cleanupVineet Gupta1-14/+16
2021-08-25ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta2-10/+10
2021-08-25ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta1-3/+0
2021-08-25ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta1-26/+0
2021-08-25ARC: mm: move mmu/cache externs out to setup.hVineet Gupta3-10/+10
2021-08-25ARC: mm: remove tlb paranoid codeVineet Gupta1-6/+0
2021-08-25ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta4-36/+1
2021-08-25ARC: retire MMUv1 and MMUv2 supportVineet Gupta3-143/+6
2021-08-25ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta2-23/+27
2021-08-25ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta1-9/+2
2021-08-25ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta1-96/+117
2021-08-25ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta1-7/+1
2021-08-25ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta1-2/+2
2021-08-25ARC: switch to generic bitopsVineet Gupta2-196/+2
2021-08-25ARC: atomics: implement relaxed variantsVineet Gupta2-30/+26
2021-08-25ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta1-0/+6
2021-08-25ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta1-2/+2
2021-08-25ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta1-13/+4
2021-08-25ARC: atomics: disintegrate headerVineet Gupta4-424/+461
2021-08-04arc: Prefer unsigned int to bare use of unsignedJinchao Wang2-2/+2
2021-07-28asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-5/+0
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann1-78/+5
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual2-2/+2
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-6/+0
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-40/+0
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport1-40/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-35/+35
2021-06-11ARCv2: save ABI registers across signal handlingVineet Gupta1-0/+1
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland2-35/+35
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev3-10/+15
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury1-2/+2
2021-01-05arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2020-12-30local64.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-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus 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