summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-233-0/+12
|\
| * arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-153-0/+12
* | Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-222-7/+1
|\ \
| * | MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar2019-04-161-6/+0
| * | MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno2019-04-151-1/+1
* | | Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-093-3/+11
|\ \ \ | |/ / |/| |
| * | MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfigHoratiu Vultur2019-04-041-0/+8
| * | MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irqThomas Bogendoerfer2019-03-281-2/+1
| * | MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao2019-03-281-1/+2
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-2/+3
|/ /
* | Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-195-17/+13
|\ \ | |/ |/|
| * MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton2019-03-141-7/+0
| * mips: bcm47xx: Enable USB power on Netgear WNDR3400v2Petr Štetiar2019-03-111-0/+1
| * MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan2019-03-111-4/+4
| * MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky2019-03-111-5/+7
| * mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.Yifeng Li2019-03-111-1/+1
* | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-2/+0
|\ \
| * | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-1/+1
|\ \ \
| * | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-124-0/+14
* | | | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-1/+1
* | | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-1/+1
|\ \ \ \
| * | | | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
* | | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-103-11/+9
|\ \ \ \ \
| * | | | | dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0
| * | | | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-133-10/+9
| |/ / / /
* | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-1/+1
|\ \ \ \ \
| * | | | | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-1/+1
| |/ / / /
* | | | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1
|\ \ \ \ \
| * | | | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1
* | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-055-73/+114
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \ \ \
| | * | | | | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-104-54/+96
| |\| | | | |
| | * | | | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-073-0/+42
| | * | | | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-7/+7
| | * | | | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
| | * | | | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-072-51/+51
| * | | | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-104-19/+17
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-13/+0
| | * | | | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
| | * | | | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-252-6/+6
* | | | | | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-05114-4335/+1607
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | MIPS: lantiq: Remove separate GPHY Firmware loaderHauke Mehrtens2019-02-252-5/+0
| * | | | | MIPS: ingenic: Add support for appended devicetreePaul Cercueil2019-02-212-5/+11
| * | | | | MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer2019-02-1911-531/+260
| * | | | | MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer2019-02-194-3/+6