summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | xtensa: provide endianness macro for sparseMax Filippov2012-12-191-0/+7
* | | xtensa: fix RASID SR initializationMax Filippov2012-12-191-1/+1
* | | xtensa: initialize CPENABLE SR when core has oneMax Filippov2012-12-191-1/+1
* | | xtensa: reset all timers on initializationMax Filippov2012-12-191-1/+1
* | | Use for_each_compatible_node() macro.Wei Yongjun2012-12-191-2/+2
* | | xtensa: add XTFPGA DTSMax Filippov2012-12-195-0/+122
* | | xtensa: add support for the XTFPGA boardsMax Filippov2012-12-199-0/+472
* | | xtensa: add device trees supportMax Filippov2012-12-197-25/+164
* | | xtensa: add IRQ domains supportMax Filippov2012-12-193-34/+94
* | | xtensa: add U-Boot image support (uImage).Max Filippov2012-12-192-1/+16
* | | xtensa: clean up boot make rulesMax Filippov2012-12-193-29/+33
* | | xtensa: fix mb and wmb definitionsMax Filippov2012-12-191-3/+3
* | | xtensa: add s32c1i-based spinlock implementationsMax Filippov2012-12-191-1/+187