summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual2021-05-051-3/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* ARC: treewide: avoid the pointer addition with NULL pointerdean.yang_cp2021-03-221-13/+14
* arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing2021-03-221-2/+2
* ARC: haps: bump memory to 1 GBVineet Gupta2021-03-121-1/+1
* 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
|\ \ \