x86: PAT use reserve free memtype in pci_mmap_page_range
[sfrench/cifs-2.6.git] / arch /
2008-04-17 venkatesh.pallipad... x86: PAT use reserve free memtype in pci_mmap_page_range
2008-04-17 venkatesh.pallipad... x86: PAT use reserve free memtype in set_memory_uc
2008-04-17 venkatesh.pallipad... x86: PAT use reserve free memtype in ioremap and iounmap
2008-04-17 venkatesh.pallipad... x86: PAT make ioremap_change_attr non-static
2008-04-17 Ingo Molnarx86: revert ucminus change
2008-04-17 venkatesh.pallipad... x86: PAT infrastructure patch
2008-04-17 Pavel Machekx86: clean up aperture_64.c
2008-04-17 Yinghai Lux86: allocate e820 resource struct all together
2008-04-17 Yinghai Lux86: early memtest to find bad ram
2008-04-17 Robert P. J. Dayx86: Explicitly include required header files.
2008-04-17 Yakov Lernerx86, kprobes: correct post-eip value in post_hander()
2008-04-17 Roland McGrathx86: handle_vm86_trap cleanup
2008-04-17 Roland McGrathx86: sys32_execve PT_DTRACE
2008-04-17 Roland McGrathx86: ia32 ptrace vs -ENOSYS sysenter/syscall
2008-04-17 Roland McGrathx86: ptrace vs -ENOSYS
2008-04-17 Roland McGrathx86: ia32 ptrace vs -ENOSYS
2008-04-17 Adrian Bunkx86: remove the write-only timer_uses_ioapic_pin_0
2008-04-17 Ingo Molnarx86: vsmp fix x86 vsmp fix is vsmp box cleanup
2008-04-17 Ravikiran G Thirumalaix86: apic_is_clustered_box to indicate unsynched TSC...
2008-04-17 Ravikiran G Thirumalaix86: vSMP: use pvops only if platform has the capabilit...
2008-04-17 Ravikiran G Thirumalaix86: fix build breakage when PCI is define and PARAVIRT...
2008-04-17 Ravikiran G Thirumalaix86: vSMP: Fix is_vsmp_box()
2008-04-17 Alexey Starikovskiyx86: make struct mpc_config_translation NUMAQ-only
2008-04-17 Alexey Starikovskiyx86: remove mpc_oem_bus_info()
2008-04-17 Alexey Starikovskiyx86: remove mpc_oem_pci_bus()
2008-04-17 Alexey Starikovskiyx86: remove mpc_apic_id()
2008-04-17 Alexey Starikovskiyx86: rename gsi_start to gsi_base to match mpparse_32.c
2008-04-17 Alexey Starikovskiyx86: limit scan to 1k of EBDA.
2008-04-17 Alexey Starikovskiyx86: use get_bios_ebda in mpparse_64.c
2008-04-17 Alexey Starikovskiyx86: add uniq_ioapic_id to mpparse_32.c
2008-04-17 Alexey Starikovskiyx86: add bad_ioapic to mpparse_32.c
2008-04-17 Alexey Starikovskiyx86: lindent mpparse_64.c
2008-04-17 Glauber de Oliveir... x86: remove smpboot_32.c and smpboot_64.c
2008-04-17 Glauber de Oliveir... x86: move apicid mappings to smpboot.c
2008-04-17 Glauber de Oliveir... x86: merge cpu_exit_clear
2008-04-17 Glauber de Oliveir... x86: merge native_smp_prepare_cpus
2008-04-17 Glauber de Oliveir... x86: introduce smpboot_clear_io_apic
2008-04-17 Glauber de Oliveir... x86: change x86_64 sanity checks to match i386.
2008-04-17 Glauber de Oliveir... x86: add extra sanity check
2008-04-17 Glauber de Oliveir... x86: change x86_64 native_smp_prepare_cpus to match...
2008-04-17 Glauber de Oliveir... x86: additions to i386 native_smp_prepare_cpus.
2008-04-17 Glauber de Oliveir... x86: get rid of smp_boot_cpus
2008-04-17 Glauber de Oliveir... x86: use physical id when disabling smp
2008-04-17 Glauber de Oliveir... x86: merge native_smp_cpus_done
2008-04-17 Glauber de Oliveir... x86: merge smp_prepare_boot_cpu
2008-04-17 Glauber de Oliveir... x86: integrate start_secondary
2008-04-17 Glauber de Oliveir... x86: integrate do_boot_cpu
2008-04-17 Glauber de Oliveir... x86: change boot_cpu_id to boot_cpu_physical_apicid
2008-04-17 Glauber de Oliveir... x86: move stack_start to smp.h
2008-04-17 Glauber de Oliveir... x86: move {un}map_cpu_to_logical_apicid to smpboot.c
2008-04-17 Glauber de Oliveir... x86: add callin tests to cpu_up
2008-04-17 Glauber de Oliveir... x86: change wakeup_secondary name
2008-04-17 Glauber de Oliveir... x86: include mach_apic.h in smpboot_64.c and smpboot.c
2008-04-17 Glauber de Oliveir... x86: call do_boot_cpu directly from native_cpu_up
2008-04-17 Glauber de Oliveir... x86: minor adjustments for do_boot_cpu
2008-04-17 Glauber de Oliveir... x86: calibrate delay with irqs enabled
2008-04-17 Glauber de Oliveir... x86: provide an end_local_APIC_setup function
2008-04-17 Glauber de Oliveir... x86: wrap esr setting up in i386 in lapic_setup_esr
2008-04-17 Glauber de Oliveir... x86: modify smp_callin in x86_64 to look like i386
2008-04-17 Glauber de Oliveir... x86: don't span a new worker in __smp_prepare_cpu
2008-04-17 Glauber de Oliveir... x86: use create_idle struct in do_boot_cpu
2008-04-17 Glauber de Oliveir... x86: get rid of commenced mask.
2008-04-17 Glauber de Oliveir... x86: boot cpus from cpu_up, instead of prepare_cpus
2008-04-17 Glauber de Oliveir... x86: do not zap_low_mappings in __smp_prepare_cpus
2008-04-17 Glauber de Oliveir... x86: schedule work only if keventd is already running
2008-04-17 Glauber de Oliveir... x86: don't initialize sibling and core maps during...
2008-04-17 Glauber de Oliveir... x86: call nmi_watchdog_default in i386
2008-04-17 Glauber de Oliveir... x86: call check_nmi_watchdog explicitly in native_smp_c...
2008-04-17 Glauber de Oliveir... x86: unify nmi_32.h and nmi_64.h
2008-04-17 Glauber de Oliveir... x86: wipe get_nmi_reason out of nmi_64.h
2008-04-17 Glauber de Oliveir... x86: don't set maps in native_smp_prepare_boot_cpu()
2008-04-17 Glauber de Oliveir... x86: move smp_intr_init away from smpboot_32.c
2008-04-17 Glauber de Oliveir... x86: include smpboot_hooks.h in smpboot_64.c
2008-04-17 Glauber de Oliveir... x86: include mach_wakecpu.h in smpboot_64
2008-04-17 Glauber de Oliveir... x86: add subarch support (for headers) to x86_64
2008-04-17 Glauber de Oliveir... x86: move impress_friends and smp_check to cpus_done
2008-04-17 Glauber de Oliveir... x86: do smp tainting checks in a separate function
2008-04-17 Glauber de Oliveir... x86: allow user to impress friends.
2008-04-17 Glauber de Oliveir... x86: get rid of cpucount
2008-04-17 Ingo Molnarx86: fill cpu to apicid and present map in mpparse...
2008-04-17 Glauber de Oliveir... x86: fill cpu to apicid and present map in mpparse
2008-04-17 Glauber de Oliveir... x86: fill bios cpu to apicid maps
2008-04-17 Glauber de Oliveir... x86: use specialized routine for setup per-cpu area
2008-04-17 Glauber de Oliveir... x86: initialize map pointers in setup_32.c
2008-04-17 Glauber de Oliveir... x86: define bios to apicid mapping
2008-04-17 Glauber de Oliveir... x86: move assignment of CPU_PREPARE before do_boot_cpu
2008-04-17 Glauber de Oliveir... x86: make __smp_prepare_cpu void
2008-04-17 Glauber de Oliveir... x86: do tests before do_boot_cpu in i386
2008-04-17 Glauber de Oliveir... x86: isolate logic to disable smp
2008-04-17 Glauber de Oliveir... x86: isolate sanity checking
2008-04-17 Glauber de Oliveir... x86: add barriers statement
2008-04-17 Glauber de Oliveir... x86: use APIC_INTEGRATED tests in x86_64
2008-04-17 Glauber de Oliveir... x86: move state update out of ipi_lock
2008-04-17 Glauber de Oliveir... x86: move setup_secondary_clock a little bit down in...
2008-04-17 Glauber de Oliveir... x86: don't call local_irq_enable before entering idle
2008-04-17 Glauber de Oliveir... x86: always enable irqs when entering idle
2008-04-17 Glauber de Oliveir... x86: merge smp_store_cpu_info
2008-04-17 Glauber de Oliveir... x86: call identify_secondary_cpu in smp_store_cpu_info
2008-04-17 Glauber de Oliveir... x86: use identify_boot_cpu
2008-04-17 Glauber de Oliveir... x86: provide specialized identification routines for...
next