summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-26/+15
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai-25/+14
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+1
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-4/+4
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-5/+0
2026-03-29bpf,arc_jit: Fix missing newline in pr_err messageshaoyu.lu-4/+4
2026-03-13arc: axs10x: drop unneeded dependency on OF_GPIOBartosz Golaszewski-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-18/+21
2026-01-30ARC: Always use SWAPE instructions for __arch_swab32()Thomas Weißschuh-70/+1
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-5/+0
2026-01-26arc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-14/+20
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-0/+2
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2025-10-13Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o-6/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+5
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-0/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-5/+5
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu-3/+0
2025-09-02arc: Fix __fls() const-foldability via __builtin_clzl()Kees Cook-0/+2
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-07-14ARC: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin-2/+2
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-67/+53
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth-45/+45
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth-2/+2
2025-06-09ARC: unwind: Use built-in sort swap to reduce code size and improve performanceYu-Chun Lin-10/+1
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe-10/+5
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+25
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+6
2025-05-21arc/perf: Remove driver-specific throttle supportKan Liang-4/+2
2025-05-16ARC: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)-4/+6
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin-0/+11
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+14
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)-3/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)-1/+0
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-2/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-11/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)-7/+6
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)-5/+1
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)-2/+0