summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge tag 'fixes-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-11-013-11/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi2016-11-011-8/+0
| | * | | | | | usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi2016-10-311-0/+1
| | * | | | | | usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-11-132-42/+1
|\ \ \ \ \ \ \
| * | | | | | | aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0
| * | | | | | | lightnvm: invalid offset calculation for lba_shiftMatias Bjørling2016-11-121-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-137-8/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-107-8/+29
| |\ \ \ \ \ \ \
| | * | | | | | | scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regressionSumit Saxena2016-11-091-1/+1
| | * | | | | | | scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-091-0/+9
| | * | | | | | | scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-091-0/+5
| | * | | | | | | scsi: libcxgbi: fix incorrect DDP resource cleanupVarun Prakash2016-11-091-1/+2
| | * | | | | | | scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
| | * | | | | | | scsi: scsi_dh_alua: Fix a reference counting bugBart Van Assche2016-11-011-1/+3
| | * | | | | | | scsi: vmw_pvscsi: return SUCCESS for successful command abortsDavid Jeffery2016-11-012-3/+4
| | * | | | | | | scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy2016-11-011-2/+2
| | * | | | | | | scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()tang.junhui2016-11-011-0/+1
* | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-138-29/+37
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun2016-11-021-2/+2
| * | | | | | | | clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun2016-11-021-1/+1
| * | | | | | | | clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun2016-11-021-1/+1
| * | | | | | | | clk: qoriq: Don't allow CPU clocks higher than starting valueScott Wood2016-11-021-5/+8
| * | | | | | | | Merge tag 'v4.9-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-11-021-4/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clk: rockchip: don't return NULL when failing to register ddrclk branchShawn Lin2016-10-161-4/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | clk: imx: fix integer overflow in AV PLL round rateEmil Lundmark2016-11-021-2/+6
| * | | | | | | | clk: xgene: Don't call __pa on ioremaped addressLaura Abbott2016-10-281-6/+4
| * | | | | | | | clk/samsung: Use CLK_OF_DECLARE_DRIVER initialization method for CLKOUTMarek Szyprowski2016-10-281-8/+14
* | | | | | | | | Merge tag 'acpi-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-11-128-23/+15
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'device-properties'Rafael J. Wysocki2016-11-118-23/+15
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | ACPI / platform: Add support for build-in propertiesHeikki Krogerus2016-11-108-23/+15
* | | | | | | | | | Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-11-123-10/+9
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-11-113-10/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris2016-11-111-4/+4
| | | * | | | | | | | | PM / sleep: fix device reference leak in test_suspendJohan Hovold2016-11-021-1/+3
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * / | | | | | | | cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-setLaura Abbott2016-11-011-5/+2
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-11-1219-49/+104
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination coreYuriy Kolerov2016-11-081-2/+11
| * | | | | | | | | | ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov2016-11-083-16/+20
| * | | | | | | | | | ARC: [plat-eznps] set default baud for early consoleNoam Camus2016-11-081-0/+2
| * | | | | | | | | | ARC: [plat-eznps] remove IPI clear from SMP operationsNoam Camus2016-11-081-6/+0
| * | | | | | | | | | Revert "ARC: build: retire old toggles"Vineet Gupta2016-11-081-0/+3
| * | | | | | | | | | ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta2016-11-071-8/+11
| * | | | | | | | | | ARC: change return value of userspace cmpxchg assist syscallVineet Gupta2016-11-072-9/+13
| * | | | | | | | | | arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin2016-11-031-0/+26
| * | | | | | | | | | ARC: [SMP] avoid overriding present cpumaskNoam Camus2016-11-011-4/+6
| * | | | | | | | | | ARC: Enable PERF_EVENTS in nSIM driven platformsAlexey Brodkin2016-11-019-4/+12
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'platform-drivers-x86-v4.9-3' of git://git.infradead.org/users/dvha...Linus Torvalds2016-11-123-9/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/ABI: ibm_rtl: The "What:" fields are incompleteMauro Carvalho Chehab2016-11-011-2/+2
| * | | | | | | | | | toshiba-wmi: Fix loading the driver on non Toshiba laptopsAzael Avalos2016-10-191-7/+19