summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-091-6/+2
| * | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-11-301-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-251-0/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-11-301-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPICA: disable _BIF warningLin Ming2008-11-271-1/+1
| | * | | | | | | | ACPICA: Allow _WAK method to return an IntegerBob Moore2008-11-271-1/+1
| | |/ / / / / / /
| * | | | | | | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
| * | | | | | | | hotplug_memory_notifier section annotationAl Viro2008-11-301-1/+1
| * | | | | | | | meminit section warningsAl Viro2008-11-301-2/+2
| |/ / / / / / /
* | | | | | | | sched: convert remaining old-style cpumask operatorsRusty Russell2008-11-241-8/+8
* | | | | | | | sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-1/+1
* | | | | | | | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell2008-11-241-4/+7
* | | | | | | | sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell2008-11-241-0/+10
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar2008-11-2421-80/+480
|\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | | | | | | |
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---------. \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar2008-11-245-12/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / | | | | | | |/| | | | / / / | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | | | | | | | * | | | | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin2008-11-231-1/+1
| | | | | | | | * | | | | tracing/stack-tracer: fix style issuesTörök Edwin2008-11-231-1/+1
| | | | | | | | * | | | | vfs, seqfile: make mangle_path() globalTörök Edwin2008-11-231-0/+1
| | | | | | | | * | | | | tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin2008-11-231-0/+8
| | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | | | | | | * | | | | ring-buffer: add tracing_off_permanentSteven Rostedt2008-11-231-0/+1
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | | * | | | | | tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar2008-11-231-0/+3
| | | | | * | | | | | tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2008-11-232-12/+16
| | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | ftrace: add ftrace_off_permanentSteven Rostedt2008-11-231-0/+2
| | | |/ / / / / /
| | * | | | | | | trace: profile all if conditionalsSteven Rostedt2008-11-232-3/+46
| | * | | | | | | trace: consolidate unlikely and likely profilerSteven Rostedt2008-11-232-25/+8
| | * | | | | | | trace: remove extra assign in branch checkSteven Rostedt2008-11-231-2/+0
| | |/ / / / / /
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *---. \ \ \ \ \ Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-237-60/+6
| | |\ \ \ \ \ \ \ \ | | | | | |/ / / / /
| | | | * | | | | | tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2008-11-182-0/+3
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-1919-47/+210
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |_| / / / / / / | | |/| | / / / / /
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar2008-11-176-52/+164
| | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers2008-11-163-22/+38
| | | | * | | | | | | | | tracepoints: do not put arguments in nameMathieu Desnoyers2008-11-161-5/+3
| | | | * | | | | | | | | tracepoints: use unregister return valueMathieu Desnoyers2008-11-161-4/+6
| | | | * | | | | | | | | tracepoints: use rcu_*_sched_notraceMathieu Desnoyers2008-11-161-2/+2
| | | | * | | | | | | | | markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers2008-11-161-16/+23
| | | | * | | | | | | | | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-161-1/+44
| | | | * | | | | | | | | markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo2008-11-161-0/+1
| | | | * | | | | | | | | rcu: add rcu_read_*_sched_notrace()Mathieu Desnoyers2008-11-161-0/+2
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2008-11-161-1/+15
| | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-161-12/+41
| | |/ / / / / / / /
| | * | | | | | | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-122-10/+11
| | * | | | | | | | tracing: branch tracer, fix vdso crashIngo Molnar2008-11-121-1/+5
| | * | | | | | | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-122-3/+72
| | * | | | | | | | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-121-9/+22
| | * | | | | | | | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-122-41/+43
| | * | | | | | | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-123-1/+32
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-113-1/+32
| | * | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-126-36/+63
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| / / / / / / / | | | |/ / / / / / /
| | * | | | | | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-1121-306/+654
| | |\ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-086-3/+182
| | |\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud