aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-16/+18
2024-05-25ARC, bpf: Fix issues reported by the static analyzersGravatar Shahab Vahedi 3-16/+18
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+1
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 6-0/+4602
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Gravatar Joerg Roedel 1-2/+1
2024-05-12ARC: Add eBPF JIT supportGravatar Shahab Vahedi 6-0/+4602
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryGravatar Masahiro Yamada 1-2/+1
2024-05-03arch: Rename fbdev header and source filesGravatar Thomas Zimmermann 1-8/+0
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Gravatar Robin Murphy 1-2/+1
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoGravatar Rick Edgecombe 1-3/+1
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 1-0/+2
2024-04-16ARC: [plat-hsdk]: Remove misplaced interrupt-cells propertyGravatar Alexey Brodkin 1-1/+0
2024-04-01ARC: Fix typosGravatar Bjorn Helgaas 25-44/+45
2024-04-01ARC: mm: fix new code about cache aliasingGravatar Vineet Gupta 2-10/+0
2024-04-01ARC: Fix -Wmissing-prototypes warningsGravatar Vineet Gupta 2-4/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+10
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+5
2024-03-06arch: simplify architecture specific page size configurationGravatar Arnd Bergmann 2-4/+5
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-5/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 2-0/+10
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+13
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Gravatar Joerg Roedel 1-1/+1
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-0/+1
2023-12-13ARC: add hugetlb definitionsGravatar Pavel Kozlov 1-0/+7
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Gravatar Jason Gunthorpe 1-1/+1
2023-12-08ARC: fix smatch warningGravatar Vineet Gupta 1-3/+1
2023-12-08ARC: fix spare errorGravatar Vineet Gupta 1-3/+3
2023-12-08ARC: mm: retire support for aliasing VIPT D$Gravatar Vineet Gupta 5-207/+14
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hGravatar Vineet Gupta 2-67/+54
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperGravatar Vineet Gupta 4-46/+76
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 2-10/+13
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-3/+0
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathGravatar Amir Goldstein 1-2/+4
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 44-1033/+724
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 11-11/+11
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-97/+66
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-9/+0
2023-08-24arc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 5-40/+59
2023-08-23ARC: boot log: fix warningGravatar Vineet Gupta 1-2/+4
2023-08-23arc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 11-11/+11
2023-08-18ARC: pt_regs: create seperate type for ecrGravatar Vineet Gupta 7-45/+33
2023-08-18ARCv2: entry: rearrange pt_regs slightlyGravatar Vineet Gupta 3-13/+15