Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-25 | 1 | -89/+157 | |
|\ | ||||||
| * | ftrace: Use current addr when converting to nop in __ftrace_replace_code() | Steven Rostedt (Red Hat) | 2014-08-22 | 1 | -1/+1 | |
| * | ftrace: Fix function_profiler and function tracer together | Steven Rostedt (Red Hat) | 2014-08-22 | 1 | -22/+38 | |
| * | ftrace: Fix up trampoline accounting with looping on hash ops | Steven Rostedt (Red Hat) | 2014-08-22 | 1 | -15/+28 | |
| * | ftrace: Update all ftrace_ops for a ftrace_hash_ops update | Steven Rostedt (Red Hat) | 2014-08-22 | 1 | -4/+39 | |
| * | ftrace: Allow ftrace_ops to use the hashes from other ops | Steven Rostedt (Red Hat) | 2014-08-22 | 1 | -48/+52 | |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-24 | 2 | -2/+34 | |
|\ \ | |/ |/| | ||||||
| * | perf: Handle compat ioctl | Pawel Moll | 2014-08-20 | 1 | -1/+22 | |
| * | kprobes: Skip kretprobe hit in NMI context to avoid deadlock | Masami Hiramatsu | 2014-08-08 | 1 | -1/+12 | |
* | | module: Clean up ro/nx after early module load failures | Andy Lutomirski | 2014-08-16 | 1 | -0/+5 | |
* | | Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-08-14 | 3 | -8/+27 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' | Rafael J. Wysocki | 2014-08-11 | 3 | -8/+27 | |
| |\ \ \ \ | ||||||
| | | | * | | cpuidle: menu: Lookup CPU runqueues less | Mel Gorman | 2014-08-06 | 2 | -7/+7 | |
| | * | | | | PM / hibernate: avoid unsafe pages in e820 reserved regions | Lee, Chun-Yi | 2014-08-06 | 1 | -1/+20 | |
* | | | | | | timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall | John Stultz | 2014-08-14 | 1 | -2/+3 | |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-08-14 | 1 | -0/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | printk: Add function to return log buffer address and size | Vasant Hegde | 2014-08-13 | 1 | -0/+12 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2014-08-14 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock | Guenter Roeck | 2014-08-11 | 2 | -6/+6 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-08-11 | 1 | -255/+201 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | kernel/acct.c: fix coding style warnings and errors | Ionut Alexa | 2014-08-07 | 1 | -12/+16 | |
| * | | | | | | | death to mnt_pinned | Al Viro | 2014-08-07 | 1 | -5/+19 | |
| * | | | | | | | take fs_pin stuff to fs/* | Al Viro | 2014-08-07 | 1 | -95/+32 | |
| * | | | | | | | start carving bsd_acct_struct up | Al Viro | 2014-08-07 | 1 | -19/+23 | |
| * | | | | | | | acct: move mnt_pin() upwards. | Al Viro | 2014-08-07 | 1 | -2/+1 | |
| * | | | | | | | make acct_kill() wait for file closing. | Al Viro | 2014-08-07 | 1 | -3/+17 | |
| * | | | | | | | acct: get rid of acct_lock for acct->count | Al Viro | 2014-08-07 | 1 | -33/+52 | |
| * | | | | | | | acct: get rid of acct_list | Al Viro | 2014-08-07 | 1 | -80/+55 | |
| * | | | | | | | acct: simplify check_free_space() | Al Viro | 2014-08-07 | 1 | -39/+11 | |
| * | | | | | | | acct: new lifetime rules | Al Viro | 2014-08-07 | 1 | -106/+114 | |
| * | | | | | | | acct: serialize acct_on() | Al Viro | 2014-08-07 | 1 | -0/+4 | |
| * | | | | | | | acct() should honour the limits from the very beginning | Al Viro | 2014-08-07 | 1 | -2/+2 | |
| * | | | | | | | split the slow path in acct_process() off | Al Viro | 2014-08-07 | 1 | -22/+28 | |
| * | | | | | | | separate namespace-independent parts of filling acct_t | Al Viro | 2014-08-07 | 1 | -47/+51 | |
| * | | | | | | | acct: switch to __kernel_write() | Al Viro | 2014-08-07 | 1 | -19/+12 | |
| * | | | | | | | acct: encode_comp_t(0) is 0, fortunately... | Al Viro | 2014-08-07 | 1 | -3/+0 | |
| * | | | | | | | Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-next | Al Viro | 2014-08-07 | 23 | -469/+708 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-10 | 1 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ARM: avoid ARM binutils leaking ELF local symbols | Russell King | 2014-07-27 | 1 | -0/+2 | |
| * | | | | | | | | module: add within_module() function | Petr Mladek | 2014-07-27 | 1 | -8/+4 | |
* | | | | | | | | | Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-09 | 1 | -17/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ring-buffer: Always reset iterator to reader page | Steven Rostedt (Red Hat) | 2014-08-06 | 1 | -11/+6 | |
| * | | | | | | | | | ring-buffer: Up rb_iter_peek() loop count to 3 | Steven Rostedt (Red Hat) | 2014-08-06 | 1 | -6/+8 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2014-08-09 | 2 | -14/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 2014-07-29 | 2 | -14/+7 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -25/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Rip out get_signal_to_deliver() | Richard Weinberger | 2014-08-06 | 1 | -11/+12 | |
| * | | | | | | | | | Clean up signal_delivered() | Richard Weinberger | 2014-08-06 | 1 | -13/+8 | |
| * | | | | | | | | | tracehook_signal_handler: Remove sig, info, ka and regs | Richard Weinberger | 2014-08-06 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 2014-08-08 | 1 | -0/+15 |