android_kernel_xiaomi_sm8350/arch/mips/kernel
Steven J. Hill 784f7b9d89 Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries
are now working for 80% of the ones I have tried. The other ones that do
not work all fail in the same way with the same messages. Once that bug
is tracked down, we should be in good shape. Task locking still needs
some work.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2005-10-29 19:30:47 +01:00
..
asm-offsets.c mips: rename offsets.c to asm-offsets.c 2005-09-11 22:35:18 +02:00
binfmt_elfn32.c Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2005-10-29 19:30:19 +01:00
binfmt_elfo32.c Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2005-10-29 19:30:19 +01:00
branch.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu-bugs64.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
cpu-probe.c [PATCH] more vr4181 removal 2005-09-05 00:06:03 -07:00
dma-no-isa.c Dummy ISA DMA functions for systems that don't have ISA but share 2005-10-29 19:30:17 +01:00
entry.S Use preempt_schedule_irq. 2005-10-29 19:30:27 +01:00
gdb-low.S [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
gdb-stub.c Fix build with SMP disabled and preemption enabled. 2005-10-29 19:30:17 +01:00
genex.S Fix typos and formatting. 2005-10-29 19:30:15 +01:00
genrtc.c [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions 2005-09-09 14:03:48 -07:00
head.S Move the invalid pmd and pte tables from .data to .bss. Fix alignment. 2005-10-29 19:30:16 +01:00
i8259.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
init_task.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ioctl32.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
irix5sys.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irixelf.c Until I figure out why NFS filesystems are having problems with 2005-10-29 19:30:39 +01:00
irixinv.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irixioctl.c [PATCH] files: lock-free fd look-up 2005-09-09 13:57:55 -07:00
irixsig.c [PATCH] mips: fix-up schedule_timeout() usage 2005-09-10 10:06:37 -07:00
irq_cpu.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-msc01.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-mv6434x.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-rm7000.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq-rm9000.c Convert struct hw_interrupt_type initializations to ISO C99 named 2005-10-29 19:30:46 +01:00
irq.c [PATCH] mips: nuke trailing whitespace 2005-09-05 00:06:07 -07:00
linux32.c 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
Makefile Improved modules loader, more robust and works on 64bit kernels. 2005-10-29 19:30:39 +01:00
mips_ksyms.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
module.c Improved modules loader, more robust and works on 64bit kernels. 2005-10-29 19:30:39 +01:00
proc.c On multiprocessor systems the BogoMIPS for each CPU was reported was 2005-10-29 19:30:42 +01:00
process.c Fix wchan implementation, based on earlier by from Atsushi Nemoto. 2005-10-29 19:30:40 +01:00
ptrace32.c 32-bit compatibility for ptrace GETEVENTMSG operation. 2005-10-29 19:30:36 +01:00
ptrace.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
r4k_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r4k_switch.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r2300_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r2300_switch.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
r6000_fpu.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
reset.c [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. 2005-07-26 14:35:42 -07:00
scall32-o32.S Waitid(2) now has 5 arguments. 2005-10-29 19:30:34 +01:00
scall64-64.S kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
scall64-n32.S 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
scall64-o32.S 32-bit compatibility for various timer-related system calls. 2005-10-29 19:30:37 +01:00
semaphore.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup.c Get rid of early_init. There's more need to make this form of 2005-10-29 19:30:18 +01:00
signal32.c Update to match the native siginfo structure and code. 2005-10-29 19:30:36 +01:00
signal_n32.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
signal-common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
signal.c [PATCH] convert signal handling of NODEFER to act like other Unix boxes. 2005-08-29 10:03:11 -07:00
smp.c Merge do_boot_cpu() into the new style __cpu_up(). 2005-10-29 19:30:43 +01:00
syscall.c kbuild: mips use generic asm-offsets.h support 2005-09-09 22:32:31 +02:00
sysirix.c Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries 2005-10-29 19:30:47 +01:00
time.c [PATCH] NTP: ntp-helper functions 2005-09-07 16:57:34 -07:00
traps.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
unaligned.c [PATCH] mips: clean up 32/64-bit configuration 2005-09-05 00:06:06 -07:00
vmlinux.lds.S Get rid of early_init. There's more need to make this form of 2005-10-29 19:30:18 +01:00