aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ARC: mm: non-functional code movement/cleanupVineet Gupta1-14/+16
2021-08-24ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta2-10/+10
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta2-4/+2
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2-27/+1
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta1-5/+8
2021-08-24ARC: mm: move mmu/cache externs out to setup.hVineet Gupta3-10/+10
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta4-99/+0
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta7-40/+5
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta7-412/+42
2021-08-24ARC: retire ARC750 supportVineet Gupta1-11/+1
2021-08-24ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta2-23/+27
2021-08-24ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta1-9/+2
2021-08-24ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta1-96/+117
2021-08-24ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta1-7/+1
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta1-2/+2
2021-08-24ARC: switch to generic bitopsVineet Gupta3-198/+2
2021-08-24ARC: atomics: implement relaxed variantsVineet Gupta2-30/+26
2021-08-24ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta1-0/+6
2021-08-24ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta1-2/+2
2021-08-24ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta1-13/+4
2021-08-24ARC: atomics: disintegrate headerVineet Gupta4-424/+461
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap1-1/+1
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng3-3/+3
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-08-03ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta1-3/+6
2021-08-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck1-0/+2
2021-08-03arc: Fix spelling mistake and grammar in KconfigColin Ian King1-1/+1
2021-08-03arc: Prefer unsigned int to bare use of unsignedJinchao Wang3-7/+7
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-5/+0
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann3-90/+7
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
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-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-73/+9
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport3-61/+0
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport1-8/+5
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett1-4/+4
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-35/+35
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta1-1/+1
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta2-0/+44
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar12-25/+41
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-6/+0