summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin8-2/+358
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev8-10/+18
2017-09-01ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev1-8/+19
2017-09-01ARC: [plat-axs103] refactor the DT fudging codeVineet Gupta1-24/+22
2017-09-01ARC: [plat-axs103] use clk driver #2: Add core pll node to DT to manage cpu clkEugeniy Paltsev2-4/+18
2017-09-01ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk se...Eugeniy Paltsev1-113/+5
2017-08-30ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta2-1/+55
2017-08-30ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may haveAlexey Brodkin1-1/+2
2017-08-28ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana3-0/+33
2017-08-28ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus4-1/+52
2017-08-28ARC: [plat-eznps] avoid toggling of DPC registerElad Kanfi2-0/+13
2017-08-28ARC: [plat-eznps] Update the init sequence of aux regs per cpu.Liav Rehana2-1/+12
2017-08-28ARC: [plat-eznps] new command line argument for HW scheduler at MTMNoam Camus1-2/+25
2017-08-28ARC: set boot print log level to PR_INFONoam Camus3-5/+5
2017-08-28ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus3-1/+21
2017-08-28ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle taskNoam Camus2-1/+13
2017-08-28ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta3-7/+16
2017-08-28ARC: [plat-eznps] spinlock aware for MTMNoam Camus1-0/+6
2017-08-28ARC: spinlock: Document the EX based spin_unlockVineet Gupta1-0/+6
2017-08-28ARC: [plat-eznps] disabled stall counter due to a HW bugNoam Camus1-2/+0
2017-08-28ARC: [plat-eznps] Fix TLB ErrataNoam Camus1-0/+9
2017-08-28ARC: [plat-eznps] typo fix at KconfigNoam Camus1-2/+2
2017-08-28ARC: typos fix in kernel/entry-compact.SLiav Rehana1-11/+11
2017-08-28ARC: typo fix in mm/fault.cLiav Rehana1-1/+1
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-70/+153
2017-08-11arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2-1/+16
2017-08-04ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta3-7/+41
2017-08-04ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2-2/+13
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta1-0/+45
2017-08-04ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin1-0/+3
2017-08-04ARC: [plat-sim] Include this platform unconditionallyVineet Gupta12-24/+5
2017-08-04ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103Eugeniy Paltsev4-34/+30
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-1/+1
2017-07-17ARC: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2017-07-10arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-24/+24
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+3
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-1/+2
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-3/+0
2017-05-09Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds9-24/+196
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-05Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Alexey Brodkin1-0/+1
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta2-3/+7
2017-05-03ARCv2: ptrace: provide regset for accumulator/r30 regsVineet Gupta3-3/+65
2017-05-02ARCv2: mm: micro-optimize region flush generated codeVineet Gupta1-1/+1