forked from luck/tmp_suning_uos_patched
857b50f5d0
Pull MIPS updates from Ralf Baechle: "This is the MIPS pull request for the next kernel: - Zubair's patch series adds CMA support for MIPS. Doing so it also touches ARM64 and x86. - remove the last instance of IRQF_DISABLED from arch/mips - updates to two of the MIPS defconfig files. - cleanup of how cache coherency bits are handled on MIPS and implement support for write-combining. - platform upgrades for Alchemy - move MIPS DTS files to arch/mips/boot/dts/" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (24 commits) MIPS: ralink: remove deprecated IRQF_DISABLED MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS MIPS: cpu-probe: Set the write-combine CCA value on per core basis MIPS: pgtable-bits: Define the CCA bit for WC writes on Ingenic cores MIPS: pgtable-bits: Move the CCA bits out of the core's ifdef blocks MIPS: DMA: Add cma support x86: use generic dma-contiguous.h arm64: use generic dma-contiguous.h asm-generic: Add dma-contiguous.h MIPS: BPF: Add new emit_long_instr macro MIPS: ralink: Move device-trees to arch/mips/boot/dts/ MIPS: Netlogic: Move device-trees to arch/mips/boot/dts/ MIPS: sead3: Move device-trees to arch/mips/boot/dts/ MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/ MIPS: Octeon: Move device-trees to arch/mips/boot/dts/ MIPS: Add support for building device-tree binaries MIPS: Create common infrastructure for building built-in device-trees MIPS: SEAD3: Enable DEVTMPFS MIPS: SEAD3: Regenerate defconfigs MIPS: Alchemy: DB1300: Add touch penirq support ...
59 lines
1.2 KiB
Makefile
59 lines
1.2 KiB
Makefile
|
|
|
|
generic-y += bug.h
|
|
generic-y += bugs.h
|
|
generic-y += checksum.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += delay.h
|
|
generic-y += div64.h
|
|
generic-y += dma.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += early_ioremap.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += ftrace.h
|
|
generic-y += hash.h
|
|
generic-y += hw_irq.h
|
|
generic-y += ioctl.h
|
|
generic-y += ioctls.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mman.h
|
|
generic-y += msgbuf.h
|
|
generic-y += mutex.h
|
|
generic-y += pci.h
|
|
generic-y += pci-bridge.h
|
|
generic-y += poll.h
|
|
generic-y += preempt.h
|
|
generic-y += resource.h
|
|
generic-y += rwsem.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += sembuf.h
|
|
generic-y += serial.h
|
|
generic-y += shmbuf.h
|
|
generic-y += simd.h
|
|
generic-y += sizes.h
|
|
generic-y += socket.h
|
|
generic-y += sockios.h
|
|
generic-y += swab.h
|
|
generic-y += switch_to.h
|
|
generic-y += termbits.h
|
|
generic-y += termios.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += types.h
|
|
generic-y += unaligned.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += xor.h
|