| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-03 | 1 | -19/+0 |
* | | kernel/compat.c: make do_sysinfo() static | Stephen Rothwell | 2013-04-30 | 1 | -65/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 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-21 | 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-17 | 1 | -0/+17 |
* | new helper: sigsuspend() | Al Viro | 2012-05-21 | 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-10-31 | 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-25 | 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-14 | 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-06 | 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 |
* | hrtimer: use nanosleep specific restart_block fields | Thomas Gleixner | 2008-04-17 | 1 | -8/+7 |
* | hrtimer: don't modify restart_block->fn in restart functions | Oleg Nesterov | 2008-02-10 | 1 | -1/+0 |
* | hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep() | Oleg Nesterov | 2008-02-10 | 1 | -4/+40 |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt | Linus Torvalds | 2007-10-18 | 1 | -46/+11 |
|\ |
|
| * | hrtimer: hook compat_sys_nanosleep up to high res timer code | Anton Blanchard | 2007-10-18 | 1 | -46/+11 |
* | | whitespace fixes: compat syscalls | Daniel Walker | 2007-10-18 | 1 | -30/+30 |
|/ |
|
* | signal/timer/event: timerfd compat code | Davide Libenzi | 2007-05-11 | 1 | -4/+4 |