summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2016-12-181-1/+0
|\
| * MIPS: jz4740: Remove obsolete codePaul Cercueil2016-11-051-1/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-2/+0
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-112-0/+19
| |\ \
| * | | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
| * | | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
| * | | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-113-3/+35
| |\ \ \
| * | | | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-0/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | MIPS: Mask out limit field when calculating wired entry countPaul Burton2016-11-242-0/+19
| | |/ | |/|
* / | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-041-3/+4
|\ \
| * | KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-261-3/+4
| |/
* / MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2016-11-042-0/+31
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-1533-737/+449
|\
| * MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2016-10-121-1/+1
| * MIPS: Enable hardened usercopyPaul Burton2016-10-101-0/+18
| * MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton2016-10-065-155/+0
| * MIPS: generic: Introduce generic DT-based board supportPaul Burton2016-10-061-0/+63
| * MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0Paul Burton2016-10-063-7/+5
| * MIPS: Support per-device DMA coherencePaul Burton2016-10-064-1/+22
| * MIPS: Sanitise coherentio semanticsPaul Burton2016-10-062-4/+18
| * MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton2016-10-061-23/+31
| * MIPS: PCI: Inline pcibios_assign_all_bussesPaul Burton2016-10-061-2/+4
| * MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICPaul Burton2016-10-061-1/+20
| * MIPS: PCI: Use struct list_head listsPaul Burton2016-10-061-1/+2
| * irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton2016-10-061-1/+0
| * irqchip: i8259: Allow platforms to override poll functionPaul Burton2016-10-061-0/+11
| * MIPS: SEAD3: Probe EHCI controller using DTPaul Burton2016-10-051-21/+0
| * MIPS: SEAD3: Probe ethernet controller using DTPaul Burton2016-10-051-2/+0
| * MIPS: SEAD3: Probe UARTs using DTPaul Burton2016-10-051-4/+0
| * MIPS: SEAD3: Probe interrupt controllers using DTPaul Burton2016-10-052-5/+29
| * MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn2016-10-051-0/+14
| * MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan2016-10-041-0/+5
| * MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterMatt Redfearn2016-10-041-0/+1
| * MIPS: pm-cps: Add MIPSr6 CPU supportMatt Redfearn2016-10-041-2/+4
| * MIPS: Barrier: Add definitions of SYNC stype valuesMatt Redfearn2016-10-041-0/+96
| * MIPS: Octeon: Delete unused cvmx-mdio.hAaro Koskinen2016-10-041-506/+0
| * MIPS: Octeon: Delete unused cvmx_helper_board_link_set_phy.Aaro Koskinen2016-10-041-20/+0
| * MIPS: Octeon: Delete unused cvmx_override_board_link_get.Aaro Koskinen2016-10-041-10/+0
| * MIPS: Squash lines for simple wrapper functionsMasahiro Yamada2016-10-042-10/+2
| * MIPS: Add RTC support for Loongson1C boardYang Ling2016-10-041-0/+1
| * MIPS: Loongson1C: Add board supportYang Ling2016-10-044-1/+140
| * MIPS: Add CPU support for Loongson1CYang Ling2016-10-042-1/+3
* | MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle2016-10-141-6/+16
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-113-9/+15
|\ \
| * | mips: separate extable.h, switch module.h to itAl Viro2016-10-053-9/+15
* | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0