summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells
2011-08-19tracing/filter: Add startup tests for events filterJiri Olsa
2011-08-19tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa
2011-08-19tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa
2011-08-19tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa
2011-08-19tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa
2011-08-19tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa
2011-08-19tracing/filter: Simplify tracepoint event lookupJiri Olsa
2011-08-19tracing/filter: Remove field_name from filter_pred structJiri Olsa
2011-08-19tracing/filter: Separate predicate init and filter additionJiri Olsa
2011-08-19tracing/filter: Use static allocation for filter predicatesJiri Olsa
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap
2011-08-18Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2011-08-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki
2011-08-14sched: Return unused runtime on group dequeuePaul Turner
2011-08-14sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao
2011-08-14sched: Throttle entities exceeding their allowed bandwidthPaul Turner
2011-08-14sched: Migrate throttled tasks on HOTPLUGPaul Turner
2011-08-14sched: Prevent buddy interactions with throttled entitiesPaul Turner
2011-08-14sched: Prevent interactions with throttled entitiesPaul Turner
2011-08-14sched: Allow for positional tg_tree walksPaul Turner
2011-08-14sched: Add support for unthrottling group entitiesPaul Turner
2011-08-14sched: Add support for throttling group entitiesPaul Turner
2011-08-14sched: Expire invalid runtimePaul Turner
2011-08-14sched: Add a timer to handle CFS bandwidth refreshPaul Turner
2011-08-14sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner
2011-08-14sched: Validate CFS quota hierarchiesPaul Turner
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner
2011-08-14sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner
2011-08-14sched/cpupri: Remove cpupri->pri_activeYong Zhang
2011-08-14sched/cpupri: Fix memory barriers for vec updates to always be in orderSteven Rostedt
2011-08-14sched/cpupri: Remove the vec->lockSteven Rostedt
2011-08-14sched: Use pushable_tasks to determine next highest prioSteven Rostedt
2011-08-14sched: Balance RT tasks when forked as wellSteven Rostedt
2011-08-14sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton
2011-08-14sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()Hillf Danton
2011-08-14sched: Remove noop in lowest_flag_domain()Hillf Danton
2011-08-14sched: Remove noop in next_prio()Hillf Danton
2011-08-14sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith
2011-08-14sched: Kill WAKEUP_PREEMPTYong Zhang
2011-08-14sched: Remove rq->avg_load_per_taskJan H. Schönherr
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet
2011-08-14perf: provide PMU when initing eventsMark Rutland
2011-08-14perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra