aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich1-0/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson1-2/+2
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-26/+15
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-25/+14
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+1
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-4/+4
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-5/+0
2026-03-29bpf,arc_jit: Fix missing newline in pr_err messageshaoyu.lu1-4/+4
2026-03-13arc: axs10x: drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+21
2026-01-30ARC: Always use SWAPE instructions for __arch_swab32()Thomas Weißschuh3-70/+1
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-5/+0
2026-01-26arc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-14/+20
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-0/+2
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-6/+6
2025-10-13Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o6-6/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+5
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds1-0/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)2-5/+5
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu1-3/+0
2025-09-02arc: Fix __fls() const-foldability via __builtin_clzl()Kees Cook1-0/+2
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-14ARC: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds27-67/+53
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth24-45/+45
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth1-2/+2
2025-06-09ARC: unwind: Use built-in sort swap to reduce code size and improve performanceYu-Chun Lin1-10/+1
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe1-10/+5
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+25
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+6
2025-05-21arc/perf: Remove driver-specific throttle supportKan Liang1-4/+2
2025-05-16ARC: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)3-4/+6
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+11
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)2-3/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)2-2/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-11/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-7/+6
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-5/+1
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-5/+0
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-4/+2
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds16-27/+18
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-7/+2
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+0
2025-01-18ARC: migrate to the generic rule for built-in DTBMasahiro Yamada16-27/+18
2025-01-15ARC: Remove GENERIC_PENDING_IRQThomas Gleixner2-3/+0
2025-01-12arch: remove get_task_comm() and print task comm directlyYafang Shao1-3/+2
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan2-0/+9
2024-12-13ARC: build: Try to guess GCC variant of cross compilerLeon Romanovsky1-1/+1
2024-12-10ARC: bpf: Correct conditional check in 'check_jmp_32'Hardevsinh Palaniya1-1/+1
2024-12-10ARC: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port...Uwe Kleine-König5-10/+10
2024-12-10ARC: build: Use __force to suppress per-CPU cmpxchg warningsPaul E. McKenney1-1/+1
2024-12-10ARC: fix reference of dependency for PAE40 configLukas Bulwahn1-1/+1
2024-12-10ARC: build: disallow invalid PAE40 + 4K page configVineet Gupta1-2/+2
2024-12-10arc: rename aux.h to arc_aux.hBenjamin Szőke2-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-02arc: get rid of private asm/unaligned.hAl Viro5-27/+19
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-09-23Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-09-13ARC: Emulate one-byte cmpxchgPaul E. McKenney2-2/+5
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-1/+2
2024-09-10ARC: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORMHeikki Krogerus4-0/+4
2024-09-07ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAMEMasahiro Yamada1-1/+1
2024-07-10arc: convert to generic syscall tableArnd Bergmann6-44/+25
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-16/+18
2024-05-25ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi3-16/+18
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+1
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-0/+4602
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-2/+1
2024-05-12ARC: Add eBPF JIT supportShahab Vahedi6-0/+4602
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-8/+0
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy1-2/+1
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-3/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-16ARC: [plat-hsdk]: Remove misplaced interrupt-cells propertyAlexey Brodkin1-1/+0
2024-04-01ARC: Fix typosBjorn Helgaas25-44/+45
2024-04-01ARC: mm: fix new code about cache aliasingVineet Gupta2-10/+0
2024-04-01ARC: Fix -Wmissing-prototypes warningsVineet Gupta2-4/+5
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-1024/+715
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-152/+58
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-336/+261
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
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2-20/+2
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2-6/+6
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta17-10/+48
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij1-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2-2/+2
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+4
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds5-5/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+2
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-8/+4
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-8/+4
2023-06-15ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada1-4/+4
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland1-17/+0
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2-24/+2
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij1-1/+1
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka5-5/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard5-15/+12
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+2
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+2
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-5/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-5/+7
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+23
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+24
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-11-15arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-1/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-17ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov1-1/+1
2022-10-17arc: update config filesLukas Bulwahn13-33/+2
2022-10-17arc: iounmap() arg is volatileRandy Dunlap2-2/+2
2022-10-17arc: dts: Harmonize EHCI/OHCI DT nodes nameSerge Semin5-9/+9
2022-10-17ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński1-2/+2