summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
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-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