aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-3/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Gravatar Al Viro 1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-14/+3
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-7/+2
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-4/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Gravatar Al Viro 1-0/+16
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 5-11/+39
2012-05-25microblaze: Setup correct pointer to TLS areaGravatar Edgar E. Iglesias 1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneGravatar Edgar E. Iglesias 1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceGravatar Michal Simek 1-1/+1
2012-05-25microblaze: Port OOM changes to do_page_faultGravatar Kautuk Consul 1-5/+28
2012-05-25microblaze: Do not select GENERIC_GPIO by defaultGravatar Lars-Peter Clausen 1-1/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-53/+4
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Gravatar Al Viro 1-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-70/+65
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2012-05-21microblaze: drop 'oldset' argument of do_notify_resume()Gravatar Al Viro 3-19/+11
2012-05-21microblaze: handle TIF_NOTIFY_RESUMEGravatar Al Viro 3-26/+38
2012-05-21microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooGravatar Al Viro 1-4/+0
2012-05-21microblaze: ->restart_block.fn needs to be reset on rt_sigreturnGravatar Al Viro 1-0/+3
2012-05-21microblaze: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-10/+2
2012-05-21microblaze: fix signal maskingGravatar Matt Fleming 1-13/+18
2012-05-21microblaze: no need to reset handler if SA_ONESHOTGravatar Matt Fleming 1-3/+0
2012-05-21microblaze: don't reimplement force_sigsegv()Gravatar Matt Fleming 1-3/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-27/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutGravatar Thomas Gleixner 1-2/+0
2012-05-21microblaze: Use generic time configGravatar Anna-Maria Gleixner 1-6/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Gravatar Suresh Siddha 1-1/+0
2012-05-15microblaze/PCI: fix "io_offset undeclared" errorGravatar Bjorn Helgaas 1-0/+1
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hGravatar Mark Brown 1-53/+4
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKGravatar Thomas Gleixner 1-1/+0
2012-05-05microblaze: Use generic init_taskGravatar Thomas Gleixner 3-27/+2
2012-04-18seccomp: ignore secure_computing return valuesGravatar Will Drewry 1-1/+1
2012-04-08kvmclock: Add functions to check if the host has stopped the vmGravatar Eric B Munson 1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 2-10/+18
2012-04-03Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 7-39/+72
2012-04-02microblaze: Fix ret_from_fork declarationGravatar Michal Simek 1-2/+2
2012-04-02microblaze: Do not use tlb_skip in early_printkGravatar Michal Simek 1-0/+2
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-7/+3
2012-03-30microblaze: Add missing headers caused by disintegration asm/system.hGravatar Michal Simek 2-0/+3
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextGravatar Michal Simek 27-328/+182
2012-03-30microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_userGravatar Michal Simek 1-36/+62
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 18-108/+124
2012-03-28Delete all instances of asm/system.hGravatar David Howells 1-6/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hGravatar David Howells 1-1/+0