Commit Graph

589 Commits (bdd4dfa89c1e3e1379729b9edec1526b3ecc25ec)

Author SHA1 Message Date
Atsushi Nemoto c6a2f46793 [MIPS] Check FCSR for pending interrupts, alternative version 18 years ago
Ralf Baechle 0e6ee854e7 [MIPS] kspd: ioctl needs a translation entry. 18 years ago
Davide Libenzi f6dfb4fd7d [PATCH] Add epoll compat_ code to fs/compat.c 18 years ago
Ralf Baechle 08253b39f8 [MIPS] Wire up ioprio_set and ioprio_get. 18 years ago
Ralf Baechle d0c91ae2bb [MIPS] Export __copy_user_inatomic. 18 years ago
Ralf Baechle 36a885306f [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. 18 years ago
Ralf Baechle 821d313c25 [MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create. 18 years ago
Ralf Baechle 08274cefdc [MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall. 18 years ago
Ralf Baechle 440537ef40 [MIPS] N32 waitid is the same as o32. 18 years ago
Ralf Baechle c68644d330 [MIPS] Make SMTC_IDLE_HOOK_DEBUG a proper option in Kconfig.debug. 18 years ago
Ralf Baechle e016c38d18 [MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall. 18 years ago
Ralf Baechle b772e6d272 [MIPS] Always fixup unaligned accesses in kernel mode. 18 years ago
Ralf Baechle 3dac2561e2 [MIPS] RTLX: Delete multiple definition of ret shaddowing each other. 18 years ago
Ralf Baechle c4c4018b04 [MIPS] RTLX, VPE: Make open actually atomic. 18 years ago
Atsushi Nemoto d2af363cfb [MIPS] Kill redundant EXTRA_AFLAGS 18 years ago
Ralf Baechle 67e2cccec6 [MIPS] RTLX: Handle signals when sleeping. 18 years ago
Ralf Baechle de7fa296b6 [MIPS] SMP: Get smp_tune_scheduling to do something useful. 18 years ago
Franck Bui-Huu 9693a85378 [MIPS] Add basic SMARTMIPS ASE support 18 years ago
Atsushi Nemoto a0be2f7999 [MIPS] Drop __init from init_8259A() 18 years ago
Atsushi Nemoto 90fccb1363 [MIPS] Fix double signal on trap and break instruction 18 years ago
Ralf Baechle 01ee603708 [MIPS] sigset_32 has been made redundand by compat_sigset_t. 18 years ago
Atsushi Nemoto f49a747c4a [MIPS] Make some __setup functions static 18 years ago
Ralf Baechle 5759906ca9 [MIPS] Include <asm/bugs> to for declaration of check_bugs32. 18 years ago
Atsushi Nemoto db0b937daf [MIPS] Make kernel_thread_helper() static 18 years ago
Ralf Baechle b6dcec9ba4 [MIPS] Make __declare_dbe_table static and avoid it getting optimized away 18 years ago
Ralf Baechle 151fd6acd9 [MIPS] signals: Share even more code. 18 years ago
Ralf Baechle 38201fb23c [MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n build 18 years ago
Atsushi Nemoto 755f21bb89 [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. 18 years ago
Tobias Klauser c5a69d57eb Storage class should be before const qualifier 18 years ago
Thomas Gleixner 877fe38029 [PATCH] clocksource: fixup is_continous changes on MIPS 18 years ago
Ralf Baechle 431dc80403 [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. 18 years ago
Franck Bui-Huu 7da8a581f5 [MIPS] Make entry.S a little more readable. 18 years ago
Franck Bui-Huu 24c556e99e [MIPS] signals: make common _BLOCKABLE macro 18 years ago
Ralf Baechle 6668058346 [MIPS] signal: Move sigframe definition for native O32/N64 into signal.c 18 years ago
Ralf Baechle 205d84aaea [MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user 18 years ago
Ralf Baechle dd02f06aa9 [MIPS] signal: Fix warnings in o32 compat code. 18 years ago
Arjan van de Ven 5dfe4c964a [PATCH] mark struct file_operations const 2 18 years ago
Alon Bar-Lev 43cd34645d [PATCH] Dynamic kernel command-line: mips 18 years ago
Kyle McMartin d4d23add3a [PATCH] Common compat_sys_sysinfo 18 years ago
Alexey Dobriyan b035b6de24 [PATCH] Consolidate default sched_clock() 18 years ago
Jean-Paul Saman 67d38229df [PATCH] disable init/initramfs.c: architectures 18 years ago
Franck Bui-Huu e692eb30ff [MIPS] signal: do not inline handle_signal() 18 years ago
Franck Bui-Huu f90080a059 [MIPS] signal: do not use save_static_function() anymore 18 years ago
Franck Bui-Huu 6bfe966160 [MIPS] signal32: no need to save c0_status register in setup_sigcontext32() 18 years ago
Franck Bui-Huu 9432a9ba96 [MIPS] signal32: reduce {setup,restore}_sigcontext32 sizes 18 years ago
Franck Bui-Huu 722bb63de6 [MIPS] signal: factorize debug code 18 years ago
Franck Bui-Huu 601dde45f6 [MIPS] signal: test return value of install_sigtramp() 18 years ago
Franck Bui-Huu 36a1f2c24f [MIPS] signal32: remove duplicate code 18 years ago
Franck Bui-Huu c0b9bae9d1 [MIPS] signal: clean up sigframe structure 18 years ago
Franck Bui-Huu c3fc4ab36d [MIPS] signal: do not inline functions in signal-common.h 18 years ago