1. 30 Jan, 2015 1 commit
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 1ed39bac
      Ingo Molnar authored
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
      
      Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:
      
       User visible changes:
      
        - Show precise number of samples in at the end of a 'record' session, if
          processing build ids, since we will then traverse the whole perf.data file
          and see all the PERF_RECORD_SAMPLE records, otherwise stop showing the
          previous off-base heuristicly counted number of "samples"  (Namhyung Kim).
      
        - Support to read compressed module from build-id cache (Namhyung Kim)
      
       Infrastructure changes:
      
        - Cache eh/debug frame offset for dwarf unwind (Namhyung Kim)
      
        - Set header version correctly in all cases (Namhyung Kim)
      
        - Set attr.task bit for a tracking event, to be consistent (Namhyung Kim)
          perf tools: Use perf_data_file__fd() consistently
          perf symbols: Convert lseek + read to pread
      
        - Don't rely on malloc working for sz 0, fixing another problem when
          using uClibc (Vineet Gupta)
      
        - Provide stub for missing pthread_attr_setaffinity_np for libcs where this
          is not available, such as uClibc (Vineet Gupta)
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      1ed39bac
  2. 29 Jan, 2015 8 commits
  3. 28 Jan, 2015 10 commits
  4. 27 Jan, 2015 1 commit
    • Linus Torvalds's avatar
      Merge branch 'akpm' (patches from Andrew Morton) · 4adca1cb
      Linus Torvalds authored
      Merge misc fixes from Andrew Morton:
       "Six fixes"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>:
        drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element
        printk: add dummy routine for when CONFIG_PRINTK=n
        mm/vmscan: fix highidx argument type
        memcg: remove extra newlines from memcg oom kill log
        x86, build: replace Perl script with Shell script
        mm: page_alloc: embed OOM killing naturally into allocation slowpath
      4adca1cb
  5. 26 Jan, 2015 19 commits
  6. 24 Jan, 2015 1 commit
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 440e9960
      Linus Torvalds authored
      pULL SCSI fixes from James Bottomley:
       "This consists of four real fixes and three MAINTAINER updates.
      
        Three of the fixes are obvious (the DIX and atomic allocation are bug
        on and warn on fixes and the other is just trivial) and the ipr one is
        a bit more involved but is required because without it, the card
        double completes aborted commands and causes a kernel oops"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        MAINTAINERS: ibmvscsi driver maintainer change
        MAINTAINERS: ibmvfc driver maintainer change
        MAINTAINERS: Remove self as isci maintainer
        scsi_debug: test always evaluates to false, || should be used instead
        scsi: Avoid crashing if device uses DIX but adapter does not support it
        scsi_debug: use atomic allocation in resp_rsup_opcodes
        ipr: wait for aborted command responses
      440e9960