nfsd: fix sparse warnings
[safe/jmp/linux-2.6] / include / asm-x86 /
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-19 Hidetoshi Setosched, cpuset: customize sched domains, core
2008-04-19 Mike Traviscpumask: reduce stack usage in SD_x_INIT initializers
2008-04-19 Mike Travisasm-generic: add node_to_cpumask_ptr macro
2008-04-19 Jack Steinerx86: UV startup of slave cpus
2008-04-19 Glauber Costax86: move dma_coherent functions to pci-dma.c
2008-04-19 Glauber Costax86: merge iommu initialization parameters
2008-04-19 Glauber Costax86: move pci fixup to pci-dma.c
2008-04-19 Glauber Costax86: use dma_length in i386
2008-04-19 Glauber Costax86: delete the arch-specific dma-mapping headers.
2008-04-19 Glauber Costax86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma...
2008-04-19 Glauber Costax86: unify dma_mapping_error
2008-04-19 Glauber Costax86: provide a bad_dma_address symbol for i386
2008-04-19 Glauber Costax86: align to clflush size
2008-04-19 Glauber Costax86: move dma_supported and dma_set_mask to pci-dma_32.c
2008-04-19 Glauber Costax86: move dma_cache_sync to common header
2008-04-19 Ingo Molnarx86: dma-ops on highmem fix
2008-04-19 Glauber Costax86: move dma_map_page and dma_unmap_page to common...
2008-04-19 Glauber Costax86: move alloc and free coherent to common header
2008-04-19 Glauber Costax86: move dma_sync_sg_for_device to common header
2008-04-19 Glauber Costax86: move dma_sync_sg_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_sync_single_range_for_device to common...
2008-04-19 Glauber Costax86: move dma_sync_single_range_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_sync_single_for_device to common header
2008-04-19 Glauber Costax86: move dma_sync_single_for_cpu to common header
2008-04-19 Glauber Costax86: move dma_unmap_sg to common header
2008-04-19 Glauber Costax86: move dma_map_sg to common header
2008-04-19 Glauber Costax86: move dma_unmap_single to common header
2008-04-19 Glauber Costax86: implement dma_map_single through dma_ops
2008-04-19 Glauber Costax86: move dma_ops struct definition to dma-mapping.h
2008-04-19 Yinghai Lux86: reserve dma32 early for gart
2008-04-19 Suresh Siddhasrat, x86: add support for nodes spanning other nodes
2008-04-19 Suresh Siddhax86: fpu xstate split fix
2008-04-19 Suresh Siddhax86: fpu xstate split cleanup
2008-04-19 Suresh Siddhax86, fpu: lazy allocation of FPU area - v5
2008-04-19 Suresh Siddhax86, fpu: split FPU state from task struct - v5
2008-04-19 Ingo Molnarx86: rename find_max_pfn() to propagate_e820_map()
2008-04-19 Erik Bosmanx86: implement prctl PR_GET_TSC and PR_SET_TSC
2008-04-19 Alexander van Heukelumx86: cleanup boot-heap usage
2008-04-18 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-04-18 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-kgdb
2008-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-17 Bartlomiej Zolnier... ide: remove ide_init_default_irq() macro
2008-04-17 Bartlomiej Zolnier... ide: remove ide_default_io_ctl() macro
2008-04-17 Bartlomiej Zolnier... ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)
2008-04-17 Jason Wesselkgdb: fix NMI hangs
2008-04-17 Ingo Molnarx86: kgdb support
2008-04-17 Pavel Machekx86: move suspend wakeup code to C
2008-04-17 Alexey Starikovskiyx86: move mp_register_lapic_address to boot.c
2008-04-17 Alexey Starikovskiyx86: move mp_register_lapic to boot.c
2008-04-17 Alexey Starikovskiyx86: move up & smp variables to setup.c
2008-04-17 Alexey Starikovskiyx86: move mp_ioapic_routing to boot.c
2008-04-17 Alexey Starikovskiyx86: don't set IO APIC features if IO APIC is not enabled
2008-04-17 Mike Travisx86: clean up non-smp usage of cpu maps
2008-04-17 Ingo Molnarx86: uv fix
2008-04-17 Jack Steinerx86: support for new UV apic
2008-04-17 Jack Steinerx86: define the macros and tables for blade functions
2008-04-17 Jack Steinerx86: define the macros and tables for the basic UV...
2008-04-17 Jack Steinerx86: add UV specific header for MMR definitions
2008-04-17 Jack Steinerx86: increase size of APICID
2008-04-17 Jack Steinerx86: add functions to determine if platform is a UV...
2008-04-17 Jack Steinerx86: change GET_APIC_ID() from an inline function to...
2008-04-17 gorcunov@gmail.comx86: replace most VM86 flags with flags from processor...
2008-04-17 gorcunov@gmail.comx86: cleanup - rename VM_MASK to X86_VM_MASK
2008-04-17 Ingo Molnarx86: cleanup replace most vm86 flags with flags from...
2008-04-17 Jeremy Fitzhardingex86: sparsemem: reduce i386 PAE section size
2008-04-17 Glauber Costax86: merge smp_32.h and smp_64.h into smp.h
2008-04-17 Glauber Costax86: merge SMP definitions of smp.h
2008-04-17 Glauber Costax86: split safe_smp_processor_id
2008-04-17 Glauber Costax86: merge includes in smp.h
2008-04-17 Glauber Costax86: surround apic headers in apic definitions
2008-04-17 Glauber Costax86: merge hard/logical_smp_processor_id
2008-04-17 Glauber Costax86: provide bogus hard_smp_processor_id
2008-04-17 Glauber Costax86: surround hard_smp_processor_id in APIC_DEFINITION
2008-04-17 Ingo Molnarx86: mpparse, move generic processor info to apic_32...
2008-04-17 Alexey Starikovskiyx86: move generic_processor_info to apic_32.c
2008-04-17 Arjan van de Venx86: add comments to describe the new api's in cacheflush.h
2008-04-17 Jeremy Fitzhardingex86: simplify sync_test_bit(), improve
2008-04-17 Jesper Juhlx86 floppy: kill off the 'register' keyword from header
2008-04-17 Glauber Costax86: move apic declarations to mach_apic.h
2008-04-17 Glauber Costax86: move ipi definitions to mach_ipi.h
2008-04-17 Andi Kleenx86: split large page mapping for AMD TSEG
2008-04-17 Andi Kleenx86: re-add rdmsrl_safe
2008-04-17 Andi Kleenx86: add set_memory_4k to pageattr.c
2008-04-17 Andi Kleenx86: account overlapped mappings in max_pfn_mapped
2008-04-17 Thomas Gleixnerx86: replace the now useless max_pfn_mapped define
2008-04-17 Andi Kleenx86: implement true end_pfn_mapped for 32bit
2008-04-17 Andi Kleenx86: don't set up early exception handlers for external...
2008-04-17 Jiri Slabyx86: pgtable, document pde bits
2008-04-17 Ingo Molnarx86: spinlock ops are always-inlined
2008-04-17 Joe Perchesinclude/asm-x86/xor_64.h: checkpatch cleanups - formatt...
2008-04-17 Joe Perchesinclude/asm-x86/xor_32.h: checkpatch cleanups - formatt...
2008-04-17 Joe Perchesinclude/asm-x86/voyager.h: checkpatch cleanups - format...
2008-04-17 Joe Perchesinclude/asm-x86/vmi.h: checkpatch cleanups - formatting...
2008-04-17 Joe Perchesinclude/asm-x86/vm86.h: checkpatch cleanups - formattin...
2008-04-17 Joe Perchesinclude/asm-x86/vga.h: checkpatch cleanups - formatting...
2008-04-17 Joe Perchesinclude/asm-x86/vdso.h: checkpatch cleanups - formattin...
2008-04-17 Joe Perchesinclude/asm-x86/user_64.h: checkpatch cleanups - format...
2008-04-17 Joe Perchesinclude/asm-x86/user32.h: checkpatch cleanups - formatt...
2008-04-17 Joe Perchesinclude/asm-x86/user_32.h: checkpatch cleanups - format...
next