summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2017-09-08Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-194/+725
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-23/+0
2017-09-07Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-2/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-35/+7
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-3/+10
2017-09-01ARC: Re-enable MMU upon Machine Check exceptionJose Abreu-3/+6
2017-09-01ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu-2/+5
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin-2/+358
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev-10/+18
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev-8/+19
2017-09-01ARC: [plat-axs103] refactor the DT fudging codeVineet Gupta-24/+22
2017-09-01ARC: [plat-axs103] use clk driver #2: Add core pll node to DT to manage cpu clkEugeniy Paltsev-4/+18
2017-09-01ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk se...Eugeniy Paltsev-113/+5
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta-1/+55
2017-08-30ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may haveAlexey Brodkin-1/+2
2017-08-30arc: remove num-slots from arc platformsShawn Lin-2/+0
2017-08-28ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin-3/+10
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana-0/+33
2017-08-28ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus-1/+52
2017-08-28ARC: [plat-eznps] avoid toggling of DPC registerElad Kanfi-0/+13
2017-08-28ARC: [plat-eznps] Update the init sequence of aux regs per cpu.Liav Rehana-1/+12
2017-08-28ARC: [plat-eznps] new command line argument for HW scheduler at MTMNoam Camus-2/+25
2017-08-28ARC: set boot print log level to PR_INFONoam Camus-5/+5
2017-08-28ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus-1/+21
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus-1/+13
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta-7/+16
2017-08-28ARC: [plat-eznps] spinlock aware for MTMNoam Camus-0/+6
2017-08-28ARC: spinlock: Document the EX based spin_unlockVineet Gupta-0/+6
2017-08-28ARC: [plat-eznps] disabled stall counter due to a HW bugNoam Camus-2/+0
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus-0/+9
2017-08-28ARC: [plat-eznps] typo fix at KconfigNoam Camus-2/+2
2017-08-28ARC: typos fix in kernel/entry-compact.SLiav Rehana-11/+11
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana-1/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby-35/+5
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-70/+153
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-70/+153
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-5/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-5/+0
2017-08-11arc: Mask individual IRQ lines during core INTC initAlexey Brodkin-1/+16
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra-0/+2
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta-7/+41
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin-2/+13
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta-0/+45
2017-08-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin-0/+3
2017-08-04ARC: [plat-sim] Include this platform unconditionallyVineet Gupta-24/+5
2017-08-04ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103Eugeniy Paltsev-34/+30
2017-08-02ARC: Remove empty kernel/pcibios.cPalmer Dabbelt-10/+0
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt-9/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt-4/+0