summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2019-08-29mips: fix cacheinfoVladimir Kondratiev
2019-08-29MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29MIPS: uprobes: remove set but not used variable 'epc'YueHaibing
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells
2019-05-14MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada
2019-05-09MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil
2019-05-09MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-05mips: Manually call fdt_init_reserved_mem() methodSerge Semin
2019-05-05mips: Make sure dt memory regions are validSerge Semin
2019-05-03mips: Perform early low memory testSerge Semin
2019-05-03mips: Dump memblock regions for debuggingSerge Semin
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin
2019-05-02MIPS: Remove duplicate EBase configurationPaul Burton
2019-05-02MIPS: Sync icache for whole exception vectorPaul Burton
2019-05-02MIPS: Always allocate exception vector for MIPSr2+Paul Burton
2019-05-02MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton
2019-04-24mips: Combine memblock init and memory reservation loopsSerge Semin
2019-04-24mips: Discard rudiments from bootmem_initSerge Semin
2019-04-24mips: Make sure kernel .bss exists in boot mem poolSerge Semin
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-22Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-15MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-09Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-09MIPS: jump_label: Use compact branches for >= r6Paul Burton
2019-04-09Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-03-28MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2019-03-19MIPS: entry: Remove unneeded need_resched() loopValentin Schneider
2019-03-19Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport