aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-55/+1
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 2-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 4-25/+0
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-29/+0
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 2-2/+0
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-4/+4
2022-01-18Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 8-179/+178
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyGravatar Yury Norov 1-1/+0
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 1-1/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-2/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 2-4/+4
2021-12-28arc: use swap() to make code cleanerGravatar Yihao Han 1-8/+3
2021-12-28arc: perf: Move static structs to where they're really usedGravatar Alexey Brodkin 2-162/+162
2021-12-28ARC: perf: fix misleading comment about pmu vs counter stopGravatar Vineet Gupta 1-1/+1
2021-12-28arc: Replace lkml.org links with loreGravatar Kees Cook 4-5/+9
2021-12-28ARC: perf: Remove redundant initialization of variable idxGravatar Colin Ian King 1-1/+1
2021-12-28ARC: thread_info.h: correct two typos in a commentGravatar Randy Dunlap 1-2/+2
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-1/+0
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-1/+0
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-3/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2021-11-06memblock: allow to specify flags with memblock_add_node()Gravatar David Hildenbrand 1-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-7/+13
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+3
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+9
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Gravatar Eric W. Biederman 1-1/+1
2021-10-25irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQGravatar Mark Rutland 2-2/+9
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 2-3/+3
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2021-10-15ARC: fix potential build snafuGravatar Vineet Gupta 1-5/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-3/+3
2021-09-30ARC: Add instruction_pointer_set() APIGravatar Masami Hiramatsu 1-0/+5
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 2-6/+7
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+1
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 33-1836/+1226
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+1
2021-09-03arc: replace cc-option-yn uses with cc-optionGravatar Nick Desaulniers 1-2/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-84/+0