1. 01 Feb, 2011 5 commits
  2. 31 Jan, 2011 1 commit
  3. 28 Jan, 2011 5 commits
  4. 27 Jan, 2011 13 commits
  5. 26 Jan, 2011 1 commit
  6. 25 Jan, 2011 3 commits
  7. 24 Jan, 2011 1 commit
  8. 21 Jan, 2011 4 commits
  9. 19 Jan, 2011 4 commits
  10. 18 Jan, 2011 3 commits
    • Linus Torvalds's avatar
      Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze · a25cecce
      Linus Torvalds authored
      * 'next' of git://git.monstr.eu/linux-2.6-microblaze:
        microblaze: Fix asm/pgtable.h
        microblaze: Fix missing pagemap.h
      a25cecce
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · b7c15e4a
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        ALSA: hda - Fix initialization for HP 2011 notebooks
        ALSA: hda - Add support for VMware controller
        ALSA: hda - consitify string arrays
        ALSA: hda - Add add multi-streaming playback for AD1988
        ASoC: EP93xx: fixed LRCLK rate and DMA oper. in I2S code
        ASoC: WM8990: msleep() takes milliseconds not jiffies
        ALSA : au88x0 - Limit number of channels to fix Oops via OSS emu
        ALSA: constify functions in ac97
        ASoC: WL1273 FM radio: Fix breakage with MFD API changes
        ALSA: hda - More coverage for odd-number channels elimination for HDMI
        ALSA: hda - Store PCM parameters properly in HDMI open callback
        ALSA: hda - Rearrange fixup struct in patch_realtek.c
        ALSA: oxygen: Xonar DG: fix CS4245 register writes
        ALSA: hda - Suppress the odd number of channels for HDMI
        ALSA: hda - Add fixup-call in init callback
        ALSA: hda - Reorganize fixup structure for Realtek
        ALSA: hda - Apply Sony VAIO hweq fixup only once
        ALSA: hda - Apply mario fixup only once
        ALSA: hda - Remove unused fixup entry for ALC262
      b7c15e4a
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 6a7f6ec9
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: (25 commits)
        m68knommu: fix broken setting of irq_chip and handler
        m68knommu: switch to using -mcpu= flags for ColdFire targets
        m68knommu: arch/m68knommu/Kconfig whitespace cleanup
        m68knommu: create optimal separate instruction and data cache for ColdFire
        m68knommu: support ColdFire caches that do copyback and write-through
        m68knommu: support version 2 ColdFire split cache
        m68knommu: make cache push code ColdFire generic
        m68knommu: clean up ColdFire cache control code
        m68knommu: move inclusion of ColdFire v4 cache registers
        m68knommu: merge bit definitions for version 3 ColdFire cache controller
        m68knommu: create bit definitions for the version 2 ColdFire cache controller
        m68knommu: remove empty __iounmap() it is no used
        m68knommu: remove kernel_map() code, it is not used
        m68knommu: remove do_page_fault(), it is not used
        m68knommu: use user stack pointer hardware on some ColdFire cores
        m68knommu: remove command line printing DEBUG
        m68knommu: remove fasthandler interrupt code
        m68knommu: move UART addressing to part specific includes
        m68knommu: fix clock rate value reported for ColdFire 54xx parts
        m68knommu: move ColdFire CPU names into their headers
        ...
      6a7f6ec9