Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | tracing: Clean up tracing_mark_write() | Steven Rostedt | 2012-05-16 | 1 | -13/+11 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-05-09 | 2 | -100/+18 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | tracing: Remove ftrace_disable/enable_cpu() | Steven Rostedt | 2012-05-09 | 1 | -42/+2 | |
| | * | | | | | | | | | | tracing: Use seq_*_private interface for some seq files | Jiri Olsa | 2012-05-09 | 2 | -58/+16 | |
| * | | | | | | | | | | | sched, perf: Use a single callback into the scheduler | Peter Zijlstra | 2012-05-09 | 2 | -12/+11 | |
| * | | | | | | | | | | | perf: Pass last sampling period to perf_sample_data_init() | Robert Richter | 2012-05-09 | 1 | -5/+4 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-05-07 | 4 | -200/+435 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ring-buffer: Add per_cpu ring buffer control files | Vaibhav Nagarnaik | 2012-04-24 | 3 | -147/+293 | |
| | * | | | | | | | | | | tracing: Remove an unneeded check in trace_seq_buffer() | Dan Carpenter | 2012-04-24 | 1 | -4/+1 | |
| | * | | | | | | | | | | tracing: Add percpu buffers for trace_printk() | Steven Rostedt | 2012-04-24 | 3 | -49/+141 | |
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | perf: Use static variant of perf_event_overflow in core.c | Robert Richter | 2012-04-26 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-05-23 | 5 | -219/+474 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | res_counter: Account max_usage when calling res_counter_charge_nofail() | Frederic Weisbecker | 2012-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | | res_counter: Merge res_counter_charge and res_counter_charge_nofail | Frederic Weisbecker | 2012-04-27 | 1 | -39/+34 | |
| * | | | | | | | | | | cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threads | Mike Galbraith | 2012-04-23 | 1 | -0/+13 | |
| * | | | | | | | | | | cgroup: remove cgroup_subsys->populate() | Tejun Heo | 2012-04-11 | 1 | -3/+0 | |
| * | | | | | | | | | | cgroup: make css->refcnt clearing on cgroup removal optional | Tejun Heo | 2012-04-01 | 1 | -9/+62 | |
| * | | | | | | | | | | cgroup: use negative bias on css->refcnt to block css_tryget() | Tejun Heo | 2012-04-01 | 1 | -48/+71 | |
| * | | | | | | | | | | cgroup: implement cgroup_rm_cftypes() | Tejun Heo | 2012-04-01 | 1 | -10/+44 | |
| * | | | | | | | | | | cgroup: introduce struct cfent | Tejun Heo | 2012-04-01 | 1 | -36/+77 | |
| * | | | | | | | | | | cgroup: relocate __d_cgrp() and __d_cft() | Tejun Heo | 2012-04-01 | 1 | -10/+10 | |
| * | | | | | | | | | | cgroup: remove cgroup_add_file[s]() | Tejun Heo | 2012-04-01 | 1 | -31/+20 | |
| * | | | | | | | | | | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 2012-04-01 | 4 | -48/+20 | |
| * | | | | | | | | | | cgroup: merge cft_release_agent cftype array into the base files array | Tejun Heo | 2012-04-01 | 1 | -12/+7 | |
| * | | | | | | | | | | cgroup: implement cgroup_add_cftypes() and friends | Tejun Heo | 2012-04-01 | 1 | -1/+131 | |
| * | | | | | | | | | | cgroup: build list of all cgroups under a given cgroupfs_root | Tejun Heo | 2012-04-01 | 1 | -0/+10 | |
| * | | | | | | | | | | cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir() | Tejun Heo | 2012-04-01 | 1 | -4/+2 | |
| * | | | | | | | | | | cgroup: deprecate remount option changes | Tejun Heo | 2012-04-01 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-05-23 | 4 | -306/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | lockdep: fix oops in processing workqueue | Peter Zijlstra | 2012-05-15 | 2 | -2/+6 | |
| * | | | | | | | | | | | workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ... | Tejun Heo | 2012-05-15 | 1 | -2/+7 | |
| * | | | | | | | | | | | workqueue: Catch more locking problems with flush_work() | Stephen Boyd | 2012-04-23 | 1 | -0/+3 | |
| * | | | | | | | | | | | workqueue: change BUG_ON() to WARN_ON() | Dan Carpenter | 2012-04-16 | 1 | -1/+4 | |
| * | | | | | | | | | | | trace: Remove unused workqueue tracer | Stephen Boyd | 2012-04-11 | 2 | -301/+0 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-05-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 3.4-rc5 into staging-next | Greg Kroah-Hartman | 2012-05-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | alarmtimer: Provide accessor to alarmtimer rtc device | John Stultz | 2012-04-20 | 1 | -2/+2 | |
| | |/ / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-23 | 3 | -460/+994 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | printk() - isolate KERN_CONT users from ordinary complete lines | Kay Sievers | 2012-05-14 | 1 | -44/+61 | |
| * | | | | | | | | | | | printk() - restore prefix/timestamp printing for multi-newline strings | Kay Sievers | 2012-05-14 | 1 | -51/+76 | |
| * | | | | | | | | | | | printk: add stub for prepend_timestamp() | Randy Dunlap | 2012-05-12 | 1 | -0/+4 | |
| * | | | | | | | | | | | printk: correctly align __log_buf | Stephen Warren | 2012-05-11 | 1 | -7/+6 | |
| * | | | | | | | | | | | printk() - restore timestamp printing at console output | Kay Sievers | 2012-05-10 | 1 | -17/+26 | |
| * | | | | | | | | | | | printk() - do not merge continuation lines of different threads | Kay Sievers | 2012-05-10 | 1 | -9/+10 | |
| * | | | | | | | | | | | printk - fix compilation for CONFIG_PRINTK=n | Kay Sievers | 2012-05-10 | 1 | -19/+22 | |
| * | | | | | | | | | | | kmsg: use do_div() to divide 64bit integer | Kay Sievers | 2012-05-08 | 1 | -1/+4 | |
| * | | | | | | | | | | | kmsg: export printk records to the /dev/kmsg interface | Kay Sievers | 2012-05-08 | 1 | -0/+313 | |
| * | | | | | | | | | | | printk: convert byte-buffer to variable-length record buffer | Kay Sievers | 2012-05-08 | 1 | -424/+590 | |
| * | | | | | | | | | | | params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) | Jim Cromie | 2012-05-05 | 1 | -21/+12 | |
| * | | | | | | | | | | | params.c: fix Smack complaint about parse_args | Jim Cromie | 2012-05-05 | 1 | -1/+1 |