aboutsummaryrefslogtreecommitdiff
path: root/kernel/compat.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructureGravatar Paul Gortmaker 1-0/+1
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2011-07-27[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT supportGravatar Hans Verkuil 1-0/+1
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Gravatar Oleg Nesterov 1-4/+1
2011-07-12KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKGravatar Alexander Graf 1-0/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+8
2011-05-12compat: fixes to allow working with tile archGravatar Chris Metcalf 1-0/+8
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeGravatar Oleg Nesterov 1-34/+7
2011-04-28signal: sys_rt_sigtimedwait: simplify the timeout logicGravatar Oleg Nesterov 1-24/+18
2011-02-02posix-timers: Introduce a syscall for clock tuning.Gravatar Richard Cochran 1-0/+23
2011-02-02time: Splitout compat timex accessorsGravatar Richard Cochran 1-48/+65
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()Gravatar H. Peter Anvin 1-0/+21
2010-07-16rlimits: switch more rlimit syscalls to do_prlimitGravatar Jiri Slaby 1-14/+3
2010-05-19cpumask: fix compat getaffinityGravatar KOSAKI Motohiro 1-14/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-04-30signals: implement sys_rt_tgsigqueueinfoGravatar Thomas Gleixner 1-0/+11
2009-01-06Allow times and time system calls to return small negative valuesGravatar Paul Mackerras 1-1/+4
2009-01-01cpumask: convert kernel/compat.cGravatar Rusty Russell 1-19/+30
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-39/+72
2008-10-16compat: generic compat get/settimeofdayGravatar Christoph Hellwig 1-0/+58
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-39/+14
2008-05-01ntp: support for TAIGravatar Roman Zippel 1-1/+2
2008-04-30signals: add set_restore_sigmaskGravatar Roland McGrath 1-2/+1
2008-04-19generic: reduce stack pressure in sched_affinityGravatar Mike Travis 1-1/+1
2008-04-17hrtimer: use nanosleep specific restart_block fieldsGravatar Thomas Gleixner 1-8/+7
2008-02-10hrtimer: don't modify restart_block->fn in restart functionsGravatar Oleg Nesterov 1-1/+0
2008-02-10hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Gravatar Oleg Nesterov 1-4/+40
2007-10-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtGravatar Linus Torvalds 1-46/+11
2007-10-18whitespace fixes: compat syscallsGravatar Daniel Walker 1-30/+30
2007-10-18hrtimer: hook compat_sys_nanosleep up to high res timer codeGravatar Anton Blanchard 1-46/+11
2007-05-11signal/timer/event: timerfd compat codeGravatar Davide Libenzi 1-4/+4
2007-02-11[PATCH] Common compat_sys_sysinfoGravatar Kyle McMartin 1-0/+66
2006-11-03[PATCH] Create compat_sys_migrate_pagesGravatar Stephen Rothwell 1-0/+33
2006-10-28[PATCH] Constify compat_get_bitmap argumentGravatar Stephen Rothwell 1-1/+1
2006-10-02[PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hGravatar David Howells 1-2/+0
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]Gravatar David Howells 1-0/+2
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Gravatar Toyo Abe 1-0/+33
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__Gravatar akpm@osdl.org 1-7/+0
2006-06-23[PATCH] move_pages: fix 32 -> 64 bit compat functionGravatar Christoph Lameter 1-2/+2
2006-06-23[PATCH] sys_move_pages: 32bit support (i386, x86_64)Gravatar Christoph Lameter 1-0/+23
2006-03-27[PATCH] lightweight robust futexes: compatGravatar Ingo Molnar 1-23/+0
2006-03-26[PATCH] consolidate sys32/compat_adjtimexGravatar Stephen Rothwell 1-0/+59
2006-02-07[PATCH] remove bogus asm/bug.h includes.Gravatar Al Viro 1-1/+0
2006-01-18[PATCH] Generic sys_rt_sigsuspend()Gravatar David Woodhouse 1-0/+28
2006-01-10[PATCH] common compat_sys_timer_createGravatar Christoph Hellwig 1-2/+18
2005-09-10[PATCH] kernel: fix-up schedule_timeout() usageGravatar Nishanth Aravamudan 1-6/+3
2005-04-16[PATCH] Fix get_compat_sigevent()Gravatar David S. Miller 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+860