summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | tracing: Clean up tracing_mark_write()Steven Rostedt2012-05-161-13/+11
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-092-100/+18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-091-42/+2
| | * | | | | | | | | | tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-092-58/+16
| * | | | | | | | | | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-092-12/+11
| * | | | | | | | | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-5/+4
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-074-200/+435
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-243-147/+293
| | * | | | | | | | | | tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-241-4/+1
| | * | | | | | | | | | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-243-49/+141
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | perf: Use static variant of perf_event_overflow in core.cRobert Richter2012-04-261-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-235-219/+474
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | res_counter: Account max_usage when calling res_counter_charge_nofail()Frederic Weisbecker2012-04-271-1/+1
| * | | | | | | | | | res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker2012-04-271-39/+34
| * | | | | | | | | | cgroups: disallow attaching kthreadd or PF_THREAD_BOUND threadsMike Galbraith2012-04-231-0/+13
| * | | | | | | | | | cgroup: remove cgroup_subsys->populate()Tejun Heo2012-04-111-3/+0
| * | | | | | | | | | cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo2012-04-011-9/+62
| * | | | | | | | | | cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo2012-04-011-48/+71
| * | | | | | | | | | cgroup: implement cgroup_rm_cftypes()Tejun Heo2012-04-011-10/+44
| * | | | | | | | | | cgroup: introduce struct cfentTejun Heo2012-04-011-36/+77
| * | | | | | | | | | cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo2012-04-011-10/+10
| * | | | | | | | | | cgroup: remove cgroup_add_file[s]()Tejun Heo2012-04-011-31/+20
| * | | | | | | | | | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-014-48/+20
| * | | | | | | | | | cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo2012-04-011-12/+7
| * | | | | | | | | | cgroup: implement cgroup_add_cftypes() and friendsTejun Heo2012-04-011-1/+131
| * | | | | | | | | | cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo2012-04-011-0/+10
| * | | | | | | | | | cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo2012-04-011-4/+2
| * | | | | | | | | | cgroup: deprecate remount option changesTejun Heo2012-04-011-0/+5
* | | | | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-05-234-306/+20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | lockdep: fix oops in processing workqueuePeter Zijlstra2012-05-152-2/+6
| * | | | | | | | | | | workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo2012-05-151-2/+7
| * | | | | | | | | | | workqueue: Catch more locking problems with flush_work()Stephen Boyd2012-04-231-0/+3
| * | | | | | | | | | | workqueue: change BUG_ON() to WARN_ON()Dan Carpenter2012-04-161-1/+4
| * | | | | | | | | | | trace: Remove unused workqueue tracerStephen Boyd2012-04-112-301/+0
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-231-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | alarmtimer: Provide accessor to alarmtimer rtc deviceJohn Stultz2012-04-201-2/+2
| | |/ / / / / / / / /
* | | | | | | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-233-460/+994
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers2012-05-141-44/+61
| * | | | | | | | | | | printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers2012-05-141-51/+76
| * | | | | | | | | | | printk: add stub for prepend_timestamp()Randy Dunlap2012-05-121-0/+4
| * | | | | | | | | | | printk: correctly align __log_bufStephen Warren2012-05-111-7/+6
| * | | | | | | | | | | printk() - restore timestamp printing at console outputKay Sievers2012-05-101-17/+26
| * | | | | | | | | | | printk() - do not merge continuation lines of different threadsKay Sievers2012-05-101-9/+10
| * | | | | | | | | | | printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-101-19/+22
| * | | | | | | | | | | kmsg: use do_div() to divide 64bit integerKay Sievers2012-05-081-1/+4
| * | | | | | | | | | | kmsg: export printk records to the /dev/kmsg interfaceKay Sievers2012-05-081-0/+313
| * | | | | | | | | | | printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-081-424/+590
| * | | | | | | | | | | params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie2012-05-051-21/+12
| * | | | | | | | | | | params.c: fix Smack complaint about parse_argsJim Cromie2012-05-051-1/+1