summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* arch: arc: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-224-36/+0
* ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta2021-01-081-0/+1
* ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta2021-01-071-1/+1
* arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-051-0/+1
* Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-01-052-21/+17
|\
| * ARC: build: use $(READELF) instead of hard-coded readelfMasahiro Yamada2020-12-011-1/+1
| * ARC: build: remove unneeded extra-yMasahiro Yamada2020-12-011-4/+3
| * ARC: build: move symlink creation to arch/arc/Makefile to avoid raceMasahiro Yamada2020-12-012-11/+13
| * ARC: build: add boot_targets to PHONYMasahiro Yamada2020-12-011-0/+1
| * ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada2020-12-011-1/+1
| * ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada2020-12-011-6/+0
* | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-163-3/+6
|\ \
| * | arc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-093-3/+6
* | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \
| * | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-8/+9
|\ \ \ \
| * | | | arc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-261-8/+9
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-153-11/+41
|\ \ \ \
| * | | | arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-153-11/+41
| | |_|/ | |/| |
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-144-69/+26
|\ \ \ \ | |/ / / |/| | |
| * | | arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-064-69/+26
| |/ /
* | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-271-0/+2
|\ \ \
| * | | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
| | |/ | |/|
* | | ARC: stack unwinding: reorganize how initial register state setupVineet Gupta2020-11-171-19/+18
* | | ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta2020-11-171-8/+15
* | | ARC: mm: fix spelling mistakesFlavio Suligoi2020-11-171-12/+12
* | | ARC: bitops: Remove unecessary operation and valueGustavo Pimentel2020-11-171-3/+1
|/ /
* | ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta2020-11-022-18/+16
* | ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-021-1/+6
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-6/+6
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-231-9/+18
|\ \
| * | ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta2020-10-221-9/+18
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2020-10-2035-1355/+15
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | arc: include/asm: fix typos of "themselves"Randy Dunlap2020-10-052-3/+3
| * | ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport2020-10-051-1/+1
| * | ARC: [dts] fix the errors detected by dtbs_checkZhen Lei2020-10-055-5/+5
| * | arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran2020-10-051-0/+1
| * | ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta2020-10-0528-1346/+5
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-52/+2
|\ \ \
| * | | arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-52/+2
| |/ /
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |