summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-09ARC: unwind: Use built-in sort swap to reduce code size and improve performanceYu-Chun Lin1-10/+1
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-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-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)2-2/+2
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2025-01-15ARC: Remove GENERIC_PENDING_IRQThomas Gleixner1-2/+0
2025-01-13arch: remove get_task_comm() and print task comm directlyYafang Shao1-3/+2
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-03arc: get rid of private asm/unaligned.hAl Viro3-0/+18
2024-07-10arc: convert to generic syscall tableArnd Bergmann2-2/+6
2024-04-02ARC: Fix typosBjorn Helgaas9-16/+17
2024-04-02ARC: Fix -Wmissing-prototypes warningsVineet Gupta1-3/+4
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-5/+0
2023-12-09ARC: fix smatch warningVineet Gupta1-3/+1
2023-12-09ARC: fix spare errorVineet Gupta1-3/+3
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-2/+4
2023-08-24ARC: boot log: fix warningVineet Gupta1-2/+4
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta5-13/+12
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta1-3/+4
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta3-45/+2
2023-08-18ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta1-3/+2
2023-08-18ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta1-4/+2
2023-08-18ARC: entry: rework (non-functional)Vineet Gupta3-26/+22
2023-08-18ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta3-16/+14
2023-08-18ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta3-143/+41
2023-08-18ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta6-29/+4
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta1-303/+257
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta1-2/+0
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta1-2/+1
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta1-2/+2
2023-08-14ARC: -Wmissing-prototype warning fixesVineet Gupta7-5/+10
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
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-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-11-16arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-1/+1
2022-10-18ARC: Fix comment typoJilin Yuan1-1/+1
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-8/+0
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-8/+0
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-13/+0
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+7
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-3/+5