1. 28 10月, 2005 1 次提交
  2. 02 9月, 2005 1 次提交
  3. 01 9月, 2005 2 次提交
  4. 30 8月, 2005 1 次提交
    • D
      [ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappings · 083bc6b3
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      Working on adding support for 36-bit static mappings for ARMv6 and
      Intel's XSC3 core and noticed that alloc_init_supersection currently
      increments the phys addr by 1MB on each of the 16 iterations and then
      forces alignment to supersection size (16MB).  This is really uneeded
      b/c we have already forced the phys address to be 16MB aligned in
      create_mapping(). Furthermore, this breaks 36-bit addressing b/c bits
      [23:20] of the PMD contain bits [35:32] of the physical address and
      the masking causes us to loose those bits thus ending up with an
      incorrect virt -> phys translation.  The other option is to have an
      alloc_init_supersection36.
      Tested on Intel IXP2350 CPU with 36-bit static I/O mappings.
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      083bc6b3
  5. 10 8月, 2005 1 次提交
  6. 27 7月, 2005 1 次提交
  7. 11 7月, 2005 1 次提交
  8. 28 6月, 2005 1 次提交
  9. 27 6月, 2005 2 次提交
  10. 17 5月, 2005 1 次提交
  11. 10 5月, 2005 2 次提交
  12. 30 4月, 2005 1 次提交
    • G
      [PATCH] ARM: 2656/1: Access permission bits are wrong for kernel XIP sections on ARMv6 · ca315159
      George G. Davis 提交于
      Patch from George G. Davis
      
      This patch is required for kernel XIP support on ARMv6 machines.  It ensures that the access permission bits for kernel XIP section descriptors are APX=1 and AP[1:0]=01, which is Kernel read-only/User no access permissions.  Prior to this change, kernel XIP section descriptor access permissions were set to Kernel no access/User no access on ARMv6 machines and the kernel would therefore hang upon entry to userspace when set_fs(USER_DS) was executed.
      
      Signed-off-by: Steve Longerbeam
      Signed-off-by: George G. Davis
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      ca315159
  13. 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