aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Gravatar Eugeniy Paltsev 1-2/+47
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 24-47/+112
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 24-47/+112
2018-07-19ARCv2: [plat-hsdk]: Save accl reg pair by defaultGravatar Vineet Gupta 2-1/+3
2018-07-11ARC: mm: allow mprotect to make stack mappings executableGravatar Vineet Gupta 1-1/+1
2018-07-09ARC: Fix CONFIG_SWAPGravatar Alexey Brodkin 1-1/+1
2018-07-09ARC: [arcompact] entry.S: minor code movementGravatar Vineet Gupta 2-3/+6
2018-07-09ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsGravatar Alexey Brodkin 12-12/+0
2018-07-09ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCESGravatar Anders Roxell 1-1/+0
2018-07-09ARC: Improve cmpxchg syscall implementationGravatar Peter Zijlstra 1-11/+36
2018-07-09ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platformGravatar Gustavo Pimentel 1-0/+62
2018-06-21ARC: [plat-hsdk] Add PCIe supportGravatar Gustavo Pimentel 1-0/+1
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyGravatar Mark Rutland 1-4/+4
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-11/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-10/+0
2018-06-21atomics/arc: Define atomic64_fetch_add_unless()Gravatar Mark Rutland 1-13/+12
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-28/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalGravatar Mark Rutland 1-1/+0
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsGravatar Mark Rutland 1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-2/+3
2018-06-21ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeGravatar Masami Hiramatsu 1-7/+0
2018-06-21ARC/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 2-38/+2
2018-06-20ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPGravatar Alexey Brodkin 2-3/+1
2018-06-13ARC: Explicitly add -mmedium-calls to CFLAGSGravatar Alexey Brodkin 1-14/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 2-2/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2018-05-19arc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 4-148/+18
2018-05-19arc: fix arc_dma_{map,unmap}_pageGravatar Christoph Hellwig 1-25/+2
2018-05-19arc: fix arc_dma_sync_sg_for_{cpu,device}Gravatar Christoph Hellwig 1-2/+3
2018-05-19arc: simplify arc_dma_sync_single_for_{cpu,device}Gravatar Christoph Hellwig 1-12/+12
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigGravatar Christoph Hellwig 1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolGravatar Christoph Hellwig 1-3/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-6/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+2
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersGravatar Masahiro Yamada 1-2/+0
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2018-04-05mm: fix races between swapoff and flush dcacheGravatar Huang Ying 1-1/+1
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 15-29/+125
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyGravatar Eugeniy Paltsev 1-10/+40
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineGravatar Eugeniy Paltsev 1-5/+32
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltGravatar Eugeniy Paltsev 1-0/+37
2018-02-28ARCv2: boot log: fix HS48 release numberGravatar Vineet Gupta 1-1/+1
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2018-02-22get rid of pointless includes of fs_struct.hGravatar Al Viro 1-1/+0
2018-02-22treewide/trivial: Remove ';;$' typo noiseGravatar Ingo Molnar 2-2/+2