summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+2
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
| |/
* | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-194-148/+18
* | arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig2018-05-191-25/+2
* | arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig2018-05-191-2/+3
* | arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig2018-05-191-12/+12
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-6/+0
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-1/+1
|\
| * mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\ \ | |/ |/|
| * get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
* | Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-0115-29/+125
|\ \
| * | ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev2018-02-281-10/+40
| * | ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev2018-02-281-5/+32
| * | ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev2018-02-281-0/+37
| * | ARCv2: boot log: fix HS48 release numberVineet Gupta2018-02-281-1/+1
| * | arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mbBartosz Golaszewski2018-02-061-2/+2
| * | ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson2018-02-051-1/+0
| * | ARC: boot log: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
| * | ARC: dw2 unwind: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
| * | ARC: Enable fatal signals on boot for dev platformsAlexey Brodkin2018-01-188-8/+8
| * | ARCv2: Don't pretend we may set L-bit in STATUS32 with kflag instructionAlexey Brodkin2018-01-181-1/+1
| * | ARCv2: cache: fix slc_entire_op: flush only instead of flush-n-invEugeniy Paltsev2018-01-171-1/+4
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-252-2/+2
|\ \ \
| * | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-222-2/+2
| | |/ | |/|
* | | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+2
|/ /
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\ \
| * | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0115-15/+0
|\ \ \
| * | | firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-2515-15/+0
* | | | arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov2018-01-311-0/+3
* | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-17/+7
|\ \ \ \
| * | | | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-093-17/+7
| | |_|/ | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-6/+8
|\ \ \ \
| * | | | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-221-6/+8
| | |/ / | |/| |
* | | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
| |/ /
* | | Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-01-0511-58/+57
|\ \ \ | |/ / |/| |
| * | ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta2018-01-031-0/+8
| * | ARC: handle gcc generated __builtin_trap()Vineet Gupta2017-12-202-0/+9
| * | ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2017-12-201-2/+3
| * | ARC: [plat-axs103] refactor the quad core DT quirk codeEugeniy Paltsev2017-12-201-4/+6
| * | ARC: [plat-axs103]: Set initial core pll output frequencyEugeniy Paltsev2017-12-203-6/+18
| * | ARC: [plat-hsdk]: Get rid of core pll frequency set in platform codeEugeniy Paltsev2017-12-201-42/+0
| * | ARC: [plat-hsdk]: Set initial core pll output frequencyEugeniy Paltsev2017-12-201-0/+8
OpenPOWER on IntegriCloud