summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin-27/+3
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton-17/+3
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton-1/+1
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton-20/+15
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton-4/+4
2019-04-24mips: Combine memblock init and memory reservation loopsSerge Semin-41/+7
2019-04-24mips: Discard rudiments from bootmem_initSerge Semin-20/+5
2019-04-24mips: Make sure kernel .bss exists in boot mem poolSerge Semin-0/+3
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-0/+12
2019-04-22Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-04-15MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno-1/+1
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann-0/+12
2019-04-09Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2019-04-09MIPS: jump_label: Use compact branches for >= r6Paul Burton-5/+25
2019-04-09Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton-5/+7
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-1/+1
2019-03-28MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao-1/+2
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-1/+1
2019-03-19MIPS: entry: Remove unneeded need_resched() loopValentin Schneider-3/+2
2019-03-19Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+7
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+6
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport-1/+1
2019-03-11MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky-5/+7
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-58/+111
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-80/+137
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-6/+6
2019-02-27MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer-1/+2
2019-02-19MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer-0/+2
2019-02-19MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang-2/+2
2019-02-15MIPS: CM: Fix indentationPaul Burton-2/+2
2019-02-11MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark-2/+1
2019-02-07mips: cm: reprime error causeVladimir Kondratiev-1/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann-0/+42
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann-22/+22
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-51/+51
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang-4/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton-7/+110
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton-3/+3
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton-2/+2
2019-01-25arch: add split IPC system calls where neededArnd Bergmann-0/+11
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann-6/+6
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-64/+16
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-4/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-84/+80
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-17/+8
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy-1/+1
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy-9/+7
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson-8/+1
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson-1/+1