Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | dt: fix twl4030 for non-dt compile on x86 | Grant Likely | 2012-03-05 | 1 | -3/+6 | |
| * | | | | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc) | Grant Likely | 2012-02-27 | 1 | -2/+10 | |
| * | | | | irq_domain: Centralize definition of irq_dispose_mapping() | Grant Likely | 2012-02-27 | 2 | -4/+5 | |
| * | | | | irq_domain: constify irq_domain_ops | Grant Likely | 2012-02-16 | 1 | -7/+7 | |
| * | | | | irq_domain: Create common xlate functions that device drivers can use | Grant Likely | 2012-02-16 | 1 | -0/+12 | |
| * | | | | irq_domain: Remove irq_domain_add_simple() | Grant Likely | 2012-02-16 | 1 | -1/+0 | |
| * | | | | irq_domain: Remove 'new' irq_domain in favour of the ppc one | Grant Likely | 2012-02-16 | 1 | -41/+4 | |
| * | | | | of/address: add empty static inlines for !CONFIG_OF | Grant Likely | 2012-02-16 | 1 | -4/+29 | |
| * | | | | irq_domain: Add support for base irq and hwirq in legacy mappings | Grant Likely | 2012-02-16 | 1 | -1/+19 | |
| * | | | | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 2012-02-16 | 1 | -9/+15 | |
| * | | | | irq_domain: Move irq_domain code from powerpc to kernel/irq | Grant Likely | 2012-02-16 | 1 | -4/+42 | |
| * | | | | irq_domain: Make irq_domain structure match powerpc's irq_host | Grant Likely | 2012-02-14 | 1 | -20/+64 | |
* | | | | | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2012-03-21 | 6 | -61/+138 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'pm-devfreq' | Rafael J. Wysocki | 2012-03-17 | 1 | -3/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | PM / devfreq: add relation of recommended frequency. | MyungJoo Ham | 2012-03-17 | 1 | -3/+13 | |
| * | | | | | | Merge branch 'pm-domains' | Rafael J. Wysocki | 2012-03-16 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PM / Domains: Introduce "always on" device flag | Rafael J. Wysocki | 2012-03-16 | 1 | -0/+3 | |
| * | | | | | | | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-03-16 | 2 | -0/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | PM / QoS: Make it possible to expose PM QoS latency constraints | Rafael J. Wysocki | 2012-03-13 | 2 | -0/+10 | |
| * | | | | | | | | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-03-04 | 1 | -45/+10 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | PM / QoS: unconditionally build the feature | Jean Pihet | 2012-02-13 | 1 | -40/+1 | |
| | * | | | | | | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-qos | Rafael J. Wysocki | 2012-02-13 | 6 | -142/+19 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | PM / QoS: Simplify PM QoS expansion/merge | Alex Frid | 2012-01-29 | 1 | -5/+9 | |
| * | | | | | | | | | Merge branch 'pm-domains' | Rafael J. Wysocki | 2012-03-04 | 1 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | PM / Domains: Fix include for PM_GENERIC_DOMAINS=n case | Magnus Damm | 2012-03-04 | 1 | -5/+7 | |
| | * | | | | | | | | PM / Domains: Provide a dummy dev_gpd_data() when generic domains are not used | Guennadi Liakhovetski | 2012-02-09 | 1 | -1/+5 | |
| | * | | | | | | | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g... | Rafael J. Wysocki | 2012-02-01 | 1 | -0/+12 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | PM / Domains: Add OF support | Thomas Abraham | 2012-01-27 | 1 | -0/+12 | |
| | | | |_|_|/ / / | | | |/| | | | | | ||||||
| * | | | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-03-04 | 3 | -9/+75 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | PM / Sleep: Add more wakeup source initialization routines | Rafael J. Wysocki | 2012-03-04 | 1 | -1/+21 | |
| | * | | | | | | | | PM: Add comment describing relationships between PM callbacks to pm.h | Rafael J. Wysocki | 2012-02-17 | 1 | -0/+9 | |
| | * | | | | | | | | PM / Sleep: Drop suspend_stats_update() | Rafael J. Wysocki | 2012-02-17 | 1 | -16/+0 | |
| | * | | | | | | | | PM / Suspend: Avoid code duplication in suspend statistics update | Marcos Paulo de Souza | 2012-02-09 | 1 | -0/+16 | |
| | * | | | | | | | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleep | Rafael J. Wysocki | 2012-02-09 | 6 | -142/+19 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | / / / / / | | | | |/ / / / / | | | |/| | | | | | ||||||
| | * | | | | | | | PM / Sleep: Introduce generic callbacks for new device PM phases | Rafael J. Wysocki | 2012-01-29 | 1 | -0/+6 | |
| | * | | | | | | | PM / Sleep: Introduce "late suspend" and "early resume" of devices | Rafael J. Wysocki | 2012-01-29 | 2 | -8/+39 | |
| * | | | | | | | | Merge branch 'pm-devfreq' | Rafael J. Wysocki | 2012-03-04 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge branch 'devfreq-for-next' of git://git.infradead.org/users/kmpark/linux... | Rafael J. Wysocki | 2012-01-25 | 1 | -2/+7 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | PM / devfreq: add min/max_freq limit requested by users. | MyungJoo Ham | 2012-01-20 | 1 | -0/+5 | |
| | | * | | | | | | | PM / devfreq: fixed syntax errors. | MyungJoo Ham | 2012-01-20 | 1 | -2/+2 | |
| | | | |_|/ / / / | | | |/| | | | | | ||||||
* | | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 | 3 | -51/+64 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | highmem: kill all __kmap_atomic() | Cong Wang | 2012-03-20 | 1 | -8/+3 | |
| * | | | | | | | | | fs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -4/+4 | |
| * | | | | | | | | | crypto: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -25/+3 | |
| * | | | | | | | | | include/linux/highmem.h: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -14/+14 | |
| * | | | | | | | | | highmem: mark k[un]map_atomic() with two arguments as deprecated | Cong Wang | 2012-03-20 | 1 | -6/+46 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-03-21 | 5 | -10/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | constify struct pci_dev * in obvious cases | Al Viro | 2012-03-20 | 1 | -6/+6 | |
| * | | | | | | | | | | writeback: fix typo in the writeback_control comment | Andrew Morton | 2012-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | compiler.h: Fix typo | Alexander Stein | 2012-02-28 | 1 | -1/+1 |