1. 30 Apr, 2013 1 commit
    • Joe Perches's avatar
      vsprintf: Add extension %pSR - print_symbol replacement · b0d33c2b
      Joe Perches authored
      print_symbol takes a long and converts it to a function
      name and offset.  %pS does something similar, but doesn't
      translate the address via __builtin_extract_return_addr.
      %pSR does the translation.
      
      This will enable replacing multiple calls like
      	printk(...);
      	printk_symbol(addr);
      	printk("\n");
      with a single non-interleavable in dmesg
      	printk("... %pSR\n", (void *)addr);
      
      Update documentation too.
      Signed-off-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      b0d33c2b
  2. 29 Apr, 2013 4 commits
  3. 25 Apr, 2013 1 commit
  4. 24 Apr, 2013 3 commits
  5. 12 Apr, 2013 2 commits
  6. 05 Apr, 2013 1 commit
  7. 31 Mar, 2013 2 commits
  8. 27 Mar, 2013 9 commits
  9. 21 Mar, 2013 1 commit
  10. 20 Mar, 2013 1 commit
  11. 19 Mar, 2013 1 commit
  12. 18 Mar, 2013 14 commits