summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell1-8/+8
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell1-1/+1
2008-11-24sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell1-4/+7
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell1-0/+10
2008-11-24Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar21-80/+480
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar5-12/+31
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar7-7/+45
2008-11-24Merge branch 'sched/rt' into sched/coreIngo Molnar1-2/+0
2008-11-23tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin1-1/+1
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin1-1/+1
2008-11-23ftrace: add ftrace_off_permanentSteven Rostedt1-0/+2
2008-11-23ring-buffer: add tracing_off_permanentSteven Rostedt1-0/+1
2008-11-23trace: profile all if conditionalsSteven Rostedt2-3/+46
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt2-25/+8
2008-11-23trace: remove extra assign in branch checkSteven Rostedt1-2/+0
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin1-0/+1
2008-11-23tracing: add support for userspace stacktraces in tracing/iter_ctrlTörök Edwin1-0/+8
2008-11-23tracing/function-return-tracer: clean up task start/exit callbacksIngo Molnar1-0/+3
2008-11-23tracing/function-return-tracer: store return stack into task_struct and alloc...Frederic Weisbecker2-12/+16
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar7-60/+6
2008-11-21Merge commit 'v2.6.28-rc6' into sched/coreIngo Molnar5-60/+3
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-20/+0
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-20/+0
2008-11-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-30/+0
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-4/+0
2008-11-19reintroduce accept4Ulrich Drepper2-6/+3
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar19-47/+210
2008-11-19Merge branch 'linus' into sched/coreIngo Molnar38-101/+879
2008-11-18mac80211: remove ieee80211_notify_macJohannes Berg1-20/+0
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+3
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2008-11-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar33-96/+869
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-1/+3
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker2-0/+3
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+4
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar6-52/+164
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers3-22/+38
2008-11-16tracepoints: do not put arguments in nameMathieu Desnoyers1-5/+3
2008-11-16tracepoints: use unregister return valueMathieu Desnoyers1-4/+6
2008-11-16tracepoints: use rcu_*_sched_notraceMathieu Desnoyers1-2/+2
2008-11-16markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers1-16/+23
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers1-1/+44
2008-11-16markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo1-0/+1
2008-11-16rcu: add rcu_read_*_sched_notrace()Mathieu Desnoyers1-0/+2
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker1-1/+15
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt1-12/+41
2008-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+2
2008-11-15Fix inotify watch removal/umount racesAl Viro1-0/+11
2008-11-15Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2008-11-15Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky1-19/+23