summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MIPS: ath79: add support for QCA953x QCA956x TP9343Matthias Schiffer2018-07-241-0/+33
| * | | MIPS: ath79: add lots of missing registersGabor Juhos2018-07-241-1/+770
| * | | MIPS: Octeon: Remove extern declarations.Steven J. Hill2018-07-247-11/+22
| * | | MIPS: Hardcode cpu_has_* where known at compile time due to ISAPaul Burton2018-07-241-69/+107
| * | | mips: use asm-generic version of msi.hThomas Petazzoni2018-07-241-0/+1
| * | | MIPS: Loongson64: Define and use some CP0 registersHuacai Chen2018-07-232-12/+14
| * | | MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen2018-07-231-25/+26
| * | | MIPS: Change definition of cpu_relax() for Loongson-3Huacai Chen2018-07-231-0/+13
| * | | mips: mm: Discard ioremap_cacheable_cow() methodSerge Semin2018-07-201-7/+0
| * | | MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-07-191-1/+1
| * | | mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-173-2/+2
| * | | MIPS: Cleanup R10000_LLSC_WAR logic in atomic.hJoshua Kinard2018-07-121-147/+32
| * | | MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WARJoshua Kinard2018-07-121-20/+12
| * | | mips: mm: Discard ioremap_uncached_accelerated() methodSerge Semin2018-07-101-6/+2
| * | | mips: mm: Create UCA-based ioremap_wc() methodSerge Semin2018-07-101-0/+23
| * | | MIPS: Octeon: Simplify CIU register functions.Steven J. Hill2018-07-031-94/+22
| * | | MIPS: Octeon: Create simple macro for CIU registers.Steven J. Hill2018-07-031-28/+32
| * | | MIPS: Octeon: Remove all unused CIU macros.Steven J. Hill2018-07-031-52/+18
| * | | MIPS: Octeon: Convert CIU types to use bitfields.Steven J. Hill2018-07-031-128/+56
| * | | MIPS: Octeon: Unify QLM data types in CIU header.Steven J. Hill2018-07-031-37/+2
| * | | MIPS: Octeon: Remove unused CIU types.Steven J. Hill2018-07-031-9629/+0
| * | | MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton2018-06-241-2/+0
| * | | MIPS: remove unneeded includes from dma-mapping.hChristoph Hellwig2018-06-241-8/+0
| * | | MIPS: remove the old dma-default implementationChristoph Hellwig2018-06-242-76/+0
| * | | MIPS: bmips: use generic dma noncoherent opsChristoph Hellwig2018-06-242-70/+0
| * | | MIPS: jazz: split dma mapping operations from dma-defaultChristoph Hellwig2018-06-242-61/+4
| * | | MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig2018-06-241-71/+0
| * | | MIPS: IP32: use generic dma noncoherent opsChristoph Hellwig2018-06-241-92/+0
| * | | MIPS: loongson64: use generic dma noncoherent opsChristoph Hellwig2018-06-241-69/+0
| * | | MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig2018-06-241-0/+2
| * | | MIPS: IP27: use dma_direct_opsChristoph Hellwig2018-06-241-70/+0
| * | | MIPS: use dma_direct_ops for coherent I/OChristoph Hellwig2018-06-241-1/+1
| * | | MIPS: loongson: remove loongson-3 handling from dma-coherence.hChristoph Hellwig2018-06-241-15/+1
| * | | MIPS: Octeon: move swiotlb declarations out of dma-coherence.hChristoph Hellwig2018-06-242-18/+3
| * | | MIPS: Octeon: remove mips dma-default stubsChristoph Hellwig2018-06-241-48/+0
| * | | MIPS: make the default mips dma implementation optionalChristoph Hellwig2018-06-241-1/+3
| * | | MIPS: remove the mips_dma_map_ops indirectionChristoph Hellwig2018-06-241-2/+2
| * | | MIPS: consolidate the swiotlb implementationsChristoph Hellwig2018-06-244-22/+21
| * | | MIPS: Octeon: refactor swiotlb codeChristoph Hellwig2018-06-241-2/+0
| * | | MIPS: remove CONFIG_DMA_COHERENTChristoph Hellwig2018-06-242-5/+4
| * | | MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsChristoph Hellwig2018-06-241-2/+2
| * | | MIPS: remove a dead ifdef from mach-ath25/dma-coherence.hChristoph Hellwig2018-06-241-5/+0
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-131-13/+0
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-3/+0
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-263-6/+17
| |\ \ \ | | | |/ | | |/|
| * | | MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-13/+0
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-172/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-173-6/+17
| |\ \ \ | | | |/ | | |/|
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-38/+0
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-84/+0
OpenPOWER on IntegriCloud