1. 14 7月, 2010 1 次提交
  2. 09 6月, 2010 1 次提交
  3. 28 5月, 2010 2 次提交
  4. 22 5月, 2010 1 次提交
  5. 19 5月, 2010 1 次提交
    • G
      of: eliminate of_device->node and dev_archdata->{of,prom}_node · 58f9b0b0
      Grant Likely 提交于
      This patch eliminates the node pointer from struct of_device and the
      of_node (or prom_node) pointer from struct dev_archdata since the node
      pointer is now part of struct device proper when CONFIG_OF is set, and
      all users of the old pointer locations have already been converted over
      to use device->of_node.
      
      Also remove dev_archdata_{get,set}_node() as it is no longer used by
      anything.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      58f9b0b0
  6. 14 5月, 2010 1 次提交
  7. 13 5月, 2010 1 次提交
    • S
      microblaze: fix get_user/put_user side-effects · 538722ca
      Steven J. Magnani 提交于
      The Microblaze implementations of get_user() and (MMU) put_user() evaluate
      the address argument more than once. This causes unexpected side-effects for
      invocations that include increment operators, i.e. get_user(foo, bar++).
      
      This patch also removes the distinction between MMU and noMMU put_user().
      
      Without the patch:
        $ echo 1234567890 > /proc/sys/kernel/core_pattern
        $ cat /proc/sys/kernel/core_pattern
        12345
      Signed-off-by: NSteven J. Magnani <steve@digidescorp.com>
      538722ca
  8. 07 5月, 2010 2 次提交
  9. 06 5月, 2010 9 次提交
  10. 13 4月, 2010 1 次提交
  11. 08 4月, 2010 1 次提交
  12. 07 4月, 2010 3 次提交
  13. 01 4月, 2010 16 次提交