aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 5-37/+0
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 47-191/+383
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-3/+8
2019-07-16mips: define syscall_get_error()Gravatar Dmitry V. Levin 1-0/+6
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 2-1/+2
2019-07-16arch/*: remove unused isa_page_to_bus()Gravatar Stephen Kitt 1-2/+0
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 1-1/+1
2019-07-16MIPS: fix some more fall through errors in arch/mipsGravatar Stephen Rothwell 4-2/+4
2019-07-15docs: arm: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15MIPS: perf events: handle switch statement falling through warningsGravatar Stephen Rothwell 1-15/+15
2019-07-15arch: mark syscall number 435 reserved for clone3Gravatar Christian Brauner 3-0/+3
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 5-28/+10
2019-07-12mips: switch to generic version of pte allocationGravatar Mike Rapoport 1-31/+2
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPGravatar Christoph Hellwig 1-1/+1
2019-07-12MIPS: use the generic get_user_pages_fast codeGravatar Christoph Hellwig 4-304/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 14-12/+39
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Paolo Bonzini 491-3751/+494
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-61/+61
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+6
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-11/+11
2019-07-06Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-14/+28
2019-07-03MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platformsGravatar Christoph Hellwig 1-1/+1
2019-07-03mips/kprobes: Export kprobe_fault_handler()Gravatar Anshuman Khandual 2-1/+2
2019-07-01asm-generic: remove ptrace.hGravatar Christoph Hellwig 1-5/+0
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+30
2019-06-28arch: wire-up pidfd_open()Gravatar Christian Brauner 3-0/+3
2019-06-25MIPS: Remove dead codeGravatar Paul Cercueil 4-38/+0
2019-06-25MIPS: jz4740: PM: Let CGU driver suspend clocks and set sleep modeGravatar Paul Cercueil 1-8/+0
2019-06-24MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT nodeGravatar Stefan Roese 1-0/+13
2019-06-24MIPS: ralink: mt7628a.dtsi: Add SPI controller DT nodeGravatar Stefan Roese 1-0/+16
2019-06-24MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT nodeGravatar Stefan Roese 1-0/+13
2019-06-24MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodesGravatar Stefan Roese 1-0/+9
2019-06-24MIPS: ralink: mt7628a.dtsi: Add pinmux DT nodeGravatar Stefan Roese 1-1/+94
2019-06-24MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifierGravatar Stefan Roese 1-0/+2
2019-06-24MIPS: lantiq: Add SMP support for lantiq interrupt controllerGravatar Petr Cvek 1-24/+106
2019-06-24MIPS: lantiq: Shorten register names, remove unused macrosGravatar Petr Cvek 1-18/+16
2019-06-24MIPS: lantiq: Fix bitfield maskingGravatar Petr Cvek 1-2/+3
2019-06-24MIPS: lantiq: Remove unused macrosGravatar Petr Cvek 1-4/+0
2019-06-24MIPS: lantiq: Fix attributes of of_device_id structureGravatar Petr Cvek 1-1/+1
2019-06-24MIPS: lantiq: Change variables to the same type as the sourceGravatar Petr Cvek 1-10/+10
2019-06-24MIPS: lantiq: Move macro directly to iomem functionGravatar Petr Cvek 1-10/+8
2019-06-24mips: Remove q-accessors from non-64bit platformsGravatar Serge Semin 1-0/+11
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Gravatar Dmitry Korotin 1-9/+20
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchGravatar Ingo Molnar 108-402/+108
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 108-402/+108
2019-06-20MIPS: have "plain" make calls build dtbs for selected platformsGravatar Cedric Hombourger 1-1/+2
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+2