summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-281-162/+0
* arc: Replace lkml.org links with loreKees Cook2021-12-281-2/+6
* ARC: thread_info.h: correct two typos in a commentRandy Dunlap2021-12-281-2/+2
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-1/+6
|\
| * ARC: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| * kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+1
|\ \
| * | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+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