summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-06mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-10-06MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-10-06MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-07-20MIPS: Fix page table corruption on THP permission changes.David Daney1-1/+2
2016-07-12MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2016-07-11MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-0/+1
2016-06-07MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-0/+13
2016-06-07MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan1-1/+1
2016-06-03MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-03-02MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan1-3/+1
2015-08-19MIPS: Make set_pte() SMP safe.David Daney1-0/+31
2015-08-19MIPS: Flush RPS on kernel entry with EVAJames Hogan1-0/+25
2015-07-05MIPS: Fix KVM guest fixmap addressJames Hogan1-0/+4
2015-05-18MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard.Ralf Baechle1-1/+0
2015-05-18MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin1-3/+0
2015-05-18MIPS: asm: asm-eva: Introduce kernel load/store variantsMarkos Chandras1-44/+93
2015-05-18MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan1-0/+1
2015-05-18MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan1-0/+2
2015-03-07MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras3-7/+29
2015-03-07MIPS: asm: pgtable: Prevent HTW race when updating PTEsMarkos Chandras1-10/+4
2015-03-07MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequencesMarkos Chandras1-4/+6
2015-03-07MIPS: asm: asmmacro: Replace "add" instructions with "addu"Markos Chandras1-2/+2
2015-02-11MIPS: mipsregs.h: Add write_32bit_cp1_register()James Hogan1-0/+15
2014-11-24MIPS: cpu-probe: Set the FTLB probability bit on supported coresMarkos Chandras1-0/+2
2014-11-24MIPS: uaccess.h: Fix strnlen_user comment.Ralf Baechle1-4/+2
2014-11-24MIPS: r4kcache: Add EVA case for protected_writeback_dcache_lineMarkos Chandras1-0/+4
2014-11-24MIPS: Fix a copy & paste error in unistd.hHuacai Chen1-1/+1
2014-11-19MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki1-1/+7
2014-11-19MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle1-1/+4
2014-11-19MIPS: asm: uaccess: Add v1 register to clobber list on EVAMarkos Chandras1-3/+4
2014-11-19MIPS: Loongson: Set Loongson-3's ISA level to MIPS64R1Huacai Chen1-2/+0
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss5-3/+50
2014-10-27MIPS: Wire up bpf syscall.Ralf Baechle1-6/+9
2014-10-24MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-10-23MIPS: Prevent compiler warning from cop2_{save,restore}Paul Burton1-4/+4
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras1-7/+0
2014-10-23MIPS: ptrace.h: Add a missing includeAaro Koskinen1-0/+2
2014-10-20Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-10-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-19/+84
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+12
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-372/+189
2014-10-10nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-7/+0
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+11
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra1-6/+0
2014-09-24ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-1/+1
2014-09-22MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPSMarkos Chandras1-0/+10