1. 08 Aug, 2012 17 commits
  2. 06 Aug, 2012 1 commit
  3. 05 Aug, 2012 1 commit
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 8a06bf14
      Ingo Molnar authored
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
      
      Pull perf/core fixes and some late updates from Arnaldo Carvalho de Melo:
      
       * Make clean brace expansion fix for some shells, from Palmer Cox
      
       * Warn user just once per guest kernel when not finding kernel info,
         from David Ahern
      
       * perf test fix from Jiri Olsa
      
       * Fix error handling on event creation in perf top, from David Ahern
      
       * Fix check on perf_target__strnerror, from Namhyung Kim
      
       * Save the whole cmdline, from David Ahern
      
       * Prep work for the DWARF CFI post unwinder, so that it doesn't
         uses perf_session in lots of places, just evlist/evsel is enough.
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      8a06bf14
  4. 04 Aug, 2012 15 commits
  5. 03 Aug, 2012 6 commits
    • Artem Bityutskiy's avatar
      Documentation: get rid of write_super · 34e5053f
      Artem Bityutskiy authored
      The '->write_super' superblock method is gone, and this patch removes all the
      references to 'write_super' from various pieces of the kernel documentation.
      
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      34e5053f
    • Artem Bityutskiy's avatar
      vfs: kill write_super and sync_supers · f0cd2dbb
      Artem Bityutskiy authored
      Finally we can kill the 'sync_supers' kernel thread along with the
      '->write_super()' superblock operation because all the users are gone.
      Now every file-system is supposed to self-manage own superblock and
      its dirty state.
      
      The nice thing about killing this thread is that it improves power management.
      Indeed, 'sync_supers' is a source of monotonic system wake-ups - it woke up
      every 5 seconds no matter what - even if there were no dirty superblocks and
      even if there were no file-systems using this service (e.g., btrfs and
      journalled ext4 do not need it). So it was wasting power most of the time. And
      because the thread was in the core of the kernel, all systems had to have it.
      So I am quite happy to make it go away.
      
      Interestingly, this thread is a left-over from the pdflush kernel thread which
      was a self-forking kernel thread responsible for all the write-back in old
      Linux kernels. It was turned into per-block device BDI threads, and
      'sync_supers' was a left-over. Thus, R.I.P, pdflush as well.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      f0cd2dbb
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux · d8579fd8
      Linus Torvalds authored
      Pull ACPI and power management fixes from Len Brown:
       "A 3.3 sleep regression fixed, numa bugfix, plus some minor cleanups"
      
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
        ACPI processor: Fix tick_broadcast_mask online/offline regression
        ACPI: Only count valid srat memory structures
        ACPI: Untangle a return statement for better readability
        ACPI / PCI: Do not try to acquire _OSC control if that is hopeless
        ACPI: delete _GTS/_BFS support
        ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler'
        ACPI: replace strlen("string") with sizeof("string") -1
        ACPI / PM: Fix build warning in sleep.c for CONFIG_ACPI_SLEEP unset
      d8579fd8
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd · d42d1dab
      Linus Torvalds authored
      Pull exofs update from Boaz Harrosh:
       "They are all mostly fixes, except the most important patch by Artem
        Bityutskiy which removes the use of s_dirt.  After this patch s_dirt
        can be completely removed from the tree."
      
      * 'for-linus' of git://git.open-osd.org/linux-open-osd:
        ore: Fix out-of-bounds access in _ios_obj()
        exofs: Use proper max_IO calculations from ore
        exofs: Fix __r4w_get_page when offset is beyond i_size
        exofs: stop using s_dirt
        exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)
      d42d1dab
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/virt/kvm/kvm · d79095ee
      Linus Torvalds authored
      Pull KVM bug fixes from Marcelo Tosatti:
       - Fix DS/ES segment register corruption on x86_32.
       - Fix kvmclock wallclock migration offset.
       - Fix PIT interrupt ACK vs system reset logic bug.
      
      * git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: VMX: Fix ds/es corruption on i386 with preemption
        KVM: x86: apply kvmclock offset to guest wall clock time
        KVM: PIC: call ack notifiers for irqs that are dropped form irr
      d79095ee
    • Linus Torvalds's avatar
      Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · d667319a
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "A bunch of small fixes for ASoC, mainly against regressions due to the
        defaulting regmap i/o, in addition to a HD-audio fixup."
      
      * tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ASoC: core: Fix check before defaulting to regmap
        ALSA: hda - Support dock on Lenovo Thinkpad T530 with ALC269VC
        ASoC: wm8962: Allow VMID time to fully ramp
        ASoC: AC97 doesn't use regmap by default
        ASoC: sgtl5000: enable VAG_POWER for LINE_IN
        ASoC: ab8500: Inform SoC Core that we have our own I/O arrangements
        ASoC: omap: Add missing modules aliases to get sound working on omap devices
        sound: tegra_alc5632: Adjust to of_get_named_gpio() change
        sound: tegra_wm8903: Adjust to of_get_named_gpio() change
        ASoC: mc13783: Provide codec->control_data
        ASoC: ux500: Include the correct header files
        ASoC: wm8994: Hold runtime PM reference while handling mic and jack IRQs
        ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probe
        ASoC: mxs-saif: set a base clock rate for EXTMASTER mode work
        ASoC: mxs-saif: fix clock prepare and enable unbalance issue
        ASoC: wm8994: Ensure there are enough BCLKs for four channels
      d667319a