- 6846351 x86/signal: Add SA_{X32,IA32}_ABI sa_flags by Dmitry Safonov · 8 years ago
- d366bf7 x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
- decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
- 711531f x86/headers: Remove direct sigcontext32.h uses by Ingo Molnar · 9 years ago
- 8fcb346 x86/headers: Convert sigcontext_ia32 uses to sigcontext_32 by Ingo Molnar · 9 years ago
- 86e9fc3 x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 by Ingo Molnar · 9 years ago
- c0bfd26 x86/compat: Move copy_siginfo_*_user32() to signal_compat.c by Brian Gerst · 9 years ago
- fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
- 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
- 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
- c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
- 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
- c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
- 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
- f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
- 6a3713f x86/signal: Remove pax argument from restore_sigcontext by Brian Gerst · 10 years ago
- 1daeaa3 x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET by Brian Gerst · 10 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 11 years ago
- ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
- bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
- 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 12 years ago
- 235b802 x86: convert to ksignal by Al Viro · 12 years ago
- 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
- 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
- c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
- 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
- 49b8c69 Merge branch 'x86/fpu' into x86/smap by H. Peter Anvin · 12 years ago
- 5e88353 x86, smap: Reduce the SMAP overhead for signal handling by H. Peter Anvin · 12 years ago
- 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 12 years ago
- 0ff8fef x86/signals: ia32_signal.c: add __user casts to fix sparse warnings by Mathias Krause · 12 years ago
- 0b91f45 x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery by Suresh Siddha · 12 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
- a0727e8 signal, x86: add SIGSYS info and make it synchronous. by Will Drewry · 13 years ago
- eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- bb6fa8b x32: Fix stupid ia32/x32 inversion in the siginfo format by H. Peter Anvin · 13 years ago
- 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
- e7084fd x32: Switch to a 64-bit clock_t by H. Peter Anvin · 13 years ago
- 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
- f28f0c2 x86: Move some signal-handling definitions to a common header by H. Peter Anvin · 13 years ago
- 905f29e x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() by Oleg Nesterov · 13 years ago
- a967bb3 x86: ia32_signal: introduce {get|set}_user_seg() by Hiroshi Shimamoto · 16 years ago
- 8801ead x86: ia32_signal: introduce GET_SEG() macro by Hiroshi Shimamoto · 16 years ago
- a47e3ec x86: ia32_signal: remove unused debug code by Hiroshi Shimamoto · 16 years ago
- 3b4b757 x86: ia32_signal: use {get|put}_user_try and catch by Hiroshi Shimamoto · 16 years ago
- 2f06de0 x86: introducing asm/sys_ia32.h by Jaswinder Singh Rajput · 16 years ago
- fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
- 8403295 x86: ia32_signal: remove unnecessary declaration by Hiroshi Shimamoto · 16 years ago
- d98f9d8 x86: ia32_signal: use sigframe.h by Hiroshi Shimamoto · 16 years ago
- 3b0d29e x86: ia32_signal: rename struct sigframe and rt_sigframe by Hiroshi Shimamoto · 16 years ago
- 8bee3f0 x86: ia32_signal: use proper macro __USER32_DS by Hiroshi Shimamoto · 16 years ago
- d0b48ca x86: ia32_signal: use __put_user() instead of __copy_to_user() by Hiroshi Shimamoto · 16 years ago
- 6497760 x86: ia32_signal: change order of storing in setup_sigcontext() by Hiroshi Shimamoto · 16 years ago
- 047ce93 x86: ia32_signal: remove using temporary variable by Hiroshi Shimamoto · 16 years ago
- 8c6e5ce x86: ia32_signal: cleanup macro RELOAD_SEG by Hiroshi Shimamoto · 16 years ago
- d71a68d x86: ia32_signal: introduce COPY_SEG_CPL3 by Hiroshi Shimamoto · 16 years ago
- b78a5b5 x86: ia32_signal: cleanup macro COPY by Hiroshi Shimamoto · 16 years ago
- 9cc3c49 x86: ia32_signal: remove unnecessary padding by Hiroshi Shimamoto · 16 years ago
- 99ea1b93 x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe() by Hiroshi Shimamoto · 16 years ago
- 8479d94 x86, signals: remove duplicated register setup code in ia32 signal delivery by Mikael Pettersson · 16 years ago
- 7b9cee1 x86: ia32_signal.c remove unnecessary function calls by Hiroshi Shimamoto · 16 years ago
- bff0aa4 x86: ia32_signal.c: remove unnecessary cast to u32 by Hiroshi Shimamoto · 16 years ago
- 2ba48e1 x86: signal: remove unneeded err handling by Hiroshi Shimamoto · 16 years ago
- 3d0aedd x86: signal: put give_sigsegv of setup frames together by Hiroshi Shimamoto · 16 years ago
- f12e6a4 Merge branch 'x86/cleanups' into x86/signal by Ingo Molnar · 16 years ago
- b6edbb1 x86_64: use save/loadsegment in ia32 compat by Jeremy Fitzhardinge · 16 years ago
- c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
- ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
- 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
- 812b121 x86_64: ia32_signal.c: remove signal number conversion by Hiroshi Shimamoto · 16 years ago
- fbdb7da x86_64: ia32_signal.c: use macro instead of immediate by Hiroshi Shimamoto · 16 years ago
- 5a8da0e signals: x86 TS_RESTORE_SIGMASK by Roland McGrath · 17 years ago
- 55928e3 x86 signals: lift set_fs by Roland McGrath · 17 years ago
- 8b9c5ff x86 signals: lift flags diddling code by Roland McGrath · 17 years ago
- 1a3e4ca x86 vDSO: don't use disabled vDSO for signal trampoline by Roland McGrath · 17 years ago
- e40cd10 x86: clear DF before calling signal handler by Aurelien Jarno · 17 years ago
- ade1af7 x86: remove unneded casts by Jan Engelhardt · 17 years ago
- 4421011 x86: x86 i387 user_regset by Roland McGrath · 17 years ago
- 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 17 years ago
- 742fa54 x86: use generic register names in struct sigcontext by H. Peter Anvin · 17 years ago
- 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
- af65d64 x86 vDSO: consolidate vdso32 by Roland McGrath · 17 years ago
- 99b9cdf x86: clean up arch/x86/ia32/ia32_signal.c by Thomas Gleixner · 17 years ago
- 2db55d3 x86_64: move ia32 by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/ia32/ia32_signal.c]
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
- 9fbbd4d [PATCH] x86: Don't require the vDSO for handling a.out signals by Andi Kleen · 18 years ago
- 8469add [PATCH] x86-64: Minor patch for compilation warning in x86_64 signal code by Evgeniy Polyakov · 18 years ago
- 8e3de53 [PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in compat mode by Albert Cahalan · 18 years ago
- a7aacdf [PATCH] fix i386 regparm=3 RT signal handlers on x86_64 by Albert Cahalan · 18 years ago
- ab2e0b4 [PATCH] Fix some broken white space in ia32_signal.c by Andi Kleen · 18 years ago
- 536e3ee [PATCH] Initialize argument registers for 32bit signal handlers. by Andi Kleen · 18 years ago
- dd54a11 [PATCH] Remove all traces of signal number conversion by Andi Kleen · 18 years ago
- 1d001df [PATCH] Add TIF_RESTORE_SIGMASK by Andi Kleen · 18 years ago
- 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 18 years ago
- 4724e3e [PATCH] x86_64: fix single step handling for 32bit processes by Peter Beutner · 19 years ago