summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x32: Add struct ucontext_x32H. J. Lu2012-02-201-0/+9
| * | | | | | | | | x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-202-6/+9
| * | | | | | | | | x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-204-20/+22
| * | | | | | | | | x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin2012-02-202-1/+7
| * | | | | | | | | x32: Generate <asm/unistd_x32.h>H. Peter Anvin2012-02-203-4/+17
| * | | | | | | | | x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2012-02-206-274/+317
| * | | | | | | | | x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-203-43/+1
| * | | | | | | | | x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-202-0/+4
| * | | | | | | | | x86-64: Add prototype for old_rsp to a header fileH. J. Lu2012-02-201-0/+6
| * | | | | | | | | elf: Allow core dump-related fields to be overriddenH. J. Lu2012-02-201-4/+20
| * | | | | | | | | compat: Create compat_sys_p{read,write}v64H. J. Lu2012-02-201-6/+20
| * | | | | | | | | aio: Use __kernel_ulong_t to define aio_context_tH. Peter Anvin2012-02-201-1/+1
| * | | | | | | | | compat: Handle COMPAT_USE_64BIT_TIME in net/socket.cH. Peter Anvin2012-02-201-10/+8
| * | | | | | | | | compat: Use COMPAT_USE_64BIT_TIME in net/compat.cH. J. Lu2012-02-201-25/+40
| * | | | | | | | | compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystemH. J. Lu2012-02-201-1/+2
| * | | | | | | | | compat: Use COMPAT_USE_64BIT_TIME in the input subsystemH. J. Lu2012-02-202-3/+3
| * | | | | | | | | compat: Handle COMPAT_USE_64BIT_TIME in the lp driverH. Peter Anvin2012-02-201-4/+1
| * | | | | | | | | compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-202-8/+76
| * | | | | | | | | compat: Introduce COMPAT_USE_64BIT_TIMEH. J. Lu2012-02-201-0/+4
| * | | | | | | | | sysinfo: Use explicit types in <linux/sysinfo.h>H. Peter Anvin2012-02-201-14/+16
| * | | | | | | | | x32: Create posix_types_x32.hH. Peter Anvin2012-02-203-1/+23
| * | | | | | | | | posix_types: Introduce __kernel_[u]long_tH. Peter Anvin2012-02-201-9/+14
| * | | | | | | | | sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin2012-02-203-19/+25
| * | | | | | | | | x86-64: Use explicit sizes in sigcontext.h, prepare for x32H. Peter Anvin2012-02-201-27/+30
| * | | | | | | | | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-206-9/+13
| |/ / / / / / / /
| * | | | | | | | Delete the __FD_*() funcs for operating on fd_set from linux/time.hDavid Howells2012-02-191-23/+0
| * | | | | | | | Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-196-47/+37
| * | | | | | | | Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-1910-27/+57
| * | | | | | | | posix_types: Remove fd_set macrosH. Peter Anvin2012-02-142-72/+24
| * | | | | | | | xtensa: Use generic posix_types.hH. Peter Anvin2012-02-141-90/+7
| * | | | | | | | x86: Use generic posix_types.hH. Peter Anvin2012-02-142-169/+12
| * | | | | | | | sparc: Use generic posix_types.hH. Peter Anvin2012-02-141-116/+17
| * | | | | | | | sh: Remove unnecessary posix_types.h type overridesH. Peter Anvin2012-02-142-9/+0
| * | | | | | | | s390: Use generic posix_types.hH. Peter Anvin2012-02-141-60/+10
| * | | | | | | | powerpc: Use generic posix_types.hH. Peter Anvin2012-02-141-109/+9
| * | | | | | | | parisc: Use generic posix_types.hH. Peter Anvin2012-02-141-110/+9
| * | | | | | | | mn10300: Use generic posix_types.hH. Peter Anvin2012-02-141-100/+11
| * | | | | | | | mips: Use generic posix_types.hH. Peter Anvin2012-02-141-114/+7
| * | | | | | | | m68k: Use generic posix_types.hH. Peter Anvin2012-02-141-43/+10
| * | | | | | | | m32r: Use generic posix_types.hH. Peter Anvin2012-02-141-99/+9
| * | | | | | | | ia64: Use generic posix_types.hH. Peter Anvin2012-02-141-118/+3
| * | | | | | | | h8300: Use generic posix_types.hH. Peter Anvin2012-02-141-40/+9
| * | | | | | | | frv: Use generic posix_types.hH. Peter Anvin2012-02-141-43/+10
| * | | | | | | | cris: Use generic posix_types.hH. Peter Anvin2012-02-141-40/+10
| * | | | | | | | avr32: Use generic posix_types.hH. Peter Anvin2012-02-141-96/+11
| * | | | | | | | arm: Use generic posix_types.hH. Peter Anvin2012-02-141-46/+9
| * | | | | | | | alpha: Use generic posix_types.hH. Peter Anvin2012-02-141-108/+5
| * | | | | | | | posix_types: Make it possible to override __kernel_fsid_tH. Peter Anvin2012-02-141-4/+6
| * | | | | | | | posix_types: Make __kernel_[ug]id32_t default to unsigned intH. Peter Anvin2012-02-141-2/+2
* | | | | | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-29162-1365/+336
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud