Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • msm-board-for-3.7

    Final parts to allow msm8660 and msm8960 to build into the same
    kernel.  This won't work without the changes from msm-dt-for-3.7.
    
  • kvm-3.6-2

    KVM updates for 3.6-rc5
    
  • v3.6-rc5

    55d512e2 · Linux 3.6-rc5 ·
    Linux 3.6-rc5
    
  • iio-for-3.7c

    Third set of IIO rework and new drivers for the 3.7 cycle.
    
    This set includes:
    
    1) HID sensor drivers. This includes a core elements in the
    HID subsystem merged through the IIO tree because we have some
    ABI changes outstanding (some in this set) which will effect them.
    The HID sensors specification covers an extremely wide range of
    sensors so we will probably be seeing lots more elements of this
    as the hardware hits the market.
    
    2) Some general abi cleanups to use the utility function
    iio_push_to_buffer and to drop the used timestamp parameter
    from the same call.  For a long time timestamps have taken
    the same path as all other channel types into the buffers so
    it is good to clean this out.
    
    3) More ADC driver support for Analog Devices parts in the form
    of one new driver and some additional supported parts via current
    drivers.
    
    4) An increase to the accuracy of the calibration scale for
    the isl29018 driver.
    
    So a mixed bag, but all good additions to IIO.
    
  • 3.6-pci-fixes

    PCI updates for v3.6:
    
      Power management
        - PCI/PM: Enable D3/D3cold by default for most devices
        - PCI/PM: Keep parent bridge active when probing device
        - PCI/PM: Fix config reg access for D3cold and bridge suspending
        - PCI/PM: Add ABI document for sysfs file d3cold_allowed
      Core
        - PCI: Don't print anything while decoding is disabled
    
  • iio-for-v3.7b

    Second set of IIO rework and new drivers for the 3.7 cycle.
    
    Firstly we have the second half of a series reworking support for
    the various sigma delta ADCs from Analog.  The first half was fixes
    that have already merged in the v3.6 cycle.  Other than some
    little cleanups this mainly consists of a unifying library module
    that the various drivers can then use.  Another new driver is
    using this undergoing revisions and the code reduction already
    seen from this is considerable.  A nice piece of work.
    
    Secondly we have a good number of tidying up patches from various
    sources doing things like adding include guards and removing
    unintended header ordering requirements.  Also a mass annotation
    of missing __devinit/exit.  Peter Meerwald has been getting around
    with cleanup of lis3l02dq, documentation fixes, white space clenaups
    and a small issue with my spelling ;)
    
    Thirdly we have some improvements to our kfifo usage that have
    been around for a while but are now suddenly in demand from a
    number of users.
    
    Forth we have some clk_prepare_enable and clk_prepare_disable
    cleanups.
    
    Fifth is the addition of i2c dacs to the ad5446 driver
    
    Finally we have some email address updates. I'll do the
    MAINTAINERS one separately.
    
    So a general mixed bag but nothing terribly controversial
    or 'exciting'.
    
  • v3.6-rc1-iio-fixes-2

    IIO fixes for v3.6-rc1 set 2
    
    A few simple fixes.
    
    1)Fix up some possible divide by zero issues in various drivers.
    
    2)Prevent a memory leak in an error path in lis3l02dq
    
    3)Make sure the PTR_ERR call in at91_adc matches the
    check for IS_ERR just above it rather than using a different
    pointer.
    
    Merges fine against v3.6rc4
    
  • v3.6-rc4

    4cbe5a55 · Linux 3.6-rc4 ·
    Linux 3.6-rc4
    
  • arm-perf-3.7

    Bunch of perf updates for the ARM backend that pave the way for
    big.LITTLE support in the future. The separation of CPU and PMU code
    is also the start of being able to move some of this stuff under
    drivers/.
    
  • v3.6-rc3

    fea7a08a · Linux 3.6-rc3 ·
    Linux 3.6-rc3
    
  • pci/for-linus

    PCI updates for v3.6:
    
      Power management
        - Fix EHCI-related crash during hibernation on ASUS (extension of similar suspend fix we merged in v3.6-rc1) (Rafael Wysocki)
        - Clarify D3/D3cold/D4 messages related to runtime D3cold support we added in v3.6-rc1 (Rafael Wysocki)
    
  • iommu-fixes-v3.6-rc2

    IOMMU Fixes for Linux v3.6-rc2
    
    Two fixes are necessary. One patch fixes a boot crash on MacBook Air
    with interrupt remapping enabled and the other patch fixes a regression
    (which causes a boot crash on AMD IOMMUv2 systems too) in the init code
    of the AMD IOMMU driver.
    
  • pm-for-3.6-rc3

    Power management fixes for 3.6-rc3
    
    * Fixes for three obscure problems in the runtime PM core code found recently.
    * Two fixes for the new "coupled" cpuidle code from Colin Cross and
      Jon Medhurst.
    * intel_idle driver fix from Konrad Rzeszutek Wilk.
    
  • regulator-3.6

    regulator: Updates for 3.6
    
    A bunch of fixes which are a combination of minor fixes that have been
    shaken down due to greater testing exposure, the biggest block of which
    are for the Palmas driver which hadn't had all the changes required for
    mainline properly tested when it was merged.
    
  • v3.6-rc2

    d9875690 · Linux 3.6-rc2 ·
    Linux 3.6-rc2
    
  • iio-for-v3.7a

    First set of IIO rework and new drivers for 3.7 cycle.
    
    New MXS adc driver form Marek Vasut with a minor addition
    to the example code to support 4 byte reads.
    
    First of I suspect many devm conversion patches form Julia Lawall
    Some module_platform_driver uses that somehow got missed the
    first time around.
    
    Couple of other useful cleanups.
    
  • v3.6-rc1-iio-fixes

    IIO fixes for v3.6-rc1
    
    These mostly consist of fixes from Lars-Peter Clausen that were
    the first part of a large series reworking the drivers concerned.
    Turns out these drivers had quite a wealth of minor bugs.
    
    Also here are some build warning fixes for lm3533-als and
    adjd_s111 (both new drives in this cycle).
    Final elements are a a div factor overflow and a warning
    related fix in a couple of Analog Devices drivers.
    
    All in all nothing major, but a worthwhile bunch of short
    fixes.
    
  • pm-for-3.6-rc2

    Power management fixes for 3.6-rc2
    
    * Fix for two recent regressions in the generic PM domains framework.
    * Revert of a commit that introduced a resume regression and is conceptually
      incorrect in my opinion.
    * Fix for a return value in pcc-cpufreq.c from Julia Lawall.
    * RTC wakeup signaling fix from Neil Brown.
    * Suppression of compiler warnings for CONFIG_PM_SLEEP unset in ACPI,
      platform/x86 and TPM drivers.
    
  • vfio-for-v3.6-rc1

    VFIO for v3.6-rc1
    
  • iommu-fixes-v3.6-rc1

    IOMMU fixes for Linux v3.6-rc1
    
    These patches fix a couple of issues. First of all a few problems with
    ACS on x86 introduced in the last merge window, where ACS did not work
    on AMD and a NULL pointer dereference when there ran against SR-IOV
    devices.
    The patches fallen out of coccinelle checks fix a possible invalid
    memory reference and a possible memory leak. The other patches mostly
    fix build errors and warnings and a wrong return value.