aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13microblaze: signal: Declare do_notify_resumeMichal Simek1-1/+1
2012-12-13microblaze: Add static qualifiersMichal Simek2-3/+3
2012-12-13microblaze: Wire-up new system call kcmpMichal Simek1-0/+1
2012-12-13microblaze: Fix intc_enable_or_unmask functionMichal Simek1-1/+2
2012-12-13microblaze: Remove passing the second arg to schedule_tailMichal Simek1-1/+0
2012-12-13microblaze: Remove BIP from childregsMichal Simek1-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro5-56/+6
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro4-117/+39
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-11-16microblaze: switch to generic sys_execve()Al Viro3-26/+0
2012-11-16microblaze: switch to generic kernel_execve()Al Viro4-43/+5
2012-11-16microblaze: switch to generic kernel_thread()Al Viro3-51/+37
2012-11-15microblaze: Fix bug with schedule_tailMichal Simek1-1/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+2
2012-10-04Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek1-8/+0
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek3-15/+15
2012-10-04microblaze: Fix bug with passing command lineMichal Simek2-12/+15
2012-10-04microblaze: Remove additional andi which has been already doneMichal Simek1-3/+0
2012-10-04microblaze: Use predefined macro for ESR_DIZMichal Simek1-2/+3
2012-10-04microblaze: Support 4k/16k/64k pagesMichal Simek1-0/+6
2012-10-04microblaze: Do not used hardcoded value in exception handlerMichal Simek1-23/+30
2012-10-04microblaze: Added fdt chosen capability for timerMichal Simek1-1/+9
2012-10-04microblaze: Improve failure handling for GPIO resetStephan Linz1-2/+5
2012-10-01microblaze: don't bother with SIGTRAP in setup_rt_frame()Al Viro1-5/+2
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven3-6/+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-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-5/+10
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-70/+65
2012-05-21microblaze: drop 'oldset' argument of do_notify_resume()Al Viro3-19/+11
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEAl Viro3-26/+38
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro1-4/+0
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Matt Fleming1-10/+2
2012-05-21microblaze: fix signal maskingMatt Fleming1-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2012-05-05microblaze: Use generic init_taskThomas Gleixner2-27/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry1-1/+1