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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-08
MIPS: IRQ Stack: Unwind IRQ stack onto task stack
Matt Redfearn
1
-0
/
+15
2017-07-28
MIPS: Fix unaligned PC interpretation in `compute_return_epc'
Maciej W. Rozycki
1
-4
/
+1
2017-04-18
MIPS: Only change $28 to thread_info if coming from user mode
Matt Redfearn
1
-0
/
+7
2017-04-18
MIPS: Introduce irq_stack
Matt Redfearn
1
-0
/
+12
2017-04-12
MIPS: End spinlocks with .insn
Paul Burton
1
-4
/
+4
2017-03-12
MIPS: Fix special case in 64 bit IP checksumming.
Ralf Baechle
1
-0
/
+2
2016-11-18
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
1
-3
/
+4
2016-10-28
MIPS: ptrace: Fix regs_return_value for kernel context
Marcin Nowakowski
1
-1
/
+1
2016-10-07
MIPS: uprobes: remove incorrect set_orig_insn
Marcin Nowakowski
1
-1
/
+0
2016-09-30
MIPS: paravirt: Fix undefined reference to smp_bootstrap
Matt Redfearn
1
-0
/
+2
2016-09-30
MIPS: Add a missing ".set pop" in an early commit
Huacai Chen
1
-0
/
+1
2016-09-24
mips: copy_from_user() must zero the destination on access_ok() failure
Al Viro
1
-0
/
+3
2016-07-27
MIPS: KVM: Fix modular KVM under QEMU
James Hogan
1
-0
/
+1
2016-06-24
MIPS: Fix 64k page support for 32 bit kernels.
Ralf Baechle
1
-1
/
+1
2016-06-08
MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
James Hogan
1
-8
/
+8
2016-06-08
MIPS: Use copy_s.fmt rather than copy_u.fmt
Paul Burton
1
-12
/
+12
2016-06-08
MIPS: Sync icache & dcache in set_pte_at
Paul Burton
2
-11
/
+21
2016-06-08
MIPS: Fix watchpoint restoration
James Hogan
2
-6
/
+6
2016-06-08
MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC
Maciej W. Rozycki
1
-0
/
+13
2016-06-01
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
James Hogan
1
-1
/
+1
2016-03-04
MIPS: Fix buffer overflow in syscall_get_arguments()
James Hogan
1
-3
/
+1
2016-03-04
MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
Huacai Chen
1
-2
/
+2
2016-03-04
Revert "MIPS: Fix PAGE_MASK definition"
Dan Williams
1
-1
/
+1
2015-12-27
MIPS: Fix bitrot in __get_user_unaligned()
Al Viro
1
-3
/
+3
2015-12-22
MIPS: uaccess: Take EVA into account in [__]clear_user
James Hogan
1
-10
/
+22
2015-12-22
MIPS: uaccess: Take EVA into account in __copy_from_user()
James Hogan
1
-3
/
+9
2015-12-22
MIPS: uaccess: Fix strlen_user with EVA
James Hogan
1
-1
/
+1
2015-11-16
MIPS: Fix flood of warnings about comparsion being always true.
Ralf Baechle
1
-1
/
+2
2015-11-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
23
-121
/
+426
2015-11-12
Merge branch '4.3-fixes' into mips-for-linux-next
Ralf Baechle
2
-1
/
+12
2015-11-12
MIPS: Clean up compat_siginfo_t
Amanieu d'Antras
1
-28
/
+34
2015-11-12
MIPS: Fix PAGE_MASK definition
Dan Williams
1
-1
/
+1
2015-11-11
MIPS: xilfpga: Add mipsfpga platform code
Zubair Lutfullah Kakakhel
1
-0
/
+18
2015-11-11
MIPS: ralink: Unify SoC id handling
John Crispin
3
-22
/
+23
2015-11-11
MIPS: ralink: Add support for mt7688
John Crispin
1
-0
/
+1
2015-11-11
MIPS: Lantiq: Add support for xRX220 SoC
Hauke Mehrtens
1
-0
/
+2
2015-11-11
MIPS: Lantiq: Add SoC detection for ar10 and grx390
Hauke Mehrtens
1
-0
/
+12
2015-11-11
MIPS: BCM47xx: Fetch board info directly in callback function
Rafał Miłecki
1
-5
/
+0
2015-11-11
MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()
Alex Smith
2
-1
/
+96
2015-11-11
MIPS: Initial implementation of a VDSO
Alex Smith
4
-25
/
+68
2015-11-11
MIPS: Malta: Setup RAM regions via DT
Paul Burton
1
-0
/
+29
2015-11-11
MIPS: Malta: Remove fw_memblock_t abstraction
Paul Burton
1
-16
/
+0
2015-11-11
MIPS: Allow RIXI for 32-bit kernels on MIPS64
Paul Burton
1
-5
/
+1
2015-11-11
MIPS: Tidy EntryLo bit definitions, add PFN
Paul Burton
1
-9
/
+3
2015-11-11
MIPS: CM: make use of mips_cm_{lock,unlock}_other
Paul Burton
1
-1
/
+2
2015-11-11
MIPS: CM: Introduce core-other locking functions
Paul Burton
1
-0
/
+32
2015-11-11
MIPS: CM: Fix GCR_Cx_CONFIG PVPE mask
Paul Burton
1
-1
/
+1
2015-11-11
MIPS: CPS: Early debug using an ns16550-compatible UART
Paul Burton
1
-0
/
+3
2015-11-11
MIPS: Fix duplicate CP0_* definitions.
James Hogan
1
-0
/
+3
2015-11-10
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
1
-1
/
+0
[next]