summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko-4/+4
2011-09-07Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds-5/+13
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds-15/+26
2011-08-31perf_event: Fix broken calc_timer_values()Eric B Munson-2/+2
2011-08-31perf: provide PMU when initing eventsMark Rutland-2/+2
2011-08-30trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik-1/+82
2011-08-30trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik-0/+33
2011-08-30tracing: Add preempt disable for filter self testSteven Rostedt-0/+6
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian-11/+54
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner-5/+10
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown-1/+0
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan-1/+1
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen-0/+38
2011-08-25PM QoS: Add global notification mechanism for device constraintsJean Pihet-1/+1
2011-08-25PM QoS: Generalize and export constraints management codeJean Pihet-56/+67
2011-08-25PM QoS: Reorganize data structsJean Pihet-44/+41
2011-08-25PM QoS: Code reorganizationJean Pihet-22/+23
2011-08-25PM QoS: Minor clean-upsJean Pihet-44/+44
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet-3/+3
2011-08-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds-2/+2
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds-1/+0
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin-0/+2
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells-2/+14
2011-08-19tracing/filter: Add startup tests for events filterJiri Olsa-0/+264
2011-08-19tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa-66/+58
2011-08-19tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa-35/+33
2011-08-19tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa-45/+20
2011-08-19tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa-33/+14
2011-08-19tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa-51/+86
2011-08-19tracing/filter: Simplify tracepoint event lookupJiri Olsa-6/+3
2011-08-19tracing/filter: Remove field_name from filter_pred structJiri Olsa-51/+13
2011-08-19tracing/filter: Separate predicate init and filter additionJiri Olsa-33/+23
2011-08-19tracing/filter: Use static allocation for filter predicatesJiri Olsa-41/+16
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+16
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap-0/+1
2011-08-18Merge branch 'perf/urgent' into perf/coreIngo Molnar-19/+47
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+4
2011-08-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+7
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+40
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki-0/+4
2011-08-14sched: Return unused runtime on group dequeuePaul Turner-1/+122
2011-08-14sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao-0/+28
2011-08-14sched: Throttle entities exceeding their allowed bandwidthPaul Turner-2/+50
2011-08-14sched: Migrate throttled tasks on HOTPLUGPaul Turner-0/+27
2011-08-14sched: Prevent buddy interactions with throttled entitiesPaul Turner-1/+17
2011-08-14sched: Prevent interactions with throttled entitiesPaul Turner-7/+94
2011-08-14sched: Allow for positional tg_tree walksPaul Turner-13/+37
2011-08-14sched: Add support for unthrottling group entitiesPaul Turner-4/+126