summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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