| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-21 | 4 | -9/+1 |
|\ |
|
| * | unify SS_ONSTACK/SS_DISABLE definitions | Al Viro | 2012-12-20 | 1 | -6/+0 |
| * | missing user_stack_pointer() instances | Al Viro | 2012-12-20 | 1 | -0/+1 |
| * | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 2012-12-20 | 2 | -3/+0 |
* | | UAPI: (Scripted) Disintegrate arch/m32r/include/asm | David Howells | 2012-12-19 | 38 | -615/+668 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-13 | 1 | -0/+1 |
|\ \ |
|
| * | | 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 | 9 | -140/+34 |
|\ \ \
| | |/
| |/| |
|
| * | | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 1 | -4/+0 |
| * | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-29 | 1 | -1/+1 |
| * | | m32r: switch to generic fork/vfork/clone | Al Viro | 2012-11-29 | 2 | -42/+7 |
| * | | kill stray kernel_thread() garbage | Al Viro | 2012-11-29 | 1 | -1/+0 |
| * | | m32r: switch to generic sys_execve() | Al Viro | 2012-11-01 | 3 | -36/+13 |
| * | | m32r: switch to generic kernel_thread()/kernel_execve() | Al Viro | 2012-11-01 | 5 | -70/+27 |
| |/ |
|
* / | tracing,x86: Add a TSC trace_clock | David Sharp | 2012-11-13 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-14 | 4 | -25/+2 |
|\ |
|
| * | Make most arch asm/module.h files use asm-generic/module.h | David Howells | 2012-09-28 | 4 | -25/+3 |
* | | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-13 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-12 | 2 | -10/+2 |
|\ \ |
|
| * | | Uninclude linux/freezer.h | Richard Weinberger | 2012-10-01 | 1 | -1/+0 |
| * | | m32r: trim masks | Al Viro | 2012-10-01 | 1 | -2/+2 |
| * | | bury the rest of TIF_IRET | Al Viro | 2012-10-01 | 2 | -4/+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 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 2 | -15/+2 |
|\| | |
|
| * | | get rid of generic instances of asm/exec.h | Al Viro | 2012-09-20 | 2 | -14/+2 |
| |/ |
|
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-09 | 1 | -0/+1 |
|\ \ |
|
| * | | Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option | Catalin Marinas | 2012-10-09 | 1 | -0/+1 |
* | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Linus Torvalds | 2012-10-09 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow... | Arnd Bergmann | 2012-10-04 | 2 | -0/+6 |
| |\ \ |
|
| * | | | asm-generic: Add default clkdev.h | Mark Brown | 2012-10-03 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | cross-arch: don't corrupt personality flags upon exec() | Jiri Kosina | 2012-10-05 | 1 | -1/+2 |
| |/
|/| |
|
* | | UAPI: (Scripted) Set up UAPI Kbuild files | David Howells | 2012-10-02 | 1 | -0/+3 |
* | | m32r: Add missing RCU idle APIs on idle loop | Frederic Weisbecker | 2012-09-23 | 1 | -0/+3 |
|/ |
|
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2012-07-31 | 2 | -1/+1 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-07-22 | 1 | -5/+0 |
|\ |
|
| * | smp: Remove num_booting_cpus() | Thomas Gleixner | 2012-06-05 | 1 | -5/+0 |
* | | m32r: make memset() global for CONFIG_KERNEL_BZIP2=y | Geert Uytterhoeven | 2012-07-18 | 1 | -1/+1 |
* | | m32r: add memcpy() for CONFIG_KERNEL_GZIP=y | Geert Uytterhoeven | 2012-07-18 | 1 | -0/+10 |
* | | m32r: consistently use "suffix-$(...)" | Geert Uytterhoeven | 2012-07-18 | 1 | -3/+3 |
* | | m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' fallout | Geert Uytterhoeven | 2012-07-18 | 1 | -4/+3 |
* | | m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout | Geert Uytterhoeven | 2012-07-18 | 1 | -1/+1 |
* | | m32r: remove duplicate definition of PTRACE_O_TRACESYSGOOD | Geert Uytterhoeven | 2012-07-18 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -25/+7 |
|\ |
|
| * | new helper: signal_delivered() | Al Viro | 2012-06-01 | 1 | -1/+1 |
| * | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2012-06-01 | 1 | -3/+0 |
| * | don't call try_to_freeze() from do_signal() | Al Viro | 2012-06-01 | 1 | -4/+0 |
| * | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -5/+3 |
| * | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -9/+3 |
| * | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -4/+1 |