summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2012-12-03x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky
2012-12-03x86-32: Fix invalid stack address while in softirqRobert Richter
2012-10-31x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu
2012-10-31x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson
2012-10-31x86, mm: Trim memory in memblock to be page alignedYinghai Lu
2012-10-28xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel
2012-10-28x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin
2012-10-07x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity
2012-09-14x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann
2012-08-15x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov
2012-08-15x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan
2012-08-15x86, nops: Missing break resulting in incorrect selection on IntelAlan Cox
2012-08-09x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck
2012-07-16x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin
2012-07-16ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui
2012-07-16ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang
2012-07-16ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang
2012-07-16ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang
2012-06-17x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov
2012-06-10x86: Reset the debug_stack update counterSteven Rostedt
2012-06-10x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu
2012-06-01MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen
2012-06-01x86/mce: Fix check for processor context when machine check was taken.Tony Luck
2012-06-01perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter
2012-05-18Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds
2012-05-14x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck
2012-05-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-08percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo
2012-05-08x86: Fix section annotation of acpi_map_cpu2node()Jan Beulich
2012-05-07x86/microcode: Ensure that module is only loaded on supported Intel CPUsSrivatsa S. Bhat
2012-05-06IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger
2012-05-06KVM: Do not take reference to mm during async #PFGleb Natapov
2012-04-27x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson
2012-04-25Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar
2012-04-23x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk
2012-04-23ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk
2012-04-19x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat
2012-04-18x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue
2012-04-16i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann
2012-04-16x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann
2012-04-14Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2012-04-13x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann
2012-04-13x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann
2012-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-04-06x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode