aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-28/+1
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+8
2017-05-08format-security: move static strings to constKees Cook2-5/+5
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2-2/+2
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan1-1/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-371/+4912
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+5
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-2/+55
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-492/+84
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-1/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-28/+58
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro26-491/+107
2017-04-25MIPS: Octeon: cavium_octeon_defconfig: Enable Octeon MMCSteven J. Hill1-0/+5
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2-26/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-20MIPS/Malta: Probe gic-timer via devicetreeMatt Redfearn1-1/+30
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-3/+0
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-46/+122
2017-04-14MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange12-1/+25
2017-04-13MIPS: PCI: add controllers before the specified headMathias Kresin1-1/+1
2017-04-12MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-04-12MIPS: smp-cps: Fix potentially uninitialised value of coreMatt Redfearn1-2/+1
2017-04-12MIPS: KASLR: Add missing header filesMatt Redfearn1-1/+1
2017-04-12MIPS: Avoid BUG warning in arch_check_elfJames Cowgill1-1/+1
2017-04-12MIPS: Fix modversioning of _mcount symbolJames Cowgill1-0/+1
2017-04-11MIPS: generic: fix out-of-tree defconfig target buildsMarcin Nowakowski1-3/+3
2017-04-10MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan1-1/+1
2017-04-10MIPS: perf: fix deadlockRabin Vincent1-4/+5
2017-04-10MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn1-0/+11
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2-1/+2
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini1-3/+0
2017-04-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds19-46/+122
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-04-06mips: switch to RAW_COPY_USERAl Viro2-248/+27
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro3-96/+3
2017-04-06mips: make copy_from_user() zero tail explicitlyAl Viro1-7/+7
2017-04-06mips: clean and reorder the forest of macros...Al Viro1-71/+49
2017-04-06mips: consolidate __invoke_... wrappersAl Viro1-100/+44
2017-04-06mips: sanitize __access_ok()Al Viro4-29/+20
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro14-0/+20
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro16-0/+22
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds1-1/+2
2017-03-29mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-28new helper: uaccess_kernel()Al Viro4-10/+10