Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | ACPI / irq: Fix return code of acpi_gsi_to_irq() | Mark Salter | 2017-07-12 | 1 | -2/+2 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Revert "ACPI / EC: Enable event freeze mode..." to fix a regression | Lv Zheng | 2017-07-12 | 1 | -1/+1 | |
| | * | | | | | | | | | ACPI / EC: Drop EC noirq hooks to fix a regression | Lv Zheng | 2017-07-12 | 1 | -19/+0 | |
* | | | | | | | | | | | Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-15 | 9 | -37/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-qos' and 'pm-devfreq' | Rafael J. Wysocki | 2017-07-14 | 4 | -6/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | PM / devfreq: constify attribute_group structures. | Arvind Yadav | 2017-07-06 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | PM / devfreq: tegra: fix error return code in tegra_devfreq_probe() | Gustavo A. R. Silva | 2017-07-06 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe() | Gustavo A. R. Silva | 2017-07-06 | 1 | -2/+3 | |
| | | | |_|/ / / / / / / / | | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | PM / QoS: return -EINVAL for bogus strings | Dan Carpenter | 2017-07-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-cpufreq-sched' and 'intel_pstate' | Rafael J. Wysocki | 2017-07-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | cpufreq: intel_pstate: Fix ratio setting for min_perf_pct | Srinivas Pandruvada | 2017-07-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch 'pm-pci' | Rafael J. Wysocki | 2017-07-14 | 4 | -30/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | PCI / PM: Fix native PME handling during system suspend/resume | Rafael J. Wysocki | 2017-07-13 | 1 | -22/+13 | |
| | * | | | | | | | | | | | | | PCI / PM: Restore PME Enable after config space restoration | Rafael J. Wysocki | 2017-07-12 | 3 | -8/+11 | |
* | | | | | | | | | | | | | | | Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb | Linus Torvalds | 2017-07-14 | 16 | -242/+4401 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ntb_netdev: set the net_device's parent | Logan Gunthorpe | 2017-07-06 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | ntb: Add error path/handling to Debug FS entry creation | Gary R Hook | 2017-07-06 | 1 | -7/+13 | |
| * | | | | | | | | | | | | | | | ntb: Add more debugfs support for ntb_perf testing options | Gary R Hook | 2017-07-06 | 1 | -0/+28 | |
| * | | | | | | | | | | | | | | | ntb: Remove debug-fs variables from the context structure | Gary R Hook | 2017-07-06 | 1 | -14/+14 | |
| * | | | | | | | | | | | | | | | ntb: Add a module option to control affinity of DMA channels | Gary R Hook | 2017-07-06 | 1 | -4/+12 | |
| * | | | | | | | | | | | | | | | NTB: Add IDT 89HPESxNTx PCIe-switches support | Serge Semin | 2017-07-06 | 6 | -0/+3895 | |
| * | | | | | | | | | | | | | | | ntb_hw_intel: Style fixes: open code macros that just obfuscate code | Logan Gunthorpe | 2017-07-06 | 2 | -100/+95 | |
| * | | | | | | | | | | | | | | | ntb_hw_amd: Style fixes: open code macros that just obfuscate code | Logan Gunthorpe | 2017-07-06 | 2 | -29/+29 | |
| * | | | | | | | | | | | | | | | NTB: Add Messaging NTB API | Serge Semin | 2017-07-06 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | NTB: Alter Scratchpads API to support multi-ports devices | Serge Semin | 2017-07-06 | 6 | -29/+49 | |
| * | | | | | | | | | | | | | | | NTB: Alter MW API to support multi-ports devices | Serge Semin | 2017-07-06 | 6 | -62/+179 | |
| * | | | | | | | | | | | | | | | NTB: Alter link-state API to support multi-port devices | Serge Semin | 2017-07-06 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | NTB: Add indexed ports NTB API | Serge Semin | 2017-07-06 | 5 | -0/+75 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2017-07-14 | 16 | -401/+314 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next | Zhang Rui | 2017-07-05 | 13 | -398/+310 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui | 2017-07-05 | 11 | -393/+297 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | thermal: bcm2835: fix an error code in probe() | Dan Carpenter | 2017-07-01 | 1 | -1/+0 | |
| | | | * | | | | | | | | | | | | | | thermal: hisilicon: Handle return value of clk_prepare_enable | Arvind Yadav | 2017-07-01 | 1 | -1/+4 | |
| | | | * | | | | | | | | | | | | | | thermal: imx: Handle return value of clk_prepare_enable | Arvind Yadav | 2017-07-01 | 1 | -1/+4 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: Replace kmalloc with kmalloc_array | Viresh Kumar | 2017-05-28 | 1 | -2/+3 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: Rearrange struct cpufreq_cooling_device | Viresh Kumar | 2017-05-28 | 1 | -7/+8 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power() | Viresh Kumar | 2017-05-28 | 1 | -3/+4 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdev | Viresh Kumar | 2017-05-28 | 1 | -12/+10 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: get_level() can't fail | Viresh Kumar | 2017-05-28 | 1 | -15/+5 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: create structure for idle time stats | Viresh Kumar | 2017-05-28 | 1 | -28/+25 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: merge frequency and power tables | Viresh Kumar | 2017-05-28 | 1 | -86/+67 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: get rid of 'allowed_cpus' | Viresh Kumar | 2017-05-28 | 1 | -56/+25 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: OPPs are registered for all CPUs | Viresh Kumar | 2017-05-28 | 1 | -15/+11 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: store cpufreq policy | Viresh Kumar | 2017-05-28 | 1 | -0/+3 | |
| | | | * | | | | | | | | | | | | | | cpufreq: create cpufreq_table_count_valid_entries() | Viresh Kumar | 2017-05-28 | 2 | -22/+13 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: use cpufreq_policy to register cooling device | Viresh Kumar | 2017-05-28 | 8 | -58/+60 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state() | Viresh Kumar | 2017-05-28 | 1 | -2/+1 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: remove cpufreq_cooling_get_level() | Viresh Kumar | 2017-05-28 | 1 | -32/+1 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: replace cool_dev with cdev | Viresh Kumar | 2017-05-28 | 1 | -19/+18 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdev | Viresh Kumar | 2017-05-28 | 1 | -124/+124 |