aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2009-01-21x86: clean up gdt_page definitionBrian Gerst
2009-01-20Merge commit 'v2.6.29-rc2' into x86/mmIngo Molnar
2009-01-20x86, cpumask: fix tlb flush raceIngo Molnar
2009-01-20Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-01-20x86: remove pda.hBrian Gerst
2009-01-20x86: move stack_canary into irq_stackBrian Gerst
2009-01-20x86: rework __per_cpu_load adjustmentsBrian Gerst
2009-01-20x86: remove pda_init()Brian Gerst
2009-01-20x86: cleanup stack protectorTejun Heo
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar
2009-01-19cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis
2009-01-19x86: fully honor "nolapic", fixIngo Molnar
2009-01-18x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza
2009-01-18x86: put trigger in to detect mismatched apic versionsMike Travis
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar
2009-01-19x86-64: Move isidle from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move irqcount from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Convert exception stacks to per-cpuBrian Gerst
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst
2009-01-19x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-16x86: put trigger in to detect mismatched apic versions.Mike Travis
2009-01-16cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis
2009-01-16Merge branch 'misc' into releaseLen Brown
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu
2009-01-16x86_64: initialize this_cpu_off to __per_cpu_loadTejun Heo
2009-01-16x86: fix build bug introduced during mergeTejun Heo
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar
2009-01-16x86: misc clean up after the percpu updateTejun Heo
2009-01-16x86: convert pda ops to wrappers around x86 percpu accessorsTejun Heo
2009-01-16x86: make pda a percpu variableTejun Heo
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: use static _cpu_pda arrayTejun Heo
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo
2009-01-16x86: make vmlinux_32.lds.S use PERCPU() macroTejun Heo
2009-01-16x86: cleanup early setup_percpu referencesMike Travis
2009-01-16x86: make early_per_cpu() a lvalue and use itTejun Heo
2009-01-15x86, UV: cpu_relax in uv_wait_completionCliff Wickman
2009-01-15x86: avoid early crash in disable_local_APIC()Jan Beulich
2009-01-15fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar
2009-01-15Merge branch 'linus' into cpus4096Ingo Molnar
2009-01-15Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar
2009-01-15x86: fix broken flush_tlb_others_ipi(), fixIngo Molnar