aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds36-115/+1851
2013-02-25xtensa: add accept4 syscallChris Zankel1-1/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23xtensa: add support for TLSChris Zankel7-7/+25
2013-02-23xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov1-0/+1
2013-02-23xtensa: do not enable GENERIC_GPIO by defaultMax Filippov1-1/+1
2013-02-23xtensa: complete ptrace handling of register windowsMax Filippov1-13/+20
2013-02-23xtensa: add support for oprofiledann6-1/+209
2013-02-23xtensa: move spill_registers to traps.hMax Filippov2-20/+25
2013-02-23xtensa: ISS: add host file-based simulated diskVictor Prupis3-0/+412
2013-02-23xtensa: fix str[n]cmp return valueMax Filippov1-2/+2
2013-02-23xtensa: avoid mmap cache aliasingMax Filippov2-0/+45
2013-02-23xtensa: add finit_module syscallMax Filippov1-1/+3
2013-02-23xtensa: pull signal definitions from signal-defs.hMax Filippov1-10/+1
2013-02-23xtensa: fix ipc_parse_version selectionMax Filippov1-0/+1
2013-02-23xtensa: dispatch medium-priority interruptsMarc Gauthier10-45/+260
2013-02-23xtensa: Add config files for Diamond 233L - Rev C processor variantPete Delaney5-0/+825
2013-02-23xtensa: use new common dtc ruleStephen Warren3-14/+17
2013-02-23xtensa: rename prom_update_property to of_update_propertyMax Filippov1-2/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-36/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-5/+6
2013-02-14burying unused conditionalsAl Viro2-3/+0
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-02-03xtensa: switch to generic sigaltstackAl Viro4-18/+4
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-1/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-6/+1
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-5/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina93-575/+2217
2013-01-29xtensa: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+15
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2013-01-04xtensa: Fix home page URL in KconfigMasanari Iida1-1/+1
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-4/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-9/+2
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+2
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-18xtensa: don't try to build DTB when OF is disabledMax Filippov2-2/+2
2012-12-18xtensa: set the correct ethernet address for xtfpgaChris Zankel1-2/+34
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel49-175/+160
2012-12-18xtensa: provide endianness macro for sparseMax Filippov1-0/+7
2012-12-18xtensa: fix RASID SR initializationMax Filippov1-1/+1
2012-12-18xtensa: initialize CPENABLE SR when core has oneMax Filippov1-1/+1