summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-22x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin3-6/+7
2012-02-21x32: Add x32 VDSO supportH. J. Lu6-9/+177
2012-02-21x32: Allow x32 to be configuredH. J. Lu1-4/+17
2012-02-21x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2-2/+11
2012-02-21x32: Handle process creationH. Peter Anvin5-14/+79
2012-02-21x32: Signal-related system callsH. Peter Anvin2-1/+136
2012-02-21x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin1-0/+5
2012-02-21x32: Handle the x32 system call flagH. Peter Anvin4-4/+31
2012-02-21x32: Add rt_sigframe_x32H. Peter Anvin1-0/+13
2012-02-21x32: Add struct ucontext_x32H. J. Lu1-0/+9
2012-02-21x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2-6/+9
2012-02-21x86: Move some signal-handling definitions to a common headerH. Peter Anvin4-20/+22
2012-02-21x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin2-1/+7
2012-02-21x32: Generate <asm/unistd_x32.h>H. Peter Anvin3-4/+17
2012-02-21x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin6-274/+317
2012-02-21x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin3-43/+1
2012-02-21x32: Add a thread flag for x32 processesH. Peter Anvin2-0/+4
2012-02-21x86-64: Add prototype for old_rsp to a header fileH. J. Lu1-0/+6
2012-02-21elf: Allow core dump-related fields to be overriddenH. J. Lu1-4/+20
2012-02-21compat: Create compat_sys_p{read,write}v64H. J. Lu1-6/+20
2012-02-21aio: Use __kernel_ulong_t to define aio_context_tH. Peter Anvin1-1/+1
2012-02-21compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin1-10/+8
2012-02-21compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu1-25/+40
2012-02-21compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu1-1/+2
2012-02-21compat: Use COMPAT_USE_64BIT_TIME in the input subsystemH. J. Lu2-3/+3
2012-02-21compat: Handle COMPAT_USE_64BIT_TIME in the lp driverH. Peter Anvin1-4/+1
2012-02-21compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2-8/+76
2012-02-21compat: Introduce COMPAT_USE_64BIT_TIMEH. J. Lu1-0/+4
2012-02-21sysinfo: Use explicit types in <linux/sysinfo.h>H. Peter Anvin1-14/+16
2012-02-21x32: Create posix_types_x32.hH. Peter Anvin3-1/+23
2012-02-21posix_types: Introduce __kernel_[u]long_tH. Peter Anvin1-9/+14
2012-02-21sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin3-19/+25
2012-02-21x86-64: Use explicit sizes in sigcontext.h, prepare for x32H. Peter Anvin1-27/+30
2012-02-21x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin6-9/+13
2012-02-19Delete the __FD_*() funcs for operating on fd_set from linux/time.hDavid Howells1-23/+0
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells6-47/+37
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells10-27/+57
2012-02-15posix_types: Remove fd_set macrosH. Peter Anvin2-72/+24
2012-02-15xtensa: Use generic posix_types.hH. Peter Anvin1-90/+7
2012-02-15x86: Use generic posix_types.hH. Peter Anvin2-169/+12
2012-02-15sparc: Use generic posix_types.hH. Peter Anvin1-116/+17
2012-02-15sh: Remove unnecessary posix_types.h type overridesH. Peter Anvin2-9/+0
2012-02-15s390: Use generic posix_types.hH. Peter Anvin1-60/+10
2012-02-15powerpc: Use generic posix_types.hH. Peter Anvin1-109/+9
2012-02-15parisc: Use generic posix_types.hH. Peter Anvin1-110/+9
2012-02-15mn10300: Use generic posix_types.hH. Peter Anvin1-100/+11
2012-02-15mips: Use generic posix_types.hH. Peter Anvin1-114/+7
2012-02-15m68k: Use generic posix_types.hH. Peter Anvin1-43/+10
2012-02-15m32r: Use generic posix_types.hH. Peter Anvin1-99/+9
2012-02-15ia64: Use generic posix_types.hH. Peter Anvin1-118/+3