aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
* Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-04
|\
| * fbdev: simplefb: add common x86 RGB formatsDavid Herrmann2013-08-02
| * fbdev: simplefb: add init through platform_dataDavid Herrmann2013-08-02
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-04
|\ \
| * | x86, asmlinkage: Make dump_stack visibleAndi Kleen2013-08-06
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-04
|\ \ \
| * \ \ Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-16
| |\ \ \
| * | | | numa: Mark __node_set() as __always_inlineTom Rini2013-07-25
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-04
|\ \ \ \ \ \
| | * | | | | perf: Export struct perf_branch_entry to userspaceVince Weaver2013-09-02
| | * | | | | Merge branch 'linus' into perf/coreIngo Molnar2013-08-29
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-15
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | sched: Implement smarter wake-affine logicMichael Wang2013-07-23
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-04
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.11-rc2' into core/lockingIngo Molnar2013-07-23
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse2013-07-12
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-04
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-03
| |\ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...Paul E. McKenney2013-08-31
| | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | nohz_full: Add full-system-idle state machinePaul E. McKenney2013-08-31
| | | | * | | | | | | | rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney2013-08-18
| | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | jiffies: Avoid undefined behavior from signed overflowPaul E. McKenney2013-08-20
| | | * | | | | | | | rculist: list_first_or_null_rcu() should use list_entry_rcu()Tejun Heo2013-08-18
| | | * | | | | | | | debugobjects: Make debug_object_activate() return statusPaul E. McKenney2013-08-18
| | |/ / / / / / / /
| | * | | | | | | | rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)2013-07-29
| | * | | | | | | | tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-26
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-19
| * | | | | | | | | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-19
* | | | | | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cgroup: implement CFTYPE_NO_PREFIXTejun Heo2013-08-26
| * | | | | | | | | | cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2013-08-26
| * | | | | | | | | | cgroup: change cgroup_from_id() to css_from_id()Li Zefan2013-08-19
| * | | | | | | | | | cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo2013-08-13
| * | | | | | | | | | cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo2013-08-13
| * | | | | | | | | | cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo2013-08-13
| * | | | | | | | | | cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo2013-08-13
| * | | | | | | | | | cgroup: add cgroup_subsys_state->parentTejun Heo2013-08-13
| * | | | | | | | | | cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo2013-08-13
| * | | | | | | | | | cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-08
| * | | | | | | | | | cgroup: unexport cgroup_css()Tejun Heo2013-08-08
| * | | | | | | | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | | | | | | | | | cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-08
| * | | | | | | | | | cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | | | | | | | | | cgroup: remove struct cgroup_scannerTejun Heo2013-08-08
| * | | | | | | | | | cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-08
| * | | | | | | | | | cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-08
| * | | | | | | | | | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | | | | | | | | | cgroup: always use cgroup_next_child() to walk the children listTejun Heo2013-08-08
| * | | | | | | | | | cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo2013-08-08