| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: signal: unify signal_{32|64}.c | Hiroshi Shimamoto | 2008-11-26 | 1 | -915/+0 |
* | x86: signal: unify signal_{32|64}.c, prepare | Hiroshi Shimamoto | 2008-11-26 | 1 | -0/+6 |
* | x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra... | Hiroshi Shimamoto | 2008-11-26 | 1 | -189/+280 |
* | x86: signal: move {setup|restore}_sigcontext() | Hiroshi Shimamoto | 2008-11-26 | 1 | -135/+136 |
* | x86: signal: cosmetic unification of sys_rt_sigreturn() | Hiroshi Shimamoto | 2008-11-23 | 1 | -0/+7 |
* | x86: signal: cosmetic unification of sys_sigaltstack() | Hiroshi Shimamoto | 2008-11-23 | 1 | -0/+9 |
* | x86: signal: cosmetic unification of including headers | Hiroshi Shimamoto | 2008-11-23 | 1 | -12/+15 |
* | x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3 | Hiroshi Shimamoto | 2008-11-21 | 1 | -4/+4 |
* | x86: signal_32: introduce retcode and rt_retcode | Hiroshi Shimamoto | 2008-11-12 | 1 | -6/+24 |
* | x86: signal: cosmetic unification of setup_sigcontext() | Hiroshi Shimamoto | 2008-11-08 | 1 | -4/+28 |
* | x86: signal_32: do save_i387_xstate() at get_sigframe() | Hiroshi Shimamoto | 2008-11-06 | 1 | -5/+3 |
* | x86: signal: cosmetic unification of NR_restart_syscall | Hiroshi Shimamoto | 2008-10-30 | 1 | -0/+6 |
* | x86: signal: cosmetic unification of macros for setup_rt_frame() | Hiroshi Shimamoto | 2008-10-30 | 1 | -0/+12 |
* | x86: signal: cosmetic unification of signr_convert() | Hiroshi Shimamoto | 2008-10-30 | 1 | -0/+2 |
* | x86: signal: cosmetic unification of restore_sigcontext() | Hiroshi Shimamoto | 2008-10-27 | 1 | -0/+22 |
* | x86: signal: remove indent in restore_sigcontext() | Hiroshi Shimamoto | 2008-10-03 | 1 | -14/+7 |
* | x86: signal: move macros out from restore_sigcontext() | Hiroshi Shimamoto | 2008-10-03 | 1 | -17/+21 |
* | x86: signal_32.c: introduce macro ia32_setup_frame and ia32_setup_rt_frame | Hiroshi Shimamoto | 2008-09-25 | 1 | -2/+4 |
* | x86: signal: introduce helper macro is_ia32 | Hiroshi Shimamoto | 2008-09-25 | 1 | -4/+9 |
* | x86: signal_32.c: introduce signr_convert() | Hiroshi Shimamoto | 2008-09-25 | 1 | -7/+10 |
* | x86: signal: cosmetic unification of handle_signal() | Hiroshi Shimamoto | 2008-09-24 | 1 | -0/+9 |
* | x86: signal: cosmetic unification of do_notify_resume() | Hiroshi Shimamoto | 2008-09-24 | 1 | -0/+8 |
* | x86: signal: introduce do_rt_sigreturn() | Hiroshi Shimamoto | 2008-09-14 | 1 | -3/+9 |
* | x86: signal: remove unneeded err handling | Hiroshi Shimamoto | 2008-09-14 | 1 | -7/+4 |
* | x86: signal: put give_sigsegv of setup frames together | Hiroshi Shimamoto | 2008-09-14 | 1 | -17/+14 |
* | x86_32: signal: move signal number conversion to upper layer | Hiroshi Shimamoto | 2008-09-06 | 1 | -19/+12 |
* | x86: signal: split out frame setups | Hiroshi Shimamoto | 2008-09-06 | 1 | -9/+20 |
* | x86: signal: make NR_restart_syscall | Hiroshi Shimamoto | 2008-09-06 | 1 | -1/+2 |
* | x86_32: signal: introduce signal_fault() | Hiroshi Shimamoto | 2008-09-06 | 1 | -1/+17 |
* | x86_32: signal: use syscall_get_nr and error | Hiroshi Shimamoto | 2008-09-06 | 1 | -4/+5 |
*---. | Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal | Ingo Molnar | 2008-09-06 | 1 | -26/+31 |
|\ \ \ |
|
| | | * | Merge commit 'v2.6.27-rc3' into x86/prototypes | Ingo Molnar | 2008-08-14 | 1 | -3/+0 |
| | | |\
| |_|_|/
|/| | | |
|
| | | * | x86: Introducing asm/syscalls.h | Jaswinder Singh | 2008-07-22 | 1 | -0/+1 |
| | * | | x86, xsave: save/restore the extended state context in sigframe | Suresh Siddha | 2008-07-30 | 1 | -1/+4 |
| | * | | x86, xsave: reorganization of signal save/restore fpstate code layout | Suresh Siddha | 2008-07-30 | 1 | -21/+7 |
| | * | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocation | Suresh Siddha | 2008-07-30 | 1 | -5/+13 |
| |/ /
|/| | |
|
| * | | x86: tracehook: TIF_NOTIFY_RESUME | Roland McGrath | 2008-07-26 | 1 | -0/+5 |
| * | | x86: tracehook_signal_handler | Roland McGrath | 2008-07-26 | 1 | -2/+4 |
|/ / |
|
* | | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2008-07-23 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | sched, x86: clean up hrtick implementation | Peter Zijlstra | 2008-07-20 | 1 | -3/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 | 1 | -7/+1 |
|\ \ \
| |_|/
|/| | |
|
| | * | x86 ptrace: unify TIF_SINGLESTEP | Roland McGrath | 2008-07-16 | 1 | -6/+0 |
| |/
|/| |
|
| * | x86_32: remove redundant KERN_INFO | Hiroshi Shimamoto | 2008-07-18 | 1 | -1/+1 |
|/ |
|
* | signals: x86 TS_RESTORE_SIGMASK | Roland McGrath | 2008-04-30 | 1 | -9/+8 |
* | x86 signals: lift flags diddling code | Roland McGrath | 2008-04-26 | 1 | -20/+15 |
* | x86: replace most VM86 flags with flags from processor-flags.h | gorcunov@gmail.com | 2008-04-17 | 1 | -2/+2 |
* | x86: add KERN_INFO to show_unhandled_signals printout | Ingo Molnar | 2008-04-17 | 1 | -3/+3 |
* | x86: move extern declaration to vdso.h | Ingo Molnar | 2008-04-17 | 1 | -7/+0 |
* | x86: clean up arch/x86/kernel/signal_32.c | Ingo Molnar | 2008-04-17 | 1 | -79/+101 |
* | x86: remove DEBUG_SIG | Ingo Molnar | 2008-04-17 | 1 | -12/+0 |