summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+10
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+5
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann2-4/+5
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-5/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+10
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+13
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-1/+1
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-12-13ARC: add hugetlb definitionsPavel Kozlov1-0/+7
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-1/+1
2023-12-08ARC: fix smatch warningVineet Gupta1-3/+1
2023-12-08ARC: fix spare errorVineet Gupta1-3/+3
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta5-207/+14
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta2-67/+54
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta4-46/+76
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij2-10/+13
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-3/+0
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-2/+4
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds44-1033/+724
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds11-11/+11
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-97/+66
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-9/+0
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)5-40/+59
2023-08-23ARC: boot log: fix warningVineet Gupta1-2/+4
2023-08-23arc: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap11-11/+11
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta7-45/+33
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta3-13/+15
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta1-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta1-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta5-47/+24
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He3-49/+8
2023-08-17ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta1-3/+2
2023-08-17ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta1-4/+2
2023-08-17ARC: entry: rework (non-functional)Vineet Gupta6-37/+39
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta5-23/+20
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta4-155/+61
2023-08-17ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta1-3/+1
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta13-154/+58
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta5-343/+268
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2-4/+0
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta4-115/+97
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta4-67/+58
2023-08-17ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta1-1/+2
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta1-4/+6
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta1-0/+2