08 Oct, 2009

2 commits

  • It indicates to the system admin that processes mapping such pages may be
    eating less physical memory than the reported numbers by legacy tools.

    Signed-off-by: Wu Fengguang
    Cc: Hugh Dickins
    Cc: Izik Eidus
    Acked-by: Chris Wright
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Wu Fengguang
     
  • This flag indicates a hardware detected memory corruption on the page.
    Any future access of the page data may bring down the machine.

    Signed-off-by: Wu Fengguang
    Cc: Andi Kleen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Wu Fengguang
     

17 Jun, 2009

2 commits

  • Also add short descriptions for all of the 20 exported page flags.

    Signed-off-by: Wu Fengguang
    Cc: KOSAKI Motohiro
    Cc: Andi Kleen
    Cc: Matt Mackall
    Cc: Alexey Dobriyan
    Cc: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Wu Fengguang
     
  • Some bit ranges were inclusive and some not. Fix them to be consistently
    inclusive.

    Signed-off-by: Wu Fengguang
    Cc: KOSAKI Motohiro
    Cc: Andi Kleen
    Cc: Matt Mackall
    Cc: Alexey Dobriyan
    Cc: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Wu Fengguang
     

07 Jun, 2008

1 commit

  • Just a quick explanation of the pagemap interface from a userspace point
    of view, and an example of how to use it (in English, not code).

    Signed-off-by: Thomas Tuttle
    Cc: Matt Mackall
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Thomas Tuttle