summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Hexagon: use generic sys_fork, sys_vfork, and sys_cloneRichard Kuo2013-05-012-0/+5
| * | | | | | Hexagon: fix psp/sp macroRichard Kuo2013-05-011-2/+1
| * | | | | | Hexagon: fix up int enable/disable at ret_from_forkRichard Kuo2013-05-011-2/+11
| * | | | | | Hexagon: add IOMEM and _relaxed IO macrosRichard Kuo2013-05-011-0/+14
| * | | | | | Hexagon: switch to using the device type for IO mappingsRichard Kuo2013-05-011-5/+4
| * | | | | | Hexagon: don't print info for offline CPU'sRichard Kuo2013-05-011-0/+5
| * | | | | | Hexagon: add support for single-stepping (v4+)Richard Kuo2013-05-016-1/+38
| * | | | | | Hexagon: use correct work mask when checking for more workRichard Kuo2013-05-011-1/+1
| * | | | | | Hexagon: add support for additional exceptionsRichard Kuo2013-05-011-0/+10
| * | | | | | Hexagon: fix initial page table setup prior to jump to VARichard Kuo2013-05-011-12/+73
| * | | | | | Hexagon: remove keyring related callRichard Kuo2013-05-011-3/+0
| * | | | | | Hexagon: check to if we will overflow the signal stackRichard Kuo2013-05-011-0/+4
| * | | | | | Hexagon: Signal and return path fixesRichard Kuo2013-05-015-88/+84
| * | | | | | Hexagon: add support for new v4+ registersRichard Kuo2013-05-018-48/+206
| * | | | | | Hexagon: add individual register access for switch_stackRichard Kuo2013-05-011-6/+43
| * | | | | | Hexagon: use defines for MIN_KERNEL_SEG calculationRichard Kuo2013-05-011-1/+1
| * | | | | | Hexagon: use GENERIC_CPU_DEVICESRichard Kuo2013-05-013-53/+2
| * | | | | | Hexagon: change arch version config to allow comparisonsRichard Kuo2013-05-013-31/+10
| * | | | | | Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo2013-05-018-55/+91
| * | | | | | Hexagon: fix __atomic_add_unlessRichard Kuo2013-05-011-9/+11
| * | | | | | Hexagon: clean up generic headers in KbuildRichard Kuo2013-05-011-1/+1
* | | | | | | tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-012-2/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0187-1489/+539
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | syscalls.h: slightly reduce the jungles of macrosAl Viro2013-03-051-34/+15
| * | | | | get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-057-71/+91
| * | | | | make do_mremap() staticAl Viro2013-03-043-9/+1
| * | | | | sparc: no need to sign-extend in sync_file_range() wrapperAl Viro2013-03-042-2/+1
| * | | | | ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro2013-03-042-19/+2
| * | | | | x86: trim sys_ia32.hAl Viro2013-03-041-5/+0
| * | | | | x86: sys32_kill and sys32_mprotect are pointlessAl Viro2013-03-043-15/+2
| * | | | | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-044-132/+73
| * | | | | merge compat sys_ipc instancesAl Viro2013-03-0415-315/+52
| * | | | | consolidate compat lookup_dcookie()Al Viro2013-03-0418-60/+20
| * | | | | convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-046-30/+24
| * | | | | switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-046-27/+16
| * | | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-045-63/+50
| * | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-0420-175/+54
| * | | | | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-044-45/+33
| * | | | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-049-89/+31
| * | | | | make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-0410-30/+0
| * | | | | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-0429-209/+44
| * | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-049-127/+23
| * | | | | get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro2013-03-042-62/+38
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-01214-1690/+2820
|\ \ \ \ \ \
| * | | | | | Documentation/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-10/+10
| * | | | | | ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-1/+1
| * | | | | | sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-2/+2
| * | | | | | powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-1/+1
| * | | | | | ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-1/+1
| * | | | | | power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-1/+1