index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2019-01-04
1
-4
/
+2
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-8
/
+8
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
1
-4
/
+4
*
time: Enable get/put_compat_itimerspec64 always
Deepa Dinamani
2018-06-24
1
-29
/
+0
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-04
1
-44
/
+8
|
\
|
*
compat: Enable compat_get/put_timespec64 always
Deepa Dinamani
2018-04-19
1
-44
/
+8
*
|
compat: fix 4-byte infoleak via uninitialized struct field
Jann Horn
2018-05-10
1
-0
/
+1
|
/
*
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
Dominik Brodowski
2018-04-02
1
-22
/
+0
*
mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
Dominik Brodowski
2018-04-02
1
-33
/
+0
*
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
2018-03-02
1
-19
/
+0
*
cpumask: make cpumask_size() return "unsigned int"
Alexey Dobriyan
2018-02-06
1
-1
/
+1
*
sched_rr_get_interval(): move compat to native, get rid of set_fs()
Al Viro
2017-09-20
1
-16
/
+0
*
get_compat_sigset()
Al Viro
2017-09-19
1
-7
/
+16
*
get rid of {get,put}_compat_itimerspec()
Al Viro
2017-09-19
1
-18
/
+0
*
signal: replace sigset_to_compat() with put_compat_sigset()
Dmitry V. Levin
2017-09-19
1
-6
/
+14
*
semtimedop(): move compat to native
Al Viro
2017-07-15
1
-23
/
+0
*
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-07-06
1
-218
/
+49
|
\
|
*
rt_sigtimedwait(): move compat to native
Al Viro
2017-06-09
1
-32
/
+0
|
*
put_compat_rusage(): switch to copy_to_user()
Al Viro
2017-06-09
1
-19
/
+21
|
*
sigpending(): move compat to native
Al Viro
2017-06-09
1
-23
/
+0
|
*
getrlimit()/setrlimit(): move compat to native
Al Viro
2017-06-09
1
-38
/
+0
|
*
times(2): move compat to native
Al Viro
2017-06-09
1
-24
/
+0
|
*
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
Al Viro
2017-06-09
1
-53
/
+28
|
*
take compat_sys_old_getrlimit() to native syscall
Al Viro
2017-05-27
1
-29
/
+0
*
|
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
1
-0
/
+65
|
\
\
|
*
|
time: introduce {get,put}_itimerspec64
Deepa Dinamani
2017-06-25
1
-0
/
+21
|
*
|
time: add get_timespec64 and put_timespec64
Deepa Dinamani
2017-06-25
1
-0
/
+44
*
|
|
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
1
-66
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
move compat wait4 and waitid next to native variants
Al Viro
2017-05-21
1
-66
/
+0
|
|
/
*
|
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2017-06-14
1
-38
/
+0
*
|
time: Move compat_time()/stime() to native
Al Viro
2017-06-14
1
-40
/
+0
*
|
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
1
-18
/
+0
*
|
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
1
-51
/
+0
*
|
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
1
-53
/
+16
*
|
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
1
-17
/
+0
*
|
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
1
-23
/
+0
*
|
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
1
-89
/
+52
*
|
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
1
-131
/
+0
*
|
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-14
1
-3
/
+3
|
/
*
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
1
-2
/
+4
*
time: Delete do_sys_setimeofday()
Deepa Dinamani
2017-04-14
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
posix-timers: Make them configurable
Nicolas Pitre
2016-11-16
1
-0
/
+8
*
compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()
Helge Deller
2015-06-04
1
-2
/
+4
*
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2015-02-12
1
-3
/
+2
*
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-04
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-02
1
-2
/
+2
|
*
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
2014-02-02
1
-54
/
+54
[next]