summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta2021-08-241-2/+2
| * | | ARC: switch to generic bitopsVineet Gupta2021-08-243-198/+2
| * | | ARC: atomics: implement relaxed variantsVineet Gupta2021-08-242-30/+26
| * | | ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta2021-08-241-0/+6
| * | | ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta2021-08-241-2/+2
| * | | ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta2021-08-241-13/+4
| * | | ARC: atomics: disintegrate headerVineet Gupta2021-08-244-424/+461
| * | | ARC: export clear_user_page() for modulesRandy Dunlap2021-08-241-1/+1
| * | | arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng2021-08-243-3/+3
| | |/ | |/|
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+1
|\ \ \
| * | | arc: replace cc-option-yn uses with cc-optionNick Desaulniers2021-09-031-2/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-012-84/+0
|\ \ \
| * | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| * | | asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-5/+0
| * | | arc: use generic strncpy/strnlen from_userArnd Bergmann2021-07-233-90/+7
| * | | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+10
| |/ /
* | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
|\ \ \ | |_|/ |/| |
| * | arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
| |/
* | ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta2021-08-031-3/+6
* | ARC: Fix CONFIG_STACKDEPOTGuenter Roeck2021-08-031-0/+2
* | arc: Fix spelling mistake and grammar in KconfigColin Ian King2021-08-031-1/+1
* | arc: Prefer unsigned int to bare use of unsignedJinchao Wang2021-08-033-7/+7
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | arc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-8/+2
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-012-2/+2
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-6/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-294-73/+9
|\ \ \ | |/ /
| * | arc: remove support for DISCONTIGMEMMike Rapoport2021-06-293-61/+0
| * | arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
| * | arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-4/+4
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-2/+1
|\ \ \
| * | | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-0312-25/+41
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* | | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-16/+0
|\ \ \ \
| * | | | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-6/+0
| * | | | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
| |/ / /
* | | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-35/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-261-1/+0
| * | | locking/atomic: arc: move to ARCH_ATOMICMark Rutland2021-05-263-35/+36
| |/ /
* | | ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta2021-06-101-1/+1
* | | ARCv2: save ABI registers across signal handlingVineet Gupta2021-06-102-0/+44
| |/ |/|
* | ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev2021-05-101-1/+10
* | ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2021-05-105-13/+19
* | ARC: entry: fix off-by-one error in syscall number validationVineet Gupta2021-05-101-2/+2
* | ARC: kgdb: add 'fallthrough' to prevent a warningRandy Dunlap2021-05-101-0/+1
* | arc: Fix typos/spellosBhaskar Chowdhury2021-05-104-9/+9
|/
* mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual2021-05-051-4/+1