aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/ia32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-20x86_64: Fix readahead/sync_file_range/fadvise64 compat callsAndi Kleen2-3/+22
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-12x86_64: use signalfd and timerfd compat syscallsHeiko Carstens1-3/+3
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-0/+5
2007-05-11signal/timer/event: eventfd wire up x86 archesDavide Libenzi1-0/+1
2007-05-11signal/timer/event: timerfd wire up x86 archesDavide Libenzi1-0/+1
2007-05-11signal/timer/event: signalfd wire up x86 archesDavide Libenzi1-0/+1
2007-05-11[PATCH] add SIGNAL syscall class (v3)Amy Griffis1-0/+5
2007-05-08utimensat implementationUlrich Drepper1-1/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02[PATCH] x86-64: fix ia32_binfmt.c build errorRalf Baechle1-4/+6
2007-05-02[PATCH] x86-64: Allow sys_uselib unconditionallyAndi Kleen1-4/+0
2007-05-02[PATCH] x86-64: adjust inclusion of asm/vsyscall32.hJan Beulich1-0/+1
2007-03-16[PATCH] x86-64: wire up compat sched_rr_get_interval(2)Alexandr Andreev1-1/+1
2007-03-08[PATCH] x86_64: fix 2.6.18 regression - PTRACE_OLDSETOPTIONS should be acceptedPaolo 'Blaisorblade' Giarrusso1-0/+1
2007-02-14Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+9
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/ia32/ia32_binfmt.cEric W. Biederman1-10/+20
2007-02-14[PATCH] sysctl: x86_64: remove unnecessary use of insert_at_headEric W. Biederman1-1/+1
2007-02-13[PATCH] x86_64: Wire up compat epoll_pwaitRalf Baechle1-0/+1
2007-02-13[PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen1-1/+6
2007-02-13[PATCH] x86-64: Minor patch for compilation warning in x86_64 signal codeEvgeniy Polyakov1-2/+2
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin2-67/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+1
2007-02-09[PATCH] x86_64 ia32 vDSO: use install_special_mappingRoland McGrath1-46/+13
2007-01-26[PATCH] x86_64 ia32 vDSO: define arch_vma_nameRoland McGrath1-0/+8
2007-01-26[PATCH] x86_64 ia32 vDSO: use VM_ALWAYSDUMPRoland McGrath2-49/+7
2007-01-11[PATCH] x86-64: Fix warnings in ia32_aout.cAndi Kleen1-2/+2
2006-12-08[PATCH] x86_64: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-4/+4
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+5
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm1-2/+0
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-2/+2
2006-12-07[PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in compat modeAlbert Cahalan1-0/+5
2006-11-14[PATCH] x86-64: Fix PTRACE_[SG]ET_THREAD_AREA regression with ia32 emulation.Andi Kleen1-0/+2
2006-10-30[PATCH] fix i386 regparm=3 RT signal handlers on x86_64Albert Cahalan1-0/+5
2006-10-10[PATCH] ptrace32 trivial __user annotationsAl Viro1-2/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-1/+6
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-19/+19
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-1/+1
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-0/+4
2006-09-26[PATCH] Fix some broken white space in ia32_signal.cAndi Kleen1-5/+5
2006-09-26[PATCH] Initialize argument registers for 32bit signal handlers.Andi Kleen1-0/+5
2006-09-26[PATCH] Remove all traces of signal number conversionAndi Kleen1-9/+1
2006-09-26[PATCH] Check return values of __copy_to_user in uname emulationAndi Kleen1-12/+16
2006-09-26[PATCH] Add __must_check to copy_*_userAndi Kleen1-2/+4
2006-09-26[PATCH] Fix sparse warnings in compat aout codeAndi Kleen1-3/+5
2006-09-26[PATCH] Fix most sparse warnings in sys_ia32.cAndi Kleen1-11/+13
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian1-0/+4
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen1-0/+1