summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-1453-44/+2862
|\
| * Merge branch 'tracing/mmiotrace' into auto-ftrace-nextIngo Molnar2008-07-1010-57/+1673
| |\
| | * Merge branch 'tracing/mmiotrace-mergefixups' into tracing/mmiotraceIngo Molnar2008-07-071-0/+1
| | |\
| | | * Merge branch 'linus' into tracing/mmiotrace-mergefixupsIngo Molnar2008-06-25122-3391/+5896
| | | |\
| | | * \ Merge branch 'linus' into tracing/mmiotrace-mergefixupsIngo Molnar2008-06-16190-1796/+3043
| | | |\ \
| | | * | | - fix mmioftrace + rcu merge interactionIngo Molnar2008-05-251-0/+1
| | * | | | Merge branch 'linus' into tracing/mmiotraceIngo Molnar2008-07-07318-5209/+9101
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | x86 mmiotrace: page level is unsignedPekka Paalanen2008-05-242-7/+8
| | * | | | mmiotrace: rename kmmio_probe::user_data to :private.Pekka Paalanen2008-05-241-2/+2
| | * | | | x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen2008-05-241-5/+6
| | * | | | x86 mmiotrace: fix page-unaligned ioremapsPekka Paalanen2008-05-243-3/+15
| | * | | | mmiotrace: code style cleanupsPekka Paalanen2008-05-243-7/+6
| | * | | | x86 mmiotrace: dynamically disable non-boot CPUsPekka Paalanen2008-05-241-0/+61
| | * | | | x86/mmiotrace: uses/depends on PCIRandy Dunlap2008-05-241-2/+2
| | * | | | mmiotrace: fix printk formatRandy Dunlap2008-05-241-2/+3
| | * | | | mmiotrace: add user documentationPekka Paalanen2008-05-241-5/+3
| | * | | | x86 mmiotrace: remove ISA_trace parameter.Pekka Paalanen2008-05-241-5/+0
| | * | | | x86 mmiotrace: move files into arch/x86/mm/.Pekka Paalanen2008-05-248-6/+5
| | * | | | mmiotrace: cleanupIngo Molnar2008-05-241-5/+5
| | * | | | ftrace: mmiotrace update, #2Pekka Paalanen2008-05-242-113/+76
| | * | | | ftrace: mmiotrace, updatesPekka Paalanen2008-05-242-100/+42
| | * | | | ftrace: add mmiotrace pluginPekka Paalanen2008-05-242-179/+32
| | * | | | x86: mmiotrace, preview 2Pekka Paalanen2008-05-246-200/+315
| | * | | | x86: mmiotrace full patch, preview 1Pekka Paalanen2008-05-248-274/+297
| | * | | | x86 mmiotrace: Use percpu instead of arrays.Pekka Paalanen2008-05-242-49/+58
| | * | | | x86: explicit call to mmiotrace in do_page_fault()Pekka Paalanen2008-05-243-47/+47
| | * | | | x86 mmiotrace: fix relay-buffer-full flag for SMPPekka Paalanen2008-05-241-10/+16
| | * | | | x86 mmiotrace: use lookup_address()Pekka Paalanen2008-05-243-22/+44
| | * | | | x86: mmiotrace - trace memory mapped IOPekka Paalanen2008-05-2410-0/+1615
| * | | | | Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar2008-07-1045-43/+1245
| |\ \ \ \ \
| | * | | | | fix "ftrace: store mcount address in rec->ip"Ingo Molnar2008-07-011-1/+1
| | * | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-2518-328/+350
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-2313-53/+57
| | * | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-23105-3064/+5547
| | |\ \ \ \ \
| | * | | | | | ftrace: build fix with gcc 4.3Ingo Molnar2008-06-171-1/+1
| | * | | | | | Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-16190-1796/+3043
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ftrace: remove ftrace_ip_converted()Abhishek Sagar2008-06-104-37/+0
| | * | | | | | ftrace: export kretprobe_trampoline for function tracerAbhishek Sagar2008-06-021-1/+1
| | * | | | | | ftrace: core support for ARMAbhishek Sagar2008-06-026-0/+193
| | * | | | | | ftrace: powerpc clean upsSteven Rostedt2008-05-265-20/+14
| | | |_|_|/ / | | |/| | | |
| | * | | | | ftrace: add have dynamic ftrace config for archsSteven Rostedt2008-05-233-0/+3
| | * | | | | ftrace: use the new kbuild CFLAGS_REMOVE for x86/kernel directorySteven Rostedt2008-05-231-0/+7
| | * | | | | ftrace: support for PowerPCSteven Rostedt2008-05-2310-8/+396
| | * | | | | ftrace: fix mcount export bugIngo Molnar2008-05-232-3/+17
| | * | | | | sparc64: add ftrace support.David Miller2008-05-235-5/+156
| | * | | | | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepablePekka Paalanen2008-05-231-9/+9
| | * | | | | x86_64: fix kernel rodata NX settingPekka Paalanen2008-05-231-1/+1
| | * | | | | x86: add a list for custom page fault handlers.Pekka Paalanen2008-05-232-0/+64
| | * | | | | ftrace: dont write protect kernel textSteven Rostedt2008-05-232-2/+12
| | * | | | | ftrace: fix the fault label in updating codeSteven Rostedt2008-05-231-2/+2
OpenPOWER on IntegriCloud