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
2023-03-14
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-01
uaccess: Selectively open read or write user access
Christophe Leroy
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
2019-11-15
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-15
kernel/compat.c: mark expected switch fall-throughs
Stephen Rothwell
2019-02-07
time: make adjtime compat handling available for 32 bit
Arnd Bergmann
2019-01-04
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-06-24
time: Enable get/put_compat_itimerspec64 always
Deepa Dinamani
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-05-10
compat: fix 4-byte infoleak via uninitialized struct field
Jann Horn
2018-04-19
compat: Enable compat_get/put_timespec64 always
Deepa Dinamani
2018-04-02
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
Dominik Brodowski
2018-04-02
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
Dominik Brodowski
2018-03-02
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
2018-02-06
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
2017-09-20
sched_rr_get_interval(): move compat to native, get rid of set_fs()
Al Viro
2017-09-19
get_compat_sigset()
Al Viro
2017-09-19
get rid of {get,put}_compat_itimerspec()
Al Viro
2017-09-19
signal: replace sigset_to_compat() with put_compat_sigset()
Dmitry V. Levin
2017-07-15
semtimedop(): move compat to native
Al Viro
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-07-05
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-06-25
time: introduce {get,put}_itimerspec64
Deepa Dinamani
2017-06-25
time: add get_timespec64 and put_timespec64
Deepa Dinamani
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-09
rt_sigtimedwait(): move compat to native
Al Viro
2017-06-09
put_compat_rusage(): switch to copy_to_user()
Al Viro
2017-06-09
sigpending(): move compat to native
Al Viro
2017-06-09
getrlimit()/setrlimit(): move compat to native
Al Viro
2017-06-09
times(2): move compat to native
Al Viro
2017-06-09
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
Al Viro
2017-05-27
take compat_sys_old_getrlimit() to native syscall
Al Viro
2017-05-21
move compat wait4 and waitid next to native variants
Al Viro
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
[next]