summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev2020-06-182-0/+14
* ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta2020-06-161-1/+1
* ARC: build: allow users to specify -mcpuEugeniy Paltsev2020-06-162-2/+28
* ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta2020-06-161-12/+7
* ARC: elf: use right ELF_ARCHVineet Gupta2020-06-161-1/+1
* ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta2020-06-161-1/+4
* ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-06-161-11/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-6/+6
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-22/+0
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-4/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arc: add show_stack_loglvl()Dmitry Safonov2020-06-093-8/+18
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-3/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-7/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-8/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-10/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-042-12/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-042-2/+2
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+1
* mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
* mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-29/+12
* Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-05-199-16/+16
|\
| * ARC: show_regs: avoid extra line of outputVineet Gupta2020-05-141-8/+6
| * ARC: guard dsp early init against non ARCv2Eugeniy Paltsev2020-04-291-0/+2
| * ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta2020-04-271-0/+1
| * ARC: entry: commentVineet Gupta2020-04-121-0/+2
| * arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-121-2/+0
| * arc: ptrace: hard-code "arc" instead of UTS_MACHINEMasahiro Yamada2020-04-122-4/+1
| * ARC: [plat-hsdk]: fix USB regressionEugeniy Paltsev2020-04-121-0/+1
| * ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-04-121-2/+3
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-5/+8
|/
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-04-0313-15/+332
|\
| * ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev2020-03-166-0/+66
| * ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev2020-03-169-1/+127
| * ARC: handle DSP presence in HWEugeniy Paltsev2020-03-166-1/+104
| * ARC: add helpers to sanitize config optionsEugeniy Paltsev2020-03-162-13/+36
| * ARC: [plat-axs10x]: PGU: remove unused encoder-slave propertyEugeniy Paltsev2020-03-161-1/+0
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | arc/mm: use helper fault_signal_pending()Peter Xu2020-04-021-21/+13
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-21/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-2/+3
|\ \ | |/ |/|