summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-212-10/+15
|\
| * of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-211-8/+6
| * drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-2/+6
| * of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-281-0/+3
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-214-63/+180
|\ \
| * | dt: fix twl4030 for non-dt compile on x86Grant Likely2012-03-051-3/+6
| * | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-261-2/+10
| * | irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-262-4/+5
| * | irq_domain: constify irq_domain_opsGrant Likely2012-02-161-7/+7
| * | irq_domain: Create common xlate functions that device drivers can useGrant Likely2012-02-161-0/+12
| * | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-161-1/+0
| * | irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-161-41/+4
| * | of/address: add empty static inlines for !CONFIG_OFGrant Likely2012-02-161-4/+29
| * | irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely2012-02-161-1/+19
| * | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-9/+15
| * | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-161-4/+42
| * | irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-20/+64
* | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-216-61/+138
|\ \ \
| * \ \ Merge branch 'pm-devfreq'Rafael J. Wysocki2012-03-171-3/+13
| |\ \ \
| | * | | PM / devfreq: add relation of recommended frequency.MyungJoo Ham2012-03-171-3/+13
| * | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-161-0/+3
| |\ \ \ \
| | * | | | PM / Domains: Introduce "always on" device flagRafael J. Wysocki2012-03-161-0/+3
| * | | | | Merge branch 'pm-qos'Rafael J. Wysocki2012-03-162-0/+10
| |\ \ \ \ \
| | * | | | | PM / QoS: Make it possible to expose PM QoS latency constraintsRafael J. Wysocki2012-03-132-0/+10
| * | | | | | Merge branch 'pm-qos'Rafael J. Wysocki2012-03-041-45/+10
| |\| | | | |
| | * | | | | PM / QoS: unconditionally build the featureJean Pihet2012-02-131-40/+1
| | * | | | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-qosRafael J. Wysocki2012-02-136-142/+19
| | |\ \ \ \ \
| | * | | | | | PM / QoS: Simplify PM QoS expansion/mergeAlex Frid2012-01-291-5/+9
| * | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-041-2/+20
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | PM / Domains: Fix include for PM_GENERIC_DOMAINS=n caseMagnus Damm2012-03-041-5/+7
| | * | | | | | PM / Domains: Provide a dummy dev_gpd_data() when generic domains are not usedGuennadi Liakhovetski2012-02-091-1/+5
| | * | | | | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-011-0/+12
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | PM / Domains: Add OF supportThomas Abraham2012-01-271-0/+12
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-043-9/+75
| |\ \ \ \ \ \
| | * | | | | | PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki2012-03-041-1/+21
| | * | | | | | PM: Add comment describing relationships between PM callbacks to pm.hRafael J. Wysocki2012-02-171-0/+9
| | * | | | | | PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki2012-02-171-16/+0
| | * | | | | | PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2012-02-091-0/+16
| | * | | | | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki2012-02-096-142/+19
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | * | | | | PM / Sleep: Introduce generic callbacks for new device PM phasesRafael J. Wysocki2012-01-291-0/+6
| | * | | | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-292-8/+39
| * | | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2012-03-041-2/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge branch 'devfreq-for-next' of git://git.infradead.org/users/kmpark/linux...Rafael J. Wysocki2012-01-251-2/+7
| | |\ \ \ \ \
| | | * | | | | PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham2012-01-201-0/+5
| | | * | | | | PM / devfreq: fixed syntax errors.MyungJoo Ham2012-01-201-2/+2
| | | | |_|/ / | | | |/| | |
* | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-213-51/+64
|\ \ \ \ \ \ \
| * | | | | | | highmem: kill all __kmap_atomic()Cong Wang2012-03-201-8/+3
| * | | | | | | fs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| * | | | | | | crypto: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-25/+3
| * | | | | | | include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-14/+14