summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | sched: for_each_domain() vs RCUPeter Zijlstra2009-09-151-2/+7
| * | sched: Weaken SD_POWERSAVINGS_BALANCEPeter Zijlstra2009-09-152-23/+38
| * | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-1510-237/+84
| * | sched: Add TASK_WAKINGPeter Zijlstra2009-09-152-16/+16
| * | sched: Hook sched_balance_self() into sched_class::select_task_rq()Peter Zijlstra2009-09-155-11/+20
| * | sched: Move sched_balance_self() into sched_fair.cPeter Zijlstra2009-09-152-146/+145
| * | sched: Move code aroundPeter Zijlstra2009-09-151-42/+39
| * | sched: Add come comments to the sched featuresPeter Zijlstra2009-09-151-8/+85
| * | sched: Complete buddy switchesMike Galbraith2009-09-152-1/+3
| * | sched: Split WAKEUP_OVERLAPPeter Zijlstra2009-09-152-3/+5
| * | sched: Fix double_rq_lock() compile warningPeter Zijlstra2009-09-151-2/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-173-12/+19
|\ \ \
| * \ \ Merge branch 'x86/pat' into x86/urgentH. Peter Anvin2009-09-1744-1150/+1523
| |\ \ \
| | * | | x86, pat: don't use rb-tree based lookup in reserve_memtype()Suresh Siddha2009-09-171-10/+2
| * | | | x86: Increase MIN_GAP to include randomized stackMichal Hocko2009-09-102-2/+17
* | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1735-797/+1506
|\ \ \ \ \
| * | | | | vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt2009-09-171-6/+4
| * | | | | softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan2009-09-172-11/+12
| * | | | | oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAPChristian Borntraeger2009-09-171-0/+1
| * | | | | tracing: switch function prints from %pf to %psSteven Rostedt2009-09-173-7/+7
| * | | | | vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt2009-09-171-2/+4
| * | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-09-175279-364814/+626999
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/tracing/core4' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2009-09-1610-70/+349
| |\ \ \ \ \ \
| | * | | | | | tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji2009-09-161-2/+2
| | * | | | | | tracing: remove notrace from __kprobes annotationSteven Rostedt2009-09-151-2/+2
| | * | | | | | tracing: optimize global_trace_clock cachelinesSteven Rostedt2009-09-151-10/+14
| | * | | | | | ftrace: document function and function graph implementationMike Frysinger2009-09-143-3/+252
| | * | | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-142-0/+24
| | * | | | | | tracing: remove some unused macrosLi Zefan2009-09-142-35/+0
| | * | | | | | ftrace: add compile-time check on F_printk()Li Zefan2009-09-141-4/+41
| | * | | | | | tracing: fix F_printk() typosLi Zefan2009-09-141-9/+9
| | * | | | | | tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt2009-09-141-2/+2
| | * | | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-142-3/+3
| * | | | | | | MAINTAINERS: Update tracing tree detailsIngo Molnar2009-09-151-2/+5
| |/ / / / / /
| * | | | | | ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt2009-09-141-3/+3
| * | | | | | tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-123-5/+18
| * | | | | | tracing: remove trace_event_types.hSteven Rostedt2009-09-121-178/+0
| * | | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-123-118/+136
| * | | | | | tracing: show details of structures within the ftrace structuresSteven Rostedt2009-09-122-7/+66
| * | | | | | tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2009-09-122-133/+369
| * | | | | | tracing: allow filter predicates to handle ksym symbolsSteven Rostedt2009-09-121-2/+2
| * | | | | | tracing/filters: add filter DocumentationTom Zanussi2009-09-121-1/+183
| * | | | | | tracing/profile: fix profile_disable vs module_unloadLi Zefan2009-09-121-1/+4
| * | | | | | tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa2009-09-121-3/+3
| * | | | | | ftrace: __start_mcount_loc should be .init.rodataJohn Reiser2009-09-121-2/+3
| * | | | | | tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-124-4/+14
| * | | | | | tracing: remove unused local variables in tracer probe functionsCarsten Emde2009-09-122-21/+1
| * | | | | | tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde2009-09-121-1/+3
| * | | | | | tracing: trace parser support for function and graphjolsa@redhat.com2009-09-111-110/+40
| * | | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-111-47/+13
OpenPOWER on IntegriCloud