aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: remove prepare_write/commit_writeNick Piggin2008-10-309-293/+23
* cgroups: tiny cleanupsLi Zefan2008-10-301-4/+0
* freezer_cg: simplify freezer_change_state()Li Zefan2008-10-301-12/+7
* freezer_cg: use thaw_process() in unfreeze_cgroup()Li Zefan2008-10-303-26/+14
* freezer_cg: remove redundant check in freezer_can_attach()Li Zefan2008-10-301-9/+7
* freezer_cg: fix improper BUG_ON() causing oopsLi Zefan2008-10-301-1/+2
* edac x38: new MC driver moduleHitoshi Mitake2008-10-303-0/+532
* .gitignore updatesAlexey Dobriyan2008-10-3011-0/+14
* viafb: removed duplicated #include'sHuang Weiyi2008-10-301-3/+0
* mm: increase the default mlock limit from 32k to 64kKurt Garloff2008-10-301-2/+2
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-10-2850-716/+284
|\
| * ftrace: fix current_tracer error returnSteven Rostedt2008-10-281-3/+4
| * tracing: fix a build error on alphaFrederic Weisbecker2008-10-281-0/+1
| * ftrace: use a real variable for ftrace_nop in x86Steven Rostedt2008-10-271-11/+5
| * tracing/ftrace: make boot tracer select the sched_switch tracerFrederic Weisbecker2008-10-271-0/+1
| * tracepoint: check if the probe has been registeredFrederic Weisbecker2008-10-271-0/+8
| * asm-generic: define DIE_OOPS in asm-genericJonas Bonn2008-10-271-0/+1
| * trace: fix printk warning for u64Stephen Rothwell2008-10-271-1/+3
| * Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-272271-66760/+138523
| |\
| * | ftrace: warning in kernel/trace/ftrace.cIngo Molnar2008-10-241-1/+4
| * | ftrace: fix build failureIngo Molnar2008-10-231-2/+0
| * | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-235-14/+17
| * | ftrace: remove ftrace hashSteven Rostedt2008-10-233-216/+38
| * | ftrace: remove mcount setSteven Rostedt2008-10-236-65/+0
| * | ftrace: remove daemonSteven Rostedt2008-10-232-308/+28
| * | ftrace: disable dynamic ftrace for all archs that use daemonSteven Rostedt2008-10-233-3/+0
| * | ftrace: add ftrace warn on to disable ftraceSteven Rostedt2008-10-231-10/+19
| * | ftrace: only have ftrace_kill atomicSteven Rostedt2008-10-233-43/+4
| * | ftrace: use probe_kernelSteven Rostedt2008-10-231-5/+3
| * | ftrace: comment arch ftrace codeSteven Rostedt2008-10-231-1/+6
| * | ftrace: return error on failed modified text.Steven Rostedt2008-10-233-15/+44
| * | ftrace: dynamic ftrace process only text sectionSteven Rostedt2008-10-231-3/+14
| * | ftrace: handle generic arch callsSteven Rostedt2008-10-232-3/+18
| * | ring-buffer: fix free pageSteven Rostedt2008-10-221-1/+1
| * | tracing/fastboot: fix row order in bootgraph.plAlan Jenkins2008-10-221-3/+3
| * | tracing/fastboot: fix bootgraph.pl to run with "use strict"Alan Jenkins2008-10-221-5/+10
| * | tracing: create tracers menuPeter Zijlstra2008-10-221-0/+4
| * | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-2240-68/+113
| |\ \
| | * | ftrace: stack tracer only record when on stackSteven Rostedt2008-10-201-0/+4
| | * | ftrace: rename the ftrace tracer to functionSteven Rostedt2008-10-201-1/+1
| | * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-2036-60/+61
| | * | ftrace: fix dependsSteven Rostedt2008-10-201-5/+0
| | * | ftrace: release functions from hashSteven Rostedt2008-10-201-0/+43
| | * | ftrace: do not enclose logic in WARN_ONSteven Rostedt2008-10-201-2/+4
| | * | Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar2008-10-193022-52628/+318106
| | |\ \
* | | \ \ Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-2814-56/+138
|\ \ \ \ \
| * | | | | KVM: ia64: Makefile fix for forcing to re-generate asm-offsets.hXiantao Zhang2008-10-281-2/+6
| * | | | | KVM: Future-proof device assignment ABIAvi Kivity2008-10-281-0/+6
| * | | | | KVM: ia64: Fix halt emulation logicXiantao Zhang2008-10-284-40/+46
| * | | | | KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-289-14/+79