summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorFilesLines
2017-11-21MIPS: End asm function prologue macros with .insnPaul Burton1-4/+6
2017-11-15MIPS: Fix CM region target definitionsPaul Burton1-2/+2
2017-10-21MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn1-1/+1
2017-10-08MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn1-0/+15
2017-07-28MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-04-18MIPS: Only change $28 to thread_info if coming from user modeMatt Redfearn1-0/+7
2017-04-18MIPS: Introduce irq_stackMatt Redfearn1-0/+12
2017-04-12MIPS: End spinlocks with .insnPaul Burton1-4/+4
2017-03-12MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2016-11-18KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-3/+4
2016-10-28MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski1-1/+1
2016-10-07MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski1-1/+0
2016-09-30MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn1-0/+2
2016-09-30MIPS: Add a missing ".set pop" in an early commitHuacai Chen1-0/+1
2016-09-24mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-07-27MIPS: KVM: Fix modular KVM under QEMUJames Hogan1-0/+1
2016-06-24MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle1-1/+1
2016-06-08MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDUJames Hogan1-8/+8
2016-06-08MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-12/+12
2016-06-08MIPS: Sync icache & dcache in set_pte_atPaul Burton2-11/+21
2016-06-08MIPS: Fix watchpoint restorationJames Hogan2-6/+6
2016-06-08MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-0/+13
2016-06-01MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan1-1/+1
2016-03-04MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan1-3/+1
2016-03-04MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen1-2/+2
2016-03-04Revert "MIPS: Fix PAGE_MASK definition"Dan Williams1-1/+1
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan1-10/+22
2015-12-22MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan1-3/+9
2015-12-22MIPS: uaccess: Fix strlen_user with EVAJames Hogan1-1/+1
2015-11-16MIPS: Fix flood of warnings about comparsion being always true.Ralf Baechle1-1/+2
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds23-121/+426
2015-11-12Merge branch '4.3-fixes' into mips-for-linux-nextRalf Baechle2-1/+12
2015-11-12MIPS: Clean up compat_siginfo_tAmanieu d'Antras1-28/+34
2015-11-12MIPS: Fix PAGE_MASK definitionDan Williams1-1/+1
2015-11-11MIPS: xilfpga: Add mipsfpga platform codeZubair Lutfullah Kakakhel1-0/+18
2015-11-11MIPS: ralink: Unify SoC id handlingJohn Crispin3-22/+23
2015-11-11MIPS: ralink: Add support for mt7688John Crispin1-0/+1
2015-11-11MIPS: Lantiq: Add support for xRX220 SoCHauke Mehrtens1-0/+2
2015-11-11MIPS: Lantiq: Add SoC detection for ar10 and grx390Hauke Mehrtens1-0/+12
2015-11-11MIPS: BCM47xx: Fetch board info directly in callback functionRafał Miłecki1-5/+0
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Alex Smith2-1/+96
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith4-25/+68
2015-11-11MIPS: Malta: Setup RAM regions via DTPaul Burton1-0/+29
2015-11-11MIPS: Malta: Remove fw_memblock_t abstractionPaul Burton1-16/+0
2015-11-11MIPS: Allow RIXI for 32-bit kernels on MIPS64Paul Burton1-5/+1
2015-11-11MIPS: Tidy EntryLo bit definitions, add PFNPaul Burton1-9/+3
2015-11-11MIPS: CM: make use of mips_cm_{lock,unlock}_otherPaul Burton1-1/+2
2015-11-11MIPS: CM: Introduce core-other locking functionsPaul Burton1-0/+32
2015-11-11MIPS: CM: Fix GCR_Cx_CONFIG PVPE maskPaul Burton1-1/+1