summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/sigcontext.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-08x86: remove some acpi ifdefs in setup_32/64Yinghai Lu2-8/+1
2008-07-08x86: clean up init_amd()Yinghai Lu2-12/+14
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu7-2/+44
2008-07-08xen: set max_pfn_mappedJeremy Fitzhardinge1-0/+1
2008-07-08xen: reserve ISA space in e820 mapJeremy Fitzhardinge1-2/+10
2008-07-08xen: reserve Xen-specific memory in e820 mapJeremy Fitzhardinge1-0/+13
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu4-20/+49
2008-07-08x86: fix sleep.c build errorIngo Molnar1-0/+2
2008-07-08x86: take load_sp0 out of smpboot.cGlauber Costa2-1/+1
2008-07-08x86: move cpu_exit_clear to process_32.cGlauber Costa4-19/+18
2008-07-08x86: remove cpu from mapsGlauber Costa1-2/+0
2008-07-08x86: change naming to match x86_64Glauber Costa1-6/+2
2008-07-08x86: provide connect_bsp_APIC for x86_64Glauber Costa2-4/+11
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa4-11/+16
2008-07-08x86: remove ifdef from steppingGlauber Costa1-2/+0
2008-07-08x86: clearing io_apic harmless for x86_64Glauber Costa1-2/+1
2008-07-08x86: boot secondary cpus through initial_codeGlauber Costa2-25/+2
2008-07-08x86: use initial_code for i386Glauber Costa1-1/+4
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa7-88/+48
2008-07-08x86: don't use gdt_page openly.Glauber Costa1-1/+1
2008-07-08x86: use stack_start in x86_64Glauber Costa3-9/+5
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge3-3/+6
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle4-93/+64
2008-07-08x86, SGI UV: uv_ptc_proc_write fixCliff Wickman1-1/+1
2008-07-08x86, SGI UV: TLB shootdown using broadcast assist unit, v6Cliff Wickman1-0/+2
2008-07-08x86: increase MAX_APICS for very large x86-64 configsJack Steiner1-4/+5
2008-07-08x86: fix stack overflow for large values of MAX_APICSJack Steiner4-5/+11
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, fixIngo Molnar1-1/+1
2008-07-08SGI UV: clean up arch/x86/kernel/tlb_uv.cIngo Molnar1-45/+62
2008-07-08SGI UV: TLB shootdown using broadcast assist unitIngo Molnar2-108/+96
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman3-399/+454
2008-07-08x86 atomic operations: atomic_or_long() atomic_inc_short()Cliff Wickman1-0/+26
2008-07-08x86, SGI UV: TLB shootdown using broadcast assist unitCliff Wickman5-1/+1077
2008-07-08x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle1-1/+1
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle5-10/+20
2008-07-08x86: fix setup.c printk format warningRandy Dunlap1-1/+1
2008-07-08x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum1-0/+2
2008-07-08sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
2008-07-08x86: numa_64.c fix shadowed variableThomas Gleixner1-15/+15
2008-07-08x86: numa_64.c make local variables staticThomas Gleixner1-4/+4
2008-07-08x86: compile error fix for smpboot.cJeremy Fitzhardinge1-0/+2
2008-07-08x86: leave initial __cpu_pda array in place until cpus are bootedMike Travis1-7/+3
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis6-38/+135
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis3-19/+144
2008-07-08x86: restore pda nodenumber fieldMike Travis3-1/+6
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis15-196/+270
2008-07-08x86: modify Kconfig to allow up to 4096 cpusMike Travis1-5/+32
2008-07-08x86: fix remove cpu_pda table patchMike Travis1-2/+2
2008-07-08x86: don't call pxm_to_node againYinghai Lu1-6/+8
2008-07-08x86: make dev_to_node return online nodeYinghai Lu1-0/+3