summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour-2/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig-148/+18
2018-05-19arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig-25/+2
2018-05-19arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig-2/+3
2018-05-19arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig-12/+12
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig-3/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig-6/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+2
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann-0/+1
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada-2/+0
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying-1/+1
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-29/+125
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev-10/+40
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev-5/+32
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev-0/+37
2018-02-28ARCv2: boot log: fix HS48 release numberVineet Gupta-1/+1
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2018-02-22get rid of pointless includes of fs_struct.hAl Viro-1/+0
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar-2/+2
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann-1/+2
2018-02-06arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mbBartosz Golaszewski-2/+2
2018-02-05ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson-1/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+0
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-15/+0
2018-01-31arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov-0/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-17/+7
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+8
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert-15/+0
2018-01-23ARC: boot log: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-23ARC: dw2 unwind: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman-6/+8
2018-01-18ARC: Enable fatal signals on boot for dev platformsAlexey Brodkin-8/+8
2018-01-18ARCv2: Don't pretend we may set L-bit in STATUS32 with kflag instructionAlexey Brodkin-1/+1
2018-01-17ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev-1/+4
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells-3/+0
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig-17/+7
2018-01-05Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-58/+57
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd-1/+0
2018-01-03ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta-0/+8
2017-12-20ARC: handle gcc generated __builtin_trap()Vineet Gupta-0/+9
2017-12-20ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta-2/+3
2017-12-20ARC: [plat-axs103] refactor the quad core DT quirk codeEugeniy Paltsev-4/+6
2017-12-20ARC: [plat-axs103]: Set initial core pll output frequencyEugeniy Paltsev-6/+18
2017-12-20ARC: [plat-hsdk]: Get rid of core pll frequency set in platform codeEugeniy Paltsev-42/+0