aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel
AgeCommit message (Expand)Author
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01don't call try_to_freeze() from do_signal()Al Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-21xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro
2012-05-21xtensa: switch to generic rt_sigsuspend(2)Al Viro
2012-05-21xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-05xtensa: Use generic init_taskThomas Gleixner
2012-04-23xtensa: fix build failure in xtensa/kernel/signal.cPaul Gortmaker
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for XtensaDavid Howells
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-03-21xtensa: use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-21xtensa: don't mask signals if we fail to setup signal stackMatt Fleming
2012-03-21xtensa: no need to reset handler if SA_ONESHOTMatt Fleming
2012-03-21xtensa: don't reimplement force_sigsegv()Matt Fleming
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-02-23xtensa/PCI: get rid of device resource fixupsBjorn Helgaas
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-06xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas
2012-01-06PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe
2011-11-21clocksource: xtensa: Convert to clocksource_register_hz/khzJohn Stultz
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25xtensa: prevent arbitrary read in ptraceDan Rosenberg
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo
2011-04-20xtensa: Fixup irq conversion fallout and nmi_countThomas Gleixner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24xtensa: Use generic show_interrupts()Thomas Gleixner
2011-03-24xtensa: Convert genirq namespaceThomas Gleixner
2011-03-24xtensa: Convert main irq_chip to new functionsThomas Gleixner
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-31xtensa: Switch do_timer() to xtime_update()Torben Hohn
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2010-10-27ptrace: cleanup arch_ptrace() on xtensaNamhyung Kim
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-03Merge remote branch 'origin/master'Chris Zankel