summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-07-2024-47/+112
|\
| * ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2018-07-192-1/+3
| * ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-111-1/+1
| * ARC: Fix CONFIG_SWAPAlexey Brodkin2018-07-091-1/+1
| * ARC: [arcompact] entry.S: minor code movementVineet Gupta2018-07-092-3/+6
| * ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin2018-07-0912-12/+0Star
| * ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCESAnders Roxell2018-07-091-1/+0Star
| * ARC: Improve cmpxchg syscall implementationPeter Zijlstra2018-07-091-11/+36
| * ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platformGustavo Pimentel2018-07-091-0/+62
| * ARC: [plat-hsdk] Add PCIe supportGustavo Pimentel2018-06-211-0/+1
| * ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-06-212-3/+1Star
| * ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin2018-06-141-14/+1Star
* | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-082-2/+1Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-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-051-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/+18Star
* | arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig2018-05-191-25/+2Star
* | 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/+0Star
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1Star
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-6/+0Star
|/
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-2/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-1/+1
|\
| * mm: fix races between swapoff and flush dcacheHuang Ying2018-04-061-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0Star
|\ \ | |/ |/|
| * get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0Star
* | 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/+0Star
| * | 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-262-2/+2
|\ \ \
| * | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-222-2/+2
| | |/ | |/|
* / | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-221-1/+2
|/ /
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\ \
| * | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-0115-15/+0Star
|\ \ \
| * | | firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-2515-15/+0Star
* | | | arc: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov2018-02-011-0/+3
* | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-313-17/+7Star
|\ \ \ \