summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2012-11-02tracing: Add trace_options kernel command line parameterSteven Rostedt
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt
2012-11-02tracing: Remove deprecated tracing_enabled fileSteven Rostedt
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt
2012-11-02tracing: Remove unused function unregister_tracer()Steven Rostedt
2012-11-02tracing: Separate open function from set_event and available_eventsSteven Rostedt
2012-11-02ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE
2012-11-02tracing: Reset ring buffer when changing trace_clocksDavid Sharp
2012-11-01time: remove the timecompare code.Richard Cochran
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-11-01irq: Set CPU affinity right on thread creationSankara Muthukrishnan
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner
2012-11-01futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik
2012-10-31tracing: Trivial cleanupDavid Sharp
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt
2012-10-31tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt
2012-10-31tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt
2012-10-31ring-buffer: Add a 'dropped events' counterSlava Pestov
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter
2012-10-31module: fix out-by-one error in kallsymsRusty Russell
2012-10-30sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker
2012-10-27rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin
2012-10-25uprobes: Fix misleading log entryJovi Zhang
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer
2012-10-24audit: remove bogus tty name checkAlan Cox
2012-10-24lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name()Cyrill Gorcunov
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner
2012-10-24sched: Update_cfs_shares at period edgePaul Turner
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner
2012-10-24sched: Compute load contribution by a group entityPaul Turner
2012-10-24sched: Aggregate total task_group loadPaul Turner
2012-10-24sched: Account for blocked load waking back upPaul Turner
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner