1. 12 7月, 2007 1 次提交
  2. 26 6月, 2007 1 次提交
  3. 03 6月, 2007 1 次提交
  4. 30 9月, 2006 1 次提交
    • L
      [ARM] 3809/3: get rid of 4 megabyte kernel image size limit · 2552fc27
      Lennert Buytenhek 提交于
      We currently have a hardcoded 4 megabyte uncompressed kernel image
      size limit, which is easily exceeded by, for example, enabling some of
      the various kernel debugging options.
      
      When setting up the initial page tables (which is where this 4M limit
      is hardcoded), it's actually relatively easy to find out the true size
      of the uncompressed kernel image and create enough page table entries
      for things to fit, so this patch makes it so.
      
      In the decompressor, we also need to know the size of the uncompressed
      kernel image, to figure out whether there is any chance that uncompressing
      the kernel might overwrite the compressed kernel image stored elsewhere
      in memory. We don't have that info at this boot stage, though, so we
      approximate the size of the uncompressed kernel by taking the compressed
      kernel image size and allowing for a maximum 4x expansion.
      Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2552fc27
  5. 28 9月, 2006 1 次提交
    • H
      [ARM] nommu: manage the CP15 things · f12d0d7c
      Hyok S. Choi 提交于
      All the current CP15 access codes in ARM arch can be categorized and
      conditioned by the defines as follows:
      
           Related operation	Safe condition
        a. any CP15 access	!CPU_CP15
        b. alignment trap	CPU_CP15_MMU
        c. D-cache(C-bit)	CPU_CP15
        d. I-cache		CPU_CP15 && !( CPU_ARM610 || CPU_ARM710 ||
      				CPU_ARM720 || CPU_ARM740 ||
      				CPU_XSCALE || CPU_XSC3 )
        e. alternate vector	CPU_CP15 && !CPU_ARM740
        f. TTB		CPU_CP15_MMU
        g. Domain		CPU_CP15_MMU
        h. FSR/FAR		CPU_CP15_MMU
      
      For example, alternate vector is supported if and only if
      "CPU_CP15 && !CPU_ARM740" is satisfied.
      Signed-off-by: NHyok S. Choi <hyok.choi@samsung.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f12d0d7c
  6. 25 9月, 2006 3 次提交
  7. 02 7月, 2006 1 次提交
  8. 01 7月, 2006 1 次提交
  9. 18 6月, 2006 1 次提交
  10. 27 3月, 2006 1 次提交
  11. 24 3月, 2006 1 次提交
  12. 19 1月, 2006 1 次提交
  13. 13 1月, 2006 1 次提交
    • R
      [ARM] Allow r2 to be passed through the decompressor to the kernel · f4619025
      Russell King 提交于
      This is part of a patch from Marc Singer to allow r2 to be
      passed to the kernel.  Marc's original comments follow:
      
      This revised R2 (atags pointer) patch incorporates comments from Nico
      Pitre and Ben Dooks. It modifies the head.S files such that the R2
      value set by the bootloader is conveyed to the kernel startup code.
      The kernel head.S heuristically validates the pointer. It will set R2
      to zero if it believes the pointer is invalid. Presently, it requires
      that the ATAGS list reside in the first 16KiB of physical RAM.
      Relaxing this contraint may be both desirable as well as tricky.
      Signed-off-by: NMarc Singer <elf@buici.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f4619025
  14. 16 11月, 2005 1 次提交
  15. 05 11月, 2005 1 次提交
  16. 28 10月, 2005 1 次提交
  17. 03 5月, 2005 1 次提交
  18. 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