index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-19
MIPS: eBPF: Always return sign extended 32b values
Paul Burton
1
-3
/
+6
2019-02-19
32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
Yury Norov
1
-0
/
+1
2019-02-18
arch: move common mmap flags to linux/mman.h
Michael S. Tsirkin
1
-3
/
+1
2019-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-12
/
+12
2019-02-16
MIPS: eBPF: Remove REG_32BIT_ZERO_EX
Paul Burton
1
-10
/
+7
2019-02-16
MIPS: eBPF: Always return sign extended 32b values
Paul Burton
1
-3
/
+6
2019-02-16
MIPS: CM: Fix indentation
Paul Burton
1
-2
/
+2
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-22
/
+127
2019-02-13
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Christoph Hellwig
3
-10
/
+9
2019-02-12
MIPS: lantiq: pass struct device to DMA API functions
Christoph Hellwig
1
-2
/
+2
2019-02-12
MIPS: BCM47XX: Fix/improve Buffalo WHR-G54S support
Rafał Miłecki
2
-6
/
+6
2019-02-11
MIPS: fix truncation in __cmpxchg_small for short values
Michael Clark
1
-2
/
+1
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...
Thomas Gleixner
4
-54
/
+96
2019-02-10
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...
Thomas Gleixner
4
-19
/
+17
2019-02-08
MIPS: OCTEON: program rx/tx-delay always from DT
Aaro Koskinen
6
-52
/
+52
2019-02-08
MIPS: OCTEON: delete board-specific link status
Aaro Koskinen
1
-42
/
+1
2019-02-08
MIPS: OCTEON: don't lie about interface type of CN3005 board
Aaro Koskinen
1
-16
/
+0
2019-02-08
MIPS: OCTEON: warn if deprecated link status is being used
Aaro Koskinen
2
-0
/
+6
2019-02-08
MIPS: OCTEON: add fixed-link nodes to in-kernel device tree
Aaro Koskinen
2
-0
/
+32
2019-02-07
MIPS: Delete unused flush_cache_sigtramp()
Paul Burton
6
-183
/
+0
2019-02-07
mips: cm: reprime error cause
Vladimir Kondratiev
1
-1
/
+1
2019-02-07
mips: loongson64: remove unreachable(), fix loongson_poweroff().
Yifeng Li
1
-1
/
+6
2019-02-07
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
3
-0
/
+42
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
2
-7
/
+7
2019-02-07
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
1
-22
/
+22
2019-02-07
syscalls: remove obsolete __IGNORE_ macros
Arnd Bergmann
1
-13
/
+0
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2
-51
/
+51
2019-02-07
MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()
Paul Burton
2
-6
/
+102
2019-02-05
MIPS: Export mm switching functions used by KVM
Paul Burton
1
-0
/
+3
2019-02-05
net: phy: fixed-phy: Drop GPIO from fixed_phy_add()
Linus Walleij
2
-3
/
+3
2019-02-05
MIPS: Remove function size check in get_frame_info()
Jun-Ru Chang
1
-4
/
+3
2019-02-05
MIPS: Loongson32: Remove DMA & NAND devices from ls1b/board.c
Paul Burton
1
-28
/
+0
2019-02-05
MIPS: Loongson32: Fix config brokenness; select SYS_SUPPORTS_32BIT_KERNEL
Paul Burton
2
-4
/
+13
2019-02-05
MIPS: Don't select ARCH_HAS_SYNC_DMA_FOR_CPU when DMA is coherent
Paul Burton
1
-4
/
+4
2019-02-04
MIPS: Use lower case for addresses in nexys4ddr.dts
Paul Burton
1
-4
/
+4
2019-02-04
MIPS: Enable hugepage support for MIPS64r6
Paul Burton
1
-0
/
+1
2019-02-04
MIPS: Remove open-coded cmpxchg() in set_pte()
Paul Burton
1
-43
/
+2
2019-02-04
MIPS: MemoryMapID (MMID) Support
Paul Burton
15
-31
/
+509
2019-02-04
MIPS: Add GINVT instruction helpers
Paul Burton
4
-0
/
+84
2019-02-04
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
5
-13
/
+24
2019-02-04
MIPS: mm: Unify ASID version checks
Paul Burton
4
-26
/
+28
2019-02-04
MIPS: mm: Un-inline get_new_mmu_context
Paul Burton
3
-19
/
+21
2019-02-04
MIPS: mm: Split obj-y to a file per line
Paul Burton
1
-3
/
+12
2019-02-04
MIPS: mm: Remove local_flush_tlb_mm()
Paul Burton
5
-28
/
+5
2019-02-04
MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()
Paul Burton
1
-2
/
+0
2019-02-04
MIPS: mm: Move drop_mmu_context() comment into appropriate block
Paul Burton
1
-5
/
+5
2019-02-04
MIPS: mm: Consolidate drop_mmu_context() has-ASID checks
Paul Burton
5
-22
/
+10
2019-02-04
MIPS: mm: Avoid HTW stop/start when dropping an inactive mm
Paul Burton
1
-2
/
+3
2019-02-04
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
4
-11
/
+15
2019-02-04
MIPS: mm: Remove redundant drop_mmu_context() cpu argument
Paul Burton
5
-8
/
+10
[prev]
[next]