Age | Commit message (Expand) | Author | Files | Lines |
2008-11-24 | sched: convert remaining old-style cpumask operators | Rusty Russell | 1 | -8/+8 |
2008-11-24 | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 1 | -1/+1 |
2008-11-24 | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps | Rusty Russell | 1 | -4/+7 |
2008-11-24 | sched: wrap sched_group and sched_domain cpumask accesses. | Rusty Russell | 1 | -0/+10 |
2008-11-24 | Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 | Ingo Molnar | 21 | -80/+480 |
2008-11-24 | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',... | Ingo Molnar | 5 | -12/+31 |
2008-11-24 | Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor... | Ingo Molnar | 7 | -7/+45 |
2008-11-24 | Merge branch 'sched/rt' into sched/core | Ingo Molnar | 1 | -2/+0 |
2008-11-23 | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT | Török Edwin | 1 | -1/+1 |
2008-11-23 | tracing/stack-tracer: fix style issues | Török Edwin | 1 | -1/+1 |
2008-11-23 | ftrace: add ftrace_off_permanent | Steven Rostedt | 1 | -0/+2 |
2008-11-23 | ring-buffer: add tracing_off_permanent | Steven Rostedt | 1 | -0/+1 |
2008-11-23 | trace: profile all if conditionals | Steven Rostedt | 2 | -3/+46 |
2008-11-23 | trace: consolidate unlikely and likely profiler | Steven Rostedt | 2 | -25/+8 |
2008-11-23 | trace: remove extra assign in branch check | Steven Rostedt | 1 | -2/+0 |
2008-11-23 | vfs, seqfile: make mangle_path() global | Török Edwin | 1 | -0/+1 |
2008-11-23 | tracing: add support for userspace stacktraces in tracing/iter_ctrl | Török Edwin | 1 | -0/+8 |
2008-11-23 | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 1 | -0/+3 |
2008-11-23 | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2 | -12/+16 |
2008-11-23 | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 7 | -60/+6 |
2008-11-21 | Merge commit 'v2.6.28-rc6' into sched/core | Ingo Molnar | 5 | -60/+3 |
2008-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -20/+0 |
2008-11-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -20/+0 |
2008-11-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -30/+0 |
2008-11-19 | cpuset: update top cpuset's mems after adding a node | Miao Xie | 1 | -4/+0 |
2008-11-19 | reintroduce accept4 | Ulrich Drepper | 2 | -6/+3 |
2008-11-19 | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 19 | -47/+210 |
2008-11-19 | Merge branch 'linus' into sched/core | Ingo Molnar | 38 | -101/+879 |
2008-11-18 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 1 | -20/+0 |
2008-11-18 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+3 |
2008-11-18 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+3 |
2008-11-18 | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 33 | -96/+869 |
2008-11-18 | block: make add_partition() return pointer to hd_struct | Tejun Heo | 1 | -1/+3 |
2008-11-18 | tracing/function-return-tracer: add the overrun field | Frederic Weisbecker | 2 | -0/+3 |
2008-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -3/+4 |
2008-11-17 | Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r... | Ingo Molnar | 6 | -52/+164 |
2008-11-16 | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 3 | -22/+38 |
2008-11-16 | tracepoints: do not put arguments in name | Mathieu Desnoyers | 1 | -5/+3 |
2008-11-16 | tracepoints: use unregister return value | Mathieu Desnoyers | 1 | -4/+6 |
2008-11-16 | tracepoints: use rcu_*_sched_notrace | Mathieu Desnoyers | 1 | -2/+2 |
2008-11-16 | markers: create DEFINE_MARKER and GET_MARKER (new API) | Mathieu Desnoyers | 1 | -16/+23 |
2008-11-16 | markers: auto enable tracepoints (new API : trace_mark_tp()) | Mathieu Desnoyers | 1 | -1/+44 |
2008-11-16 | markers: add missing stdargs.h include, needed due to va_list usage | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2008-11-16 | rcu: add rcu_read_*_sched_notrace() | Mathieu Desnoyers | 1 | -0/+2 |
2008-11-16 | tracing/function-return-tracer: support for dynamic ftrace on function return... | Frederic Weisbecker | 1 | -1/+15 |
2008-11-16 | ftrace: pass module struct to arch dynamic ftrace functions | Steven Rostedt | 1 | -12/+41 |
2008-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+2 |
2008-11-15 | Fix inotify watch removal/umount races | Al Viro | 1 | -0/+11 |
2008-11-15 | Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
2008-11-15 | Add 'pr_fmt()' format modifier to pr_xyz macros. | Martin Schwidefsky | 1 | -19/+23 |