1. 29 3月, 2012 1 次提交
  2. 09 3月, 2012 1 次提交
  3. 08 12月, 2011 3 次提交
  4. 27 7月, 2011 1 次提交
  5. 19 5月, 2011 1 次提交
  6. 19 10月, 2010 1 次提交
  7. 02 9月, 2010 1 次提交
  8. 16 6月, 2010 1 次提交
  9. 17 2月, 2010 2 次提交
  10. 09 6月, 2009 1 次提交
  11. 15 5月, 2009 1 次提交
  12. 23 2月, 2009 1 次提交
  13. 19 11月, 2008 2 次提交
  14. 04 8月, 2008 1 次提交
  15. 25 7月, 2008 1 次提交
  16. 15 7月, 2008 1 次提交
  17. 01 7月, 2008 2 次提交
  18. 30 6月, 2008 1 次提交
  19. 16 6月, 2008 1 次提交
  20. 14 5月, 2008 1 次提交
  21. 29 4月, 2008 1 次提交
    • P
      [POWERPC] Use __always_inline for xchg* and cmpxchg* · dd18434f
      Paul Mackerras 提交于
      This changes the definitions of the xchg and cmpxchg families of
      functions in include/asm-powerpc/system.h to be marked __always_inline
      rather than __inline__.  The reason for doing this is that we rely on
      the compiler inlining them in order to eliminate the references to
      __xchg_called_with_bad_pointer and __cmpxchg_called_with_bad_pointer,
      which are deliberately left undefined.  Thus this change will enable
      us to make the inline keyword be just a hint rather than a directive.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      dd18434f
  22. 20 4月, 2008 1 次提交
  23. 08 2月, 2008 1 次提交
  24. 07 2月, 2008 1 次提交
    • O
      [POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=y · 7dbb922c
      Olof Johansson 提交于
      Looks like "[POWERPC] kdump shutdown hook support" broke builds when
      CONFIG_DEBUGGER=n and CONFIG_KEXEC=y, such as in g5_defconfig:
      
      arch/powerpc/kernel/crash.c: In function 'default_machine_crash_shutdown':
      arch/powerpc/kernel/crash.c:388: error: '__debugger_fault_handler' undeclared (first use in this function)
      arch/powerpc/kernel/crash.c:388: error: (Each undeclared identifier is reported only once
      arch/powerpc/kernel/crash.c:388: error: for each function it appears in.)
      
      Move the debugger hooks to under CONFIG_DEBUGGER || CONFIG_KEXEC, since
      that's when the crash code is enabled.
      
      (I should have caught this with my build-script pre-merge, my bad. :( )
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7dbb922c
  25. 24 1月, 2008 1 次提交
  26. 17 10月, 2007 1 次提交
    • O
      increase AT_VECTOR_SIZE to terminate saved_auxv properly · 4f9a58d7
      Olaf Hering 提交于
      include/asm-powerpc/elf.h has 6 entries in ARCH_DLINFO.  fs/binfmt_elf.c
      has 14 unconditional NEW_AUX_ENT entries and 2 conditional NEW_AUX_ENT
      entries.  So in the worst case, saved_auxv does not get an AT_NULL entry at
      the end.
      
      The saved_auxv array must be terminated with an AT_NULL entry.  Make the
      size of mm_struct->saved_auxv arch dependend, based on the number of
      ARCH_DLINFO entries.
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Cc: Roland McGrath <roland@redhat.com>
      Cc: Jakub Jelinek <jakub@redhat.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      4f9a58d7
  27. 03 10月, 2007 1 次提交
  28. 19 9月, 2007 1 次提交
    • S
      [POWERPC] Fix section mismatch in PCI code · 7b2c3c5b
      Stephen Rothwell 提交于
      Create a helper function (alloc_maybe_bootmem) that is marked __init_refok
      to limit the chances of mistakenly referring to other __init routines.
      
      WARNING: vmlinux.o(.text+0x2a9c4): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.update_dn_pci_info' and '.pci_dn_reconfig_notifier')
      WARNING: vmlinux.o(.text+0x36430): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.mpic_msi_init_allocator' and '.find_ht_magic_addr')
      WARNING: vmlinux.o(.text+0x5e804): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')
      WARNING: vmlinux.o(.text+0x5e8e8): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')
      WARNING: vmlinux.o(.text+0x5e968): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7b2c3c5b
  29. 20 7月, 2007 1 次提交
  30. 10 7月, 2007 2 次提交
  31. 09 5月, 2007 2 次提交
  32. 30 4月, 2007 1 次提交
  33. 01 11月, 2006 1 次提交