summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-08dynamic debug: Fix build issue with older gccJason Baron2-19/+8
2011-01-08tracing: Fix TRACE_EVENT power tracepoint creationMathieu Desnoyers2-1/+2
2011-01-08tracing: Fix preempt count leakLi Zefan1-4/+2
2011-01-08tracepoint: Add __rcu annotationLai Jiangshan1-1/+1
2011-01-08tracing: remove duplicate null-pointer check in skb tracepointMathieu Desnoyers1-3/+1
2011-01-08tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers1-1/+1
2011-01-07tracing: Include module.h in define_trace.hSteven Rostedt1-0/+10
2011-01-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-143/+39
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds11-15/+117
2011-01-06Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+57
2011-01-06Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+96
2011-01-06Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-18/+266
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds28-18/+1934
2011-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-24/+16
2011-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-65/+86
2011-01-06Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-11/+50
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-92/+129
2011-01-06Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-224/+244
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-124/+289
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds29-597/+930
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds207-3447/+4917
2011-01-06Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-125/+110
2011-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-285/+1207
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds12-173/+86
2011-01-06kernel-doc: code reorganizationRandy Dunlap1-48/+54
2011-01-06Documentation: update kernel-docs.txtNicolas Kaiser1-25/+2
2011-01-06Documentation/dontdiff: add further autogenerated files to ignore listMichael Prokop1-0/+26
2011-01-05tools, perf: Documentation for the power events APIJean Pihet1-0/+90
2011-01-05perf: Add calls to suspend trace pointJean Pihet1-0/+3
2011-01-05perf script: Make some lists staticArnaldo Carvalho de Melo1-2/+2
2011-01-05perf script: Use the default lost event handlerArnaldo Carvalho de Melo1-14/+1
2011-01-05perf session: Warn about errors when processing pipe events tooArnaldo Carvalho de Melo1-26/+31
2011-01-05perf tools: Fix perf_event.h header usageStephane Eranian2-2/+2
2011-01-05perf test: Clarify some error reports in the open syscall testArnaldo Carvalho de Melo1-7/+11
2011-01-05x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying1-3/+5
2011-01-05x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng1-0/+13
2011-01-05x86: Only call smp_processor_id in non-preempt casesDon Zickus1-1/+2
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar78-755/+726
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown2-6/+6
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar424-3094/+4332
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu6-32/+19
2011-01-05Linux 2.6.37v2.6.37Linus Torvalds1-1/+1
2011-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-25/+87
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2011-01-04remove trim_fs method from Documentation/filesystems/LockingChristoph Hellwig1-2/+0
2011-01-04sched, autogroup: Fix reference leakMike Galbraith1-1/+1
2011-01-04sched, autogroup: Fix potential access to freed memoryMike Galbraith1-8/+17
2011-01-04x86, mm: Initialize initial_page_table before paravirt jumpsRusty Russell2-143/+39
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar9423-481235/+938197
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang1-4/+0