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
2019-08-03
kernel/signal.c: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-29
pidfd: Add warning if exit_state is 0 during notification
Joel Fernandes (Google)
1
-0
/
+1
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
1
-50
/
+19
2019-07-10
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+11
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-75
/
+174
2019-07-08
Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
1
-2
/
+3
2019-06-28
pidfd: add polling support
Joel Fernandes (Google)
1
-0
/
+11
2019-06-05
signal: improve comments
Christian Brauner
1
-6
/
+5
2019-06-01
kernel/signal.c: trace_signal_deliver when signal_group_exit
Zhenliang Wei
1
-0
/
+2
2019-05-29
signal: Remove the signal number and task parameters from force_sig_info
Eric W. Biederman
1
-7
/
+7
2019-05-29
signal: Factor force_sig_info_to_task out of force_sig_info
Eric W. Biederman
1
-3
/
+9
2019-05-29
signal: Generate the siginfo in force_sig
Eric W. Biederman
1
-1
/
+9
2019-05-29
signal: Move the computation of force into send_signal and correct it.
Eric W. Biederman
1
-13
/
+22
2019-05-29
signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal
Eric W. Biederman
1
-17
/
+16
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-3
/
+2
2019-05-29
signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...
Eric W. Biederman
1
-1
/
+11
2019-05-27
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
1
-2
/
+2
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-3
/
+3
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
1
-2
/
+4
2019-05-22
signal: Correct namespace fixups of si_pid and si_uid
Eric W. Biederman
1
-27
/
+40
2019-05-22
signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
Eric W. Biederman
1
-8
/
+61
2019-05-21
audit: deliver signal_info regarless of syscall
Richard Guy Briggs
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-16
signal: unconditionally leave the frozen state in ptrace_stop()
Roman Gushchin
1
-0
/
+1
2019-05-14
kernel/signal.c: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-05-09
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-4
/
+62
2019-05-09
cgroup: never call do_group_exit() with task->frozen bit set
Roman Gushchin
1
-5
/
+3
2019-05-07
Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-3
/
+9
2019-05-07
signal: support CLONE_PIDFD with pidfd_send_signal
Christian Brauner
1
-3
/
+9
2019-05-06
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
1
-1
/
+1
2019-04-19
cgroup: cgroup v2 freezer
Roman Gushchin
1
-5
/
+65
2019-04-18
signal: use fdget() since we don't allow O_PATH
Christian Brauner
1
-1
/
+1
2019-04-01
signal: don't silently convert SI_USER signals to non-current pidfd
Jann Horn
1
-9
/
+4
2019-03-16
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-6
/
+127
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-03-05
signal: add pidfd_send_signal() syscall
Christian Brauner
1
-6
/
+127
2019-02-13
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
1
-2
/
+5
2019-02-07
signal: Better detection of synchronous signals
Eric W. Biederman
1
-1
/
+51
2019-02-07
signal: Always notice exiting tasks
Eric W. Biederman
1
-0
/
+6
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-1
/
+1
2019-02-05
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
1
-3
/
+2
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-4
/
+4
2018-12-18
y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
1
-0
/
+32
2018-12-18
y2038: signal: Add sys_rt_sigtimedwait_time32
Arnd Bergmann
1
-0
/
+33
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
1
-0
/
+33
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
1
-0
/
+45
2018-10-31
kernel/signal.c: fix a comment error
Weikang Shi
1
-1
/
+1
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+10
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-149
/
+272
[next]