aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-20rcu: Remove unused variable from rcu_torture_writer()Paul E. McKenney1-2/+0
2013-08-20rcu: Sort rcutorture module parametersPaul E. McKenney1-52/+49
2013-08-20rcu: Increase rcutorture test coveragePaul E. McKenney1-163/+63
2013-08-20rcu: Add duplicate-callback tests to rcutorturePaul E. McKenney1-0/+61
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+3
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap1-2/+1
2013-08-19cgroup: fix cgroup_write_event_control()Tejun Heo1-4/+21
2013-08-19cgroup: fix subsystem file accesses on the root cgroupTejun Heo1-14/+10
2013-08-19cgroup: change cgroup_from_id() to css_from_id()Li Zefan1-0/+22
2013-08-19generic-ipi/locking: Fix misleading smp_call_function_any() descriptionXie XiuQi1-2/+0
2013-08-18nohz_full: Add full-system-idle arguments to APIPaul E. McKenney1-7/+18
2013-08-18nohz_full: Add full-system idle states and variablesPaul E. McKenney1-0/+17
2013-08-18nohz_full: Add per-CPU idle-state trackingPaul E. McKenney3-0/+85
2013-08-18nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney3-0/+33
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney1-0/+23
2013-08-18rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-43/+0
2013-08-18rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-18rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney2-4/+20
2013-08-18rcu: Simplify debug-objects fixupsPaul E. McKenney1-100/+0
2013-08-18rcu: Expedite grace periods during suspend/resumeBorislav Petkov1-0/+21
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+4
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+13
2013-08-16perf: Do not compute time values unnecessarilyPeter Zijlstra1-4/+4
2013-08-16perf: Account freq events globallyFrederic Weisbecker1-11/+8
2013-08-16perf: Roll back callchain buffer refcount under the callchain mutexFrederic Weisbecker1-1/+2
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker1-0/+1
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter1-1/+1
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar30-548/+816
2013-08-16cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong1-1/+1
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar31-549/+818
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+6
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar6-128/+116
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker1-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker1-12/+2
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker1-22/+22
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker1-0/+5
2013-08-14context_tracking: Optimize context switch off case with static keysFrederic Weisbecker1-3/+3
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2-21/+4
2013-08-14context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker1-6/+6
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker1-6/+17
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan1-3/+0
2013-08-13cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo1-16/+37
2013-08-13cgroup: move subsys file removal to kill_css()Tejun Heo1-7/+9