summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-5/+0
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-1/+0
2022-07-17arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-18/+21
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel-13/+0
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+7
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-3/+5
2022-04-26ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program typeSergey Matyukevich-0/+13
2022-04-26ARC: disasm: handle ARCv2 case in kprobe get/set functionsSergey Matyukevich-2/+62
2022-04-25ARC: implement syscall tracepointsSergey Matyukevich-10/+31
2022-04-25ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich-0/+147
2022-04-18ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li-1/+1
2022-04-18ARC: atomic: cleanup atomic-llsc definitionsSergey Matyukevich-16/+16
2022-04-18arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirelyRolf Eike Beer-3/+0
2022-04-18ARC: dts: align SPI NOR node name with dtschemaKrzysztof Kozlowski-1/+1
2022-04-18ARC: Remove a redundant memset()Christophe JAILLET-1/+0
2022-04-18ARC: fix typos in commentsJulia Lawall-5/+5
2022-04-18ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich-0/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+4
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-55/+1
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-1/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-3/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-25/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-29/+0
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-2/+0
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+4
2022-01-18Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-179/+178
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov-1/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov-1/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-2/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada-4/+4
2021-12-28arc: use swap() to make code cleanerYihao Han-8/+3
2021-12-28arc: perf: Move static structs to where they're really usedAlexey Brodkin-162/+162
2021-12-28ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta-1/+1
2021-12-28arc: Replace lkml.org links with loreKees Cook-5/+9
2021-12-28ARC: perf: Remove redundant initialization of variable idxColin Ian King-1/+1
2021-12-28ARC: thread_info.h: correct two typos in a commentRandy Dunlap-2/+2
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann-1/+0
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)-1/+0
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-7/+13