summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-225-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-224-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-141-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-221-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-223-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-111-0/+4
| * | | | | | | | printk: correctly align __log_bufStephen Warren2012-05-101-7/+6
| * | | | | | | | printk() - restore timestamp printing at console outputKay Sievers2012-05-091-17/+26
| * | | | | | | | printk() - do not merge continuation lines of different threadsKay Sievers2012-05-091-9/+10
| * | | | | | | | printk - fix compilation for CONFIG_PRINTK=nKay Sievers2012-05-091-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-071-0/+313
| * | | | | | | | printk: convert byte-buffer to variable-length record bufferKay Sievers2012-05-071-424/+590
| * | | | | | | | params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie2012-05-041-21/+12
| * | | | | | | | params.c: fix Smack complaint about parse_argsJim Cromie2012-05-041-1/+1
| * | | | | | | | Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-0219-87/+121
| |\| | | | | | |
| * | | | | | | | dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-301-1/+1
| * | | | | | | | params: add 3rd arg to option handler callback signatureJim Cromie2012-04-301-14/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-214-19/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
| * | | | | | | | genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-042-3/+8
| * | | | | | | | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10
| * | | | | | | | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-215-25/+465
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0419-87/+121
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |