summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-0/+10
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-222-0/+10
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-4/+5
|\ \
| * | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-062-4/+5
| |/
* / smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-5/+0
|/
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-1/+1
|\
| *-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-1/+1
| |\ \
| | | * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
| | |/
* | | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+1
|\ \ \
| * | | mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-10/+13
|\ \ \ | |_|/ |/| |
| * | ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-12-052-10/+13
| |/
* | ARC: add hugetlb definitionsPavel Kozlov2023-12-131-0/+7
* | ARC: fix smatch warningVineet Gupta2023-12-081-3/+1
* | ARC: fix spare errorVineet Gupta2023-12-081-3/+3
* | ARC: mm: retire support for aliasing VIPT D$Vineet Gupta2023-12-085-207/+14
* | ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta2023-12-082-67/+54
* | ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta2023-12-084-46/+76
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-3/+0
* fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-2/+4
* Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2023-09-0444-1033/+724
|\
| * ARC: boot log: fix warningVineet Gupta2023-08-231-2/+4
| * arc: Explicitly include correct DT includesRob Herring2023-08-231-1/+0
| * ARC: pt_regs: create seperate type for ecrVineet Gupta2023-08-187-45/+33
| * ARCv2: entry: rearrange pt_regs slightlyVineet Gupta2023-08-183-13/+15
| * ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta2023-08-181-1/+1
| * ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta2023-08-181-2/+2
| * ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2023-08-185-47/+24
| * ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta2023-08-171-3/+2
| * ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta2023-08-171-4/+2
| * ARC: entry: rework (non-functional)Vineet Gupta2023-08-176-37/+39
| * ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2023-08-175-23/+20
| * ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta2023-08-174-155/+61
| * ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta2023-08-171-3/+1
| * ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta2023-08-1713-154/+58
| * ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-175-343/+268
| * ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2023-08-172-4/+0
| * ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-174-115/+97
| * ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-174-67/+58
| * ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta2023-08-171-1/+2
| * ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta2023-08-171-4/+6
| * ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta2023-08-171-0/+2
| * ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2023-08-172-20/+2
| * ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2023-08-152-6/+6
| * ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-1317-10/+48
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-2/+2
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-112-2/+2
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2911-11/+11
|\ \
| * | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-2111-11/+11
| |/