1. 08 Nov, 2011 5 commits
    • Anton Blanchard's avatar
      powerpc: Add System RAM to /proc/iomem · c40dd2f7
      Anton Blanchard authored
      We've resisted adding System RAM to /proc/iomem because it is
      the wrong place for it. Unfortunately we continue to find tools
      that rely on this behaviour so give up and add it in.
      Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      c40dd2f7
    • Michael Neuling's avatar
      powerpc: Add KVM as module to defconfigs · 88cf11b4
      Michael Neuling authored
      Add HV mode KVM to Book3 server 64bit defconfigs as a module.
      
      Doesn't add much to the size:
         text	   data	    bss	     dec	    hex	filename
      8244109	4686767	 994000	13924876	 d47a0c	vmlinux.vanilla
      8256092 4691607  994128 13941827         d4bc43 vmlinux.kvm
      
      This should enable more testing of this configuration.
      Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      88cf11b4
    • Nishanth Aravamudan's avatar
      powerpc/kvm: Fix build with older toolchains · ad61d64e
      Nishanth Aravamudan authored
      Fix KVM build for older toolchains (found with .powerpc64-unknown-linux-gnu-gcc
      (crosstool-NG-1.8.1) 4.3.2):
      
        AS      arch/powerpc/kvm/book3s_hv_rmhandlers.o
      arch/powerpc/kvm/book3s_hv_rmhandlers.S: Assembler messages:
      arch/powerpc/kvm/book3s_hv_rmhandlers.S:1388: Error: Unrecognized opcode: `popcntw'
      make[1]: *** [arch/powerpc/kvm/book3s_hv_rmhandlers.o] Error 1
      make: *** [_module_arch/powerpc/kvm] Error 2
      Signed-off-by: default avatarNishanth Aravamudan <nacc@us.ibm.com>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      ad61d64e
    • Linus Torvalds's avatar
      Linux 3.2-rc1 · 1ea6b8f4
      Linus Torvalds authored
      .. with new name.  Because nothing says "really solid kernel release"
      like naming it after an extinct animal that just happened to be in the
      news lately.
      1ea6b8f4
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap · 075cb105
      Linus Torvalds authored
      * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (31 commits)
        ARM: OMAP: Fix export.h or module.h includes
        ARM: OMAP: omap_device: Include linux/export.h
        ARM: OMAP2: Fix H4 matrix keyboard warning
        ARM: OMAP1: Remove unused omap-alsa.h
        ARM: OMAP1: Fix warnings about enabling 32 KiHz timer
        ARM: OMAP2+: timer: Remove omap_device_pm_latency
        ARM: OMAP2+: clock data: Remove redundant timer clkdev
        ARM: OMAP: Devkit8000: Remove double omap_mux_init_gpio
        ARM: OMAP: usb: musb: OMAP: Delete unused function
        MAINTAINERS: Update linux-omap git repository
        ARM: OMAP: change get_context_loss_count ret value to int
        ARM: OMAP4: hsmmc: configure SDMMC1_DR0 properly
        ARM: OMAP4: hsmmc: Fix Pbias configuration on regulator OFF
        ARM: OMAP3: hwmod: fix variant registration and remove SmartReflex from common list
        ARM: OMAP: I2C: Fix omap_register_i2c_bus() return value on success
        ARM: OMAP: dmtimer: Include linux/module.h
        ARM: OMAP2+: l3-noc: Include linux/module.h
        ARM: OMAP2+: devices: Fixes for McPDM
        ARM: OMAP: Fix errors and warnings when building for one board
        ARM: OMAP3: PM: restrict erratum i443 handling to OMAP3430 only
        ...
      075cb105
  2. 07 Nov, 2011 35 commits