1. 06 Apr, 2011 1 commit
    • H. Peter Anvin's avatar
      x86, hibernate: Initialize mmu_cr4_features during boot · 4da9484b
      H. Peter Anvin authored
      Restore the initialization of mmu_cr4_features during boot, which was
      removed without comment in checkin e5f15b45
      
      x86: Cleanup highmap after brk is concluded
      
      thereby breaking resume from hibernate.  This restores previous
      functionality in approximately the same place, and corrects the
      reading of %cr4 on pre-CPUID hardware (%cr4 exists if and only if
      CPUID is supported.)
      
      However, part of the problem is that the hibernate suspend/resume
      sequence should manage the save/restore of %cr4 explicitly.
      Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
      Cc: Rafael J. Wysocki <rjw@sisk.pl>
      Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
      Cc: Yinghai Lu <yinghai@kernel.org>
      LKML-Reference: <201104020154.57136.rjw@sisk.pl>
      4da9484b
  2. 04 Apr, 2011 2 commits
  3. 31 Mar, 2011 3 commits
    • Cliff Wickman's avatar
      x86, UV: Fix kdump reboot · 818987e9
      Cliff Wickman authored
      After a crash dump on an SGI Altix UV system the crash kernel
      fails to cause a reboot.  EFI mode is disabled in the kdump
      kernel, so only the reboot_type of BOOT_ACPI works.
      Signed-off-by: default avatarCliff Wickman <cpw@sgi.com>
      Cc: rja@sgi.com
      LKML-Reference: <E1Q5Iuo-00013b-UK@eag09.americas.sgi.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      818987e9
    • Borislav Petkov's avatar
      x86, amd-nb: Rename CPU PCI id define for F4 · cb6c8520
      Borislav Petkov authored
      With increasing number of PCI function ids, add the PCI function
      id in the define name instead of its symbolic name in the BKDG
      for more clarity. This renames function 4 define.
      Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      LKML-Reference: <20110330183447.GA3668@aftab>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      cb6c8520
    • Ingo Molnar's avatar
      sound: Add delay.h to sound/soc/codecs/sn95031.c · 438008af
      Ingo Molnar authored
      This is further fallout from delay.h removal from asm/apic.h and asm/dma.h:
      
        ca444564: x86: Stop including <linux/delay.h> in two asm header files
      
      Which caused this build failure:
      
        sound/soc/codecs/sn95031.c: In function ‘sn95031_get_mic_bias’:
        sound/soc/codecs/sn95031.c:153:2: error: implicit declaration of function ‘msleep’ [-Werror=implicit-function-declaration]
      
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: James E.J. Bottomley <James.Bottomley@suse.de>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      LKML-Reference: <20110325152014.297890ec@endymion.delvare>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      438008af
  4. 29 Mar, 2011 7 commits
  5. 28 Mar, 2011 27 commits