1. 25 5月, 2010 2 次提交
  2. 15 5月, 2010 1 次提交
  3. 21 4月, 2010 1 次提交
    • R
      ARM: fix build error in arch/arm/kernel/process.c · 4260415f
      Russell King 提交于
      /tmp/ccJ3ssZW.s: Assembler messages:
      /tmp/ccJ3ssZW.s:1952: Error: can't resolve `.text' {.text section} - `.LFB1077'
      
      This is caused because:
      
      	.section .data
      	.section .text
      	.section .text
      	.previous
      
      does not return us to the .text section, but the .data section; this
      makes use of .previous dangerous if the ordering of previous sections
      is not known.
      
      Fix up the other users of .previous; .pushsection and .popsection are
      a safer pairing to use than .section and .previous.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4260415f
  4. 19 12月, 2009 1 次提交
  5. 15 5月, 2009 2 次提交
  6. 06 9月, 2008 1 次提交
  7. 03 8月, 2008 1 次提交
  8. 20 10月, 2007 1 次提交
  9. 19 10月, 2007 1 次提交
  10. 13 10月, 2007 2 次提交
  11. 01 8月, 2007 1 次提交
  12. 30 5月, 2007 1 次提交
  13. 13 7月, 2006 1 次提交
  14. 01 7月, 2006 1 次提交
  15. 25 6月, 2006 1 次提交
  16. 22 6月, 2006 1 次提交
    • R
      [ARM] Add thread_notify infrastructure · d6551e88
      Russell King 提交于
      Some machine classes need to allow VFP support to be built into the
      kernel, but still allow the kernel to run even though VFP isn't
      present.  Unfortunately, the kernel hard-codes VFP instructions
      into the thread switch, which prevents this being run-time selectable.
      
      Solve this by introducing a notifier which things such as VFP can
      hook into to be informed of events which affect the VFP subsystem
      (eg, creation and destruction of threads, switches between threads.)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d6551e88
  17. 15 1月, 2006 1 次提交
  18. 08 11月, 2005 2 次提交
  19. 13 10月, 2005 1 次提交
  20. 10 9月, 2005 1 次提交
  21. 24 8月, 2005 1 次提交
  22. 16 8月, 2005 1 次提交
  23. 04 8月, 2005 1 次提交
  24. 17 7月, 2005 1 次提交
    • R
      [PATCH] ARM: Remove global nwfpe register variable · b66da4a4
      Russell King 提交于
      Recent changes to nwfpe broke the build with some gcc versions:
      
      In file included from arch/arm/nwfpe/softfloat.c:33:
      arch/arm/nwfpe/fpa11.h:32: global register variable follows a function definition
      make[1]: *** [arch/arm/nwfpe/softfloat.o] Error 1
      
      Since we now ensure that the kernel stack is empty when returning
      to user space, we can now access the userspace registers with
      reference to the kernel stack using current_thread_info(), rather
      than remembering the stack pointer at the time nwfpe was called.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b66da4a4
  25. 11 7月, 2005 1 次提交
  26. 24 6月, 2005 1 次提交
  27. 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