Sign in
android-kvm
/
linux
/
ac85227f7637cfb0d811519b8253c454d0d0a159
/
arch
/
mips
ac85227
MIPS: checksum: Split the 'copy_user' symbol
by Markos Chandras
· 11 years ago
c177121
MIPS: kernel: unaligned: Handle unaligned accesses for EVA
by Leonid Yegoshin
· 11 years ago
9d8e573
MIPS: kernel: unaligned: Add EVA instruction wrappers
by Markos Chandras
· 11 years ago
e3a9b07
MIPS: asm: uaccess: Add EVA support for str*_user operations
by Markos Chandras
· 11 years ago
05c6516
MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user
by Markos Chandras
· 11 years ago
0081ad2
MIPS: asm: uaccess: Rename {get,put}_user_asm macros
by Markos Chandras
· 11 years ago
ac1d859
MIPS: asm: uaccess: Use EVA instructions wrappers
by Markos Chandras
· 11 years ago
18e9001
MIPS: asm: uaccess: Disable unaligned access macros for EVA
by Leonid Yegoshin
· 11 years ago
ec56b1d
MIPS: asm: uaccess: Move duplicated code to common function
by Markos Chandras
· 11 years ago
d84869a
MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm
by Markos Chandras
· 11 years ago
fd9720e
MIPS: lib: memset: Add EVA support for the __bzero function.
by Markos Chandras
· 11 years ago
6d5155c
MIPS: lib: memset: Use macro to build the __bzero symbol
by Markos Chandras
· 11 years ago
8483b14
MIPS: lib: memset: Whitespace fixes
by Markos Chandras
· 11 years ago
cd26cb4
MIPS: lib: memcpy: Add EVA support
by Markos Chandras
· 11 years ago
cf62a8b
MIPS: lib: memcpy: Use macro to build the copy_user code
by Markos Chandras
· 11 years ago
bda4d98
MIPS: lib: memcpy: Split source and destination prefetch macros
by Markos Chandras
· 11 years ago
5bc0597
MIPS: lib: memcpy: Merge EXC and load/store macros
by Markos Chandras
· 11 years ago
b3c3025
MIPS: lib: strncpy_user: Add EVA support
by Markos Chandras
· 11 years ago
cc59fe5
MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol
by Markos Chandras
· 11 years ago
05397054
MIPS: lib: strlen_user: Add EVA support
by Markos Chandras
· 11 years ago
5cc49497
MIPS: lib: strlen_user: Use macro to build the strlen_user symbol
by Markos Chandras
· 11 years ago
4968db4
MIPS: lib: strnlen_user: Add EVA support
by Markos Chandras
· 11 years ago
c48be43
MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol
by Markos Chandras
· 11 years ago
078dde5
MIPS: traps: Set correct address limit for breakpoints and traps
by Leonid Yegoshin
· 11 years ago
b08a9c9
MIPS: kernel: traps: Whitespace clean up
by Markos Chandras
· 11 years ago
86bdb27
MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments
by Markos Chandras
· 11 years ago
aa1af47
MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions
by Leonid Yegoshin
· 11 years ago
a442c9e
MIPS: uapi: inst: Add new EVA opcodes
by Leonid Yegoshin
· 11 years ago
a6813fe
MIPS: futex: Add EVA support for futex operations
by Markos Chandras
· 11 years ago
9324494
MIPS: asm: Add wrappers for EVA/non-EVA instructions
by Markos Chandras
· 11 years ago
5b736cd
MIPS: asm: Add prefetch instruction for EVA
by Leonid Yegoshin
· 11 years ago
a6e1878
MIPS: Kconfig: Add Kconfig symbols for EVA support
by Leonid Yegoshin
· 11 years ago
8c7f6ba
MIPS: OProfile: Add CPU_P5600 cases
by James Hogan
· 11 years ago
d83b0e8
MIPS: Allow FTLB to be turned on for CPU_P5600
by James Hogan
· 11 years ago
829dcc0
MIPS: Add MIPS P5600 probe support
by James Hogan
· 11 years ago
aced4cb
MIPS: Add cases for CPU_P5600
by James Hogan
· 11 years ago
f43e4df
MIPS: Add MIPS P5600 PRid and cputype identifiers
by James Hogan
· 11 years ago
eec43a2
MIPS: Save/restore MSA context around signals
by Paul Burton
· 11 years ago
a8ad136
MIPS: Warn if vector register partitioning is implemented
by Paul Burton
· 11 years ago
2bcb3fb
MIPS: Dumb MSA FP exception handler
by Paul Burton
· 11 years ago
1db1af8
MIPS: Basic MSA context switching support
by Paul Burton
· 11 years ago
a5e9a69
MIPS: Detect the MSA ASE
by Paul Burton
· 11 years ago
7f65afb
MIPS: Add MSA register definitions & access
by Paul Burton
· 11 years ago
0298763
MIPS: Don't assume 64-bit FP registers for context switch
by Paul Burton
· 11 years ago
72b22bb
MIPS: Don't assume 64-bit FP registers for FP regset
by Paul Burton
· 11 years ago
6cec7c4
MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu
by Paul Burton
· 11 years ago
ef1c47a
MIPS: Clear upper bits of FP registers on emulator writes
by Paul Burton
· 11 years ago
6bbfd65
MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace
by Paul Burton
· 11 years ago
ff3aa5f
MIPS: Don't require FPU on sigcontext setup/restore
by Paul Burton
· 11 years ago
b2ead52
MIPS: Move & rename fpu_emulator_{save,restore}_context
by Paul Burton
· 11 years ago
e87ce94
MIPS: Update outdated comment
by Paul Burton
· 11 years ago
bbd426f
MIPS: Simplify FP context access
by Paul Burton
· 11 years ago
490b004
MIPS: Select HAVE_ARCH_SECCOMP_FILTER
by Markos Chandras
· 11 years ago
4c21b8f
MIPS: seccomp: Handle indirect system calls (o32)
by Markos Chandras
· 11 years ago
9d37c40
MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter
by Markos Chandras
· 11 years ago
1225eb8
MIPS: ptrace: Move away from secure_computing_strict
by Markos Chandras
· 11 years ago
137f7df
MIPS: asm: thread_info: Add _TIF_SECCOMP flag
by Markos Chandras
· 11 years ago
6e34574
MIPS: asm: syscall: Define syscall_get_arch
by Markos Chandras
· 11 years ago
22feadb
MIPS: asm: syscall: Add the syscall_rollback function
by Markos Chandras
· 11 years ago
5cac93b
MIPS: Deprecate CONFIG_MIPS_CMP
by Paul Burton
· 11 years ago
a6ce202
MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVP
by Paul Burton
· 11 years ago
044505c
MIPS: More helpful CONFIG_MIPS_CMP label, help text
by Paul Burton
· 11 years ago
9d98127
MIPS: Remove gcmpregs.h
by Paul Burton
· 11 years ago
e56b6aa
MIPS: Malta: Allow use of MIPS CPS SMP implementation
by Paul Burton
· 11 years ago
7dc2834
MIPS: Malta: Probe CPC when supported
by Paul Burton
· 11 years ago
237036d
MIPS: Malta: Make use of generic CM support
by Paul Burton
· 11 years ago
0ee958e
MIPS: Coherent Processing System SMP implementation
by Paul Burton
· 11 years ago
b86c224
MIPS: Add cpu_vpe_id macro
by Paul Burton
· 11 years ago
9c38cf4
MIPS: Add CPC probe, access functions
by Paul Burton
· 11 years ago
9f98f3d
MIPS: Add generic CM probe & access code
by Paul Burton
· 11 years ago
72e2014
MIPS: Move GIC IPI functions out of smp-cmp.c
by Paul Burton
· 11 years ago
1d68808
MIPS: Introduce _EXT assembler macro
by Paul Burton
· 11 years ago
6d9727a
MIPS: Add missing includes to gic.h
by Paul Burton
· 11 years ago
4dd8ee5
MIPS: Add CP0 CMGCRBase definitions & accessor
by Paul Burton
· 11 years ago
20a8d5d
MIPS: Define Config1 cache field shifts & sizes
by Paul Burton
· 11 years ago
442e14a
MIPS: Add 1074K CPU support explicitly.
by Steven J. Hill
· 11 years ago
02dc6bf
MIPS: mm: c-r4k: Detect instruction cache aliases
by Markos Chandras
· 11 years ago
97b8b16b
MIPS: fpu.h: Fix build when CONFIG_BUG is not set
by Aaro Koskinen
· 11 years ago
6776254
MIPS: Wire up sched_setattr/sched_getattr syscalls
by James Hogan
· 11 years ago
4294ad1
MIPS: Alchemy: Fix DB1100 GPIO registration
by Manuel Lauss
· 11 years ago
cdfc830
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
d4a63a8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
1b59bab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 11 years ago
b26a21c
mips: select ARCH_MIGHT_HAVE_PC_SERIO
by Mark Salter
· 11 years ago
3b2663c
mips: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
08596b0
MIPS: KVM: remove shadow_tlb code
by James Hogan
· 11 years ago
e36059e
MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI
by James Hogan
· 11 years ago
d386476
mips/ide: flush dcache also if icache does not snoop dcache
by Sebastian Andrzej Siewior
· 13 years ago
3c06b12
MIPS: BCM47XX: fix position of cpu_wait disabling
by Hauke Mehrtens
· 11 years ago
af2418b
MIPS: BCM63XX: select correct MIPS_L1_CACHE_SHIFT value
by Florian Fainelli
· 11 years ago
a4c0201
MIPS: update MIPS_L1_CACHE_SHIFT based on MIPS_L1_CACHE_SHIFT_<N>
by Florian Fainelli
· 11 years ago
930beb5
MIPS: introduce MIPS_L1_CACHE_SHIFT_<N>
by Florian Fainelli
· 11 years ago
dc4d7b3
MIPS: ZBOOT: gather string functions into string.c
by Antony Pavlov
· 11 years ago
dfe0924
arch/mips/pci: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 11 years ago
9fbf8e8
arch/mips/lantiq/xway: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 11 years ago
89fb3ac
MIPS: BCM47XX: fix sparse warnings in board.c
by Hauke Mehrtens
· 11 years ago
2b3ab0e
MIPS: BCM47XX: add board detection for Linksys WRT54GS V1
by Hauke Mehrtens
· 11 years ago
a2ffb56
MIPS: BCM47XX: fix detection for some boards
by Hauke Mehrtens
· 11 years ago
4d6dc7f
MIPS: BCM47XX: Enable buttons support on SSB
by Rafał Miłecki
· 11 years ago
Next »