Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | tracing/probes: Integrate duplicate set_print_fmt() | Namhyung Kim | 2014-01-02 | 4 | -116/+66 | |
| * | | | | | | | | | | | | tracing/kprobes: Move common functions to trace_probe.h | Namhyung Kim | 2014-01-02 | 2 | -48/+48 | |
| * | | | | | | | | | | | | tracing/uprobes: Convert to struct trace_probe | Namhyung Kim | 2014-01-02 | 1 | -80/+79 | |
| * | | | | | | | | | | | | tracing/kprobes: Factor out struct trace_probe | Namhyung Kim | 2014-01-02 | 2 | -285/+295 | |
| * | | | | | | | | | | | | tracing/probes: Fix basic print type functions | Namhyung Kim | 2014-01-02 | 1 | -11/+11 | |
| * | | | | | | | | | | | | tracing/uprobes: Fix documentation of uprobe registration syntax | Namhyung Kim | 2014-01-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | tracing: Fix rcu handling of event_trigger_data filter field | Steven Rostedt (Red Hat) | 2014-01-02 | 2 | -4/+6 | |
| * | | | | | | | | | | | | tracing: Add generic tracing_lseek() function | Steven Rostedt (Red Hat) | 2014-01-02 | 5 | -26/+19 | |
| * | | | | | | | | | | | | tracing: Add and use generic set_trigger_filter() implementation | Tom Zanussi | 2013-12-22 | 4 | -14/+219 | |
| * | | | | | | | | | | | | tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef | Steven Rostedt (Red Hat) | 2013-12-22 | 1 | -13/+13 | |
| * | | | | | | | | | | | | tracing: Add 'enable_event' and 'disable_event' event trigger commands | Tom Zanussi | 2013-12-22 | 3 | -1/+364 | |
| * | | | | | | | | | | | | tracing: Add 'stacktrace' event trigger command | Tom Zanussi | 2013-12-22 | 1 | -0/+79 | |
| * | | | | | | | | | | | | tracing: Add 'snapshot' event trigger command | Tom Zanussi | 2013-12-22 | 3 | -3/+116 | |
| * | | | | | | | | | | | | tracing: Add 'traceon' and 'traceoff' event trigger commands | Tom Zanussi | 2013-12-21 | 1 | -0/+446 | |
| * | | | | | | | | | | | | tracing: Add basic event trigger framework | Tom Zanussi | 2013-12-21 | 5 | -5/+480 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-01-22 | 9 | -45/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched: add tracepoints related to NUMA task migration | Mel Gorman | 2014-01-22 | 2 | -1/+7 | |
| * | | | | | | | | | | | | kernel/power/snapshot.c: use memblock apis for early memory allocations | Santosh Shilimkar | 2014-01-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | kernel/printk/printk.c: use memblock apis for early memory allocations | Santosh Shilimkar | 2014-01-22 | 1 | -7/+3 | |
| * | | | | | | | | | | | | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2014-01-22 | 2 | -0/+8 | |
| * | | | | | | | | | | | | mm: add overcommit_kbytes sysctl variable | Jerome Marchand | 2014-01-22 | 1 | -3/+8 | |
| * | | | | | | | | | | | | fsnotify: remove pointless NULL initializers | Jan Kara | 2014-01-22 | 2 | -5/+0 | |
| * | | | | | | | | | | | | fsnotify: remove .should_send_event callback | Jan Kara | 2014-01-22 | 2 | -20/+1 | |
| * | | | | | | | | | | | | fsnotify: do not share events between notification groups | Jan Kara | 2014-01-22 | 2 | -10/+12 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-01-22 | 5 | -791/+520 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cgroup: trivial style updates | SeongJae Park | 2014-01-18 | 1 | -2/+3 | |
| * | | | | | | | | | | | | cgroup: fix fail path in cgroup_load_subsys() | Vladimir Davydov | 2013-12-13 | 1 | -3/+9 | |
| * | | | | | | | | | | | | cgroup: fix missing unlock on error in cgroup_load_subsys() | Wei Yongjun | 2013-12-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | cgroup: remove for_each_root_subsys() | Tejun Heo | 2013-12-06 | 1 | -22/+15 | |
| * | | | | | | | | | | | | cgroup: implement for_each_css() | Tejun Heo | 2013-12-06 | 1 | -26/+31 | |
| * | | | | | | | | | | | | cgroup: factor out cgroup_subsys_state creation into create_css() | Tejun Heo | 2013-12-06 | 1 | -38/+57 | |
| * | | | | | | | | | | | | cgroup: combine css handling loops in cgroup_create() | Tejun Heo | 2013-12-06 | 1 | -18/+7 | |
| * | | | | | | | | | | | | cgroup: reorder operations in cgroup_create() | Tejun Heo | 2013-12-06 | 1 | -37/+33 | |
| * | | | | | | | | | | | | cgroup: make for_each_subsys() useable under cgroup_root_mutex | Tejun Heo | 2013-12-06 | 1 | -6/+20 | |
| * | | | | | | | | | | | | cgroup: css iterations and css_from_dir() are safe under cgroup_mutex | Tejun Heo | 2013-12-06 | 1 | -26/+30 | |
| * | | | | | | | | | | | | Merge branch 'for-3.13-fixes' into for-3.14 | Tejun Heo | 2013-12-06 | 1 | -10/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | cgroup: unify pidlist and other file handling | Tejun Heo | 2013-12-05 | 1 | -49/+63 | |
| * | | | | | | | | | | | | | cgroup: replace cftype->read_seq_string() with cftype->seq_show() | Tejun Heo | 2013-12-05 | 5 | -41/+33 | |
| * | | | | | | | | | | | | | cgroup: attach cgroup_open_file to all cgroup files | Tejun Heo | 2013-12-05 | 1 | -30/+20 | |
| * | | | | | | | | | | | | | cgroup: generalize cgroup_pidlist_open_file | Tejun Heo | 2013-12-05 | 1 | -36/+30 | |
| * | | | | | | | | | | | | | cgroup: unify read path so that seq_file is always used | Tejun Heo | 2013-12-05 | 1 | -53/+15 | |
| * | | | | | | | | | | | | | cgroup: unify cgroup_write_X64() and cgroup_write_string() | Tejun Heo | 2013-12-05 | 1 | -76/+36 | |
| * | | | | | | | | | | | | | cgroup: remove cftype->read(), ->read_map() and ->write() | Tejun Heo | 2013-12-05 | 1 | -22/+4 | |
| * | | | | | | | | | | | | | cpuset: convert away from cftype->read() | Tejun Heo | 2013-12-05 | 1 | -47/+24 | |
| * | | | | | | | | | | | | | cgroup, sched: convert away from cftype->read_map() | Tejun Heo | 2013-12-05 | 2 | -9/+9 | |
| * | | | | | | | | | | | | | cgroup: don't guarantee cgroup.procs is sorted if sane_behavior | Tejun Heo | 2013-11-29 | 1 | -5/+46 | |
| * | | | | | | | | | | | | | cgroup: remove cgroup_pidlist->use_count | Tejun Heo | 2013-11-29 | 1 | -21/+7 | |
| * | | | | | | | | | | | | | cgroup: load and release pidlists from seq_file start and stop respectively | Tejun Heo | 2013-11-29 | 1 | -29/+34 | |
| * | | | | | | | | | | | | | cgroup: remove cgroup_pidlist->rwsem | Tejun Heo | 2013-11-29 | 1 | -11/+4 | |
| * | | | | | | | | | | | | | cgroup: refactor cgroup_pidlist_find() | Tejun Heo | 2013-11-29 | 1 | -27/+38 |