summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta-1/+0
2020-08-27ARC: show_regs: fix r12 printing and simplifyVineet Gupta-47/+30
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-08-16ARC: HSDK: wireup perf irqVineet Gupta-0/+2
2020-08-16ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta-10/+4
2020-08-16ARC: pgalloc.h: delete a duplicated word + other fixesRandy Dunlap-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-1/+1
2020-08-12mm/arc: use general page fault accountingPeter Xu-15/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig-2/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-5/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-90/+58
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds-3/+3
2020-07-29Merge branch 'locking/header'Peter Zijlstra-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-27kill unused dump_fpu() instancesAl Viro-5/+0
2020-07-27arc: switch to ->regset_get()Al Viro-90/+58
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-2/+3
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner-1/+0
2020-06-18ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev-0/+14
2020-06-16ARC: build: remove deprecated toggle for arc700 buildsVineet Gupta-1/+1
2020-06-16ARC: build: allow users to specify -mcpuEugeniy Paltsev-2/+28
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta-12/+7
2020-06-16ARC: elf: use right ELF_ARCHVineet Gupta-1/+1
2020-06-16ARC: [arcompact] fix bitrot with 2 levels of interruptVineet Gupta-1/+4
2020-06-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta-11/+5
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