summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* fixups for signal breakageAl Viro2012-06-042-3/+3
* 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
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-1/+0
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+1
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1
* 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.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-56/+4
|\ \ \ | |_|/ |/| |
| * | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-56/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-236-56/+37
|\ \ \
| * | | xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro2012-05-213-6/+20
| * | | xtensa: xtensa_sigaction doesn't existAl Viro2012-05-212-9/+0
| * | | xtensa: switch to generic rt_sigsuspend(2)Al Viro2012-05-214-43/+16
| * | | xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-6/+6
|\ \ \ \
| * | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-162-6/+6
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-224-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | xtensa: Change mail addresses of Hannes Weiner and Oskar SchirmerOskar Schirmer2012-05-174-6/+6
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-32/+1
|\ \ \
| * \ \ Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-083-3/+2
| |\ \ \ | | | |/ | | |/|
| * | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | | xtensa: Use generic init_taskThomas Gleixner2012-05-053-32/+2
| | |/ | |/|
* | | tokenring: delete all remaining driver supportPaul Gortmaker2012-05-151-5/+0
| |/ |/|
* | xtensa: fix build fail on undefined ack_bad_irqPaul Gortmaker2012-04-261-3/+0
* | xtensa: fix build error in xtensa/include/asm/io.hPaul Gortmaker2012-04-231-0/+1
* | xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker2012-04-231-0/+1
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-90/+7
|\
| * xtensa: Use generic posix_types.hH. Peter Anvin2012-02-141-90/+7
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-1/+1
|\ \
| * | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-231-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2814-67/+96
|\ \ \
| * | | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | | Disintegrate asm/system.h for XtensaDavid Howells2012-03-2815-191/+225
| |/ /
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-231-0/+4
|\ \ \
| * | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+4
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-16/+1
|\ \ \ | |/ / |/| |
| * | xtensa/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-16/+1
* | | xtensa: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-211-14/+3
* | | xtensa: don't mask signals if we fail to setup signal stackMatt Fleming2012-03-211-4/+7
* | | xtensa: no need to reset handler if SA_ONESHOTMatt Fleming2012-03-211-3/+0
* | | xtensa: don't reimplement force_sigsegv()Matt Fleming2012-03-211-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+4
|\ \ \
| * | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
| * | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| | |/ | |/|
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-14/+8
|\ \ \
| * | | TTY: remove serialP.h inclusion from some filesJiri Slaby2012-03-081-1/+0