| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/paravirt' into x86/apic | Ingo Molnar | 2009-02-09 | 11 | -37/+103 |
|\ |
|
| * | Merge branch 'core/percpu' into x86/paravirt | H. Peter Anvin | 2009-02-05 | 5 | -15/+21 |
| |\ |
|
| | * | x86, percpu: fix kexec with vmlinux | Yinghai Lu | 2009-02-03 | 1 | -2/+3 |
| | * | x86: split loading percpu segments from loading gdt | Jeremy Fitzhardinge | 2009-01-31 | 1 | -6/+12 |
| | * | x86: pass in cpu number to switch_to_new_gdt() | Brian Gerst | 2009-01-31 | 3 | -6/+5 |
| | * | x86: UV fix uv_flush_send_and_wait() | Cliff Wickman | 2009-01-31 | 1 | -1/+1 |
| * | | x86/vmi: fix interrupt enable/disable/save/restore calling convention. | Jeremy Fitzhardinge | 2009-02-02 | 1 | -4/+5 |
| * | | x86/paravirt: use callee-saved convention for pte_val/make_pte/etc | Jeremy Fitzhardinge | 2009-01-30 | 1 | -41/+12 |
| * | | x86/paravirt: add register-saving thunks to reduce caller register pressure | Jeremy Fitzhardinge | 2009-01-30 | 2 | -8/+12 |
| * | | x86: fix paravirt clobber in entry_64.S | Jeremy Fitzhardinge | 2009-01-30 | 1 | -1/+1 |
| * | | x86/pvops: add a paravirt_ident functions to allow special patching | Jeremy Fitzhardinge | 2009-01-30 | 3 | -9/+93 |
| * | | Merge branch 'core/percpu' into x86/paravirt | H. Peter Anvin | 2009-01-30 | 52 | -1505/+726 |
| |\| |
|
| | * | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-30 | 1 | -1/+1 |
| | |\ |
|
* | | | | x86: unify do_IRQ() | Jeremy Fitzhardinge | 2009-02-09 | 3 | -60/+38 |
* | | | | x86: add handle_irq() to allow interrupt injection | Jeremy Fitzhardinge | 2009-02-09 | 2 | -20/+37 |
* | | | | x86: find nr_irqs_gsi with mp_ioapic_routing | Yinghai Lu | 2009-02-09 | 2 | -5/+38 |
* | | | | x86: check_timer cleanup | Yinghai Lu | 2009-02-09 | 1 | -8/+22 |
* | | | | x86: use NR_IRQS_LEGACY to replace 16 | Yinghai Lu | 2009-02-09 | 1 | -4/+4 |
* | | | | x86/irq: optimize nr_irqs | Yinghai Lu | 2009-02-09 | 1 | -5/+11 |
* | | | | x86, numaq: cleanups | Ingo Molnar | 2009-02-05 | 1 | -15/+18 |
* | | | | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 9 | -23/+47 |
|\ \ \ \ |
|
| * | | | | x86: fix grammar in user-visible BIOS warning | Alex Chiang | 2009-02-05 | 1 | -1/+1 |
| * | | | | x86, 64-bit: print DMI info in the oops trace | Kyle McMartin | 2009-02-04 | 1 | -2/+7 |
| * | | | | Merge branch 'core/xen' into x86/urgent | Ingo Molnar | 2009-02-04 | 5 | -18/+22 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-02-01 | 1 | -14/+17 |
| | |\ \ \ \ |
|
| | | * | | | | x86, ds, bts: cleanup/fix DS configuration | Markus Metzger | 2009-01-22 | 1 | -14/+17 |
| | * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-01 | 2 | -3/+2 |
| | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 2009-01-30 | 1 | -1/+1 |
| * | | | | | | x86: APIC: enable workaround on AMD Fam10h CPUs | Borislav Petkov | 2009-02-04 | 1 | -1/+1 |
| * | | | | | | x86: push old stack address on irqstack for unwinder | Martin Hicks | 2009-02-03 | 1 | -0/+1 |
| * | | | | | | irq, x86: fix lock status with numa_migrate_irq_desc | Yinghai Lu | 2009-02-01 | 1 | -2/+3 |
| * | | | | | | x86: add cache descriptors for Intel Core i7 | Dave Jones | 2009-02-01 | 1 | -0/+15 |
| * | | | | | | x86/Voyager: make it build and boot | James Bottomley | 2009-01-31 | 1 | -12/+0 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | x86: tone down mtrr_trim_uncached_memory() warning | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
* | | | | | | x86: move default_ipi_xx back to ipi.c | Yinghai Lu | 2009-02-05 | 1 | -0/+108 |
* | | | | | | x86, apic: explain the purpose of max_physical_apicid | Ingo Molnar | 2009-02-05 | 1 | -2/+15 |
* | | | | | | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 2009-02-05 | 3 | -5/+12 |
* | | | | | | x86, apic: clean up spurious vector sanity check | Ingo Molnar | 2009-01-31 | 1 | -7/+0 |
* | | | | | | x86: update copyrights | Ingo Molnar | 2009-01-31 | 6 | -6/+6 |
* | | | | | | x86, apic: clean up header section | Ingo Molnar | 2009-01-31 | 1 | -24/+22 |
* | | | | | | x86, apic, 32-bit: add self-IPI methods | Ingo Molnar | 2009-01-30 | 5 | -5/+5 |
* | | | | | | x86: don't treat bigsmp as non-standard | Yinghai Lu | 2009-01-30 | 4 | -5/+5 |
* | | | | | | x86: seperate default_send_IPI_mask_sequence/allbutself from logical | Yinghai Lu | 2009-01-30 | 7 | -158/+17 |
* | | | | | | x86: fix compiling with 64bit with def_to_bigsmp | Yinghai Lu | 2009-01-30 | 1 | -1/+1 |
* | | | | | | x86: allow more than 8 cpus to be used on 32-bit | Yinghai Lu | 2009-01-30 | 1 | -1/+1 |
* | | | | | | x86: unify genapic code, unify subarchitectures, remove old subarchitecture c... | Suresh Siddha | 2009-01-29 | 1 | -1/+1 |
* | | | | | | x86: rename X86_GENERICARCH to X86_32_NON_STANDARD | Ingo Molnar | 2009-01-29 | 4 | -4/+4 |
* | | | | | | x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
* | | | | | | x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | | | | | | x86: generalize boot_cpu_id | Ingo Molnar | 2009-01-29 | 2 | -12/+14 |