summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* xtensa: switch to generic clone()Al Viro2012-11-291-9/+0Star
* xtensa: switch to generic sys_execve()Max Filippov2012-10-261-25/+0Star
* xtensa: switch to generic kernel_execve()Max Filippov2012-10-261-17/+1Star
* xtensa: switch to generic kernel_thread()Max Filippov2012-10-263-60/+59Star
* xtensa: reset windowbase/windowstart when cloning the VMChris Zankel2012-10-251-1/+25
* xtensa: allow multi-inclusion for uapi/unistd.hChris Zankel2012-10-251-4/+3Star
* xtensa: minor compiler warning fixChris Zankel2012-10-192-2/+5
* UAPI: (Scripted) Disintegrate arch/xtensa/include/asmDavid Howells2012-10-161-1/+0Star
* xtensa: fix unaligned usermode accessMax Filippov2012-10-161-2/+2
* xtensa: reorganize SR referencingMax Filippov2012-10-167-207/+207
* xtensa: fix boot parameters parsingMax Filippov2012-10-161-2/+2
* xtensa: copy_thread with CLONE_VM must not copy live parent AR windowsMarc Gauthier2012-10-161-4/+20
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-4/+0Star
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * xtensa: can't get to do_notify_resume() when user_mode(regs) is not trueAl Viro2012-10-011-3/+0Star
* | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-099-98/+36Star
|\ \
| * | xtensa: drop CONFIG_EMBEDDED_RAMDISKMax Filippov2012-10-042-17/+0Star
| * | xtensa: provide dummy gcc intrinsicsMax Filippov2012-10-041-0/+17
| * | xtensa: add missing symbol exportsMax Filippov2012-10-042-0/+12
| * | xtensa: change default platform clock frequency to 10MHzMax Filippov2012-10-041-2/+2
| * | xtensa: adopt generic io routinesMax Filippov2012-10-042-76/+1Star
| * | xtensa: fix xtensa_irq_unmask callsMax Filippov2012-10-041-2/+2
| * | xtensa/PCI: fix WT caching attributeMax Filippov2012-10-041-1/+1
| * | xtensa: fix linker script transformation for .text.unlikelyMax Filippov2012-10-041-0/+1
| |/
* | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-8/+0Star
|\ \
| * | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-191-8/+0Star
| * | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-191-1/+1
| |/
* / xtensa: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-311-1/+1
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-7/+1Star
|\
| * Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-6/+0Star
| |\
| | * xtensa/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-6/+0Star
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
| |/
* | xtensa: fix incorrect memsetAlan Cox2012-07-121-1/+1
* | xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2012-06-201-2/+1Star
|/
* fixups for signal breakageAl Viro2012-06-041-1/+1
* 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/+0Star
* don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-1/+0Star
* new helper: sigmask_to_save()Al Viro2012-06-011-7/+1Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1Star
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-4/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-242-44/+35Star
|\
| * xtensa: add handling of TIF_NOTIFY_RESUMEAl Viro2012-05-222-6/+19
| * xtensa: switch to generic rt_sigsuspend(2)Al Viro2012-05-222-40/+15Star
| * xtensa: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-221-0/+3
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+6
|\ \ | |/ |/|