aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+1
2012-11-28sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+2
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker1-2/+16
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker2-24/+24
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker3-9/+9
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2-24/+28
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner13-262/+230
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-5/+3
2012-11-19cgroup: add cgroup->idTejun Heo1-1/+14
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2-48/+36
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo1-16/+12
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo5-52/+53
2012-11-19cgroup: allow ->post_create() to failTejun Heo2-11/+22
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo1-7/+14
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo1-3/+9
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo1-11/+10
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo1-23/+42
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo1-15/+25
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()Tejun Heo1-1/+14
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo1-0/+4
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo1-3/+3
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo1-1/+1
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-5/+6
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo1-18/+12
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo1-25/+5
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo1-0/+1
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker1-6/+0
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker1-0/+13
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-6/+6
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar5-70/+20
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman1-19/+22
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney1-1/+5
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney3-3/+5
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney4-16/+498
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEADPaul E. McKenney12-268/+417
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2-3/+25
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter2-2/+2
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-0/+4
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu1-3/+5
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman1-11/+16
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu1-0/+5
2012-11-14uprobes: Flush cache after xol writeRabin Vincent1-0/+5
2012-11-14Merge tag 'v3.7-rc5' into sched/coreIngo Molnar5-48/+40
2012-11-13rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney1-1/+1