summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-04-011-0/+2
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
* Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-02-2736-115/+1851
|\
| * xtensa: add accept4 syscallChris Zankel2013-02-261-1/+4
| * xtensa: add support for TLSChris Zankel2013-02-247-7/+25
| * xtensa: add missing include asm/uaccess.h to checksum.hMax Filippov2013-02-241-0/+1
| * xtensa: do not enable GENERIC_GPIO by defaultMax Filippov2013-02-241-1/+1
| * xtensa: complete ptrace handling of register windowsMax Filippov2013-02-241-13/+20
| * xtensa: add support for oprofiledann2013-02-246-1/+209
| * xtensa: move spill_registers to traps.hMax Filippov2013-02-242-20/+25
| * xtensa: ISS: add host file-based simulated diskVictor Prupis2013-02-243-0/+412
| * xtensa: fix str[n]cmp return valueMax Filippov2013-02-241-2/+2
| * xtensa: avoid mmap cache aliasingMax Filippov2013-02-242-0/+45
| * xtensa: add finit_module syscallMax Filippov2013-02-241-1/+3
| * xtensa: pull signal definitions from signal-defs.hMax Filippov2013-02-241-10/+1Star
| * xtensa: fix ipc_parse_version selectionMax Filippov2013-02-241-0/+1
| * xtensa: dispatch medium-priority interruptsMarc Gauthier2013-02-2410-45/+260
| * xtensa: Add config files for Diamond 233L - Rev C processor variantPete Delaney2013-02-245-0/+825
| * xtensa: use new common dtc ruleStephen Warren2013-02-243-14/+17
| * xtensa: rename prom_update_property to of_update_propertyMax Filippov2013-02-241-2/+2
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-245-36/+4Star
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-3/+0Star
| * | | xtensa: switch to generic sigaltstackAl Viro2013-02-044-18/+4Star
| * | | take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-041-1/+0Star
| * | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1Star
| * | | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0Star
| * | | sanitize rt_sigaction() situation a bitAl Viro2013-02-031-5/+0Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\ \ \
| * | | Merge branch 'master' into for-nextJiri Kosina2013-01-2993-575/+2217
| |\| |
| * | | xtensa: Fix home page URL in KconfigMasanari Iida2013-01-041-1/+1
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-5/+6
|\ \ \ \
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
| * | | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-5/+4Star
| * | | | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-091-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | xtensa: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
| |/ /
* | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
* | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
|/ /
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-222-4/+1Star
|\ \
| * | xtensa: Use generic asm/mmu.h for nommuLars-Peter Clausen2012-12-092-4/+1Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-214-9/+2Star
|\ \
| * | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-201-6/+0Star
| * | missing user_stack_pointer() instancesAl Viro2012-12-201-0/+2
| * | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | | xtensa: don't try to build DTB when OF is disabledMax Filippov2012-12-192-2/+2
* | | xtensa: set the correct ethernet address for xtfpgaChris Zankel2012-12-191-2/+34
* | | xtensa: clean up files to make them code-style compliantChris Zankel2012-12-1949-175/+160Star