summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* 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
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
* 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
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-4/+1
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-05-285-11/+39
|\ \
| * | microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias2012-05-251-1/+5
| * | microblaze: Add TLS support to sys_cloneEdgar E. Iglesias2012-05-251-3/+4
| * | microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek2012-05-251-1/+1
| * | microblaze: Port OOM changes to do_page_faultKautuk Consul2012-05-251-5/+28
| * | microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen2012-05-251-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \ \
| * | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
| |/ /
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-53/+4
|\ \ \
| * | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-53/+4
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-8/+1
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| * | microblaze: Use generic time configAnna-Maria Gleixner2012-05-211-6/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-233-70/+65
|\ \
| * | microblaze: drop 'oldset' argument of do_notify_resume()Al Viro2012-05-213-19/+11
| * | microblaze: handle TIF_NOTIFY_RESUMEAl Viro2012-05-213-26/+38
| * | microblaze: bury sys_rt_sigsuspend_wrapper in nommu case tooAl Viro2012-05-211-4/+0
| * | 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
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-1/+0
|\ \ \
| * | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-1/+0
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-1/+1
|\ \ \ | |_|/ |/| |
| * | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-1/+1
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-27/+1
|\ \
| * | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | microblaze: Use generic init_taskThomas Gleixner2012-05-053-27/+2
| |/
* / microblaze/PCI: fix "io_offset undeclared" errorBjorn Helgaas2012-05-151-0/+1
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-042-10/+18
|\
| * Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-282-10/+18
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-04-037-39/+72
|\ \
| * | microblaze: Fix ret_from_fork declarationMichal Simek2012-04-021-2/+2
| * | microblaze: Do not use tlb_skip in early_printkMichal Simek2012-04-021-0/+2
| * | microblaze: Add missing headers caused by disintegration asm/system.hMichal Simek2012-03-302-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek2012-03-3027-328/+182
| |\ \
| * | | microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_userMichal Simek2012-03-301-36/+62
| * | | microblaze: Fix tlb_skip variable on noMMU systemMichal Simek2012-03-281-0/+2
| * | | microblaze: Fix __futex_atomic_op macro register usageMichal Simek2012-03-281-1/+1
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-03-301-7/+3
|\ \ \ \ | |_|/ / |/| | |