summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Remove noMMU codeMichal Simek2020-11-261-7/+0
* microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-101-1/+2
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-7/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport2019-12-041-3/+7
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-8/+1
|\
| * microblaze: Remove signal translation and exec_domainRichard Weinberger2015-04-121-8/+1
* | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-111-2/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* microblaze: Fix variable types to remove W=1 warningMichal Simek2015-01-081-2/+2
* microblaze: Use sigsp()Richard Weinberger2014-08-061-6/+3
* microblaze: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-31/+17
* microblaze: Use asm-generic/io.hMichal Simek2014-04-071-1/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-261-3/+3
|\
| * microblaze: Fix coding style issuesMichal Simek2013-02-121-3/+3
* | microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro2013-02-031-9/+0
* | microblaze: switch to generic sigaltstackAl Viro2013-02-031-15/+2
|/
* microblaze: signal: Declare do_notify_resumeMichal Simek2012-12-131-1/+1
* microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro2012-11-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-5/+2
|\
| * microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro2012-10-011-5/+2
* | Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek2012-10-041-8/+0
|/
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-14/+3
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+2
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* microblaze: drop 'oldset' argument of do_notify_resume()Al Viro2012-05-211-8/+6
* microblaze: handle TIF_NOTIFY_RESUMEAl Viro2012-05-211-11/+23
* microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* microblaze: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-10/+2
* microblaze: fix signal maskingMatt Fleming2012-05-211-13/+18
* microblaze: no need to reset handler if SA_ONESHOTMatt Fleming2012-05-211-3/+0
* microblaze: don't reimplement force_sigsegv()Matt Fleming2012-05-211-3/+1
* microblaze: Fix sparse warnings - signal.cMichal Simek2011-03-091-2/+2
* microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek2011-03-091-2/+2
* microblaze: Remove rt_sigsuspend wrapperMichal Simek2009-12-141-1/+0
* microblaze: Support for WB cacheMichal Simek2009-12-141-2/+28
* microblaze: Ptrace notifying from signal codeMichal Simek2009-12-141-0/+4
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* microblaze: use generic syscalls.hArnd Bergmann2009-07-061-1/+1
* microblaze: clean up signal handlingArnd Bergmann2009-07-061-136/+36
* microblaze_mmu_v2: Update signal returning addressMichal Simek2009-05-261-0/+8
* microblaze: prepare signal handling for generic unistd.hMichal Simek2009-05-211-76/+3