summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-05-09swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig3-11/+2
2018-05-09mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig2-2/+0
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-9/+6
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-3/+0
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig3-9/+0
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig3-11/+0
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig1-1/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-10/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-7/+0
2018-04-20Merge tag 'mips_fixes_4.17_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+26
2018-04-19MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn1-2/+9
2018-04-18MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn1-1/+1
2018-04-17MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn1-1/+1
2018-04-16MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn1-1/+6
2018-04-16MIPS: dts: Boston: Fix PCI bus dtc warnings:Matt Redfearn1-0/+6
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin1-0/+2
2018-04-14MIPS: io: Add barrier after register read in readX()Sinan Kaya1-0/+2
2018-04-13MIPS: io: Prevent compiler reordering writeX()Sinan Kaya1-1/+1
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko1-0/+1
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+7
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds53-69/+1315
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2018-04-07MIPS: BCM47XX: Use standard reset button for Luxul XWR-1750Dan Haab1-1/+1
2018-04-06mm: fix races between swapoff and flush dcacheHuang Ying1-1/+1
2018-04-06zboot: fix stack protector in compressed boot phaseHuacai Chen1-8/+1
2018-04-05Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2018-04-03Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-12/+38
2018-04-03Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-13/+15
2018-04-03Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-14/+14
2018-04-03Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+4
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2-4/+6
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/...Mark Brown2-12/+38
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar4-30/+27
2018-03-28MIPS: BCM47XX: Add Luxul XAP1500/XWR1750 WiFi LEDsDan Haab1-0/+21
2018-03-28MIPS: Make the default for PHYSICAL_START always 64-bitMaciej W. Rozycki1-2/+1
2018-03-26usb: host: Remove the deprecated ATH79 USB host config optionsAlban Bedel1-0/+1
2018-03-24Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar4-30/+27
2018-03-23MIPS: Use the entry point from the ELF file headerMaciej W. Rozycki1-14/+6
2018-03-22MIPS: ralink: Fix booting on MT7621NeilBrown1-20/+22
2018-03-22MIPS: ralink: Remove ralink_halt()NeilBrown1-7/+0
2018-03-22MIPS: generic: Add support for Microsemi OcelotAlexandre Belloni5-0/+133
2018-03-22MIPS: mscc: Add ocelot PCB123 device treeAlexandre Belloni2-0/+29