index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
compat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()
Helge Deller
1
-2
/
+4
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-3
/
+2
2014-09-06
compat: nanosleep: Clarify error handling
Thomas Gleixner
1
-3
/
+21
2014-06-04
kernel/compat.c: use sizeof() instead of sizeof
Fabian Frederick
1
-4
/
+4
2014-04-02
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-56
/
+56
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-5
/
+5
2014-03-06
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
1
-45
/
+45
2014-02-02
compat: Fix sparse address space warnings
H. Peter Anvin
1
-2
/
+2
2014-02-02
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
1
-54
/
+54
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+0
2013-04-30
kernel/compat.c: make do_sysinfo() static
Stephen Rothwell
1
-65
/
+0
2013-03-03
switch getrusage() to COMPAT_SYSCALL_DEFINE
Al Viro
1
-19
/
+0
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-46
/
+26
2013-02-21
compat: return -EFAULT on error in waitid()
Dan Carpenter
1
-1
/
+1
2013-02-03
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
Al Viro
1
-4
/
+3
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
1
-11
/
+0
2013-02-03
switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE
Al Viro
1
-3
/
+3
2013-02-03
switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+3
2013-02-03
generic compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+12
2013-02-03
consolidate rt_sigsuspend()
Al Viro
1
-17
/
+0
2013-02-03
switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+5
2012-12-26
x32: fix sigtimedwait
Al Viro
1
-1
/
+1
2012-12-26
x32: fix waitid()
Al Viro
1
-1
/
+5
2012-12-26
switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE
Al Viro
1
-6
/
+9
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
1
-0
/
+17
2012-05-21
new helper: sigsuspend()
Al Viro
1
-9
/
+1
2012-05-10
compat: Fix RT signal mask corruption via sigprocmask
Jan Kiszka
1
-17
/
+46
2012-02-20
compat: Add helper functions to read/write struct timeval, timespec
H. Peter Anvin
1
-8
/
+60
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
1
-0
/
+1
2011-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2011-07-27
[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support
Hans Verkuil
1
-0
/
+1
2011-07-27
signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()
Oleg Nesterov
1
-4
/
+1
2011-07-12
KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
Alexander Graf
1
-0
/
+1
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-0
/
+8
2011-05-12
compat: fixes to allow working with tile arch
Chris Metcalf
1
-0
/
+8
2011-04-28
signal: introduce do_sigtimedwait() to factor out compat/native code
Oleg Nesterov
1
-34
/
+7
2011-04-28
signal: sys_rt_sigtimedwait: simplify the timeout logic
Oleg Nesterov
1
-24
/
+18
2011-02-02
posix-timers: Introduce a syscall for clock tuning.
Richard Cochran
1
-0
/
+23
2011-02-02
time: Splitout compat timex accessors
Richard Cochran
1
-48
/
+65
2010-09-14
compat: Make compat_alloc_user_space() incorporate the access_ok()
H. Peter Anvin
1
-0
/
+21
2010-07-16
rlimits: switch more rlimit syscalls to do_prlimit
Jiri Slaby
1
-14
/
+3
2010-05-19
cpumask: fix compat getaffinity
KOSAKI Motohiro
1
-14
/
+11
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-04-30
signals: implement sys_rt_tgsigqueueinfo
Thomas Gleixner
1
-0
/
+11
2009-01-06
Allow times and time system calls to return small negative values
Paul Mackerras
1
-1
/
+4
2009-01-01
cpumask: convert kernel/compat.c
Rusty Russell
1
-19
/
+30
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-39
/
+72
2008-10-16
compat: generic compat get/settimeofday
Christoph Hellwig
1
-0
/
+58
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
1
-39
/
+14
2008-05-01
ntp: support for TAI
Roman Zippel
1
-1
/
+2
[prev]
[next]