Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | ftrace: mmiotrace update, #2 | Pekka Paalanen | 2008-05-24 | 2 | -113/+76 | |
| | | | * | | | | | | | | ftrace: mmiotrace, updates | Pekka Paalanen | 2008-05-24 | 2 | -100/+42 | |
| | | | * | | | | | | | | ftrace: add mmiotrace plugin | Pekka Paalanen | 2008-05-24 | 2 | -179/+32 | |
| | | | * | | | | | | | | x86: mmiotrace, preview 2 | Pekka Paalanen | 2008-05-24 | 6 | -200/+315 | |
| | | | * | | | | | | | | x86: mmiotrace full patch, preview 1 | Pekka Paalanen | 2008-05-24 | 8 | -274/+297 | |
| | | | * | | | | | | | | x86 mmiotrace: Use percpu instead of arrays. | Pekka Paalanen | 2008-05-24 | 2 | -49/+58 | |
| | | | * | | | | | | | | x86: explicit call to mmiotrace in do_page_fault() | Pekka Paalanen | 2008-05-24 | 3 | -47/+47 | |
| | | | * | | | | | | | | x86 mmiotrace: fix relay-buffer-full flag for SMP | Pekka Paalanen | 2008-05-24 | 1 | -10/+16 | |
| | | | * | | | | | | | | x86 mmiotrace: use lookup_address() | Pekka Paalanen | 2008-05-24 | 3 | -22/+44 | |
| | | | * | | | | | | | | x86: mmiotrace - trace memory mapped IO | Pekka Paalanen | 2008-05-24 | 10 | -0/+1615 | |
| | | * | | | | | | | | | Merge branch 'tracing/ftrace' into auto-ftrace-next | Ingo Molnar | 2008-07-10 | 22 | -27/+524 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-06-25 | 15 | -323/+348 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / | | | | | |/| | | | | | | ||||||
| | | | * | | | | | | | | ftrace: store mcount address in rec->ip | Abhishek Sagar | 2008-06-23 | 5 | -19/+19 | |
| | | | * | | | | | | | | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-06-23 | 7 | -41/+44 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | ftrace: build fix with gcc 4.3 | Ingo Molnar | 2008-06-17 | 1 | -1/+1 | |
| | | | * | | | | | | | | | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-06-16 | 50 | -191/+350 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|/ / / / | | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | | ftrace: remove ftrace_ip_converted() | Abhishek Sagar | 2008-06-10 | 1 | -10/+0 | |
| | | | | |_|_|/ / / / / | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | ftrace: add have dynamic ftrace config for archs | Steven Rostedt | 2008-05-23 | 1 | -0/+1 | |
| | | | * | | | | | | | | ftrace: use the new kbuild CFLAGS_REMOVE for x86/kernel directory | Steven Rostedt | 2008-05-23 | 1 | -0/+7 | |
| | | | * | | | | | | | | ftrace: fix mcount export bug | Ingo Molnar | 2008-05-23 | 2 | -3/+17 | |
| | | | * | | | | | | | | x86: fix SMP alternatives: use mutex instead of spinlock, text_poke is sleepable | Pekka Paalanen | 2008-05-23 | 1 | -9/+9 | |
| | | | * | | | | | | | | x86_64: fix kernel rodata NX setting | Pekka Paalanen | 2008-05-23 | 1 | -1/+1 | |
| | | | * | | | | | | | | x86: add a list for custom page fault handlers. | Pekka Paalanen | 2008-05-23 | 2 | -0/+64 | |
| | | | * | | | | | | | | ftrace: dont write protect kernel text | Steven Rostedt | 2008-05-23 | 2 | -2/+12 | |
| | | | * | | | | | | | | ftrace: fix the fault label in updating code | Steven Rostedt | 2008-05-23 | 1 | -2/+2 | |
| | | | * | | | | | | | | ftrace: fix kexec | Ingo Molnar | 2008-05-23 | 2 | -0/+8 | |
| | | | * | | | | | | | | ftrace: use dynamic patching for updating mcount calls | Steven Rostedt | 2008-05-23 | 3 | -5/+150 | |
| | | | * | | | | | | | | ftrace: move memory management out of arch code | Steven Rostedt | 2008-05-23 | 1 | -154/+29 | |
| | | | * | | | | | | | | ftrace: use nops instead of jmp | Steven Rostedt | 2008-05-23 | 2 | -18/+26 | |
| | | | * | | | | | | | | ftrace: dynamic enabling/disabling of function calls | Steven Rostedt | 2008-05-23 | 2 | -0/+238 | |
| | | | * | | | | | | | | ftrace: trace preempt off critical timings | Steven Rostedt | 2008-05-23 | 1 | -0/+3 | |
| | | | * | | | | | | | | ftrace: trace irq disabled critical timings | Steven Rostedt | 2008-05-23 | 4 | -2/+68 | |
| | | | * | | | | | | | | ftrace: add basic support for gcc profiler instrumentation | Arnaldo Carvalho de Melo | 2008-05-23 | 3 | -0/+65 | |
| | | | * | | | | | | | | x86: add notrace annotations to vsyscall. | Steven Rostedt | 2008-05-23 | 3 | -9/+12 | |
| | | | | |_|_|_|/ / / | | | | |/| | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 5 | -12/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 68 | -566/+834 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | x86-mce: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 | |
| | * | | | | | | | | | microcode: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 | |
| | * | | | | | | | | | apm_32: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 | |
| | * | | | | | | | | | x86: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 2 | -12/+29 | |
| * | | | | | | | | | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-07-14 | 202 | -13204/+18516 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | x86: make 64bit hpet_set_mapping to use ioremap too, v2 | Yinghai Lu | 2008-07-14 | 1 | -16/+4 | |
| | * | | | | | | | | | x86: get x86_phys_bits early | Yinghai Lu | 2008-07-14 | 3 | -26/+8 | |
| | * | | | | | | | | | x86: max_low_pfn_mapped fix #4 | Yinghai Lu | 2008-07-14 | 1 | -5/+2 | |
| | * | | | | | | | | | x86: change _node_to_cpumask_ptr to return const ptr | Mike Travis | 2008-07-13 | 1 | -4/+4 | |
| | * | | | | | | | | | x86: I/O APIC: remove an IRQ2-mask hack | Maciej W. Rozycki | 2008-07-13 | 3 | -21/+0 | |
| | * | | | | | | | | | x86: fix numaq_tsc_disable calling | Yinghai Lu | 2008-07-13 | 3 | -3/+16 | |
| | * | | | | | | | | | x86, e820: remove end_user_pfn | Yinghai Lu | 2008-07-13 | 1 | -17/+2 | |
| | * | | | | | | | | | x86: max_low_pfn_mapped fix, #3 | Yinghai Lu | 2008-07-13 | 1 | -0/+14 | |
| | * | | | | | | | | | x86: max_low_pfn_mapped fix, #2 | Yinghai Lu | 2008-07-13 | 4 | -6/+7 |