summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: disallow rename(2) if sane_behaviorTejun Heo2013-06-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: update sane_behavior documentationTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo2013-06-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: split cgroup destruction into two stepsTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cgroup->count and useTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: clean up css_[try]get() and css_put()Tejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove now unused css_depth()Tejun Heo2013-06-13
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: update iterators to use cgroup_next_sibling()Tejun Heo2013-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo2013-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: make cgroup_is_removed() staticTejun Heo2013-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo2013-05-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup.h: remove some functions that are now goneGreg KH2013-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo2013-05-14
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | workqueue: Add system wide power_efficient workqueuesViresh Kumar2013-05-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2013-05-14
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-16
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-13
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: cosmetic updatesTejun Heo2013-06-12
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu-refcount: consistently use plain (non-sched) RCUTejun Heo2013-06-12
| * | | | | | | | | | | | | | | | | | | | | | | | | percpu: implement generic percpu refcountingKent Overstreet2013-06-03
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-20
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | efi: Convert runtime services function ptrsBorislav Petkov2013-06-11
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin2013-05-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin2013-05-28
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched: Fix typo in struct sched_avg member descriptionKamalesh Babulal2013-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi2013-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-19
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/x86/intel: Support Haswell/v4 LBR formatAndi Kleen2013-06-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter2013-06-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker2013-06-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian2013-05-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Use hrtimers for event multiplexingStephane Eranian2013-05-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Fix hw breakpoints overflow period samplingJiri Olsa2013-05-28
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \