aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)Author
2023-08-11ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada
2023-08-11ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta
2023-08-11ARCv2: entry: avoid a branchVineet Gupta
2023-08-11ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta
2023-08-11ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta
2022-11-03arc: iounmap() arg is volatileRandy Dunlap
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2021-06-30ARCv2: save ABI registers across signal handlingVineet Gupta
2021-01-19arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap
2020-07-16ARC: elf: use right ELF_ARCHVineet Gupta
2020-03-18ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev
2019-12-13ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev
2019-06-25ARC: fix build warningsVineet Gupta
2019-03-23ARCv2: don't assume core 0x54 has dual issueVineet Gupta
2019-03-23ARCv2: support manual regfile save on interruptsVineet Gupta
2019-03-23ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta
2019-03-05ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev
2019-02-27ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin
2019-01-31ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev
2018-12-21ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev
2018-08-31ARC: atomics: unbork atomic_fetch_##op()Will Deacon
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-30arc: fix build errors in arc/include/asm/delay.hRandy Dunlap
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2018-07-11ARC: mm: allow mprotect to make stack mappings executableVineet Gupta
2018-07-09ARC: Fix CONFIG_SWAPAlexey Brodkin
2018-07-09ARC: [arcompact] entry.S: minor code movementVineet Gupta
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/arc: Define atomic64_fetch_add_unless()Mark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-21ARC/kprobes: Remove jprobe implementationMasami Hiramatsu
2018-06-20ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds