Age | Commit message (Expand) | Author | Files | Lines |
2010-03-05 | x86: fix mtrr missing kernel-doc | Randy Dunlap | 1 | -0/+1 |
2010-03-05 | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -105/+564 |
2010-03-04 | x86: Issue at least one memory barrier in stop_machine_text_poke() | Masami Hiramatsu | 1 | -2/+2 |
2010-03-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -32/+7 |
2010-03-03 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -163/+212 |
2010-03-03 | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -512/+91 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 3 | -8/+8 |
2010-03-01 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -3/+3 |
2010-03-01 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2010-02-28 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -14/+21 |
2010-02-28 | Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+100 |
2010-02-28 | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -0/+97 |
2010-02-28 | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+21 |
2010-02-28 | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -14/+14 |
2010-02-28 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -1/+28 |
2010-02-28 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -94/+160 |
2010-02-28 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -106/+12 |
2010-02-28 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -55/+55 |
2010-02-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -1369/+2110 |
2010-02-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -10/+26 |
2010-02-28 | Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes... | Linus Torvalds | 1 | -0/+1 |
2010-02-28 | x86: Fix out of order of gsi | Eric W. Biederman | 1 | -18/+10 |
2010-02-27 | x86, paravirt: Remove kmap_atomic_pte paravirt op. | Ian Campbell | 2 | -24/+0 |
2010-02-27 | x86, vmi: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y | Ian Campbell | 1 | -12/+11 |
2010-02-27 | x86: apic: Fix mismerge, add arch_probe_nr_irqs() again | Ingo Molnar | 1 | -0/+22 |
2010-02-27 | x86: Enable NMI on all cpus on UV | Russ Anderson | 3 | -0/+48 |
2010-02-27 | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 1 | -10/+0 |
2010-02-26 | perf_event, amd: Fix spinlock initialization | Peter Zijlstra | 1 | -1/+1 |
2010-02-26 | perf_events, x86: Split PMU definitions into separate files | Peter Zijlstra | 4 | -1514/+1554 |
2010-02-26 | perf_events, x86: Remove superflous MSR writes | Peter Zijlstra | 1 | -3/+0 |
2010-02-26 | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() | Peter Zijlstra | 1 | -9/+9 |
2010-02-26 | perf_events, x86: AMD event scheduling | Stephane Eranian | 1 | -3/+262 |
2010-02-26 | perf_events: Add new start/stop PMU callbacks | Stephane Eranian | 1 | -4/+20 |
2010-02-26 | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -0/+26 |
2010-02-26 | early_res: Add free_early_partial() | Yinghai Lu | 1 | -0/+6 |
2010-02-25 | kprobes/x86: Support kprobes jump optimization on x86 | Masami Hiramatsu | 1 | -22/+411 |
2010-02-25 | x86: Add text_poke_smp for SMP cross modifying code | Masami Hiramatsu | 1 | -0/+60 |
2010-02-25 | kprobes/x86: Cleanup save/restore registers | Masami Hiramatsu | 1 | -61/+67 |
2010-02-25 | kprobes/x86: Boost probes when reentering | Masami Hiramatsu | 1 | -22/+26 |
2010-02-25 | kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE | Masami Hiramatsu | 1 | -1/+1 |
2010-02-25 | ftrace: Remove memory barriers from NMI code when not needed | Steven Rostedt | 1 | -0/+26 |
2010-02-25 | x86: Do not reserve brk for DMI if it's not going to be used | Thadeu Lima de Souza Cascardo | 1 | -0/+2 |
2010-02-23 | x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_set | Suresh Siddha | 1 | -4/+0 |
2010-02-23 | x86, ptrace: Simplify xstateregs_get() | Suresh Siddha | 1 | -23/+7 |
2010-02-22 | Merge branch 'x86/irq' into x86/apic | H. Peter Anvin | 35 | -980/+487 |
2010-02-22 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -25/+12 |
2010-02-20 | Merge branch 'x86/urgent' into x86/irq | H. Peter Anvin | 8 | -38/+95 |
2010-02-19 | hw-breakpoint: Keep track of dr7 local enable bits | Frederic Weisbecker | 1 | -2/+5 |
2010-02-19 | hw-breakpoints: Accept breakpoints on NULL address | Frederic Weisbecker | 1 | -23/+7 |
2010-02-18 | x86, cacheinfo: Enable L3 CID only on AMD | Borislav Petkov | 1 | -88/+98 |