summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-03mips: Dump memblock regions for debuggingSerge Semin1-0/+2
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin2-1/+11
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin1-2/+3
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin1-5/+0
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin1-27/+3
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton1-17/+3
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton1-1/+1
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton1-20/+15
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton1-4/+4
2019-04-24mips: Combine memblock init and memory reservation loopsSerge Semin1-41/+7
2019-04-24mips: Discard rudiments from bootmem_initSerge Semin1-20/+5
2019-04-24mips: Make sure kernel .bss exists in boot mem poolSerge Semin1-0/+3
2019-04-09MIPS: jump_label: Use compact branches for >= r6Paul Burton1-5/+25
2019-04-09Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton1-5/+7
2019-03-19MIPS: entry: Remove unneeded need_resched() loopValentin Schneider1-3/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-0/+6
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1
2019-03-11MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky1-5/+7
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-58/+111
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds10-80/+137
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds3-6/+6
2019-02-27MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer1-1/+2
2019-02-19MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer1-0/+2
2019-02-19MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang1-2/+2
2019-02-15MIPS: CM: Fix indentationPaul Burton1-2/+2
2019-02-11MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark1-2/+1
2019-02-07mips: cm: reprime error causeVladimir Kondratiev1-1/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann3-0/+42
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2-51/+51
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton4-7/+110
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton1-3/+3
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton1-2/+2
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+11
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2-6/+6
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-64/+16
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds8-84/+80
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-17/+8
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy1-9/+7
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-8/+1
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds36-2081/+1991
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton1-2/+2
2018-12-17MIPS: Remove struct mm_context_t fp_mode_switching fieldPaul Burton1-6/+3
2018-12-14mips: generate uapi header and system call table filesFiroz Khan4-1403/+12
2018-12-14mips: add system call table generation supportFiroz Khan7-0/+1261