2009-12-03 |
Hidetoshi Seto | x86, mce: don't restart timer if disabled Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-11-06 |
Simon Kagstrom | x86: Add Phoenix/MSC BIOSes to lowmem corruption list Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-10-12 |
H. Peter Anvin | x86: fix kernel panic on 32 bits when profiling Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-18 |
Tim Abbott | x86: Cleanup linker script using new linker script... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-18 |
Tim Abbott | x86: Use section .data.page_aligned for the idt_table. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-18 |
Tim Abbott | x86: convert to use __HEAD and HEAD_TEXT macros. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-18 |
Tim Abbott | x86: convert compressed loader to use __HEAD and HEAD_TEXT... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-18 |
Anders Kaseorg | x86: fix fragile computation of vsyscall address Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-17 |
H. Peter Anvin | Merge branch 'x86/pat' into x86/urgent Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-17 |
Suresh Siddha | x86, pat: don't use rb-tree based lookup in reserve_memtype() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-14 |
Andi Kleen | x86, mce: Fix compilation with !CONFIG_DEBUG_FS in... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-11 |
Michal Hocko | x86: Increase MIN_GAP to include randomized stack Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-10 |
Ben Hutchings | x86: Fix code patching for paravirt-alternatives on 486 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-09 |
Jack Steiner | x86, pat: Fix cacheflush address in change_page_attr_set_clr() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-04 |
H. Peter Anvin | x86, msr: change msr-reg.o to obj-y, and export its... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-03 |
Andreas Herrmann | x86, sched: Workaround broken sched domain creation... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-03 |
Andreas Herrmann | x86, mcheck: Use correct cpumask for shared bank4 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-03 |
Andreas Herrmann | x86, cacheinfo: Fixup L3 cache information for AMD... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-03 |
Andreas Herrmann | x86: Fix CPU llc_shared_map information for AMD Magny... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-02 |
Huang Ying | x86: Move kernel_fpu_using to irq_fpu_usable in asm... CC: H. Peter Anvin <hpa@zytor.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-02 |
Shane Wang | x86, intel_txt: clean up the impact on generic code... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-09-01 |
H. Peter Anvin | x86, msr: fix msr-reg.S compilation with gas 2.16.1 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, msr: Export the register-setting MSR functions... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, msr: Have the _safe MSR functions return -EIO... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, msr: CFI annotations, cleanups for msr-reg.S Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, asm: Make _ASM_EXTABLE() usable from assembly... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | x86, asm: Add 32-bit versions of the combined CFI macros Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
Borislav Petkov | x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bit Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
Borislav Petkov | x86, msr: Rewrite AMD rd/wrmsr variants Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
Borislav Petkov | x86, msr: Add rd/wrmsr interfaces with preset registers Originally based on an idea by H. Peter Anvin. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-31 |
H. Peter Anvin | mm: remove !NUMA condition from PAGEFLAGS_EXTENDED... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-27 |
H. Peter Anvin | Merge branch 'x86/urgent' into x86/pat Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Sanity check remap_pfn_range for RAM region Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Lookup the protection from memtype list on... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Add lookup_memtype to get the current memtype... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Use page flags to track memtypes of RAM pages Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Generalize the use of page flag PG_uncached Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Add rbtree to do quick lookup in memtype... H. Peter Anvin a while back, having a rbtree... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Add PAT reserve free to io_mapping* APIs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: New i/f for driver to request memtype for... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: ioremap to follow same PAT restrictions as... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Venkatesh Pallipadi | x86, pat: Keep identity maps consistent with mmaps... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
H. Peter Anvin | x86, xen: Initialize cx to suppress warning Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-26 |
Jeremy Fitzhardinge | x86, xen: Suppress WP test on Xen Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-25 |
H. Peter Anvin | x86: allow "=rm" in native_save_fl() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-25 |
H. Peter Anvin | Merge commit 'origin/x86/urgent' into x86/asm
|
commit | commitdiff | tree |
2009-08-22 |
H. Peter Anvin | x86, mtrr: make mtrr_aps_delayed_init static bool Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-21 |
Suresh Siddha | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-21 |
Suresh Siddha | generic-ipi: Allow cpus not yet online to call smp_call_func... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-21 |
Jan Beulich | x86: properly annotate alternatives.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-20 |
Jan Beulich | x86: add vmlinux.lds to targets in arch/x86/boot/compressed... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-17 |
Suresh Siddha | x86, pat: Allow ISA memory range uncacheable mapping... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-17 |
H. Peter Anvin | x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-14 |
Arnaldo Carvalho... | x86, intel_txt: Fix typos in Kconfig help Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-14 |
H. Peter Anvin | x86, intel_txt: Factor out the code for S3 setup Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-12 |
H. Peter Anvin | x86, intel_txt: tboot.c needs <asm/fixmap.h> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-10 |
Huang Ying | x86, mce: Fake panic support for MCE testing Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-10 |
Huang Ying | x86, mce: Move debugfs mce dir creating to mce.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-10 |
Huang Ying | x86, mce: Support specifying raise mode for software... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-10 |
Huang Ying | x86, mce: Support specifying context for software mce... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-09 |
Roel Kluin | x86: fix buffer overflow in efi_init() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-03 |
H. Peter Anvin | x86: fix assembly constraints in native_save_fl() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-03 |
Borislav Petkov | x86, msr: execute on the correct CPU subset Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-03 |
H. Peter Anvin | x86: Fix assert syntax in vmlinux.lds.S Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-03 |
Paul Mackerras | x86: Make 64-bit efi_ioremap use ioremap on MMIO regions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-08-03 |
Paul Mackerras | x86: Add quirk to make Apple MacBook5,2 use reboot=pci Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-31 |
Pallipadi, Venkatesh | x86, pat: Fix set_memory_wc related corruption Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-29 |
Bartlomiej Zolnierki... | x86, mce: fix reporting of Thermal Monitoring mechanism... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-29 |
Bartlomiej Zolnierki... | x86, mce: remove never executed code Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-29 |
Bartlomiej Zolnierki... | x86, mce: add missing __cpuinit tags Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-29 |
Bartlomiej Zolnierki... | x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-29 |
Bartlomiej Zolnierki... | x86, mce: don't log boot MCEs on Pentium M (model ... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-27 |
Robert Richter | x86: fix section mismatch for i386 init code Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-22 |
Jeremy Fitzhardinge | x86, amd: Don't probe for extended APIC ID if APICs... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-22 |
Hidehiro Kawai | x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD" Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Andi Kleen | x86-64: Fix bad_srat() to clear all state Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Joseph Cihula | intel_txt: Force IOMMU on for Intel TXT launch Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Joseph Cihula | x86, intel_txt: Intel TXT Sx shutdown support Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Joseph Cihula | x86, intel_txt: Intel TXT reboot/halt shutdown support Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Joseph Cihula | x86, intel_txt: Intel TXT boot support Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Jan Beulich | x86, mce: Fix set_trigger() accessor Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
H. Peter Anvin | x86: Fix movq immediate operand constraints in uaccess.h Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Uros Bizjak | x86: Fix movq immediate operand constraints in uaccess_64.h Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-21 |
Denis Turischev | x86: Add reboot fixup for SBC-fitPC2 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Lower maximum number of banks to architecture... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: macros to compute banks MSRs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Move per bank data in a single datastructure Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Move code in mce.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Remove old i386 machine check code Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Update X86_MCE description in x86/Kconfig Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-10 |
Andi Kleen | x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-07-04 |
Akinobu Mita | x86: fix usage of bios intcall() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-26 |
H. Peter Anvin | x86, setup: remove obsolete pre-Kconfig CONFIG_VIDEO_... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
Pallipadi, Venkatesh | x86, delay: tsc based udelay should have rdtsc_barrier Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
H. Peter Anvin | x86, setup: correct include file in <asm/boot.h> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
Robert P. J. Day | x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-25 |
Hidetoshi Seto | x86, mce: percpu mcheck_timer should be pinned Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2009-06-23 |
Hidetoshi Seto | x86, mce: Fix mce resume on 32bit Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |