summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-192-3/+2
| * | | | | | tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-192-3/+6
| * | | | | | tracing/events: Add module tracepointsLi Zefan2009-08-172-3/+137
| * | | | | | tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-112-0/+3
| * | | | | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-112-2/+4
| * | | | | | tracing: Add perf counter support for syscalls tracingJason Baron2009-08-113-1/+60
| * | | | | | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-112-4/+26
| * | | | | | tracing: Add trace events for each syscall entry/exitJason Baron2009-08-112-11/+68
| * | | | | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-112-4/+5
| * | | | | | tracing: Add syscall tracepointsJason Baron2009-08-111-0/+20
| * | | | | | tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron2009-08-111-4/+27
| * | | | | | tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-111-1/+0
| * | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-1153-186/+559
| |\ \ \ \ \ \
| * | | | | | | tracing/filters: improve subsystem filterLi Zefan2009-07-201-1/+3
| * | | | | | | tracing/events: record the size of dynamic arraysLi Zefan2009-07-201-6/+8
| * | | | | | | tracing/events: add missing type info of dynamic arraysLai Jiangshan2009-07-201-2/+2
| * | | | | | | Merge branch 'linus' into tracing/coreIngo Molnar2009-07-18100-458/+1148
| |\ \ \ \ \ \ \
| * | | | | | | | ring-buffer: make locklessSteven Rostedt2009-07-071-1/+0
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-115-108/+260
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Turn off child_runs_firstMike Galbraith2009-09-091-1/+1
| * | | | | | | | | sched: enable SD_WAKE_IDLEPeter Zijlstra2009-09-071-3/+3
| * | | | | | | | | sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar2009-09-041-2/+2
| * | | | | | | | | sched: Clean up topology.hIngo Molnar2009-09-041-68/+101
| * | | | | | | | | sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-041-8/+2
| * | | | | | | | | sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-041-0/+1
| * | | | | | | | | sched: Add smt_gainPeter Zijlstra2009-09-042-0/+2
| * | | | | | | | | sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-041-14/+15
| * | | | | | | | | sched: Add wait, sleep and iowait accounting tracepointsPeter Zijlstra2009-09-021-0/+95
| * | | | | | | | | sched: Provide iowait countersArjan van de Ven2009-09-021-0/+4
| * | | | | | | | | Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-0236-133/+406
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched, task_struct: stack_canary is not needed without CC_STACKPROTECTORHiroshi Shimamoto2009-08-181-0/+2
| * | | | | | | | | | sched: Add default defines for PREEMPT_ACTIVEArnd Bergmann2009-08-091-0/+6
| * | | | | | | | | | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-021-1/+0
| * | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-0238-136/+287
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker2009-08-021-1/+7
| * | | | | | | | | | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-181-2/+0
| * | | | | | | | | | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-181-10/+19
| * | | | | | | | | | | sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker2009-07-181-7/+2
| * | | | | | | | | | | sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-181-3/+3
| * | | | | | | | | | | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-181-0/+1
| * | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-1865-359/+440
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-06-29326-2816/+12287
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-151-0/+6
* | | | | | | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-111-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-0218-61/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf_counter: Allow sharing of output channelsPeter Zijlstra2009-08-251-0/+5
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-201-0/+3
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-14492-4097/+19490
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-171-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
OpenPOWER on IntegriCloud