13 Oct, 2007

1 commit


09 May, 2007

2 commits


02 Mar, 2007

1 commit


14 Feb, 2007

3 commits


31 Dec, 2006

1 commit


04 Oct, 2006

4 commits


01 Jul, 2006

1 commit


27 Jun, 2006

2 commits


18 Jun, 2006

1 commit


27 Mar, 2006

1 commit


25 Mar, 2006

1 commit


22 Mar, 2006

1 commit


05 Dec, 2005

1 commit


23 Nov, 2005

1 commit

  • Correct lots of URLs in Documentation/ Also a few minor whitespace cleanups
    and typo/spello fixes. Sadly there are still a lot of bad URLs remaining.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

18 Nov, 2005

1 commit

  • Document that the VMALLOC_END address must be aligned to 2MB since
    it must align with a PGD boundary.

    Allocate the vectors page early so that the flush_cache_all() later
    will cause any dirty cache lines in the direct mapping will be safely
    written back.

    Move the flush_cache_all() to the second local_flush_cache_tlb() and
    remove the now redundant first local_flush_cache_tlb().

    Signed-off-by: Russell King

    Russell King
     

05 Nov, 2005

1 commit


02 Nov, 2005

1 commit


10 Aug, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds