| Commit message (Expand) | Author | Age | Files | Lines |
* | consolidate kernel-side struct sigaction declarations | Al Viro | 2013-02-03 | 1 | -0/+2 |
* | consolidate declarations of k_sigaction | Al Viro | 2013-02-03 | 1 | -4/+0 |
* | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 2 | -5/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 3 | -9/+0 |
|\ |
|
| * | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 2012-12-19 | 1 | -6/+0 |
| * | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-19 | 2 | -3/+0 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-19 | 1 | -2/+0 |
|\ \ |
|
| * | | modules: don't hand 0 to vmalloc. | Rusty Russell | 2012-12-14 | 1 | -2/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-25 | 2 | -2/+6 |
| |\ \ \
| | |/ / |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 57 | -1542/+1511 |
| |\ \ \ |
|
| * | | | | 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 | 8 | -365/+52 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 1 | -2/+0 |
| * | | | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -3/+2 |
| * | | | | parisc: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 4 | -69/+22 |
| * | | | | kill stray kernel_thread() garbage | Al Viro | 2012-11-28 | 1 | -1/+0 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 2012-11-28 | 6 | -301/+39 |
| |\ \ \ \ \
| | | |/ / /
| | | | | /
| | |_|_|/
| |/| | | |
|
| | * | | | Merge branch 'arch-frv' into no-rebases | Al Viro | 2012-11-16 | 57 | -1542/+1511 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | parisc: switch to saner kernel_execve() semantics | Al Viro | 2012-10-21 | 3 | -20/+4 |
| | * | | | parisc: optimizations in copy_thread() and friends | Al Viro | 2012-10-14 | 2 | -87/+27 |
| | * | | | parisc: switch to generic sys_execve() | Al Viro | 2012-10-14 | 5 | -92/+2 |
| | * | | | parisc: switch to generic kernel_execve() | Al Viro | 2012-10-14 | 3 | -32/+7 |
| | * | | | parisc: switch to generic kernel_thread() | Al Viro | 2012-10-14 | 3 | -89/+18 |
| | | |/
| | |/| |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-11 | 1 | -0/+1 |
|\ \ \ \ |
|
| * \ \ \ | 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 |
| | | |_|/
| | |/| | |
|
* | | | | | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 | 1 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB | Andi Kleen | 2012-12-11 | 1 | -0/+11 |
| |/ / / / |
|
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 2 | -2/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-15 | 1 | -2/+3 |
| * | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetching | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+3 |
| |/ / / |
|
* | | | | [parisc] open(2) compat bug | Al Viro | 2012-12-03 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | [PARISC] fix user-triggerable panic on parisc | Al Viro | 2012-11-22 | 1 | -2/+4 |
* | | | [PARISC] fix virtual aliasing issue in get_shared_area() | James Bottomley | 2012-11-15 | 1 | -0/+2 |
|/ / |
|
* | | UAPI: (Scripted) Disintegrate arch/parisc/include/asm | David Howells | 2012-10-16 | 35 | -1453/+1507 |
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/par... | David Howells | 2012-10-16 | 23 | -89/+4 |
|\ \
| |/
|/| |
|
| * | [PARISC] asm: redo generic includes | James Bottomley | 2012-10-14 | 23 | -89/+4 |
* | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 2 | -13/+5 |
|\ \
| |/
|/| |
|
| * | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2012-09-28 | 2 | -13/+5 |
* | | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-12 | 3 | -6/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 4 | -36/+25 |
|\ \ |
|
| * | | parisc: decide whether to go to slow path (tracesys) based on thread flags | Al Viro | 2012-10-01 | 2 | -3/+6 |
| * | | parisc: don't bother looping in do_signal() | Al Viro | 2012-10-01 | 1 | -22/+7 |
| * | | parisc: fix double restarts | Al Viro | 2012-10-01 | 3 | -10/+10 |
| * | | sanitize tsk_is_polling() | Al Viro | 2012-10-01 | 1 | -0/+2 |
| * | | bury _TIF_RESTORE_SIGMASK | Al Viro | 2012-10-01 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 2 | -6/+1 |
|\ \ \
| |/ / |
|
| * | | get rid of generic instances of asm/exec.h | Al Viro | 2012-09-20 | 2 | -6/+1 |
| |/ |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-09 | 1 | -2/+1 |
|\ \ |
|