| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: smp.c - align smp_ops assignments | Cyrill Gorcunov | 2009-04-12 | 1 | -10/+10 |
* | x86: apic - introduce dummy apic operations | Cyrill Gorcunov | 2009-04-12 | 2 | -8/+26 |
* | x86: apic - introduce imcr_ helpers | Cyrill Gorcunov | 2009-04-12 | 1 | -4/+25 |
* | x86: irq.c - tiny cleanup | Cyrill Gorcunov | 2009-04-12 | 1 | -4/+5 |
* | x86, irqinit: preempt merge conflicts | Ingo Molnar | 2009-04-10 | 1 | -0/+8 |
* | x86: remove some ifdefs from native_init_IRQ() | Pekka Enberg | 2009-04-10 | 1 | -6/+2 |
* | x86: define IA32_SYSCALL_VECTOR on 32-bit to reduce ifdefs | Pekka Enberg | 2009-04-10 | 2 | -10/+1 |
* | x86: unify irqinit_{32,64}.c into irqinit.c | Pekka Enberg | 2009-04-10 | 3 | -278/+1 |
* | x86: unify apic_intr_init() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -1/+19 |
* | x86: unify trivial differences in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -0/+24 |
* | x86: unify native_init_IRQ() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -20/+115 |
* | x86: unify init_ISA_irqs() in irqinit_{32,64}.c | Pekka Enberg | 2009-04-10 | 2 | -5/+7 |
* | x86: unify smp_intr_init() in irqinit_{32,64}.h | Pekka Enberg | 2009-04-10 | 2 | -3/+7 |
* | x86: use identical loop constructs in 32-bit and 64-bit native_init_IRQ() | Pekka Enberg | 2009-04-10 | 2 | -5/+6 |
* | x86: introduce apic_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -18/+22 |
* | x86: introduce smp_intr_init() in irqinit_32.c | Pekka Enberg | 2009-04-10 | 1 | -28/+33 |
* | x86: move init_ISA_irqs() in irqinit_32.c to match ordering in irqinit_64.c | Pekka Enberg | 2009-04-10 | 1 | -24/+24 |
* | x86: move x86_quirk_pre_intr_init() to irqinit_32.c | Pekka Enberg | 2009-04-10 | 2 | -19/+19 |
* | x86: consolidate SMP code in io_apic.c | Gary Hade | 2009-04-09 | 1 | -114/+109 |
* | x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC | Yinghai Lu | 2009-04-08 | 1 | -4/+6 |
* | x86: make wakeup_secondary_cpu_via_init static | Yinghai Lu | 2009-04-08 | 1 | -1/+1 |
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-04-07 | 1 | -1/+0 |
|\ |
|
| * | tracing, x86: remove duplicated #include | Huang Weiyi | 2009-04-07 | 1 | -1/+0 |
* | | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 2 | -3/+3 |
* | | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-04-06 | 2 | -54/+156 |
|\ \ |
|
| * | | x2apic/intr-remap: decouple interrupt remapping from x2apic | Han, Weidong | 2009-04-04 | 1 | -5/+24 |
| * | | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 2009-04-03 | 2 | -49/+132 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-04-05 | 3 | -8/+75 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into release | Len Brown | 2009-04-05 | 169 | -8085/+11675 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'misc' into release | Len Brown | 2009-04-05 | 2 | -1/+13 |
| |\ \ \ \ |
|
| | * | | | | ACPI: update comment | Zhang Rui | 2009-04-03 | 1 | -1/+1 |
| | * | | | | ACPI: cap off P-state transition latency from buggy BIOSes | Pallipadi, Venkatesh | 2009-03-27 | 1 | -0/+12 |
| * | | | | | Merge branch 'x2apic' into release | Len Brown | 2009-04-05 | 1 | -4/+59 |
| |\ \ \ \ \ |
|
| | * | | | | | x86, ACPI: add support for x2apic ACPI extensions | Suresh Siddha | 2009-04-03 | 1 | -4/+59 |
| | |/ / / / |
|
| * | | | | | ACPI: cpufreq: use new bit register access function | Lin Ming | 2009-03-27 | 1 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 | 8 | -83/+180 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 2009-04-02 | 8 | -83/+180 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | | | | | | |
| | | \ \ \ | |
| | | \ \ \ | |
| | | \ \ \ | |
| | *---. \ \ \ | Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/... | Ingo Molnar | 2009-03-31 | 2 | -13/+10 |
| | |\ \ \ \ \ \ |
|
| | | | * | | | | | x86: kretprobe-booster interrupt emulation code fix | Masami Hiramatsu | 2009-03-25 | 1 | -8/+9 |
| | | |/ / / / /
| | |/| | | | | |
|
| | | * | | | | | function-graph: moved the timestamp from arch to generic code | Steven Rostedt | 2009-03-24 | 1 | -5/+1 |
| | |/ / / / / |
|
| | * | | | | | ftrace: protect running nmi (V3) | Lai Jiangshan | 2009-03-18 | 1 | -23/+40 |
| | |/ / / / |
|
| | * | | | | Merge branches 'tracing/ftrace' and 'linus' into tracing/core | Ingo Molnar | 2009-03-18 | 2 | -45/+68 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | Merge branch 'x86/asm' into tracing/syscalls | Ingo Molnar | 2009-03-14 | 13 | -82/+1078 |
| | |\ \ \ \ |
|
| | * | | | | | tracing/syscalls: support for syscalls tracing on x86, fix | Ingo Molnar | 2009-03-13 | 1 | -1/+2 |
| | * | | | | | tracing/syscalls: support for syscalls tracing on x86 | Frederic Weisbecker | 2009-03-13 | 1 | -0/+63 |
| | * | | | | | tracing/x86: basic implementation of syscall tracing for x86 | Frederic Weisbecker | 2009-03-13 | 1 | -0/+7 |
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/... | Ingo Molnar | 2009-03-10 | 2 | -3/+2 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | x86: expand irq-off region in text_poke() | Masami Hiramatsu | 2009-03-10 | 1 | -2/+2 |