1. 11 4月, 2006 2 次提交
  2. 10 4月, 2006 3 次提交
  3. 24 3月, 2006 2 次提交
    • A
      [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fix · 3d1712c9
      Akinobu Mita 提交于
      While working on these patch set, I found several possible cleanup on x86-64
      and ia64.
      
      akpm: I stole this from Andi's queue.
      
      Not only does it clean up bitops.  It also unrelatedly changes the prototype
      of pci_mmcfg_init() and removes its arch_initcall().  It seems that the wrong
      two patches got joined together, but this is the one which has been tested.
      
      This patch fixes the current x86_64 build error (the pci_mmcfg_init()
      declaration in arch/i386/pci/pci.h disagrees with the definition in
      arch/x86_64/pci/mmconfig.c)
      
      This also means that x86_64's pci_mmcfg_init() gets called in the same (new)
      manner as x86's: from arch/i386/pci/init.c:pci_access_init(), rather than via
      initcall.
      
      The bitops cleanups came along for free.
      
      All this worked OK in -mm testing (since 2.6.16-rc4-mm1) because x86_64 was
      tested with both patches applied.
      Signed-off-by: NAkinobu Mita <mita@miraclelinux.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Cc: Con Kolivas <kernel@kolivas.org>
      Cc: Jean Delvare <khali@linux-fr.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3d1712c9
    • A
      [PATCH] PCI: Give PCI config access initialization a defined ordering · 92c05fc1
      Andi Kleen 提交于
      I moved it to a separate function which is safer.
      
      This avoids problems with the linker reordering them and the
      less useful PCI config space access methods taking priority
      over the better ones.
      
      Fixes some problems with broken MMCONFIG
      
      Cc: Dave Hansen <haveblue@us.ibm.com>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      92c05fc1
  4. 08 2月, 2006 1 次提交
  5. 05 2月, 2006 1 次提交
  6. 01 2月, 2006 1 次提交
  7. 12 1月, 2006 1 次提交
  8. 21 12月, 2005 1 次提交
  9. 16 12月, 2005 1 次提交
  10. 13 12月, 2005 2 次提交
  11. 13 9月, 2005 2 次提交
  12. 26 8月, 2005 1 次提交
  13. 24 8月, 2005 1 次提交
  14. 29 7月, 2005 1 次提交
  15. 28 6月, 2005 2 次提交
  16. 24 6月, 2005 1 次提交
  17. 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