aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)Author
2024-05-13Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/basev5.10/standard/preempt-rt/baseBruce Ashfield
2024-05-02ARC: [plat-hsdk]: Remove misplaced interrupt-cells propertyAlexey Brodkin
2024-02-20Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2024-01-25ARC: fix spare errorVineet Gupta
2023-07-27Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2023-07-27ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada
2023-01-04Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2023-01-04ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta
2023-01-04arc: add support for TIF_NOTIFY_SIGNALJens Axboe
2022-11-16Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-11-03arc: iounmap() arg is volatileRandy Dunlap
2022-05-03Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich
2022-04-11Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2021-09-27Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-09-22ARC: export clear_user_page() for modulesRandy Dunlap
2021-09-08Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-09-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck
2021-08-22Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-08-18ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-06-23Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-06-23ARCv2: save ABI registers across signal handlingVineet Gupta
2021-05-21Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-05-19ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev
2021-05-19ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2021-05-19ARC: entry: fix off-by-one error in syscall number validationVineet Gupta
2021-04-26Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-04-21arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing
2021-01-24Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-01-19arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap
2021-01-19ARC: build: move symlink creation to arch/arc/Makefile to avoid raceMasahiro Yamada
2021-01-19ARC: build: add boot_targets to PHONYMasahiro Yamada
2021-01-19ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada
2021-01-19ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada
2021-01-17Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/baseBruce Ashfield
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-17arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-17ARC: stack unwinding: reorganize how initial register state setupVineet Gupta
2020-11-17ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi
2020-11-17ARC: bitops: Remove unecessary operation and valueGustavo Pimentel
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-11-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta
2020-11-02ARC: stack unwinding: avoid indefinite loopingVineet Gupta
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches