summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-24/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-2/+2
2018-06-21MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes codeMasami Hiramatsu-14/+7
2018-06-21MIPS/kprobes: Remove jprobe implementationMasami Hiramatsu-58/+0
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra-2/+2
2018-06-19MIPS: Wire up io_pgetevents syscallPaul Burton-6/+13
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton-6/+13
2018-06-19MIPS: Add syscall detection for restartable sequencesPaul Burton-0/+8
2018-06-19MIPS: Add support for restartable sequencesPaul Burton-0/+4
2018-06-19MIPS: io: Add barrier after register read in inX()Huacai Chen-0/+2
2018-06-19mips: ftrace: fix static function graph tracingMatthias Schiffer-15/+12
2018-06-18MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami-0/+9
2018-06-18MIPS: pb44: Fix i2c-gpio GPIO descriptor tableLinus Walleij-1/+1
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner-2/+2
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-5/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-8/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-348/+298
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-130/+0
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+0
2018-06-05Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-0/+90
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-41/+94
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-60/+23
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-65/+7
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-40/+4
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+6
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder-1/+1
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck-3/+0
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki-2/+2
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki-0/+4
2018-05-24MIPS: ptrace: Make FPU context layout comments match realityMaciej W. Rozycki-4/+4
2018-05-22MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas-5/+3
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+31
2018-05-21MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn-14/+14
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner-6/+26
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang-1/+1
2018-05-16signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptionsGuenter Roeck-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-40/+4
2018-05-15MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn-39/+39
2018-05-15MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn-10/+2