aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-281-71/+38
|\
| *-. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-71/+38
| |\ \
| | | * x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto2008-12-191-1/+0
| | | * x86: ia32_signal: use sigframe.hHiroshi Shimamoto2008-12-181-24/+2
| | | * x86: ia32_signal: rename struct sigframe and rt_sigframeHiroshi Shimamoto2008-12-181-7/+7
| | | * x86: ia32_signal: use proper macro __USER32_DSHiroshi Shimamoto2008-12-161-1/+1
| | | * x86: ia32_signal: use __put_user() instead of __copy_to_user()Hiroshi Shimamoto2008-12-161-2/+2
| | | * x86: ia32_signal: change order of storing in setup_sigcontext()Hiroshi Shimamoto2008-11-181-2/+2
| | | * x86: ia32_signal: remove using temporary variableHiroshi Shimamoto2008-11-181-4/+2
| | | * x86: ia32_signal: cleanup macro RELOAD_SEGHiroshi Shimamoto2008-11-181-10/+11
| | | * x86: ia32_signal: introduce COPY_SEG_CPL3Hiroshi Shimamoto2008-11-181-4/+8
| | | * x86: ia32_signal: cleanup macro COPYHiroshi Shimamoto2008-11-181-4/+2
| | | * x86: ia32_signal: remove unnecessary paddingHiroshi Shimamoto2008-11-121-4/+1
| | | * x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()Hiroshi Shimamoto2008-11-061-6/+3
| | |/ | |/|
| | * x86, signals: remove duplicated register setup code in ia32 signal deliveryMikael Pettersson2008-10-271-5/+0
| |/
* | CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+1
|/
* compat: generic compat get/settimeofdayChristoph Hellwig2008-10-162-66/+2
* compat: move cp_compat_stat to common codeChristoph Hellwig2008-10-161-35/+0
* x86-64: slightly stream-line 32-bit syscall entry codeJan Beulich2008-10-131-16/+10
* Merge branch 'linus' into x86/signalIngo Molnar2008-10-121-9/+0
|\
| * Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-111-27/+24
| |\
| * | x86: kill sys32_pauseChristoph Hellwig2008-09-061-9/+0
* | | x86: ia32_signal.c remove unnecessary function callsHiroshi Shimamoto2008-10-011-4/+1
* | | x86: ia32_signal.c: remove unnecessary cast to u32Hiroshi Shimamoto2008-10-011-13/+13
* | | x86: signal: remove unneeded err handlingHiroshi Shimamoto2008-09-141-7/+4
* | | x86: signal: put give_sigsegv of setup frames togetherHiroshi Shimamoto2008-09-141-17/+9
* | | Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-062-15/+17
|\ \ \ | |/ / | | / | |/ |/|
| * x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2008-08-202-15/+17
* | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-301-1/+4
* | x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-301-21/+7
* | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-301-8/+16
|/
* tracehook: execRoland McGrath2008-07-261-6/+0
* x86_64: fix ia32 AMD syscall audit fast-pathRoland McGrath2008-07-251-3/+3
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-241-1/+1
* flag parameters: inotify_initUlrich Drepper2008-07-241-0/+1
* flag parameters: pipeUlrich Drepper2008-07-242-1/+2
* flag parameters: dup2Ulrich Drepper2008-07-241-0/+1
* flag parameters: epoll_createUlrich Drepper2008-07-241-0/+1
* flag parameters: eventfdUlrich Drepper2008-07-241-0/+1
* flag parameters: signalfdUlrich Drepper2008-07-241-0/+1
* x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-231-4/+87
*-----. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-212-12/+17
|\ \ \ \
| | | | * x86_64: adjust exception frame in ia32entryJeremy Fitzhardinge2008-07-161-0/+1
| |_|_|/ |/| | |
| | | * x86 ptrace: unify syscall tracingRoland McGrath2008-07-161-8/+9
| |_|/ |/| |
| * | x86_64: ia32_signal.c: remove signal number conversionHiroshi Shimamoto2008-07-181-3/+1
| * | x86_64: ia32_signal.c: use macro instead of immediateHiroshi Shimamoto2008-07-181-1/+6
|/ /
* | x86: rename threadinfo to TI.Glauber Costa2008-07-091-11/+14
* | x86/paravirt: groundwork for 64-bit Xen support, fixJeremy Fitzhardinge2008-07-081-2/+2
* | x86, 64-bit: ia32entry: replace privileged instructions with pvopsJeremy Fitzhardinge2008-07-081-8/+8
* | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge2008-07-081-6/+15