aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-14markers: marker_synchronize_unregister()Mathieu Desnoyers1-0/+7
2008-10-14mmiotrace: remove left-over marker cruftPekka Paalanen1-2/+1
2008-10-14x86 mmiotrace: implement mmiotrace_printk()Pekka Paalanen1-2/+15
2008-10-14ftrace: use ftrace_release for all dynamic ftrace functionsSteven Rostedt1-4/+5
2008-10-14ftrace: fix incorrect comment style of __ftrace_enabled_save()Huang Ying1-2/+4
2008-10-14ftrace: ftrace_kill_atomic() build fixIngo Molnar1-0/+1
2008-10-14ftrace: build fixIngo Molnar1-1/+4
2008-10-14ftrace: dump out ftrace buffers to console on panicSteven Rostedt1-0/+2
2008-10-14ftrace: ftrace_printk doc movedSteven Rostedt1-1/+18
2008-10-14ftrace: printk formatting infrastructureSteven Rostedt1-0/+10
2008-10-14ftrace: remove old pointers to mcountSteven Rostedt2-1/+3
2008-10-14ftrace: move notrace to compiler.hSteven Rostedt2-2/+2
2008-10-14ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORDSteven Rostedt1-0/+5
2008-10-14ftrace: enable mcount recording for modulesSteven Rostedt1-0/+3
2008-10-14ftrace: mcount call site on boot nops coreSteven Rostedt2-0/+16
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt1-0/+8
2008-10-14ftrace: ignore functions that cannot be kprobe-edIngo Molnar1-2/+3
2008-10-14sched: clean up tracepointsIngo Molnar1-12/+23
2008-10-14tracing, sched: LTTng instrumentation - schedulerMathieu Desnoyers1-0/+45
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers3-1/+149
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds22-148/+92
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox1-1/+1
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu2-11/+23
2008-10-13tty: extract the pty init time special casesAlan Cox1-0/+5
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox1-2/+2
2008-10-13tty: More driver operationsAlan Cox1-0/+16
2008-10-13tty: kref the tty driver objectAlan Cox1-4/+11
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox1-0/+9
2008-10-13tty: Remove more special casing and out of place codeAlan Cox2-1/+7
2008-10-13tty: shutdown methodAlan Cox2-1/+8
2008-10-13tty: the vhangup syscall is racyAlan Cox1-0/+1
2008-10-13tty: usb-serial krefsAlan Cox1-0/+3
2008-10-13tty: Add termioxAlan Cox4-0/+29
2008-10-13tty: Cris has a nice RS485 ioctl so we should steal itAlan Cox2-0/+18
2008-10-13tty: Add a kref countAlan Cox1-0/+18
2008-10-13pps: Reserve a line discipline number for PPSAlan Cox1-1/+2
2008-10-13tty: split the buffering from tty_ioAlan Cox1-0/+3
2008-10-13serial: Make uart_port's ioport "unsigned long".David Miller1-1/+1
2008-10-13Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4Ingo Molnar2-11/+5
2008-10-13Merge branch 'linus' into oprofile-v2Ingo Molnar4128-376906/+14386
2008-10-13x86: change early_ioremap to use slots instead of nestingYinghai Lu2-4/+4
2008-10-13traps: x86: various noop-changes preparing for unification of traps_xx.cAlexander van Heukelum1-4/+0
2008-10-13traps: i386: expand clear_mem_error and remove from mach_traps.hAlexander van Heukelum1-6/+0
2008-10-13traps: x86: converge trap_init functionsAlexander van Heukelum2-9/+11
2008-10-13x86, traps: converge do_debug handlersAlexander van Heukelum1-4/+0
2008-10-13x86, traps: introduce dotraplinkageAlexander van Heukelum1-37/+36
2008-10-13x86, traps: split out math_error and simd_math_errorAlexander van Heukelum1-3/+3
2008-10-13x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2-3/+9
2008-10-13x86: __show_registers() and __show_regs() API unificationPekka Enberg1-2/+1
2008-10-13x86: move prefill_possible_map calling early, fix, V2Chuck Ebbert1-5/+3