aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-23 16:27:23 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-23 16:27:23 +0100
commitfa623d1b0222adbe8f822e53c08003b9679a410c (patch)
tree261a320f3fbf88fab8a3203419ca4d71bdf49152 /include
parentNull pointer deref with hrtimer_try_to_cancel() (diff)
parentMerge commit 'v2.6.28-rc9' into x86/apic (diff)
parentx86: common.c boot_cpu_stack and boot_exception_stacks should be static (diff)
parentx86: support always running TSC on Intel CPUs, add cpufeature definition (diff)
parentx86: disable IRQs before doing anything on nmi_shootdown_cpus() (diff)
parentx86, 32-bit: add some compile time checks to mem_init() (diff)
parentx86: revert CONFIG_RELOCATABLE=y defconfig change (diff)
parentx86: hypervisor - fix sparse warnings (diff)
parentx86: documentation fix regarding boot protocol (diff)
parentx86: unify appropriate bits from dumpstack_32 and dumpstack_64 (diff)
parentx86: remove simnow earlyprintk support (diff)
parentx86: prioritize the FPU traps for the error code (diff)
parentx86: kill #ifdef for exit_idle() (diff)
parentx86: provide readq()/writeq() on 32-bit too, complete (diff)
parentx86: fix arch/x86/kernel/setup.c build warning when !CONFIG_X86_RESERVE_LOW_64K (diff)
parentx86: fix warning in arch/x86/kernel/microcode_amd.c (diff)
parentx86, mm: limit MAXMEM on 64-bit (diff)
parentx86: break up mtrr_cleanup() into several small functions. (diff)
parentx86: nmi - nmi_watchdog boot param docs cleanup (diff)
parentx86: PAT: pfnmap documentation update changes (diff)
parentMerge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks (diff)
parentx86, bts: DS and BTS initialization (diff)
parentx86: clean up get_smp_config() (diff)
parentx86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter (diff)
parentx86: change static allocation of trampoline area (diff)
parentx86: ia32_signal: remove unnecessary declaration (diff)
parentx86: microcode: fix sparse warnings (diff)
parentx86: convert rdtscll() to use __native_read_tsc (diff)
parentsgi-xp: xpc needs to pass the physical address, not virtual (diff)
parentxen: clean up asm/xen/hypervisor.h (diff)
downloadlinux-dev-fa623d1b0222adbe8f822e53c08003b9679a410c.tar.xz
linux-dev-fa623d1b0222adbe8f822e53c08003b9679a410c.zip
Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core