Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mmiotrace: remove left-over marker cruft | Pekka Paalanen | 2008-10-14 | 1 | -2/+1 |
* | x86 mmiotrace: implement mmiotrace_printk() | Pekka Paalanen | 2008-10-14 | 1 | -2/+15 |
* | ftrace: use ftrace_release for all dynamic ftrace functions | Steven Rostedt | 2008-10-14 | 1 | -4/+5 |
* | ftrace: fix incorrect comment style of __ftrace_enabled_save() | Huang Ying | 2008-10-14 | 1 | -2/+4 |
* | ftrace: ftrace_kill_atomic() build fix | Ingo Molnar | 2008-10-14 | 1 | -0/+1 |
* | ftrace: build fix | Ingo Molnar | 2008-10-14 | 1 | -1/+4 |
* | ftrace: dump out ftrace buffers to console on panic | Steven Rostedt | 2008-10-14 | 1 | -0/+2 |
* | ftrace: ftrace_printk doc moved | Steven Rostedt | 2008-10-14 | 1 | -1/+18 |
* | ftrace: printk formatting infrastructure | Steven Rostedt | 2008-10-14 | 1 | -0/+10 |
* | ftrace: remove old pointers to mcount | Steven Rostedt | 2008-10-14 | 2 | -1/+3 |
* | ftrace: move notrace to compiler.h | Steven Rostedt | 2008-10-14 | 2 | -2/+2 |
* | ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORD | Steven Rostedt | 2008-10-14 | 1 | -0/+5 |
* | ftrace: enable mcount recording for modules | Steven Rostedt | 2008-10-14 | 1 | -0/+3 |
* | ftrace: mcount call site on boot nops core | Steven Rostedt | 2008-10-14 | 2 | -0/+16 |
* | ftrace: create __mcount_loc section | Steven Rostedt | 2008-10-14 | 1 | -0/+8 |
* | ftrace: ignore functions that cannot be kprobe-ed | Ingo Molnar | 2008-10-14 | 1 | -2/+3 |
* | sched: clean up tracepoints | Ingo Molnar | 2008-10-14 | 1 | -12/+23 |
* | tracing, sched: LTTng instrumentation - scheduler | Mathieu Desnoyers | 2008-10-14 | 1 | -0/+45 |
* | tracing: Kernel Tracepoints | Mathieu Desnoyers | 2008-10-14 | 3 | -1/+149 |
* | Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... | Linus Torvalds | 2008-10-13 | 22 | -148/+92 |
|\ | |||||
| *-. | Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4 | Ingo Molnar | 2008-10-13 | 2 | -11/+5 |
| |\ \ | |||||
| | | * | Merge commit 'v2.6.27' into timers/hpet | Ingo Molnar | 2008-10-10 | 32 | -109/+371 |
| | | |\ | |||||
| | | * \ | Merge commit 'v2.6.27-rc6' into timers/hpet | Ingo Molnar | 2008-09-14 | 2673 | -279840/+3570 |
| | | |\ \ | |||||
| | | * | | | hpet: /dev/hpet - fixes and cleanup | David Brownell | 2008-07-31 | 1 | -10/+1 |
| | | * | | | Merge branch 'linus' into timers/hpet | Ingo Molnar | 2008-07-31 | 1881 | -72529/+38794 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch 'linus' into timers/hpet | Ingo Molnar | 2008-06-16 | 94 | -209/+487 |
| | | |\ \ \ \ | |||||
| | | * | | | | | x86: get irq for hpet timer | Kevin Hao | 2008-06-02 | 1 | -1/+2 |
| | * | | | | | | Merge branch 'linus' into oprofile-v2 | Ingo Molnar | 2008-10-13 | 4146 | -377954/+15434 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | OProfile: add IBS code macros | Robert Richter | 2008-07-26 | 1 | -0/+2 |
| | * | | | | | | | x86: add PCI IDs for AMD Barcelona PCI devices | Robert Richter | 2008-07-26 | 1 | -0/+5 |
| * | | | | | | | | x86: change early_ioremap to use slots instead of nesting | Yinghai Lu | 2008-10-13 | 2 | -4/+4 |
| * | | | | | | | | traps: x86: various noop-changes preparing for unification of traps_xx.c | Alexander van Heukelum | 2008-10-13 | 1 | -4/+0 |
| * | | | | | | | | traps: i386: expand clear_mem_error and remove from mach_traps.h | Alexander van Heukelum | 2008-10-13 | 1 | -6/+0 |
| * | | | | | | | | traps: x86: converge trap_init functions | Alexander van Heukelum | 2008-10-13 | 2 | -9/+11 |
| * | | | | | | | | x86, traps: converge do_debug handlers | Alexander van Heukelum | 2008-10-13 | 1 | -4/+0 |
| * | | | | | | | | x86, traps: introduce dotraplinkage | Alexander van Heukelum | 2008-10-13 | 1 | -37/+36 |
| * | | | | | | | | x86, traps: split out math_error and simd_math_error | Alexander van Heukelum | 2008-10-13 | 1 | -3/+3 |
| * | | | | | | | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 | Vegard Nossum | 2008-10-13 | 2 | -3/+9 |
| * | | | | | | | | x86: __show_registers() and __show_regs() API unification | Pekka Enberg | 2008-10-13 | 1 | -2/+1 |
| * | | | | | | | | x86: move prefill_possible_map calling early, fix, V2 | Chuck Ebbert | 2008-10-13 | 1 | -5/+3 |
| * | | | | | | | | x86: merge winchip-2 and winchip-2a cpu choices | Krzysztof Helt | 2008-10-13 | 1 | -2/+0 |
| * | | | | | | | | traps: x86: remove trace_hardirqs_fixup from pagefault handler | Alexander van Heukelum | 2008-10-13 | 1 | -21/+0 |
| * | | | | | | | | x86: remove SEGMENT_IS_FLAT_CODE | Glauber Costa | 2008-10-13 | 1 | -3/+0 |
| * | | | | | | | | x86: use user_mode macro | Glauber Costa | 2008-10-13 | 1 | -3/+0 |
| * | | | | | | | | x86: make mm/gup.c more virtualization friendly | Jan Beulich | 2008-10-13 | 1 | -1/+1 |
| * | | | | | | | | x86: add memory clobber in switch_to() | Vegard Nossum | 2008-10-13 | 1 | -1/+4 |
| * | | | | | | | | x86: check dsdt before find oem table for es7000, v2 | Yinghai Lu | 2008-10-13 | 1 | -0/+1 |
| * | | | | | | | | x86: add early_memremap() | Jeremy Fitzhardinge | 2008-10-13 | 1 | -0/+1 |
| * | | | | | | | | x86: remove duplicate early_ioremap declarations | Jeremy Fitzhardinge | 2008-10-13 | 2 | -17/+0 |
| * | | | | | | | | x86: add _PAGE_IOMAP pte flag for IO mappings | Jeremy Fitzhardinge | 2008-10-13 | 1 | -2/+12 |