summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14ftrace: remove old pointers to mcountSteven Rostedt4-7/+41
2008-10-14ftrace: move notrace to compiler.hSteven Rostedt2-2/+2
2008-10-14ftrace: do not show freed records in available_filter_functionsSteven Rostedt1-6/+4
2008-10-14ftrace: use only 5 byte nops for x86Steven Rostedt1-7/+61
2008-10-14ftrace: x86 mcount stubSteven Rostedt3-52/+2
2008-10-14ftrace: enable using mcount recording on x86Steven Rostedt1-0/+1
2008-10-14ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORDSteven Rostedt1-0/+5
2008-10-14ftrace: enable mcount recording for modulesSteven Rostedt3-0/+19
2008-10-14ftrace: mcount call site on boot nops coreSteven Rostedt4-43/+124
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt4-0/+302
2008-10-14ftrace: mark lapic_wd_event() notraceIngo Molnar1-4/+7
2008-10-14ftrace: ignore functions that cannot be kprobe-edIngo Molnar2-3/+4
2008-10-14tracepoints: use TABLE_SIZE macroMathieu Desnoyers1-3/+3
2008-10-14x86: fix mmiotrace 8-bit register decodingPekka Paalanen1-37/+84
2008-10-14tracing: clean up tracepoints kconfig structureIngo Molnar2-4/+6
2008-10-14sched: clean up tracepointsIngo Molnar1-12/+23
2008-10-14tracing: disable tracepoints by defaultIngo Molnar1-1/+0
2008-10-14ftrace: port to tracepointsMathieu Desnoyers2-197/+58
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers6-12/+71
2008-10-14tracing: tracepoints, samplesMathieu Desnoyers7-1/+176
2008-10-14tracing: tracepoints, documentationMathieu Desnoyers1-0/+101
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers7-2/+698
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds74-2512/+2793
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox1-13/+13
2008-10-13fs3270: Correct error returnsAlan Cox1-5/+4
2008-10-13fs3270: remove extra locksAlan Cox1-5/+1
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel1-4/+4
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller2-9/+20
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox1-4/+2
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox1-11/+37
2008-10-13tty: Remove lots of NULL checksAlan Cox6-79/+1
2008-10-13tty: fix up gigaset a bitAlan Cox1-15/+12
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell2-3/+3
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox5-45/+56
2008-10-13tty: simplify ktermios allocationAlan Cox2-42/+7
2008-10-13pty: simplify unix98 allocationAlan Cox1-11/+7
2008-10-13pty: Fix allocation failure double freeAlan Cox1-2/+0
2008-10-13pty: Coding style and polishAlan Cox1-42/+44
2008-10-13Simplify devpts_pty_killSukadev Bhattiprolu1-17/+12
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu1-3/+8
2008-10-13Simplify devpts_get_tty()Sukadev Bhattiprolu1-12/+5
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu5-30/+47
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16
2008-10-13tty: extract the pty init time special casesAlan Cox3-142/+187
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox3-35/+27
2008-10-13tty: More driver operationsAlan Cox3-10/+79
2008-10-13tty: kref the tty driver objectAlan Cox5-58/+80
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox3-41/+81
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu1-52/+87
2008-10-13tty: Remove more special casing and out of place codeAlan Cox6-156/+195