aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-567/+143
2008-10-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-49/+9
2008-10-28Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-51/+131
2008-10-28ftrace: fix current_tracer error returnSteven Rostedt1-3/+4
2008-10-28lockdep: fix irqs on/off ip tracingHeiko Carstens1-7/+5
2008-10-28lockdep: minor fix for debug_show_all_locks()qinghuang feng1-2/+3
2008-10-28tracing: fix a build error on alphaFrederic Weisbecker1-0/+1
2008-10-27tracing/ftrace: make boot tracer select the sched_switch tracerFrederic Weisbecker1-0/+1
2008-10-27tracepoint: check if the probe has been registeredFrederic Weisbecker1-0/+8
2008-10-27trace: fix printk warning for u64Stephen Rothwell1-1/+3
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar28-551/+785
2008-10-26cgroup: remove unused variableStephen Rothwell1-1/+1
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds1-1/+1
2008-10-24ftrace: warning in kernel/trace/ftrace.cIngo Molnar1-1/+4
2008-10-24sched: virtual time buddy preemptionPeter Zijlstra2-7/+4
2008-10-24sched: re-instate vruntime based wakeup preemptionPeter Zijlstra1-6/+92
2008-10-24sched: weaken sync hintMike Galbraith1-4/+3
2008-10-24sched: more accurate min_vruntime accountingPeter Zijlstra1-24/+25
2008-10-24sched: fix a find_busiest_group bugletPeter Zijlstra1-1/+1
2008-10-24Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar80-2959/+7334
2008-10-23kernel/resource: fix reserve_region_with_split() section mismatchPaul Mundt1-1/+1
2008-10-23printk: remove unused code from kernel/printk.croel kluin1-39/+0
2008-10-23Fix compile warning in kernel/params.cLinus Torvalds1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds4-25/+77
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-54/+249
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds3-9/+9
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-24/+24
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-378/+324
2008-10-23Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+11
2008-10-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+10
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-49/+78
2008-10-23Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-10-23ftrace: fix build failureIngo Molnar1-2/+0
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2-1/+9
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-18/+41
2008-10-23ftrace: remove ftrace hashSteven Rostedt2-211/+35
2008-10-23ftrace: remove mcount setSteven Rostedt1-9/+0
2008-10-23ftrace: remove daemonSteven Rostedt2-308/+28
2008-10-23ftrace: add ftrace warn on to disable ftraceSteven Rostedt1-10/+19
2008-10-23ftrace: only have ftrace_kill atomicSteven Rostedt2-41/+3
2008-10-23ftrace: return error on failed modified text.Steven Rostedt1-6/+15
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan1-6/+27
2008-10-23[PATCH] get rid of nameidata in audit_treeAl Viro1-24/+24
2008-10-22ring-buffer: fix free pageSteven Rostedt1-1/+1
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan3-9/+6
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner11-54/+249
2008-10-22tracing: create tracers menuPeter Zijlstra1-0/+4
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar12-28/+71
2008-10-22irq: make variable staticroel kluin1-1/+1