summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-019-16/+17
* ARC: Fix -Wmissing-prototypes warningsVineet Gupta2024-04-011-3/+4
* smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-5/+0
* ARC: fix smatch warningVineet Gupta2023-12-081-3/+1
* ARC: fix spare errorVineet Gupta2023-12-081-3/+3
* fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-2/+4
* ARC: boot log: fix warningVineet Gupta2023-08-231-2/+4
* ARC: pt_regs: create seperate type for ecrVineet Gupta2023-08-185-13/+12
* ARCv2: entry: rearrange pt_regs slightlyVineet Gupta2023-08-181-3/+4
* ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2023-08-183-45/+2
* ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta2023-08-171-3/+2
* ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta2023-08-171-4/+2
* ARC: entry: rework (non-functional)Vineet Gupta2023-08-173-26/+22
* ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2023-08-173-16/+14
* ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta2023-08-173-143/+41
* ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta2023-08-176-29/+4
* ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-171-303/+257
* ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2023-08-171-2/+0
* ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-171-2/+1
* ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-171-2/+2
* ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-137-5/+10
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | module: replace module_layout with module_memorySong Liu2023-03-091-5/+7
|/
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+3
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-1/+1
* ARC: Fix comment typoJilin Yuan2022-10-171-1/+1
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-13/+0
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
* | ARC: disasm: handle ARCv2 case in kprobe get/set functionsSergey Matyukevich2022-04-261-2/+62
* | ARC: implement syscall tracepointsSergey Matyukevich2022-04-252-9/+24
* | ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich2022-04-251-0/+119
* | ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li2022-04-181-1/+1
* | ARC: Remove a redundant memset()Christophe JAILLET2022-04-181-1/+0
* | ARC: fix typos in commentsJulia Lawall2022-04-184-4/+4
* | ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich2022-04-181-0/+1
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-1/+1
|/
* arc: use swap() to make code cleanerYihao Han2021-12-281-8/+3
* arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-281-0/+162
* ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta2021-12-281-1/+1
* ARC: perf: Remove redundant initialization of variable idxColin Ian King2021-12-281-1/+1