aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19MIPS: Wire up io_pgetevents syscallPaul Burton5-6/+13
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton5-6/+13
2018-06-19MIPS: Add syscall detection for restartable sequencesPaul Burton1-0/+8
2018-06-19MIPS: Add support for restartable sequencesPaul Burton2-0/+4
2018-06-19MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-06-19mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-06-18MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2-0/+9
2018-06-18MIPS: pb44: Fix i2c-gpio GPIO descriptor tableLinus Walleij1-1/+1
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-2/+2
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds5-5/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook6-8/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds52-348/+298
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-130/+0
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2018-06-05Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-0/+90
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-41/+94
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-60/+23
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
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/viro/vfsLinus Torvalds2-40/+4
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+6
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck1-3/+0
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-24MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki2-4/+4
2018-05-22MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas1-5/+3
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-15/+31
2018-05-21MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn1-14/+14
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner4-6/+26
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-05-16signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-40/+4
2018-05-15MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn1-39/+39
2018-05-15MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn1-10/+2
2018-05-15MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn3-5/+7
2018-05-15MIPS: Probe for MIPS MT perf counters per TCMatt Redfearn3-0/+19
2018-05-14bpf, mips: remove unused functionDaniel Borkmann1-26/+0
2018-05-14MIPS: mscc: Connect phys to ports on ocelot_pcb123Alexandre Belloni1-0/+20
2018-05-14MIPS: mscc: Add switch to ocelotAlexandre Belloni1-0/+88
2018-05-14MIPS: JZ4740: Drop old platform reset codePaul Cercueil1-31/+0
2018-05-14MIPS: qi_lb60: Enable the jz4740-wdt driverPaul Cercueil1-0/+2