Age | Commit message (Expand) | Author | Files | Lines |
2013-03-12 | Select VIRT_TO_BUS directly where needed | Stephen Rothwell | 1 | -1/+1 |
2013-02-28 | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 1 | -0/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -13/+9 |
2013-02-26 | default SET_PERSONALITY() in linux/elf.h | Al Viro | 1 | -3/+0 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -139/+17 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 3 | -10/+9 |
2013-02-22 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -5/+0 |
2013-02-22 | cris: use "int" for ssize_t to match size_t | Geert Uytterhoeven | 1 | -5/+0 |
2013-02-22 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -15/+6 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+3 |
2013-02-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Rafael J. Wysocki | 1 | -10/+1 |
2013-02-18 | cris idle: delete idle and pm_idle | Len Brown | 1 | -10/+1 |
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/+10 |
2013-02-04 | cris: kill weird arguments of sys_{rt_,}sigreturn() | Al Viro | 2 | -16/+8 |
2013-02-04 | cris: switch to generic old sigaction() | Al Viro | 4 | -74/+1 |
2013-02-04 | cris: switch to generic old sigsuspend | Al Viro | 3 | -23/+1 |
2013-02-04 | cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturn | Al Viro | 2 | -0/+3 |
2013-02-04 | cris: switch to generic sigaltstack | Al Viro | 3 | -14/+3 |
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 | -3/+0 |
2013-01-29 | cris: Provide dma_mmap_coherent() and dma_get_sgtable() | Geert Uytterhoeven | 1 | -0/+10 |
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 |
2013-01-14 | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 2 | -2/+2 |
2013-01-11 | arch/cris/arch-v32/drivers: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+2 |
2013-01-04 | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 2 | -2/+2 |
2012-12-24 | time: convert arch_gettimeoffset to a pointer | Stephen Warren | 2 | -13/+4 |
2012-12-24 | cris: move usec/nsec conversion to do_slow_gettimeoffset | Stephen Warren | 2 | -3/+3 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -9/+1 |
2012-12-20 | UAPI: Fix up empty files in arch/cris/ | David Howells | 3 | -0/+5 |
2012-12-20 | CRIS: locking: fix the return value of arch_read_trylock() | Wei Yongjun | 1 | -1/+1 |
2012-12-20 | Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe... | Jesper Nilsson | 53 | -639/+682 |
2012-12-20 | CRIS: use kbuild.h instead of defining macros in asm-offset.c | James Hogan | 1 | -5/+1 |
2012-12-20 | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 1 | -6/+0 |
2012-12-20 | new helper: current_user_stack_pointer() | Al Viro | 1 | -0/+1 |
2012-12-20 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2 | -3/+0 |
2012-12-19 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
2012-12-19 | CRIS: fix I/O macros | Corey Minyard | 1 | -6/+33 |
2012-12-14 | modules: don't hand 0 to vmalloc. | Rusty Russell | 1 | -2/+0 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+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 | 9 | -227/+67 |
2012-11-29 | unify default ptrace_signal_deliver | Al Viro | 1 | -6/+0 |
2012-11-29 | flagday: don't pass regs to copy_thread() | Al Viro | 2 | -4/+2 |
2012-11-29 | cris: switch to generic fork/vfork/clone | Al Viro | 4 | -60/+13 |
2012-11-19 | various: Fix spelling of "registered" in comments. | Adam Buchbinder | 2 | -2/+2 |
2012-11-14 | tracing,x86: Add a TSC trace_clock | David Sharp | 1 | -0/+1 |
2012-11-01 | sk-filter: Add ability to get socket filter program (v2) | Pavel Emelyanov | 1 | -0/+1 |