Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | 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 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: rearrange globals | Viresh Kumar | 2017-05-28 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | | | thermal: cpu_cooling: Avoid accessing potentially freed structures | Viresh Kumar | 2017-05-28 | 1 | -1/+3 | |
| | | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | thermal: int340x: check for sensor when PTYP is missing | Srinivas Pandruvada | 2017-06-29 | 1 | -2/+10 | |
| | * | | | | | | | | | | | | | | | Thermal/int340x: Fix few typos and kernel-doc style | Sumeet Pawnikar | 2017-06-29 | 1 | -3/+3 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / / | thermal: fix source code documentation for parameters | Willy WOLFF | 2017-06-29 | 3 | -3/+4 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh... | Linus Torvalds | 2017-07-14 | 3 | -17/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | mmc: tmio-mmc: fix bad pointer math | Chris Brandt | 2017-07-13 | 1 | -10/+9 | |
| * | | | | | | | | | | | | | | | mmc: block: Prevent new req entering queue after its cleanup | Grzegorz Sluja | 2017-07-13 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries | Geert Uytterhoeven | 2017-07-11 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL | Geert Uytterhoeven | 2017-07-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheld | Adrian Hunter | 2017-07-11 | 1 | -6/+64 | |
* | | | | | | | | | | | | | | | | Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctly | Shawn Lin | 2017-07-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-07-13 | 39 | -684/+1318 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger | 2017-07-11 | 6 | -16/+55 | |
| * | | | | | | | | | | | | | | | | | Revert "qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT" | Nicholas Bellinger | 2017-07-11 | 3 | -8/+33 | |
| * | | | | | | | | | | | | | | | | | tcmu: clean up the code and with one small fix | Xiubo Li | 2017-07-11 | 1 | -13/+11 | |
| * | | | | | | | | | | | | | | | | | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size | Xiubo Li | 2017-07-11 | 1 | -7/+5 | |
| * | | | | | | | | | | | | | | | | | target: export lio pgr/alua support as device attr | Mike Christie | 2017-07-11 | 1 | -0/+24 | |
| * | | | | | | | | | | | | | | | | | target: Fix return sense reason in target_scsi3_emulate_pr_out | Tang Wenji | 2017-07-10 | 1 | -5/+5 |