summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-6/+6
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-22/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-4/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-7/+1
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov-8/+18
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny-3/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-7/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny-10/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny-12/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny-2/+2
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual-0/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual-1/+1
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport-29/+12
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-16/+16
2020-05-14ARC: show_regs: avoid extra line of outputVineet Gupta-8/+6
2020-04-29ARC: guard dsp early init against non ARCv2Eugeniy Paltsev-0/+2
2020-04-27ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta-0/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada-5/+8
2020-04-12ARC: entry: commentVineet Gupta-0/+2
2020-04-12arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAMEMasahiro Yamada-2/+0
2020-04-12arc: ptrace: hard-code "arc" instead of UTS_MACHINEMasahiro Yamada-4/+1
2020-04-12ARC: [plat-hsdk]: fix USB regressionEugeniy Paltsev-0/+1
2020-04-12ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev-2/+3
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-1/+1
2020-04-03Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-15/+332
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu-1/+1
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu-21/+13
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-21/+0
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+3
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-2/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+2
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev-0/+66
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev-1/+127
2020-03-16ARC: handle DSP presence in HWEugeniy Paltsev-1/+104
2020-03-16ARC: add helpers to sanitize config optionsEugeniy Paltsev-13/+36
2020-03-16ARC: [plat-axs10x]: PGU: remove unused encoder-slave propertyEugeniy Paltsev-1/+0
2020-03-11ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev-0/+2
2020-03-11ARC: show_regs: reduce lines of outputVineet Gupta-15/+12
2020-02-12ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven-1/+1
2020-02-09ARC: fpu: fix randconfig build error reported by 0-day test serviceVineet Gupta-0/+2
2020-02-09ARC: fix some Kconfig typosRandy Dunlap-2/+2
2020-02-09ARC: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski-8/+0