summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-65/+7
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-40/+4
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2-2/+2
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki1-0/+4
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-40/+4
2018-05-15MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2-4/+4
2018-05-15MIPS: xilfpga: Actually include FDT in fitImageAlexandre Belloni1-0/+1
2018-05-15MIPS: xilfpga: Stop generating useless dtb.oAlexandre Belloni1-2/+0
2018-05-15KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King1-1/+1
2018-05-15MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-05-15MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770Paul Cercueil1-3/+3
2018-05-15MIPS: c-r4k: Fix data corruption related to cache coherenceNeilBrown1-3/+6
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