summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-01-24microblaze: fix typo in a commentJason Wang1-1/+1
2021-12-01microblaze: Snapshot thread flagsMark Rutland1-1/+1
2020-11-26microblaze: Remove noMMU codeMichal Simek1-7/+0
2020-11-10microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-7/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-05microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport1-3/+7
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+1
2015-04-12microblaze: Remove signal translation and exec_domainRichard Weinberger1-8/+1
2015-04-12whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro1-2/+0
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-01-08microblaze: Fix variable types to remove W=1 warningMichal Simek1-2/+2
2014-08-06microblaze: Use sigsp()Richard Weinberger1-6/+3
2014-08-06microblaze: Use get_signal() signal_setup_done()Richard Weinberger1-31/+17
2014-04-07microblaze: Use asm-generic/io.hMichal Simek1-1/+1
2013-02-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-3/+3
2013-02-12microblaze: Fix coding style issuesMichal Simek1-3/+3
2013-02-04microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro1-9/+0
2013-02-04microblaze: switch to generic sigaltstackAl Viro1-15/+2
2012-12-13microblaze: signal: Declare do_notify_resumeMichal Simek1-1/+1
2012-11-29microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+2
2012-10-04Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek1-8/+0
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro1-5/+2
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-7/+2
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-24move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-22microblaze: drop 'oldset' argument of do_notify_resume()Al Viro1-8/+6
2012-05-22microblaze: handle TIF_NOTIFY_RESUMEAl Viro1-11/+23
2012-05-22microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-22microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-22microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-22microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-22microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2011-03-09microblaze: Fix sparse warnings - signal.cMichal Simek1-2/+2
2011-03-09microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek1-2/+2
2009-12-14microblaze: Remove rt_sigsuspend wrapperMichal Simek1-1/+0
2009-12-14microblaze: Support for WB cacheMichal Simek1-2/+28
2009-12-14microblaze: Ptrace notifying from signal codeMichal Simek1-0/+4