1. 05 9月, 2017 1 次提交
    • J
      alpha: marvel: make use of raw_spinlock variants · b5a3a128
      Julia Cartwright 提交于
      The alpha/marvel code currently implements an irq_chip for handling
      interrupts; due to how irq_chip handling is done, it's necessary for the
      irq_chip methods to be invoked from hardirq context, even on a a
      real-time kernel.  Because the spinlock_t type becomes a "sleeping"
      spinlock w/ RT kernels, it is not suitable to be used with irq_chips.
      
      A quick audit of the operations under the lock reveal that they do only
      minimal, bounded work, and are therefore safe to do under a raw spinlock.
      Signed-off-by: NJulia Cartwright <julia@ni.com>
      Signed-off-by: NMatt Turner <mattst88@gmail.com>
      b5a3a128
  2. 19 3月, 2010 1 次提交
  3. 16 8月, 2008 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