aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAge
* ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-10-22
* ARC: [plat-hsdk]: Enable on-boardi SPI ADC ICEugeniy Paltsev2019-10-22
* ARC: [plat-hsdk]: Enable on-board SPI NOR flash ICEugeniy Paltsev2019-10-22
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-26
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-24
* mm: remove quicklist page table cachesNicholas Piggin2019-09-24
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-20
|\
| * kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-03
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-19
|\ \
| * | dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-29
| |/
* | Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-29
|\ \
| * | ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva2019-08-29
| |/
* | arc: prefer __section from compiler_attributes.hNick Desaulniers2019-08-26
* | ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker2019-08-26
* | ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-06
* | ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurationsEugeniy Paltsev2019-08-05
* | ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev2019-08-05
* | ARCv2: entry: early return from exception need not clear U & DE bitsAlexey Brodkin2019-08-05
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-17
|\
| * arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-16
* | Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-16
|\ \ | |/ |/|
| * ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfigEugeniy Paltsev2019-07-08
| * ARC: [plat-hsdk]: enable DW SPI controllerEugeniy Paltsev2019-07-08
| * ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-08
| * ARC: [haps] Add Virtio supportAlexey Brodkin2019-07-08
| * ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta2019-07-08
| * ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-08
| * ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2019-07-01
| * ARCv2: entry: avoid a branchVineet Gupta2019-07-01
| * ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta2019-07-01
| * ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta2019-07-01
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-12
|\ \
| * | kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-10
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-15
* | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-12
|\ \ \
| * | | arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-25
| * | | arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-25
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-09
|\ \ \ \
| * | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-14
| | |/ / | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-09
|\ \ \ \
| * | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-29
| * | | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-29