index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-03
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-2
/
+3
2012-11-30
context_tracking: New context tracking susbsystem
Frederic Weisbecker
1
-2
/
+3
2012-10-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-3
/
+1
2012-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+0
2012-10-01
Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+14
2012-10-01
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-122
/
+89
2012-09-29
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
1
-3
/
+1
2012-09-26
x86: Exit RCU extended QS on notify resume
Frederic Weisbecker
1
-0
/
+4
2012-09-21
Merge branch 'x86/fpu' into x86/smap
H. Peter Anvin
1
-124
/
+91
2012-09-21
x86, smap: Reduce the SMAP overhead for signal handling
H. Peter Anvin
1
-10
/
+14
2012-09-20
x86: get rid of TIF_IRET hackery
Al Viro
1
-4
/
+0
2012-09-18
x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels
Suresh Siddha
1
-7
/
+8
2012-09-18
x86, signal: Cleanup ifdefs and is_ia32, is_x32
Suresh Siddha
1
-115
/
+81
2012-06-06
x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
Joe Perches
1
-1
/
+4
2012-06-01
x86: get rid of calling do_notify_resume() when returning to kernel mode
Al Viro
1
-10
/
+0
2012-06-01
new helper: signal_delivered()
Al Viro
1
-4
/
+2
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
1
-3
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-22
/
+9
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-4
/
+1
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-4
/
+1
2012-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2012-05-24
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-21
new helper: sigsuspend()
Al Viro
1
-11
/
+1
2012-04-14
Merge branch 'perf/core' into perf/uprobes
Ingo Molnar
1
-0
/
+1
2012-03-29
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2012-03-29
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-16
/
+122
2012-03-14
uprobes/core: Handle breakpoint and singlestep exceptions
Srikar Dronamraju
1
-0
/
+6
2012-03-13
x86: Rename trap_no to trap_nr in thread_struct
Srikar Dronamraju
1
-1
/
+1
2012-02-21
i387: Split up <asm/i387.h> into exported and internal interfaces
Linus Torvalds
1
-0
/
+1
2012-02-20
x32: Signal-related system calls
H. Peter Anvin
1
-1
/
+117
2012-02-20
x32: Export setup/restore_sigcontext from signal.c
H. Peter Anvin
1
-6
/
+4
2012-02-20
x86: Move some signal-handling definitions to a common header
H. Peter Anvin
1
-9
/
+1
2012-01-10
signal: add block_sigmask() for adding sigmask to current->blocked
Matt Fleming
1
-5
/
+1
2011-07-14
x86: Kill handle_signal()->set_fs()
Oleg Nesterov
1
-9
/
+0
2011-07-14
x86, do_signal: Simplify the TS_RESTORE_SIGMASK logic
Oleg Nesterov
1
-19
/
+10
2011-07-14
x86, signals: Convert the X86_32 code to use set_current_blocked()
Oleg Nesterov
1
-10
/
+8
2011-04-28
x86: signal: sys_rt_sigreturn() should use set_current_blocked()
Oleg Nesterov
1
-4
/
+1
2011-04-28
x86: signal: handle_signal() should use set_current_blocked()
Oleg Nesterov
1
-5
/
+4
2009-12-09
x86: Merge sys_sigaltstack
Brian Gerst
1
-11
/
+1
2009-12-08
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2009-10-18
Merge commit 'perf/core' into perf/hw-breakpoint
Frederic Weisbecker
1
-1
/
+1
2009-10-01
core, x86: Add user return notifiers
Avi Kivity
1
-0
/
+3
2009-09-17
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-09-15
Merge branch 'linus' into tracing/hw-breakpoints
Ingo Molnar
1
-0
/
+2
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
1
-0
/
+2
2009-07-09
x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE
Andi Kleen
1
-1
/
+1
2009-06-17
Merge branch 'linus' into tracing/hw-breakpoints
Ingo Molnar
1
-4
/
+3
2009-06-11
Merge branch 'linus' into x86/mce3
Ingo Molnar
1
-1
/
+0
2009-06-03
x86, mce: support action-optional machine checks
Andi Kleen
1
-1
/
+1
[next]