summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-2/+0
* 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
* | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-192-21/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-6/+0
|/
* Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-011-1/+1
|\
| * ARCv2: Don't pretend we may set L-bit in STATUS32 with kflag instructionAlexey Brodkin2018-01-181-1/+1
* | 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
* | | 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-311-7/+0
|\ \ \
| * | | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-091-7/+0
| | |/ | |/|
* | | 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-051-2/+3
|\ \ \ | |/ / |/| |
| * | ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2017-12-201-2/+3
| |/
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-11-251-1/+32
|\
| * ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta2017-11-131-1/+32
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0712-0/+12
|\ \
| * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-029-0/+9
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |/
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-4/+0
* | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-4/+0
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-3/+0
|/
* ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2017-10-031-1/+2
* ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2017-10-031-4/+4
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-3/+0
* Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-09-089-7/+65
|\
| * ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-011-1/+1
| * ARCv2: SLC: provide a line based flush routine for debuggingVineet Gupta2017-08-301-0/+2
| * ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may haveAlexey Brodkin2017-08-301-1/+2
| * ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exitLiav Rehana2017-08-282-0/+29
| * ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switchNoam Camus2017-08-282-0/+19
| * ARC: create cpu specific version of arch_cpu_idle()Vineet Gupta2017-08-282-5/+0
| * ARC: [plat-eznps] spinlock aware for MTMNoam Camus2017-08-281-0/+6
| * ARC: spinlock: Document the EX based spin_unlockVineet Gupta2017-08-281-0/+6
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-35/+7
|\ \
| * | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-35/+5
| * | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-252-0/+4
| |\ \ | | |/
| * | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-5/+0
|\ \ \ | |_|/ |/| |
| * | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-5/+0
| |/
* | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-041-0/+2
* | ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-041-0/+2
|/
* arc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-24/+24
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+2
|\
| * signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+2
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
|/
OpenPOWER on IntegriCloud