summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker
2012-11-28cgroup: move list add after list head initilizationLi Zhong
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma
2012-11-19cgroup: add cgroup->idTejun Heo
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19cgroup: allow ->post_create() to failTejun Heo
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu
2012-11-14uprobes: Flush cache after xol writeRabin Vincent
2012-11-14Merge tag 'v3.7-rc5' into sched/coreIngo Molnar
2012-11-13rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney