summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-101-0/+4
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-3015-36/+82
|\
| * net: rename random32 to prandomAkinobu Mita2013-04-301-2/+2
| * inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton2013-04-301-1/+0
| * idr: introduce idr_alloc_cyclic()Jeff Layton2013-04-301-0/+2
| * fat: restructure export_operationsNamjae Jeon2013-04-301-0/+11
| * drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han2013-04-301-2/+2
| * rtc: add devm_rtc_device_{register,unregister}()Jingoo Han2013-04-301-0/+6
| * lib, net: make isodigit() public and use itAndy Shevchenko2013-04-301-0/+6
| * drivers/video/backlight/tps65217_bl.c add default brightness value optionMatus Ujhelyi2013-04-301-0/+1
| * backlight: lp855x: remove duplicate platform dataKim, Milo2013-04-301-4/+0
| * backlight: lp855x: fix initial brightness typeKim, Milo2013-04-301-1/+1
| * backlight: lp855x: move backlight mode platform dataKim, Milo2013-04-301-7/+0
| * backlight: lp855x: convert a type of device nameKim, Milo2013-04-301-1/+1
| * drivers/video/backlight/platform_lcd.c: introduce probe callbackAndrew Bresticker2013-04-301-0/+1
| * include/linux/printk.h: include stdarg.hAndrew Morton2013-04-301-0/+1
| * early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-302-0/+7
| * printk/tracing: rework console tracingzhangwei(Jovi)2013-04-301-19/+6
| * gcc4: disable __compiletime_object_size for GCC 4.6+Guenter Roeck2013-04-301-1/+1
| * media: coda: use genalloc APIPhilipp Zabel2013-04-301-0/+18
| * genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel2013-04-301-0/+18
* | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-303-20/+153
|\ \
| * | cgroup: fix broken file xattrsLi Zefan2013-04-191-3/+0
| * | memcg: force use_hierarchy if sane_behaviorTejun Heo2013-04-151-0/+3
| * | cgroup: remove cgrp->top_cgroupLi Zefan2013-04-151-1/+0
| * | cgroup: introduce sane_behavior mount optionTejun Heo2013-04-151-0/+43
| * | move cgroupfs_root to include/linux/cgroup.hTejun Heo2013-04-151-0/+57
| * | Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo2013-04-121-0/+2
| * | cgroup: implement cgroup_is_descendant()Li Zefan2013-04-101-0/+1
| * | cgroup: remove bind() method from cgroup_subsys.Rami Rosen2013-04-101-2/+0
| * | cgroup: remove cgroup_lock_is_held()Tejun Heo2013-04-071-4/+9
| * | cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo2013-04-071-5/+0
| * | cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo2013-04-071-0/+1
| * | cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan2013-03-201-1/+2
| * | cgroup: remove cgroup_is_descendant()Li Zefan2013-03-121-3/+0
| * | cpuset: remove include of cgroup.h from cpuset.hLi Zefan2013-03-051-1/+0
| * | res_counter: remove include of cgroup.h from res_counter.hLi Zefan2013-03-051-1/+1
| * | cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan2013-03-051-3/+14
| * | cgroup: fix cgroup_path() vs rename() raceLi Zefan2013-03-041-0/+24
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-304-20/+165
|\ \ \
| * \ \ Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo2013-04-0263-104/+310
| |\ \ \
| * | | | workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo2013-04-011-0/+5
| * | | | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-191-1/+1
| * | | | workqueue: inline trivial wrappersTejun Heo2013-03-141-12/+111
| * | | | workqueue: implement current_is_workqueue_rescuer()Tejun Heo2013-03-131-0/+1
| * | | | workqueue: implement sysfs interface for workqueuesTejun Heo2013-03-121-0/+8
| * | | | Merge branch 'for-3.10-subsys_virtual_register' into for-3.10Tejun Heo2013-03-121-0/+2
| |\ \ \ \
| | * | | | driver/base: implement subsys_virtual_register()Tejun Heo2013-03-121-0/+2
| | | |/ / | | |/| |
| * | | | cpumask: implement cpumask_parse()Tejun Heo2013-03-121-0/+15
| * | | | workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo2013-03-121-1/+2