1. 03 9月, 2015 1 次提交
  2. 21 2月, 2013 1 次提交
  3. 16 2月, 2013 2 次提交
    • R
      MIPS: Cleanup break and trap codes. · 5b003119
      Ralf Baechle 提交于
      Very ancient out-of-tree KDB versions were using BRK_KDB code but it's
      unused in modern kernels since a long time.  Delete it.
      
      The microMIPS encoding only reserves 4 bits for a trap code so it's time
      for further weedkilling.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5b003119
    • S
      MIPS: Redefine value of BRK_BUG. · 8e8dc335
      Steven J. Hill 提交于
      The BRK_BUG value is used in the BUG and __BUG_ON inline macros. For
      standard MIPS cores the code in the 'tne' instruction is 10-bits long.
      In microMIPS, the 'tne' instruction is recoded and the code can only be
      4-bits long. We change the value to 12 instead of 512 so that both classic
      and microMIPS kernels build.
      
      [ralf@linux-mips.org: Many of the break codes starting from 0 are used
      across many MIPS UNIX variants.  Codes starting from 512 are operating
      system specific additions.  1023 again is also used by other operating
      systems]
      Signed-off-by: NSteven J. Hill <sjhill@mips.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8e8dc335
  4. 01 2月, 2013 1 次提交
  5. 16 1月, 2013 1 次提交
  6. 05 8月, 2010 1 次提交
  7. 30 10月, 2008 1 次提交
  8. 11 10月, 2008 1 次提交
  9. 30 10月, 2005 1 次提交
  10. 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