aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Gupta2-196/+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-03arc: Prefer unsigned int to bare use of unsignedJinchao Wang2-2/+2
2021-07-27asm-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-29Merge 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/kernel/git/tip/tipLinus Torvalds2-35/+35
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland2-35/+35
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2-9/+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-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