aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-22x86: ia32_signal: introduce {get|set}_user_seg()Hiroshi Shimamoto1-20/+18
2009-02-22x86: ia32_signal: introduce GET_SEG() macroHiroshi Shimamoto1-5/+9
2009-02-22x86: ia32_signal: remove unused debug codeHiroshi Shimamoto1-18/+0
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-3/+5
2009-02-06x86-64: fix int $0x80 -ENOSYS returnRoland McGrath1-3/+5
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-170/+195
2009-01-23x86: ia32_signal: use {get|put}_user_try and catchHiroshi Shimamoto1-170/+195
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-4/+4
2008-12-29x86: introducing asm/sys_ia32.hJaswinder Singh Rajput3-3/+3
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-71/+38
2008-12-23Merge 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'...Ingo Molnar1-71/+38
2008-12-19x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto1-1/+0
2008-12-18x86: ia32_signal: use sigframe.hHiroshi Shimamoto1-24/+2
2008-12-18x86: ia32_signal: rename struct sigframe and rt_sigframeHiroshi Shimamoto1-7/+7
2008-12-16x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto1-1/+1
2008-12-16x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto1-2/+2
2008-11-18x86: ia32_signal: change order of storing in setup_sigcontext()Hiroshi Shimamoto1-2/+2
2008-11-18x86: ia32_signal: remove using temporary variableHiroshi Shimamoto1-4/+2
2008-11-18x86: ia32_signal: cleanup macro RELOAD_SEGHiroshi Shimamoto1-10/+11
2008-11-18x86: ia32_signal: introduce COPY_SEG_CPL3Hiroshi Shimamoto1-4/+8
2008-11-18x86: ia32_signal: cleanup macro COPYHiroshi Shimamoto1-4/+2
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-1/+1
2008-11-12x86: ia32_signal: remove unnecessary paddingHiroshi Shimamoto1-4/+1
2008-11-06x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()Hiroshi Shimamoto1-6/+3
2008-10-27x86, signals: remove duplicated register setup code in ia32 signal deliveryMikael Pettersson1-5/+0
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig2-66/+2
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-35/+0
2008-10-13x86-64: slightly stream-line 32-bit syscall entry codeJan Beulich1-16/+10
2008-10-12Merge branch 'linus' into x86/signalIngo Molnar1-9/+0
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-27/+24
2008-10-01x86: ia32_signal.c remove unnecessary function callsHiroshi Shimamoto1-4/+1
2008-10-01x86: ia32_signal.c: remove unnecessary cast to u32Hiroshi Shimamoto1-13/+13
2008-09-14x86: signal: remove unneeded err handlingHiroshi Shimamoto1-7/+4
2008-09-14x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto1-17/+9
2008-09-06x86: kill sys32_pauseChristoph Hellwig1-9/+0
2008-09-06Merge branch 'x86/cleanups' into x86/signalIngo Molnar2-15/+17
2008-08-20x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2-15/+17
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha1-1/+4
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha1-21/+7
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha1-8/+16
2008-07-26tracehook: execRoland McGrath1-6/+0
2008-07-25x86_64: fix ia32 AMD syscall audit fast-pathRoland McGrath1-3/+3
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper1-1/+1
2008-07-24flag parameters: inotify_initUlrich Drepper1-0/+1
2008-07-24flag parameters: pipeUlrich Drepper2-1/+2
2008-07-24flag parameters: dup2Ulrich Drepper1-0/+1
2008-07-24flag parameters: epoll_createUlrich Drepper1-0/+1
2008-07-24flag parameters: eventfdUlrich Drepper1-0/+1
2008-07-24flag parameters: signalfdUlrich Drepper1-0/+1
2008-07-23x86_64 ia32 syscall audit fast-pathRoland McGrath1-4/+87