Age | Commit message (Expand) | Author | Files | Lines |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-04-01 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -0/+2 |
2013-03-04 | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 1 | -8/+0 |
2013-02-27 | Merge tag 'xtensa-next-20130225' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 12 | -24/+52 |
2013-02-26 | xtensa: add accept4 syscall | Chris Zankel | 1 | -1/+4 |
2013-02-24 | xtensa: add support for TLS | Chris Zankel | 2 | -2/+4 |
2013-02-24 | xtensa: add missing include asm/uaccess.h to checksum.h | Max Filippov | 1 | -0/+1 |
2013-02-24 | xtensa: move spill_registers to traps.h | Max Filippov | 1 | -0/+24 |
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 | 1 | -0/+4 |
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: dispatch medium-priority interrupts | Marc Gauthier | 4 | -9/+10 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -20/+2 |
2013-02-14 | burying unused conditionals | Al Viro | 1 | -2/+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 | 2 | -2/+1 |
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 | 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-17 | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 1 | -0/+2 |
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 | 3 | -7/+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 | 1 | -1/+0 |
2012-12-19 | xtensa: clean up files to make them code-style compliant | Chris Zankel | 23 | -86/+89 |
2012-12-19 | xtensa: add device trees support | Max Filippov | 2 | -0/+7 |
2012-12-19 | xtensa: fix mb and wmb definitions | Max Filippov | 1 | -3/+3 |
2012-12-19 | xtensa: add s32c1i-based spinlock implementations | Max Filippov | 1 | -1/+187 |
2012-12-19 | xtensa: add s32c1i-based bitops implementations | Max Filippov | 1 | -1/+126 |
2012-12-19 | xtensa: add s32c1i-based atomic ops implementations | Max Filippov | 2 | -106/+236 |
2012-12-19 | xtensa: add s32c1i sanity check | Max Filippov | 1 | -0/+4 |
2012-12-19 | xtensa: add trap_set_handler function | Max Filippov | 1 | -0/+23 |
2012-12-19 | xtensa: initialize atomctl SR | Max Filippov | 1 | -0/+55 |
2012-12-19 | xtensa: save and restore scompare1 SR on kernel entry | Max Filippov | 1 | -1/+1 |
2012-12-19 | xtensa: provide DMA_ERROR_CODE definition | Max Filippov | 1 | -0/+2 |
2012-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -4/+2 |
2012-12-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2012-12-12 | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 1 | -0/+11 |
2012-12-12 | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 1 | -0/+11 |
2012-12-10 | xtensa: Use generic asm/mmu.h for nommu | Lars-Peter Clausen | 2 | -4/+1 |
2012-12-08 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+1 |
2012-11-29 | unify default ptrace_signal_deliver | Al Viro | 1 | -1/+0 |
2012-11-29 | xtensa: switch to generic clone() | Al Viro | 3 | -2/+2 |
2012-11-29 | consolidate sys_execve() prototype | Al Viro | 1 | -1/+0 |