summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker
2013-08-14context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker
2013-08-14context_tracking: Optimize context switch off case with static keysFrederic Weisbecker
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker
2013-08-14context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker
2013-08-13microblaze: fix clone syscallMichal Simek
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan
2013-08-13cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo
2013-08-13cgroup: move subsys file removal to kill_css()Tejun Heo
2013-08-13cgroup: factor out kill_css()Tejun Heo
2013-08-13cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo
2013-08-13cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo
2013-08-13cgroup: bounce cgroup_subsys_state ref kill confirmation to a work itemTejun Heo
2013-08-13cgroup: move cgroup->subsys[] assignment to online_css()Tejun Heo
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-08-13cgroup: reorganize css init / exit pathsTejun Heo
2013-08-13cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo
2013-08-13cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add c...Tejun Heo
2013-08-13cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo
2013-08-13cgroup: add cgroup_subsys_state->parentTejun Heo
2013-08-13cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo
2013-08-13cgroup: always use cgroup_css()Tejun Heo
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker
2013-08-13context_tracking: Fix runtime CPU off-caseFrederic Weisbecker
2013-08-13vtime: Update a few commentsFrederic Weisbecker
2013-08-13context_tracing: Fix guest accounting with native vtimeFrederic Weisbecker
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-08-09jump_label: Split jumplabel ratelimitAndrew Jones
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo
2013-08-08cgroup: unexport cgroup_css()Tejun Heo
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo