| Commit message (Expand) | Author | Age | Files | Lines |
* | userns: limit the maximum depth of user_namespace->parent chain | Oleg Nesterov | 2013-08-08 | 1 | -0/+4 |
* | Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-08-07 | 6 | -131/+272 |
|\ |
|
| * | tracing: Fix reset of time stamps during trace_clock changes | Alexander Z Lam | 2013-08-02 | 1 | -12/+12 |
| * | tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer | Alexander Z Lam | 2013-08-02 | 1 | -1/+1 |
| * | tracing: Fix fields of struct trace_iterator that are zeroed by mistake | Andrew Vagin | 2013-08-02 | 1 | -0/+1 |
| * | tracing/uprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) | 2013-08-01 | 1 | -13/+38 |
| * | tracing/kprobes: Fail to unregister if probe event files are in use | Steven Rostedt (Red Hat) | 2013-07-31 | 1 | -6/+15 |
| * | tracing: Add comment to describe special break case in probe_remove_event_call() | Steven Rostedt (Red Hat) | 2013-07-31 | 1 | -0/+6 |
| * | tracing: trace_remove_event_call() should fail if call/file is in use | Oleg Nesterov | 2013-07-31 | 1 | -2/+33 |
| * | ftrace: Check module functions being traced on reload | Steven Rostedt (Red Hat) | 2013-07-30 | 1 | -9/+62 |
| * | ftrace: Consolidate some duplicate code for updating ftrace ops | Steven Rostedt (Red Hat) | 2013-07-29 | 1 | -6/+10 |
| * | tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private | Oleg Nesterov | 2013-07-29 | 1 | -32/+15 |
| * | tracing: Introduce remove_event_file_dir() | Oleg Nesterov | 2013-07-29 | 1 | -24/+23 |
| * | tracing: Change f_start() to take event_mutex and verify i_private != NULL | Oleg Nesterov | 2013-07-29 | 1 | -4/+9 |
| * | tracing: Change event_filter_read/write to verify i_private != NULL | Oleg Nesterov | 2013-07-29 | 2 | -18/+25 |
| * | tracing: Change event_enable/disable_read() to verify i_private != NULL | Oleg Nesterov | 2013-07-29 | 1 | -10/+20 |
| * | tracing: Turn event/id->i_private into call->event.type | Oleg Nesterov | 2013-07-29 | 1 | -5/+13 |
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-08-06 | 1 | -1/+3 |
|\ \ |
|
| * | | cgroup: fix a leak when percpu_ref_init() fails | Li Zefan | 2013-07-31 | 1 | -1/+3 |
* | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-08-06 | 1 | -10/+34 |
|\ \ \ |
|
| * | | | workqueue: copy workqueue_attrs with all fields | Shaohua Li | 2013-08-01 | 1 | -0/+12 |
| * | | | workqueue: allow work_on_cpu() to be called recursively | Lai Jiangshan | 2013-07-24 | 1 | -10/+22 |
* | | | | printk: Fix return of braille_register_console() | Steven Rostedt | 2013-08-06 | 1 | -1/+2 |
* | | | | Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)" | Oleg Nesterov | 2013-08-06 | 1 | -1/+0 |
* | | | | userns: unshare_userns(&cred) should not populate cred on failure | Oleg Nesterov | 2013-08-06 | 1 | -4/+9 |
* | | | | Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-08-02 | 3 | -8/+14 |
|\ \ \ \ |
|
| * | | | | freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes | Colin Cross | 2013-07-30 | 2 | -1/+12 |
| * | | | | Revert "cpuidle: Quickly notice prediction failure for repeat mode" | Rafael J. Wysocki | 2013-07-29 | 1 | -7/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-07-31 | 7 | -105/+197 |
|\ \ \ \ |
|
| * | | | | printk: rename struct log to struct printk_log | Joe Perches | 2013-07-31 | 1 | -40/+40 |
| * | | | | printk: use pointer for console_cmdline indexing | Joe Perches | 2013-07-31 | 1 | -23/+26 |
| * | | | | printk: move braille console support into separate braille.[ch] files | Joe Perches | 2013-07-31 | 4 | -31/+110 |
| * | | | | printk: add console_cmdline.h | Joe Perches | 2013-07-31 | 2 | -9/+17 |
| * | | | | printk: move to separate directory for easier modification | Joe Perches | 2013-07-31 | 3 | -1/+3 |
| * | | | | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG | Dave Kleikamp | 2013-07-31 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-31 | 1 | -1/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sysctl: range checking in do_proc_dointvec_ms_jiffies_conv | Francesco Fusco | 2013-07-26 | 1 | -1/+5 |
* | | | | Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-28 | 3 | -128/+95 |
|\ \ \ \ |
|
| * | | | | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus() | Steven Rostedt (Red Hat) | 2013-07-26 | 1 | -2/+1 |
| * | | | | ftrace: Add check for NULL regs if ops has SAVE_REGS set | Steven Rostedt (Red Hat) | 2013-07-24 | 1 | -4/+14 |
| * | | | | tracing: Kill trace_cpu struct/members | Oleg Nesterov | 2013-07-24 | 2 | -29/+0 |
| * | | | | tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -28/+22 |
| * | | | | tracing: Change tracing_entries_fops to rely on tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -37/+12 |
| * | | | | tracing: Change tracing_stats_fops to rely on tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -7/+6 |
| * | | | | tracing: Change tracing_buffers_fops to rely on tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -5/+4 |
| * | | | | tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -9/+7 |
| * | | | | tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() | Oleg Nesterov | 2013-07-24 | 1 | -14/+36 |
* | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-23 | 1 | -12/+19 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() | Tejun Heo | 2013-07-12 | 1 | -12/+19 |
* | | | | | Fix __wait_on_atomic_t() to call the action func if the counter != 0 | David Howells | 2013-07-23 | 1 | -1/+2 |