aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Unify sys_mmap*Al Viro2-43/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+25
2009-11-06sysctl: x86 Use the compat_sys_sysctlEric W. Biederman2-57/+1
2009-10-26x86-64: Fix register leak in 32-bit syscall audtingJan Beulich1-3/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-10-01x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich1-13/+23
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-08-08x86, 32-bit: Use generic sys_pipe()Amerigo Wang2-15/+1
2009-04-30Merge branch 'core/signal' into perfcounters/coreThomas Gleixner1-0/+1
2009-04-30x86: hookup sys_rt_tgsigqueueinfoThomas Gleixner1-0/+1
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-14/+5
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-14/+5
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2-23/+3
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann1-0/+2
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-23/+1
2009-03-27generic compat_sys_ustatChristoph Hellwig2-23/+1
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-43/+27
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 'x86/core' into perfcounters/coreIngo Molnar1-170/+195
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-3/+5
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo 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-18Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-4/+4
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-4/+4
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar3-3/+3
2008-12-29x86: introducing asm/sys_ia32.hJaswinder Singh Rajput3-3/+3
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar2-34/+11
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-12-08performance counters: x86 supportIngo Molnar1-1/+2
2008-12-08Merge branches 'x86/signal' and 'x86/irq' into perfcounters/coreIngo Molnar1-39/+29
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