Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 1 | -0/+5 |
2014-07-25 | clk: Support for clock parents and rates assigned from device tree | Sylwester Nawrocki | 1 | -0/+5 |
2014-07-11 | platform_get_irq: Revert to platform_get_resource if of_irq_get fails | Guenter Roeck | 1 | -4/+14 |
2014-06-23 | DMA, CMA: fix possible memory leak | Joonsoo Kim | 1 | -1/+11 |
2014-06-12 | Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+31 |
2014-06-12 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2 | -4/+31 |
2014-06-11 | PM / sleep: trace events for device PM callbacks | Todd E Brandt | 1 | -4/+10 |
2014-06-07 | PM / sleep: trace events for suspend/resume | Todd E Brandt | 2 | -0/+21 |
2014-06-07 | Merge branch 'acpi-pm' into pm-sleep | Rafael J. Wysocki | 2 | -1/+23 |
2014-06-04 | cma: increase CMA_ALIGNMENT upper limit to 12 | Marc Carino | 1 | -1/+1 |
2014-06-04 | memory-hotplug: update documentation to hide information about SECTIONS and r... | Li Zhong | 1 | -12/+0 |
2014-06-04 | cma: add placement specifier for "cma=" kernel parameter | Akinobu Mita | 1 | -10/+32 |
2014-06-04 | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+5 |
2014-06-04 | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -111/+83 |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-06-03 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -91/+0 |
2014-06-03 | Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp' | Rafael J. Wysocki | 1 | -5/+26 |
2014-06-03 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2 | -15/+57 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2014-06-03 | Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -8/+26 |
2014-06-03 | Merge tag 'regmap-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 5 | -18/+221 |
2014-06-03 | Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+97 |
2014-06-03 | Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -35/+11 |
2014-06-02 | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -8/+8 |
2014-06-02 | Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next | Mark Brown | 2 | -2/+128 |
2014-06-02 | Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap... | Mark Brown | 4 | -12/+86 |
2014-06-02 | Merge remote-tracking branch 'regmap/topic/core' into regmap-next | Mark Brown | 2 | -4/+7 |
2014-05-30 | PM / sleep: unregister wakeup source when disabling device wakeup | Zhang Rui | 1 | -0/+6 |
2014-05-29 | CMA: correct unlock target | Joonsoo Kim | 1 | -1/+1 |
2014-05-27 | driver core: Inline dev_set/get_drvdata | Jean Delvare | 1 | -16/+0 |
2014-05-27 | driver core: dev_get_drvdata: Don't check for NULL dev | Jean Delvare | 1 | -3/+1 |
2014-05-27 | driver core: dev_set_drvdata returns void | Jean Delvare | 1 | -2/+1 |
2014-05-27 | driver core: Move driver_data back to struct device | Jean Delvare | 2 | -13/+3 |
2014-05-27 | PM / OPP: discard duplicate OPPs | Chander Kashyap | 1 | -2/+25 |
2014-05-26 | regmap: mmio: Fix regmap_mmio_write for uneven counts | Philipp Zabel | 1 | -3/+3 |
2014-05-26 | regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error. | Xiubo Li | 1 | -3/+6 |
2014-05-24 | devres: Add devm_get_free_pages API | Eli Billauer | 1 | -0/+76 |
2014-05-23 | of/irq: do irq resolution in platform_get_irq_byname() | Grygorii Strashko | 1 | -2/+5 |
2014-05-23 | Merge 3.15-rc6 into driver-core-next | Greg Kroah-Hartman | 2 | -1/+23 |
2014-05-22 | Merge 3.15-rc6 into staging-next. | Greg Kroah-Hartman | 2 | -1/+23 |
2014-05-22 | drivers/base/dma-contiguous.c: erratum of dev_get_cma_area | Gioh Kim | 1 | -1/+1 |
2014-05-20 | DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t | Bjorn Helgaas | 2 | -8/+8 |
2014-05-20 | Merge branch 'pm-sleep' into acpi-pm | Rafael J. Wysocki | 1 | -15/+51 |
2014-05-19 | PM / OPP: fix incorrect OPP count handling in of_init_opp_table | Chander Kashyap | 1 | -3/+1 |
2014-05-16 | PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily | Rafael J. Wysocki | 1 | -15/+51 |
2014-05-15 | cma: Remove potential deadlock situation | Laura Abbott | 1 | -7/+25 |
2014-05-08 | Merge back earlier 'pm-cpufreq' material. | Rafael J. Wysocki | 1 | -91/+0 |
2014-05-07 | PM / OPP: Move cpufreq specific OPP functions out of generic OPP library | Nishanth Menon | 1 | -92/+0 |
2014-05-07 | PM / OPP: Remove cpufreq wrapper dependency on internal data organization | Nishanth Menon | 1 | -27/+28 |
2014-05-05 | dma-buf: fix trivial typo error | Javier Martinez Canillas | 1 | -1/+1 |