summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan2-10/+15
2008-11-18Remove -mno-spe flags as they dont belongKumar Gala1-3/+1
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov2-6/+16
2008-11-17tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V2-4/+0
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar23-199/+427
2008-11-17stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell1-2/+3
2008-11-16markers/tracpoints: fix non-modular buildIngo Molnar2-0/+8
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers5-0/+17
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers2-5/+29
2008-11-16tracepoints: fix disableMathieu Desnoyers1-0/+1
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers1-2/+51
2008-11-16markers: use module notifierMathieu Desnoyers2-4/+29
2008-11-16markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers1-7/+9
2008-11-16markers: fix unregisterMathieu Desnoyers1-5/+7
2008-11-16function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis1-11/+15
2008-11-16sched: fix kernel warning on /proc/sched_debug accessIngo Molnar1-2/+3
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker3-19/+55
2008-11-16tracing/branch-tracer: fix a trace recursion on branch tracerFrederic Weisbecker1-2/+2
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker13-24/+88
2008-11-16tracing/ftrace: fix unexpected -EINVAL when longest tracer name is setFrederic Weisbecker1-5/+7
2008-11-16ftrace: make filtered functions effective on settingSteven Rostedt1-1/+1
2008-11-16ftrace: fix dyn ftrace filterSteven Rostedt1-47/+36
2008-11-16ftrace: allow NULL pointers in mcount_locSteven Rostedt1-0/+8
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2-39/+25
2008-11-16ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2-4/+4
2008-11-16ftrace: do not process freed recordsSteven Rostedt1-2/+6
2008-11-16ftrace: disable ftrace on anomalies in trace start and stopSteven Rostedt1-37/+44
2008-11-16ftrace: remove condition from ftrace_record_ipSteven Rostedt1-1/+1
2008-11-16Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...Ingo Molnar4-15/+38
2008-11-15Fix inotify watch removal/umount racesAl Viro2-42/+63
2008-11-15Move "exit_robust_list" into mm_release()Linus Torvalds2-9/+11
2008-11-13ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis1-2/+1
2008-11-13tracing: fix mmiotrace resizing crashIngo Molnar1-0/+6
2008-11-13ftrace: CPU buffer start annotation clean upsSteven Rostedt2-1/+16
2008-11-13ftrace: rename iter_ctrl to trace_optionsSteven Rostedt1-9/+9
2008-11-13ftrace: show buffer size in kilobytesSteven Rostedt1-1/+4
2008-11-13ftrace: rename trace_entries to buffer_size_kbSteven Rostedt1-2/+2
2008-11-13Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar1-1/+7
2008-11-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2008-11-13kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton1-1/+1
2008-11-13kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu1-5/+16
2008-11-13freezer_cg: disable writing freezer.state of root cgroupLi Zefan1-1/+10
2008-11-13freezer_cg: remove task_lock from freezer_fork()Li Zefan1-2/+6
2008-11-13ftrace: rename trace_unlikely.c fileSteven Rostedt2-1/+1
2008-11-13ftrace: add tracer called branchSteven Rostedt3-0/+67
2008-11-13ftrace: rename unlikely iter_ctrl to branchSteven Rostedt3-45/+45
2008-11-13trace: rename unlikely profiler to branch profilerSteven Rostedt5-15/+14
2008-11-12sched: fix init_idle()'s use of sched_clock()Ingo Molnar1-1/+2
2008-11-12tracing: finetune branch-tracer outputIngo Molnar1-2/+2
2008-11-12sched: fix stale value in average load per taskBalbir Singh1-0/+2