1. 22 7月, 2011 1 次提交
    • R
      PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. · d5341942
      Ralf Baechle 提交于
      Aside of the usual motivation for constification,  this function has a
      history of being abused a hook for interrupt and other fixups so I turned
      this function const ages ago in the MIPS code but it should be done
      treewide.
      
      Due to function pointer passing in varous places a few other functions
      had to be constified as well.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      To: Anton Vorontsov <avorontsov@mvista.com>
      To: Chris Metcalf <cmetcalf@tilera.com>
      To: Colin Cross <ccross@android.com>
      Acked-by: N"David S. Miller" <davem@davemloft.net>
      To: Eric Miao <eric.y.miao@gmail.com>
      To: Erik Gilling <konkers@android.com>
      Acked-by: NGuan Xuetao <gxt@mprc.pku.edu.cn>
      To: "H. Peter Anvin" <hpa@zytor.com>
      To: Imre Kaloz <kaloz@openwrt.org>
      To: Ingo Molnar <mingo@redhat.com>
      To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      To: Jesse Barnes <jbarnes@virtuousgeek.org>
      To: Krzysztof Halasa <khc@pm.waw.pl>
      To: Lennert Buytenhek <kernel@wantstofly.org>
      To: Matt Turner <mattst88@gmail.com>
      To: Nicolas Pitre <nico@fluxnic.net>
      To: Olof Johansson <olof@lixom.net>
      Acked-by: NPaul Mundt <lethal@linux-sh.org>
      To: Richard Henderson <rth@twiddle.net>
      To: Russell King <linux@arm.linux.org.uk>
      To: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: linux-alpha@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Cc: linux-pci@vger.kernel.org
      Cc: linux-sh@vger.kernel.org
      Cc: linux-tegra@vger.kernel.org
      Cc: sparclinux@vger.kernel.org
      Cc: x86@kernel.org
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      d5341942
  2. 16 6月, 2010 1 次提交
  3. 28 4月, 2008 1 次提交
  4. 20 10月, 2007 1 次提交
  5. 18 4月, 2007 1 次提交
    • I
      alpha: fixes for specific machine types · 1b75b05b
      Ivan Kokshaysky 提交于
      Files:
      
      arch/alpha/kernel/core_mcpcia.c
      arch/alpha/kernel/sys_rawhide.c
      include/asm-alpha/core_mcpcia.h
      
      	Determine correct hose configuration; RAWHIDE family can have
              2 or 4 hoses, so make sure non-existent hoses are ignored.
      
      arch/alpha/kernel/err_titan.c
      
      	Supply a needed #include <asm/irq_regs.h>
      
      arch/alpha/kernel/module.c
      
      	Add some useful output to the relocation overflow messages.
      
      arch/alpha/kernel/sys_noritake.c
      
      	Supply necessary noritake_end_irq() to correct interrupt handling.
      	This fixes a problem first noted by hangs during boot probing with
      	a DE500-BA TULIP NIC present.
      
      arch/alpha/kernel/sys_sio.c
      
      	Correct saving of original PIRQ register (PCI IRQ routing);
      	change default PIRQ setting to leave PCI IRQs 9 and 14 free to
      	be used for sound (Multia) and IDE (any), respectively.
      
      include/asm-alpha/io.h
      
      	Supply the "isa_virt_to_bus" routine.
      Signed-off-by: NJay Estabrook <jay.estabrook@hp.com>
      Signed-off-by: NIvan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1b75b05b
  6. 11 7月, 2006 1 次提交
  7. 01 7月, 2006 1 次提交
  8. 10 1月, 2006 1 次提交
  9. 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