| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 4 | -62/+4 |
|\ \ \ |
|
| * | | | burying unused conditionals | Al Viro | 2013-02-14 | 2 | -3/+0 |
| * | | | frv: switch to generic old sigaction() | Al Viro | 2013-02-04 | 3 | -39/+1 |
| * | | | frv: switch to generic old sigsuspend | Al Viro | 2013-02-04 | 2 | -10/+1 |
| * | | | frv: switch to generic sigaltstack | Al Viro | 2013-02-04 | 2 | -11/+3 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-02-21 | 1 | -1/+3 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-09 | 1 | -0/+15 |
| |\ \ \ |
|
| * | | | | soreuseport: infrastructure | Tom Herbert | 2013-01-23 | 1 | -1/+1 |
| * | | | | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 2013-01-17 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-02-20 | 1 | -1/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2013-01-24 | 1 | -1/+0 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | irq_work: Remove CONFIG_HAVE_IRQ_WORK | Frederic Weisbecker | 2012-11-17 | 1 | -1/+0 |
* | | | | frv: Provide dummy dma_mmap_coherent() and dma_get_sgtable() | Geert Uytterhoeven | 2013-01-29 | 1 | -0/+15 |
|/ / / |
|
* | / | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 2 | -4/+4 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-21 | 2 | -3/+0 |
|\ \ |
|
| * | | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-20 | 2 | -3/+0 |
* | | | frv: properly use the declarations provided by <asm/sections.h> | Geert Uytterhoeven | 2012-12-18 | 1 | -7/+5 |
* | | | frv: fix use of extinct _sbss and _ebss in debug code | Geert Uytterhoeven | 2012-12-18 | 2 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | propagate name change to comments in kernel source | Nadia Yvette Chambers | 2012-12-06 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-13 | 1 | -0/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-11 | 6 | -32/+14 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | sk-filter: Add ability to get socket filter program (v2) | Pavel Emelyanov | 2012-11-01 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 2 | -40/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-29 | 1 | -1/+1 |
| * | | | frv: switch to generic fork/vfork/clone | Al Viro | 2012-11-29 | 2 | -40/+8 |
| | |/
| |/| |
|
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-12-08 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 | 1 | -0/+1 |
| |/ |
|
* | | frv: fix the broken preempt | Al Viro | 2012-11-02 | 1 | -20/+3 |
* | | frv: switch to saner kernel_execve() semantics | Al Viro | 2012-11-02 | 3 | -6/+1 |
* | | FRV: Fix the new-style kernel_thread() stuff | David Howells | 2012-11-02 | 1 | -2/+3 |
* | | FRV: Fix the preemption handling | David Howells | 2012-11-02 | 1 | -1/+1 |
* | | FRV: Don't objcopy the GNU build_id note | David Howells | 2012-11-02 | 1 | -4/+6 |
* | | FRV: Add missing linux/export.h #inclusions | David Howells | 2012-11-02 | 1 | -0/+1 |
|/ |
|
* | FRV: Fix const sections change | Andi Kleen | 2012-10-17 | 1 | -0/+2 |
* | FRV: Fix incorrect symbol in copy_thread() | David Howells | 2012-10-17 | 1 | -1/+1 |
* | FRV: Fix VLIW packing constraint violation in entry.S | David Howells | 2012-10-17 | 1 | -2/+2 |
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 1 | -7/+1 |
|\ |
|
| * | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2012-09-28 | 1 | -7/+1 |
* | | Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/user... | Linus Torvalds | 2012-10-13 | 40 | -486/+557 |
|\ \ |
|
| * | | UAPI: (Scripted) Disintegrate arch/frv/include/asm | David Howells | 2012-10-10 | 40 | -486/+557 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 12 | -174/+45 |
|\ \ \
| |/ /
|/| | |
|
| * | | Uninclude linux/freezer.h | Richard Weinberger | 2012-10-01 | 1 | -1/+0 |
| * | | frv: no need to raise SIGTRAP in setup_frame() | Al Viro | 2012-10-01 | 1 | -8/+0 |
| * | | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 1 | -2/+0 |
| * | | bury _TIF_RESTORE_SIGMASK | Al Viro | 2012-10-01 | 1 | -1/+0 |
| * | | frv: switch to generic kernel_thread() | Al Viro | 2012-10-01 | 3 | -23/+20 |
| * | | frv: switch to generic kernel_execve | Al Viro | 2012-10-01 | 5 | -39/+10 |
| * | | frv: switch to generic sys_execve() | Al Viro | 2012-10-01 | 3 | -19/+2 |
| * | | frv: split ret_from_fork, simplify kernel_thread() a lot | Al Viro | 2012-10-01 | 5 | -100/+32 |