summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+3
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-24/+0Star
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0Star
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-6/+0Star
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-47/+5Star
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2524-47/+112
| |\ \
| * | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-2/+3
| * | | ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu2018-06-211-7/+0Star
| * | | ARC/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-212-38/+2Star
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-69/+17Star
|\ \ \
| * | | atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland2018-06-211-4/+4
| * | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-11/+0Star
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-10/+0Star
| * | | atomics/arc: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-13/+12Star
| * | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-28/+0Star
| * | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-1/+0Star
| * | | atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland2018-06-211-2/+0Star
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| |/ /
* | | arc: fix type warnings in arc/mm/cache.cRandy Dunlap2018-07-301-3/+4
* | | arc: fix build errors in arc/include/asm/delay.hRandy Dunlap2018-07-301-0/+3
* | | arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.cRandy Dunlap2018-07-301-2/+4
* | | arc: [plat-eznps] fix data type errors in platform headersRandy Dunlap2018-07-301-0/+1
* | | ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpcOfer Levi2018-07-301-0/+9
* | | ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev2018-07-301-0/+10
* | | ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev2018-07-272-1/+6
* | | ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev2018-07-271-2/+47
| |/ |/|
* | 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