aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-20mm: arch: remove duplicate definitions of MADV_FREEGuenter Roeck1-1/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-35/+16
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams3-11/+11
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architecturesChen Gang1-0/+1
2016-01-15mm: define MADV_FREE for some archesMinchan Kim1-0/+1
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov3-5/+6
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov5-51/+5
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-3/+3
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds5-5/+5
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-38/+4
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+6
2016-01-12mips: define __smp_xxxMichael S. Tsirkin1-12/+14
2016-01-12mips: reuse asm-generic/barrier.hMichael S. Tsirkin1-23/+2
2016-01-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-01-11Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds9-9/+0
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-1/+1
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+2
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-15/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+1
2016-01-06Merge tag 'wireless-drivers-next-for-davem-2016-01-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-38/+1
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown9-9/+0
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+3
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro9-25/+43
2016-01-04Fix ld-version.sh to handle large 3rd version partJames Hogan1-1/+1
2015-12-29MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck1-1/+1
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-23[mips] switch pvc_proc_cleanup() to remove_proc_subtree()Al Viro1-12/+6
2015-12-22MIPS: Fix build error due to unused variables.Ralf Baechle3-3/+1
2015-12-22MIPS: VDSO: Fix build errorQais Yousef1-2/+2
2015-12-22MIPS: CPS: drop .set mips64r2 directivesPaul Burton1-2/+0
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan3-10/+26
2015-12-22MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan1-3/+9
2015-12-22MIPS: uaccess: Fix strlen_user with EVAJames Hogan1-1/+1
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki1-38/+1
2015-12-12MIPS: fix DMA contiguous allocationQais Yousef1-1/+1
2015-12-08mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON5-5/+5
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-3/+3
2015-11-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-5/+9
2015-11-27MIPS: Fix delay loops which may be removed by GCC.Ralf Baechle3-5/+9
2015-11-24Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini3-3/+9
2015-11-20MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel1-0/+5
2015-11-20MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsiAlban Bedel1-1/+1
2015-11-20MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel1-1/+1
2015-11-18MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan1-1/+4
2015-11-18MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan1-1/+1
2015-11-18MIPS: KVM: Fix ASID restoration logicJames Hogan1-6/+10
2015-11-16MIPS: Fix flood of warnings about comparsion being always true.Ralf Baechle1-1/+2
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott9-9/+0