summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2021-08-24ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta
2021-08-24ARC: switch to generic bitopsVineet Gupta
2021-08-24ARC: atomics: implement relaxed variantsVineet Gupta
2021-08-24ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta
2021-08-24ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta
2021-08-24ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta
2021-08-24ARC: atomics: disintegrate headerVineet Gupta
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-03ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta
2021-08-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck
2021-08-03arc: Fix spelling mistake and grammar in KconfigColin Ian King
2021-08-03arc: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-10ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2021-05-10ARC: entry: fix off-by-one error in syscall number validationVineet Gupta
2021-05-10ARC: kgdb: add 'fallthrough' to prevent a warningRandy Dunlap
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury
2021-05-05mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang