summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2015-11-282-7/+12
| * | | | | | target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2015-11-283-11/+18
| * | | | | | iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2015-11-282-1/+13
| * | | | | | iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt2015-11-281-5/+5
| * | | | | | target/user: Do not set unused fields in tcmu_opsAndy Grover2015-11-281-2/+0
| * | | | | | target/user: Fix time calc in expired cmd processingAndy Grover2015-11-281-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-298-152/+316
|\ \ \ \ \ \
| * | | | | | imx: thermal: use CPU temperature grade info for thresholdsTim Harvey2015-11-231-15/+41
| * | | | | | thermal: fix thermal_zone_bind_cooling_device prototypeArnd Bergmann2015-11-231-1/+2
| * | | | | | Revert "thermal: qcom_spmi: allow compile test"Arnd Bergmann2015-11-231-1/+1
| * | | | | | thermal: rcar_thermal: remove redundant operationKuninori Morimoto2015-11-161-28/+21
| * | | | | | thermal: of-thermal: Reduce log level for message when can't fine thermal zoneJiada Wang2015-11-161-1/+1
| * | | | | | thermal: power_allocator: Use temperature reading from tzKapileshwar Singh2015-11-121-17/+7
| * | | | | | thermal: rockchip: Support the RK3368 SoCs in thermal driverCaesar Wang2015-11-121-0/+72
| * | | | | | thermal: rockchip: consistently use int for temperaturesCaesar Wang2015-11-121-8/+8
| * | | | | | thermal: rockchip: Add the sort mode for adc value increment or decrementCaesar Wang2015-11-121-15/+53
| * | | | | | thermal: rockchip: improve the conversion functionCaesar Wang2015-11-121-27/+55
| * | | | | | thermal: rockchip: trivial: fix typo in commitCaesar Wang2015-11-121-9/+13
| * | | | | | thermal: rockchip: better to compatible the driver for different SoCsCaesar Wang2015-11-121-38/+48
| * | | | | | dt-bindings: rockchip-thermal: Support the RK3368 SoCs compatibleCaesar Wang2015-11-121-1/+3
* | | | | | | Merge tag 'pci-v4.4-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-286-14/+26
|\ \ \ \ \ \ \
| * | | | | | | ARM/PCI: Move align_resource function pointer to pci_host_bridge structureGabriele Paoloni2015-11-253-10/+20
| * | | | | | | PCI: hisi: Fix deferred probingArnd Bergmann2015-11-241-2/+2
| * | | | | | | PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov2015-11-241-1/+0
| * | | | | | | PCI: Prevent out of bounds access in numa_node overrideMathias Krause2015-11-241-1/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-2712-75/+87
|\ \ \ \ \ \ \
| * | | | | | | nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton2015-11-251-25/+31
| * | | | | | | nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-11-251-1/+5
| * | | | | | | nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton2015-11-251-1/+4
| * | | | | | | nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-233-2/+14
| * | | | | | | nfs4: start callback_ident at idr 1Benjamin Coddington2015-11-231-1/+1
| * | | | | | | nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton2015-11-232-1/+2
| * | | | | | | NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee2015-11-231-0/+1
| * | | | | | | NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker2015-11-231-1/+1
| * | | | | | | nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig2015-11-231-20/+7
| * | | | | | | nfs: use btrfs ioctl defintions for cloneChristoph Hellwig2015-11-232-15/+6
| * | | | | | | nfs: allow intra-file CLONEChristoph Hellwig2015-11-231-5/+14
| * | | | | | | nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig2015-11-231-3/+0
| * | | | | | | nfs: pass on count for CLONE operationsChristoph Hellwig2015-11-231-0/+1
| |/ / / / / /
* | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-11-276-8/+11
|\ \ \ \ \ \ \
| * | | | | | | watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdogNicolas Boichat2015-11-231-0/+1
| * | | | | | | watchdog: Add support for Freescale Layerscape platformsShaohui Xie2015-11-231-1/+1
| * | | | | | | watchdog: tegra: Stop watchdog first if restartingAndrew Chew2015-11-231-1/+3
| * | | | | | | watchdog: w83977f_wdt: underflow in wdt_set_timeout()Dan Carpenter2015-11-231-1/+1
| * | | | | | | watchdog: pnx4008: make global wdt_clk staticVladimir Zapolskiy2015-11-231-1/+1
| * | | | | | | watchdog: pnx4008: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-11-231-3/+3
| * | | | | | | watchdog: omap_wdt: fix null pointer dereferencePeter Robinson2015-11-231-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-2712-66/+219
|\ \ \ \ \ \ \
| * | | | | | | btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte2015-11-251-2/+2
| * | | | | | | btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2015-11-252-7/+42
OpenPOWER on IntegriCloud