aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing1-2/+3
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-23mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-3/+1
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-0/+12
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2019-04-22Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-7/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe5-5/+14
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann1-2/+2
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal11-11/+11
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal1-1/+1
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2-2/+2
2019-04-16MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar1-6/+0
2019-04-15MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann3-0/+12
2019-04-12Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices"Paul Burton3-93/+33
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-5/+14
2019-04-09Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-3/+11
2019-04-09MIPS: generic: Enable CONFIG_JUMP_LABELPaul Burton1-0/+1
2019-04-09MIPS: jump_label: Use compact branches for >= r6Paul Burton2-8/+34
2019-04-09MIPS: jump_label: Remove redundant nopsPaul Burton1-2/+1
2019-04-09Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton5-17/+13
2019-04-08mips/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon4-4/+26
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig7-7/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-2/+3
2019-04-04MIPS: ralink: fix cpu clock of mt7621 and add dt clk devicesChuanhong Guo3-33/+93
2019-04-04MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfigHoratiu Vultur1-0/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-7/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-8/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-9/+0
2019-03-28MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irqThomas Bogendoerfer1-2/+1
2019-03-28MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao1-1/+2
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton1-3/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2-4/+4
2019-03-19arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult4-40/+39
2019-03-19MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed5-1602/+70
2019-03-19MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed1-9/+69
2019-03-19MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed4-18/+49
2019-03-19MIPS: entry: Remove unneeded need_resched() loopValentin Schneider1-3/+2
2019-03-19Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-17/+13
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2019-03-14MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton1-7/+0
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport4-0/+14
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-1/+1