acpi_dock_ops address_space_operations backlight_ops block_device_operations clk_ops comedi_lrange component_ops dentry_operations dev_pm_ops dma_map_ops driver_info drm_connector_funcs drm_encoder_funcs drm_encoder_helper_funcs ethtool_ops extent_io_ops file_lock_operations file_operations hv_ops ide_dma_ops ide_port_ops inode_operations intel_dvo_dev_ops irq_domain_ops item_operations iwl_cfg iwl_ops kgdb_arch kgdb_io kset_uevent_ops lock_manager_operations machine_desc microcode_ops mlxsw_reg_info mtrr_ops neigh_ops net_device_ops nlmsvc_binding nvkm_device_chip of_device_id pci_raw_ops phy_ops pinctrl_ops pinmux_ops pipe_buf_operations platform_hibernation_ops platform_suspend_ops proto_ops regmap_access_table regulator_ops rpc_pipe_ops rtc_class_ops sd_desc seq_operations sirfsoc_padmux snd_ac97_build_ops snd_soc_component_driver soc_pcmcia_socket_ops stacktrace_ops sysfs_ops tty_operations uart_ops usb_mon_operations v4l2_ctrl_ops v4l2_ioctl_ops vm_operations_struct wacom_features wd_ops n value='linux-2.6.12.y'>linux-2.6.12.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/signal32.c
AgeCommit message (Expand)Author
2023-12-10mips: add asm/syscalls.h headerArnd Bergmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-02MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt
2016-05-13MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn
2015-11-11MIPS: Initial implementation of a VDSOAlex Smith
2015-09-03MIPS: Remove unused {get,put}_sigset functionsPaul Burton
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton
2015-09-03MIPS: Add offsets to sigcontext FP fields to struct mips_abiPaul Burton
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-08-06mips: Use sigsp()Richard Weinberger
2014-08-06mips: Use get_signal() signal_setup_done()Richard Weinberger
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-02-03mips: switch to generic compat rt_sigaction()Al Viro
2013-02-03mips: sigsuspend() is essentially the same as rt_sigsuspend() hereAl Viro
2013-02-03mips: switch to generic compat rt_sigqueueinfo()Al Viro
2013-02-03mips: switch to generic compat rt_sigpending()Al Viro
2013-02-03mips: switch to generic compat rt_sigprocmask()Al Viro
2013-02-03switch mips to generic rt_sigsuspend(), make it unconditionalAl Viro
2013-02-03mips: switch to compat_sys_waitid()Al Viro
2013-02-03mips: switch to generic sigaltstackAl Viro
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-04-27MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells
2011-03-14MIPS: Fix GCC-4.6 'set but not used' warning in signal*.cDavid Daney
2010-04-12MIPS: Move signal trampolines off of the stack.David Daney
2009-12-17MIPS: Cleanup signal code initializationRalf Baechle
2009-02-27MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle
2008-10-11MIPS: Use compat_sys_ptraceThomas Bogendoerfer