summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-3/+3
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-3/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-3/+3
|\ \
| * | memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-2/+2
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-013-7/+13
|\ \ \
| * | | ARC: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-302-6/+7
| * | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-3/+3
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-3/+3
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-2/+9
|\ \ \
| * | | irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland2021-10-252-2/+9
| |/ /
* | | 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 branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | | Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-09-0533-1836/+1226
|\ \ \
| * | | ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta2021-08-261-12/+12
| * | | ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-266-5/+74
| * | | ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-269-8/+101
| * | | 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-266-87/+28
| * | | ARC: mm: hack to allow 2 level build with 4 level codeVineet Gupta2021-08-251-0/+8
| * | | 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-243-5/+11
| * | | ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta2021-08-243-22/+30
| * | | 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-242-4/+2
| * | | ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2021-08-242-27/+1
| * | | ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta2021-08-241-5/+8
| * | | ARC: mm: move mmu/cache externs out to setup.hVineet Gupta2021-08-243-10/+10
| * | | ARC: mm: remove tlb paranoid codeVineet Gupta2021-08-244-99/+0
| * | | ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta2021-08-247-40/+5
| * | | ARC: retire MMUv1 and MMUv2 supportVineet Gupta2021-08-247-412/+42
| * | | ARC: retire ARC750 supportVineet Gupta2021-08-241-11/+1
| * | | 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-243-198/+2