summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-2/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-2/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
* Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-05-192-0/+4
|\
| * ARC: guard dsp early init against non ARCv2Eugeniy Paltsev2020-04-291-0/+2