Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f71077a4d84bbe8c7b91b7db7c4ef815755ac5e3
/
arch
/
microblaze
/
kernel
/
signal.c
e538c58
microblaze: Snapshot thread flags
by Mark Rutland
· 3 years, 1 month ago
05cdf45
microblaze: Remove noMMU code
by Michal Simek
· 4 years, 1 month ago
ed2124c
microblaze: add support for TIF_NOTIFY_SIGNAL
by Jens Axboe
· 4 years, 2 months ago
3c53279
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
by Jens Axboe
· 4 years, 3 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
ca15ca4
mm: remove unneeded includes of <asm/pgalloc.h>
by Mike Rapoport
· 4 years, 5 months ago
e05c7b1
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
by Mike Rapoport
· 4 years, 7 months ago
e31cf2f
mm: don't include asm/pgtable.h if linux/mm.h is already included
by Mike Rapoport
· 4 years, 7 months ago
ed48e1f
microblaze: use pgtable-nopmd instead of 4level-fixup
by Mike Rapoport
· 5 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
6140de5
microblaze: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
74008b3
whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup
by Al Viro
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
ed4602e
microblaze: Fix variable types to remove W=1 warning
by Michal Simek
· 10 years ago
c001cd2
microblaze: Use sigsp()
by Richard Weinberger
· 11 years ago
9c53c7e
microblaze: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
a66a626
microblaze: Use asm-generic/io.h
by Michal Simek
· 12 years ago
2b37e9a
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 12 years ago
6bd55f0
microblaze: Fix coding style issues
by Michal Simek
· 12 years ago
c886a9f
microblaze: evict the check for kernel_mode(regs) from do_notify_resume()
by Al Viro
· 13 years ago
4a9d32d
microblaze: switch to generic sigaltstack
by Al Viro
· 12 years ago
4378bb6
microblaze: signal: Declare do_notify_resume
by Michal Simek
· 12 years ago
02232f8
microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors
by Al Viro
· 12 years ago
8213a2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
94fda49
Revert "microblaze_mmu_v2: Update signal returning address"
by Michal Simek
· 14 years ago
7f1c616
microblaze: don't bother with SIGTRAP in setup_rt_frame()
by Al Viro
· 12 years ago
efee984
new helper: signal_delivered()
by Al Viro
· 13 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 13 years ago
b7f9a11
new helper: sigmask_to_save()
by Al Viro
· 13 years ago
51a7b44
new helper: restore_saved_sigmask()
by Al Viro
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 13 years ago
8314019
microblaze: drop 'oldset' argument of do_notify_resume()
by Al Viro
· 13 years ago
969a961
microblaze: handle TIF_NOTIFY_RESUME
by Al Viro
· 13 years ago
58e4257
microblaze: ->restart_block.fn needs to be reset on rt_sigreturn
by Al Viro
· 13 years ago
60c5975
microblaze: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
bcb8c8d
microblaze: fix signal masking
by Matt Fleming
· 13 years ago
a12c369
microblaze: no need to reset handler if SA_ONESHOT
by Matt Fleming
· 13 years ago
de8f2dd
microblaze: don't reimplement force_sigsegv()
by Matt Fleming
· 13 years ago
2cfedb9
microblaze: Fix sparse warnings - signal.c
by Michal Simek
· 14 years ago
6e83557
microblaze: Remove r0_ram pointer and PTO alignment
by Michal Simek
· 14 years ago
571202f
microblaze: Remove rt_sigsuspend wrapper
by Michal Simek
· 15 years ago
2ee2ff8
microblaze: Support for WB cache
by Michal Simek
· 15 years ago
a01523c
microblaze: Ptrace notifying from signal code
by Michal Simek
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
e513588
microblaze: use generic syscalls.h
by Arnd Bergmann
· 16 years ago
3183e06
microblaze: clean up signal handling
by Arnd Bergmann
· 16 years ago
8b28626
microblaze_mmu_v2: Update signal returning address
by Michal Simek
· 16 years ago
a6029d1
microblaze: prepare signal handling for generic unistd.h
by Michal Simek
· 16 years ago
353b431
microblaze: fix __user annotations
by Arnd Bergmann
· 16 years ago
2921e2b
microblaze: Add STATE_SAVE_ARG_SPACE for noMMU kernel too
by Michal Simek
· 16 years ago
00300d6
microblaze: remove duplicated #include's
by Huang Weiyi
· 16 years ago
2148daa9
microblaze_v8: Signal support
by Michal Simek
· 16 years ago