index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
compat.c
Age
Commit message (
Expand
)
Author
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-21
compat: return -EFAULT on error in waitid()
Dan Carpenter
2013-02-03
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
generic compat_sys_rt_sigprocmask()
Al Viro
2013-02-03
consolidate rt_sigsuspend()
Al Viro
2013-02-03
switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE
Al Viro
2012-12-26
x32: fix sigtimedwait
Al Viro
2012-12-26
x32: fix waitid()
Al Viro
2012-12-26
switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE
Al Viro
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-05-21
new helper: sigsuspend()
Al Viro
2012-05-10
compat: Fix RT signal mask corruption via sigprocmask
Jan Kiszka
2012-02-20
compat: Add helper functions to read/write struct timeval, timespec
H. Peter Anvin
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
2011-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-07-27
[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support
Hans Verkuil
2011-07-27
signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()
Oleg Nesterov
2011-07-12
KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
Alexander Graf
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2011-05-12
compat: fixes to allow working with tile arch
Chris Metcalf
2011-04-28
signal: introduce do_sigtimedwait() to factor out compat/native code
Oleg Nesterov
2011-04-28
signal: sys_rt_sigtimedwait: simplify the timeout logic
Oleg Nesterov
2011-02-02
posix-timers: Introduce a syscall for clock tuning.
Richard Cochran
2011-02-02
time: Splitout compat timex accessors
Richard Cochran
2010-09-14
compat: Make compat_alloc_user_space() incorporate the access_ok()
H. Peter Anvin
2010-07-16
rlimits: switch more rlimit syscalls to do_prlimit
Jiri Slaby
2010-05-19
cpumask: fix compat getaffinity
KOSAKI Motohiro
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-04-30
signals: implement sys_rt_tgsigqueueinfo
Thomas Gleixner
2009-01-06
Allow times and time system calls to return small negative values
Paul Mackerras
2009-01-01
cpumask: convert kernel/compat.c
Rusty Russell
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
2008-10-16
compat: generic compat get/settimeofday
Christoph Hellwig
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
2008-05-01
ntp: support for TAI
Roman Zippel
2008-04-30
signals: add set_restore_sigmask
Roland McGrath
2008-04-19
generic: reduce stack pressure in sched_affinity
Mike Travis
2008-04-17
hrtimer: use nanosleep specific restart_block fields
Thomas Gleixner
2008-02-10
hrtimer: don't modify restart_block->fn in restart functions
Oleg Nesterov
2008-02-10
hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()
Oleg Nesterov
2007-10-18
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
Linus Torvalds
2007-10-18
whitespace fixes: compat syscalls
Daniel Walker
2007-10-18
hrtimer: hook compat_sys_nanosleep up to high res timer code
Anton Blanchard
2007-05-11
signal/timer/event: timerfd compat code
Davide Libenzi
2007-02-11
[PATCH] Common compat_sys_sysinfo
Kyle McMartin
2006-11-03
[PATCH] Create compat_sys_migrate_pages
Stephen Rothwell
2006-10-28
[PATCH] Constify compat_get_bitmap argument
Stephen Rothwell
[next]