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
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-19
tracehook: fix SA_NOCLDWAIT
Roland McGrath
1
-2
/
+3
2008-08-11
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2008-07-27
Merge branch 'timers/urgent' of ssh://master.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-0
/
+1
2008-07-26
tracehook: force signal_pending()
Roland McGrath
1
-1
/
+3
2008-07-26
tracehook: death
Roland McGrath
1
-3
/
+7
2008-07-26
tracehook: job control
Roland McGrath
1
-5
/
+5
2008-07-26
tracehook: get_signal_to_deliver
Roland McGrath
1
-11
/
+27
2008-07-26
tracehook: tracehook_consider_fatal_signal
Roland McGrath
1
-4
/
+5
2008-07-26
tracehook: tracehook_consider_ignored_signal
Roland McGrath
1
-11
/
+16
2008-07-26
tracehook: unexport ptrace_notify
Roland McGrath
1
-1
/
+0
2008-07-25
pidns: remove now unused kill_proc function
Pavel Emelyanov
1
-12
/
+0
2008-07-25
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
1
-2
/
+2
2008-07-25
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
1
-7
/
+5
2008-07-25
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
1
-6
/
+6
2008-07-25
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
1
-6
/
+4
2008-07-25
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
Oleg Nesterov
1
-2
/
+1
2008-07-25
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...
Oleg Nesterov
1
-2
/
+1
2008-07-25
signals: change collect_signal() to return void
Oleg Nesterov
1
-4
/
+2
2008-07-25
signals: collect_signal: simplify the "still_pending" logic
Oleg Nesterov
1
-9
/
+6
2008-07-25
signals: collect_signal: remove the unneeded sigismember() check
Oleg Nesterov
1
-3
/
+0
2008-07-24
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
1
-0
/
+1
2008-05-26
posix timers: discard SI_TIMER signals on exec
Oleg Nesterov
1
-0
/
+34
2008-05-26
posix timers: sigqueue_free: don't free sigqueue if it is queued
Oleg Nesterov
1
-6
/
+10
2008-05-24
signals: fix sigqueue_free() vs __exit_signal() race
Oleg Nesterov
1
-1
/
+2
2008-04-30
signals: add set_restore_sigmask
Roland McGrath
1
-1
/
+1
2008-04-30
signals: allow the kernel to actually kill /sbin/init
Oleg Nesterov
1
-1
/
+4
2008-04-30
signals: fix /sbin/init protection from unwanted signals
Oleg Nesterov
1
-3
/
+6
2008-04-30
signals: check_kill_permission: remove tasklist_lock
Oleg Nesterov
1
-2
/
+0
2008-04-30
signals: check_kill_permission: check session under tasklist_lock
Oleg Nesterov
1
-5
/
+19
2008-04-30
signals: send_signal: be paranoid about signalfd_notify()
Oleg Nesterov
1
-7
/
+1
2008-04-30
signals: document CLD_CONTINUED notification mechanics
Oleg Nesterov
1
-1
/
+10
2008-04-30
signals: fold sig_ignored() into handle_stop_signal()
Oleg Nesterov
1
-15
/
+17
2008-04-30
signals: cleanup the usage of print_fatal_signal()
Oleg Nesterov
1
-2
/
+3
2008-04-30
signals: handle_stop_signal: don't worry about SIGKILL
Oleg Nesterov
1
-6
/
+0
2008-04-30
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
1
-14
/
+1
2008-04-30
signals: unify send_sigqueue/send_group_sigqueue completely
Oleg Nesterov
1
-37
/
+21
2008-04-30
signals: fold complete_signal() into send_signal/do_send_sigqueue
Pavel Emelyanov
1
-35
/
+11
2008-04-30
signals: use __group_complete_signal() for the specific signals too
Oleg Nesterov
1
-9
/
+6
2008-04-30
signals: change send_signal/do_send_sigqueue to take "boolean group" parameter
Oleg Nesterov
1
-9
/
+16
2008-04-30
signals: move the definition of __group_complete_signal() up
Oleg Nesterov
1
-96
/
+96
2008-04-30
signals: microoptimize the usage of ->curr_target
Oleg Nesterov
1
-4
/
+0
2008-04-30
signals: send_sig_info: don't take tasklist_lock
Oleg Nesterov
1
-10
/
+1
2008-04-30
signals: do_tkill: don't use tasklist_lock
Oleg Nesterov
1
-5
/
+9
2008-04-30
signals: move handle_stop_signal() into send_signal()
Oleg Nesterov
1
-8
/
+3
2008-04-30
signals: send_group_sigqueue: don't take tasklist_lock
Oleg Nesterov
1
-2
/
+1
2008-04-30
signals: __group_complete_signal: cache the value of p->signal
Oleg Nesterov
1
-8
/
+9
2008-04-30
signals: send_sigqueue: don't forget about handle_stop_signal()
Oleg Nesterov
1
-2
/
+3
2008-04-30
signals: send_sigqueue: don't take rcu lock
Oleg Nesterov
1
-4
/
+0
2008-04-30
get_signal_to_deliver: use the cached ->signal/sighand values
Oleg Nesterov
1
-15
/
+15
2008-04-30
handle_stop_signal: use the cached p->signal value
Oleg Nesterov
1
-15
/
+13
[next]