Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | xtensa: do not enable GENERIC_GPIO by default | Max Filippov | 1 | -1/+1 |
2013-02-24 | xtensa: complete ptrace handling of register windows | Max Filippov | 1 | -13/+20 |
2013-02-24 | xtensa: add support for oprofile | dann | 6 | -1/+209 |
2013-02-24 | xtensa: move spill_registers to traps.h | Max Filippov | 2 | -20/+25 |
2013-02-24 | xtensa: ISS: add host file-based simulated disk | Victor Prupis | 3 | -0/+412 |
2013-02-24 | xtensa: fix str[n]cmp return value | Max Filippov | 1 | -2/+2 |
2013-02-24 | xtensa: avoid mmap cache aliasing | Max Filippov | 2 | -0/+45 |
2013-02-24 | xtensa: add finit_module syscall | Max Filippov | 1 | -1/+3 |
2013-02-24 | xtensa: pull signal definitions from signal-defs.h | Max Filippov | 1 | -10/+1 |
2013-02-24 | xtensa: fix ipc_parse_version selection | Max Filippov | 1 | -0/+1 |
2013-02-24 | xtensa: dispatch medium-priority interrupts | Marc Gauthier | 10 | -45/+260 |
2013-02-24 | xtensa: Add config files for Diamond 233L - Rev C processor variant | Pete Delaney | 5 | -0/+825 |
2013-02-24 | xtensa: use new common dtc rule | Stephen Warren | 3 | -14/+17 |
2013-02-24 | xtensa: rename prom_update_property to of_update_property | Max Filippov | 1 | -2/+2 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -36/+4 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -5/+6 |
2013-02-14 | burying unused conditionals | Al Viro | 2 | -3/+0 |
2013-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+15 |
2013-02-04 | xtensa: switch to generic sigaltstack | Al Viro | 4 | -18/+4 |
2013-02-04 | take sys_rt_sigsuspend() prototype to linux/syscalls.h | Al Viro | 1 | -1/+0 |
2013-02-04 | consolidate kernel-side struct sigaction declarations | Al Viro | 1 | -6/+1 |
2013-02-04 | consolidate declarations of k_sigaction | Al Viro | 1 | -4/+0 |
2013-02-04 | sanitize rt_sigaction() situation a bit | Al Viro | 1 | -5/+0 |
2013-01-29 | Merge branch 'master' into for-next | Jiri Kosina | 93 | -575/+2217 |
2013-01-29 | xtensa: Provide dummy dma_mmap_coherent() and dma_get_sgtable() | Geert Uytterhoeven | 1 | -0/+15 |
2013-01-23 | soreuseport: infrastructure | Tom Herbert | 1 | -1/+1 |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 1 | -1/+1 |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -0/+1 |
2013-01-17 | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 1 | -0/+2 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -5/+4 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -1/+2 |
2013-01-04 | xtensa: Fix home page URL in Kconfig | Masanari Iida | 1 | -1/+1 |
2012-12-22 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 2 | -4/+1 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -9/+2 |
2012-12-20 | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 1 | -6/+0 |
2012-12-20 | missing user_stack_pointer() instances | Al Viro | 1 | -0/+2 |
2012-12-20 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2 | -3/+0 |
2012-12-19 | xtensa: don't try to build DTB when OF is disabled | Max Filippov | 2 | -2/+2 |
2012-12-19 | xtensa: set the correct ethernet address for xtfpga | Chris Zankel | 1 | -2/+34 |
2012-12-19 | xtensa: clean up files to make them code-style compliant | Chris Zankel | 49 | -175/+160 |
2012-12-19 | xtensa: provide endianness macro for sparse | Max Filippov | 1 | -0/+7 |
2012-12-19 | xtensa: fix RASID SR initialization | Max Filippov | 1 | -1/+1 |
2012-12-19 | xtensa: initialize CPENABLE SR when core has one | Max Filippov | 1 | -1/+1 |
2012-12-19 | xtensa: reset all timers on initialization | Max Filippov | 1 | -1/+1 |
2012-12-19 | Use for_each_compatible_node() macro. | Wei Yongjun | 1 | -2/+2 |
2012-12-19 | xtensa: add XTFPGA DTS | Max Filippov | 5 | -0/+122 |
2012-12-19 | xtensa: add support for the XTFPGA boards | Max Filippov | 9 | -0/+472 |
2012-12-19 | xtensa: add device trees support | Max Filippov | 7 | -25/+164 |
2012-12-19 | xtensa: add IRQ domains support | Max Filippov | 3 | -34/+94 |