1. 26 6月, 2005 1 次提交
    • D
      [PATCH] Fix vesafb/mtrr scaling problem. · d7496cb7
      Dave Jones 提交于
      vesafb will do really silly things like..
      
      mtrr: type mismatch for e0000000,8000000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,4000000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,2000000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,1000000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,800000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,400000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,200000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,100000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,80000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,40000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,20000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,10000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,8000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,4000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,2000 old: write-back new: write-combining
      mtrr: type mismatch for e0000000,1000 old: write-back new: write-combining
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x800  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x400  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x200  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x100  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x80  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x40  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x20  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x10  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x8  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x4  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x2  base: 0xe0000000
      mtrr: size and base must be multiples of 4 kiB
      mtrr: size: 0x1  base: 0xe0000000
      
      Stop scaling down at PAGE_SIZE.
      Also fix up some broken indentation.
      Signed-off-by: NDave Jones <davej@redhat.com>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d7496cb7
  2. 22 6月, 2005 1 次提交
  3. 01 5月, 2005 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4