24 Aug, 2008

1 commit


28 Apr, 2008

1 commit

  • Nothing in the tree uses nopage any more. Remove support for it in the
    core mm code and documentation (and a few stray references to it in
    comments).

    Signed-off-by: Nick Piggin
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Nick Piggin
     

07 Feb, 2008

1 commit

  • __ALIGN_MASK() is an internal implementation detail of ALIGN(). Let's not
    needlessly fatten the interface in this driver.

    [fujita.tomonori@lab.ntt.co.jp: fix it]
    Cc: Alan Hourihane
    Cc: "Antonino A. Daplas"
    Cc: FUJITA Tomonori
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

30 Jan, 2008

2 commits

  • The set_memory_* and set_pages_* family of API's currently requires the
    callers to do a global tlb flush after the function call; forgetting this is
    a very nasty deathtrap. This patch moves the global tlb flush into
    each of the callers

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Thomas Gleixner
     
  • This patch converts various users of change_page_attr() to the new,
    more intent driven set_page_*/set_memory_* API set.

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar

    Arjan van de Ven
     

20 Oct, 2007

1 commit


17 Oct, 2007

1 commit


09 May, 2007

1 commit