1. 16 8月, 2012 2 次提交
    • A
      KVM: PPC: Add cache flush on page map · 249ba1ee
      Alexander Graf 提交于
      When we map a page that wasn't icache cleared before, do so when first
      mapping it in KVM using the same information bits as the Linux mapping
      logic. That way we are 100% sure that any page we map does not have stale
      entries in the icache.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      249ba1ee
    • P
      KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code · 04f995a5
      Paul Mackerras 提交于
      In handling the H_CEDE hypercall, if this vcpu has already been
      prodded (with the H_PROD hypercall, which Linux guests don't in fact
      use), we branch to a numeric label '1f'.  Unfortunately there is
      another '1:' label before the one that we want to jump to.  This fixes
      the problem by using a textual label, 'kvm_cede_prodded'.  It also
      changes the label for another longish branch from '2:' to
      'kvm_cede_exit' to avoid a possible future problem if code modifications
      add another numeric '2:' label in between.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      04f995a5
  2. 01 8月, 2012 1 次提交
    • A
      memcg: rename config variables · c255a458
      Andrew Morton 提交于
      Sanity:
      
      CONFIG_CGROUP_MEM_RES_CTLR -> CONFIG_MEMCG
      CONFIG_CGROUP_MEM_RES_CTLR_SWAP -> CONFIG_MEMCG_SWAP
      CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED -> CONFIG_MEMCG_SWAP_ENABLED
      CONFIG_CGROUP_MEM_RES_CTLR_KMEM -> CONFIG_MEMCG_KMEM
      
      [mhocko@suse.cz: fix missed bits]
      Cc: Glauber Costa <glommer@parallels.com>
      Acked-by: NMichal Hocko <mhocko@suse.cz>
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
      Cc: Hugh Dickins <hughd@google.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      Cc: David Rientjes <rientjes@google.com>
      Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c255a458
  3. 31 7月, 2012 3 次提交
  4. 30 7月, 2012 6 次提交
  5. 27 7月, 2012 9 次提交
  6. 26 7月, 2012 2 次提交
  7. 24 7月, 2012 1 次提交
  8. 23 7月, 2012 4 次提交
  9. 13 7月, 2012 2 次提交
  10. 12 7月, 2012 1 次提交
  11. 11 7月, 2012 9 次提交