aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ARC: mm: non-functional code movement/cleanupVineet Gupta1-14/+16
2021-08-24ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta2-10/+10
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta2-4/+2
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2-27/+1
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta1-5/+8
2021-08-24ARC: mm: move mmu/cache externs out to setup.hVineet Gupta3-10/+10
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta4-99/+0
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta7-40/+5
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta7-412/+42
2021-08-24ARC: retire ARC750 supportVineet Gupta1-11/+1
2021-08-24ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variantsVineet Gupta2-23/+27
2021-08-24ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)Vineet Gupta1-9/+2
2021-08-24ARC: cmpxchg/xchg: rewrite as macros to make type safeVineet Gupta1-96/+117
2021-08-24ARC: xchg: !LLSC: remove UP micro-optimization/hackVineet Gupta1-7/+1
2021-08-24ARC: bitops: fls/ffs to take int (vs long) per asm-generic definesVineet Gupta1-2/+2
2021-08-24ARC: switch to generic bitopsVineet Gupta3-198/+2
2021-08-24ARC: atomics: implement relaxed variantsVineet Gupta2-30/+26
2021-08-24ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_returnVineet Gupta1-0/+6
2021-08-24ARC: atomic: !LLSC: use int data type consistentlyVineet Gupta1-2/+2
2021-08-24ARC: atomic: !LLSC: remove hack in atomic_set() for for UPVineet Gupta1-13/+4
2021-08-24ARC: atomics: disintegrate headerVineet Gupta4-424/+461
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap1-1/+1
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng3-3/+3
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-08-03ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta1-3/+6
2021-08-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck1-0/+2
2021-08-03arc: Fix spelling mistake and grammar in KconfigColin Ian King1-1/+1
2021-08-03arc: Prefer unsigned int to bare use of unsignedJinchao Wang3-7/+7
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-5/+0
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann3-90/+7
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+0
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual2-2/+2
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-6/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-73/+9
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport3-61/+0
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport1-8/+5
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett1-4/+4
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-16/+0
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-35/+35
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta1-1/+1
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta2-0/+44
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar12-25/+41
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-6/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland1-1/+0
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland3-35/+36
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-10ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev1-1/+10
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev5-13/+19
2021-05-10ARC: entry: fix off-by-one error in syscall number validationVineet Gupta1-2/+2
2021-05-10ARC: kgdb: add 'fallthrough' to prevent a warningRandy Dunlap1-0/+1
2021-05-10arc: Fix typos/spellosBhaskar Chowdhury4-9/+9
2021-05-05mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual1-4/+1
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual1-3/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-03-22ARC: treewide: avoid the pointer addition with NULL pointerdean.yang_cp1-13/+14
2021-03-22arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2021-03-12ARC: haps: bump memory to 1 GBVineet Gupta1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-01-22arch: arc: Remove CONFIG_OPROFILE supportViresh Kumar4-36/+0
2021-01-08ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta1-0/+1
2021-01-07ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta1-1/+1
2021-01-05arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2021-01-05Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2-21/+17
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+6
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-8/+9
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-11/+41
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport3-11/+41
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-69/+26
2020-12-01ARC: build: use $(READELF) instead of hard-coded readelfMasahiro Yamada1-1/+1
2020-12-01ARC: build: remove unneeded extra-yMasahiro Yamada1-4/+3
2020-12-01ARC: build: move symlink creation to arch/arc/Makefile to avoid raceMasahiro Yamada2-11/+13
2020-12-01ARC: build: add boot_targets to PHONYMasahiro Yamada1-0/+1
2020-12-01ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada1-1/+1
2020-12-01ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada1-6/+0
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-11-17ARC: stack unwinding: reorganize how initial register state setupVineet Gupta1-19/+18
2020-11-17ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta1-8/+15
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi1-12/+12
2020-11-17ARC: bitops: Remove unecessary operation and valueGustavo Pimentel1-3/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-09arc: add support for TIF_NOTIFY_SIGNALJens Axboe3-3/+6
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner4-69/+26
2020-11-02ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta2-18/+16
2020-11-02ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-26arc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-8/+9
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-6/+6
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-23Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+18
2020-10-22ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds35-1355/+15
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-52/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-10-05arc: include/asm: fix typos of "themselves"Randy Dunlap2-3/+3
2020-10-05ARC: SMP: fix typo and use "come up" instead of "comeup"Mike Rapoport1-1/+1
2020-10-05ARC: [dts] fix the errors detected by dtbs_checkZhen Lei5-5/+5
2020-10-05arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran1-0/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta28-1346/+5
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-08arc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-52/+2
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds6-73/+56
2020-09-01ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin1-2/+2
2020-09-01arc: fix memory initialization for systems with two memory banksMike Rapoport1-11/+16
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta1-1/+0
2020-08-27ARC: show_regs: fix r12 printing and simplifyVineet Gupta1-47/+30
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-16ARC: HSDK: wireup perf irqVineet Gupta1-0/+2
2020-08-16ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta1-10/+4
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap1-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-90/+58
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-3/+3
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-5/+0
2020-07-27arc: switch to ->regset_get()Al Viro1-90/+58
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-18ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev2-0/+14
2020-06-16ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta1-1/+1
2020-06-16ARC: build: allow users to specify -mcpuEugeniy Paltsev2-2/+28
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta1-12/+7
2020-06-16ARC: elf: use right ELF_ARCHVineet Gupta1-1/+1
2020-06-16ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta1-1/+4
2020-06-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse3-6/+6
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-22/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-4/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov3-8/+18
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-3/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-7/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny2-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny2-12/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny2-2/+2
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-29/+12
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds9-16/+16
2020-05-14ARC: show_regs: avoid extra line of outputVineet Gupta1-8/+6
2020-04-29ARC: guard dsp early init against non ARCv2Eugeniy Paltsev1-0/+2
2020-04-27ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta1-0/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-5/+8
2020-04-12ARC: entry: commentVineet Gupta1-0/+2
2020-04-12arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada1-2/+0
2020-04-12arc: ptrace: hard-code "arc" instead of UTS_MACHINEMasahiro Yamada2-4/+1
2020-04-12ARC: [plat-hsdk]: fix USB regressionEugeniy Paltsev1-0/+1
2020-04-12ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-1/+1
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds13-15/+332
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu1-21/+13
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-21/+0
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-2/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev6-0/+66
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev9-1/+127
2020-03-16ARC: handle DSP presence in HWEugeniy Paltsev6-1/+104
2020-03-16ARC: add helpers to sanitize config optionsEugeniy Paltsev2-13/+36
2020-03-16ARC: [plat-axs10x]: PGU: remove unused encoder-slave propertyEugeniy Paltsev1-1/+0
2020-03-11ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev1-0/+2
2020-03-11ARC: show_regs: reduce lines of outputVineet Gupta1-15/+12
2020-02-12ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-09ARC: fpu: fix randconfig build error reported by 0-day test serviceVineet Gupta1-0/+2
2020-02-09ARC: fix some Kconfig typosRandy Dunlap1-2/+2
2020-02-09ARC: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski4-8/+0
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price1-0/+1
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds13-40/+120