summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86: conditionalize stack canary handling in hot pathTejun Heo2009-01-201-6/+16
* x86: cleanup stack protectorTejun Heo2009-01-202-9/+6
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-1872-759/+1937
|\
| * x86-64: Use absolute displacements for per-cpu accesses.Brian Gerst2009-01-192-14/+14
| * x86-64: Move isidle from PDA to per-cpu.Brian Gerst2009-01-191-1/+0
| * x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst2009-01-192-2/+2
| * x86-64: Move irqcount from PDA to per-cpu.Brian Gerst2009-01-191-1/+1
| * x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst2009-01-191-1/+1
| * x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst2009-01-192-15/+9
| * x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-193-25/+7
| * x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-192-4/+2
| * x86-64: Convert irqstacks to per-cpuBrian Gerst2009-01-193-3/+5
| * x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-193-16/+9
| * x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-192-15/+19
| * percpu: add optimized generic percpu accessorsIngo Molnar2009-01-166-26/+28
| * x86: misc clean up after the percpu updateTejun Heo2009-01-161-1/+0
| * x86: convert pda ops to wrappers around x86 percpu accessorsTejun Heo2009-01-162-82/+16
| * x86: make pda a percpu variableTejun Heo2009-01-161-2/+3
| * x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-162-90/+40
| * x86: fold pda into percpu area on SMPTejun Heo2009-01-162-2/+8
| * x86: use static _cpu_pda arrayTejun Heo2009-01-161-1/+2
| * x86: load pointer to pda into %gs while brining up a CPUTejun Heo2009-01-161-0/+1
| * x86: make early_per_cpu() a lvalue and use itTejun Heo2009-01-162-7/+4
| * x86: fix pda_to_op()Tejun Heo2009-01-161-1/+1
| *---. Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-1512-92/+110
| |\ \ \
| | | | * x86, generic: mark complex bitops.h inlines as __always_inlineAndi Kleen2009-01-131-4/+10
| | | * | x86: make 32bit MAX_HARDIRQS_PER_CPU to be NR_VECTORSYinghai Lu2009-01-141-0/+3
| | | * | x86: replacing mp_config_intsrc with mpc_intsrcJaswinder Singh Rajput2009-01-141-15/+1
| | | * | x86: replacing mp_config_ioapic with mpc_ioapicJaswinder Singh Rajput2009-01-141-9/+1
| | | * | x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map declartion t...Jaswinder Singh Rajput2009-01-102-12/+3
| | | * | x86: smp.h move cpu_initialized_mask and cpu_initialized declartion to cpumask.hJaswinder Singh Rajput2009-01-102-3/+3
| | | * | x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput2009-01-102-3/+4
| | | * | x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-102-3/+19
| | | * | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-1011-139/+101
| | | |\ \
| | | * | | x86: rename all fields of mpf_intel mpf_X to XJaswinder Singh Rajput2009-01-081-10/+10
| | | * | | x86: rename intel_mp_floating to mpf_intelJaswinder Singh Rajput2009-01-081-1/+2
| | | * | | x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput2009-01-072-6/+7
| | | * | | x86: smp.h move cpu_physical_id declartion to cpu.hJaswinder Singh Rajput2009-01-072-2/+1
| | | * | | x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-072-1/+1
| | | * | | x86: smp.h move stack_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-072-1/+2
| | | * | | x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput2009-01-072-6/+10
| | | * | | x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput2009-01-072-2/+2
| | | * | | x86: smp.h remove obsolete function declarationJaswinder Singh Rajput2009-01-071-1/+0
| | * | | | x86: arch_probe_nr_irqsYinghai Lu2009-01-121-5/+2
| | * | | | cpumask, irq: non-x86 build failuresMike Travis2009-01-111-2/+6
| | * | | | irq: initialize nr_irqs based on nr_cpu_idsMike Travis2009-01-113-11/+25
| | * | | | x86: change flush_tlb_others to take a const struct cpumaskRusty Russell2009-01-113-8/+11
| | | |/ / | | |/| |
| * | | | x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com2009-01-131-0/+19
| | |_|/ | |/| |
| * | | x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+6
| * | | Merge commit 'v2.6.29-rc1' into x86/urgentIngo Molnar2009-01-1111-139/+101
| |\ \ \ | | |/ /
OpenPOWER on IntegriCloud