30 Oct, 2008

1 commit


25 Jul, 2008

1 commit

  • free_area_init_node() gets passed in the node id as well as the node
    descriptor. This is redundant as the function can trivially get the node
    descriptor itself by means of NODE_DATA() and the node's id.

    I checked all the users and NODE_DATA() seems to be usable everywhere
    from where this function is called.

    Signed-off-by: Johannes Weiner
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johannes Weiner
     

08 Feb, 2008

6 commits


20 Oct, 2007

1 commit


12 Feb, 2007

1 commit


01 Jul, 2006

1 commit


13 Jan, 2006

1 commit


30 Oct, 2005

1 commit

  • The cris v32 switch_mm guards get_mmu_context with next->page_table_lock: good
    it's not really SMP yet, since get_mmu_context messes with global variables
    affecting other mms. Replace by global mmu_context_lock.

    Signed-off-by: Hugh Dickins
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hugh Dickins
     

28 Jul, 2005

1 commit