| Commit message (Expand) | Author | Age | Files | Lines |
* | compat: nanosleep: Clarify error handling | Thomas Gleixner | 2014-09-06 | 1 | -3/+21 |
* | kernel/compat.c: use sizeof() instead of sizeof | Fabian Frederick | 2014-06-05 | 1 | -4/+4 |
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-02 | 1 | -56/+56 |
|\ |
|
| * | compat: Fix sparse address space warnings | H. Peter Anvin | 2014-02-03 | 1 | -2/+2 |
| * | compat: Get rid of (get|put)_compat_time(val|spec) | H. Peter Anvin | 2014-02-02 | 1 | -54/+54 |
* | | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types | Heiko Carstens | 2014-03-06 | 1 | -5/+5 |
* | | kernel/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens | 2014-03-06 | 1 | -45/+45 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -19/+0 |
|\ |
|
| * | switch getrusage() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-04 | 1 | -19/+0 |
* | | kernel/compat.c: make do_sysinfo() static | Stephen Rothwell | 2013-05-01 | 1 | -65/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 1 | -46/+26 |
|\ |
|
| * | switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -4/+3 |
| * | switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -11/+0 |
| * | switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -3/+3 |
| * | switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -5/+3 |
| * | generic compat_sys_rt_sigprocmask() | Al Viro | 2013-02-03 | 1 | -1/+12 |
| * | consolidate rt_sigsuspend() | Al Viro | 2013-02-03 | 1 | -17/+0 |
| * | switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -5/+5 |
* | | compat: return -EFAULT on error in waitid() | Dan Carpenter | 2013-02-22 | 1 | -1/+1 |
|/ |
|
* | x32: fix sigtimedwait | Al Viro | 2012-12-26 | 1 | -1/+1 |
* | x32: fix waitid() | Al Viro | 2012-12-26 | 1 | -1/+5 |
* | switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE | Al Viro | 2012-12-26 | 1 | -6/+9 |
* | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 2012-12-18 | 1 | -0/+17 |
* | new helper: sigsuspend() | Al Viro | 2012-05-22 | 1 | -9/+1 |
* | compat: Fix RT signal mask corruption via sigprocmask | Jan Kiszka | 2012-05-10 | 1 | -17/+46 |
* | compat: Add helper functions to read/write struct timeval, timespec | H. Peter Anvin | 2012-02-20 | 1 | -8/+60 |
* | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-07-30 | 1 | -0/+1 |
|\ |
|
| * | [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support | Hans Verkuil | 2011-07-27 | 1 | -0/+1 |
* | | signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() | Oleg Nesterov | 2011-07-27 | 1 | -4/+1 |
* | | KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK | Alexander Graf | 2011-07-12 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2011-05-26 | 1 | -0/+8 |
|\ |
|
| * | compat: fixes to allow working with tile arch | Chris Metcalf | 2011-05-12 | 1 | -0/+8 |
* | | signal: introduce do_sigtimedwait() to factor out compat/native code | Oleg Nesterov | 2011-04-28 | 1 | -34/+7 |
* | | signal: sys_rt_sigtimedwait: simplify the timeout logic | Oleg Nesterov | 2011-04-28 | 1 | -24/+18 |
|/ |
|
* | posix-timers: Introduce a syscall for clock tuning. | Richard Cochran | 2011-02-02 | 1 | -0/+23 |
* | time: Splitout compat timex accessors | Richard Cochran | 2011-02-02 | 1 | -48/+65 |
* | compat: Make compat_alloc_user_space() incorporate the access_ok() | H. Peter Anvin | 2010-09-15 | 1 | -0/+21 |
* | rlimits: switch more rlimit syscalls to do_prlimit | Jiri Slaby | 2010-07-16 | 1 | -14/+3 |
* | cpumask: fix compat getaffinity | KOSAKI Motohiro | 2010-05-19 | 1 | -14/+11 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | signals: implement sys_rt_tgsigqueueinfo | Thomas Gleixner | 2009-04-30 | 1 | -0/+11 |
* | Allow times and time system calls to return small negative values | Paul Mackerras | 2009-01-07 | 1 | -1/+4 |
* | cpumask: convert kernel/compat.c | Rusty Russell | 2009-01-01 | 1 | -19/+30 |
*-. | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 1 | -39/+72 |
|\ \ |
|
| | * | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 1 | -39/+14 |
| |/
|/| |
|
| * | compat: generic compat get/settimeofday | Christoph Hellwig | 2008-10-16 | 1 | -0/+58 |
|/ |
|
* | ntp: support for TAI | Roman Zippel | 2008-05-01 | 1 | -1/+2 |
* | signals: add set_restore_sigmask | Roland McGrath | 2008-04-30 | 1 | -2/+1 |
* | generic: reduce stack pressure in sched_affinity | Mike Travis | 2008-04-19 | 1 | -1/+1 |