summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-12-2414-90/+177
|\
| * cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-154-5/+7
| * Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-153-5/+18
| * cifs: use %16phN for formatting md5 sumRasmus Villemoes2016-12-151-7/+2
| * cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2016-12-141-32/+8
| * CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-054-6/+19
| * CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-055-31/+85
| * CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2016-12-051-1/+1
| * CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2016-12-051-1/+1
| * CIFS: Decrease verbosity of ioctl callPavel Shilovsky2016-12-021-1/+1
| * SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-012-3/+37
* | Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2418-58/+262
|\ \
| * | watchdog: it87_wdt: add IT8620E IDMaciej S. Szmigiero2016-12-162-3/+5
| * | watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * | watchdog: octeon: Remove unneeded linux/miscdevice.h includeCorentin Labbe2016-12-161-1/+0
| * | watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriateRasmus Villemoes2016-12-161-0/+20
| * | watchdog: loongson1: Add Loongson1 SoC watchdog driverYang Ling2016-12-163-0/+178
| * | watchdog: cpwd: remove memory allocate failure messageAmit Kushwaha2016-12-161-16/+7
| * | watchdog: da9062/61: watchdog driverSteve Twiss2016-12-162-4/+12
| * | intel-mid_wdt: Error code is just an integerAndy Shevchenko2016-12-161-11/+8
| * | intel-mid_wdt: make sure watchdog is not running at startupAndy Shevchenko2016-12-161-0/+3
| * | watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin2016-12-161-0/+2
| * | watchdog: hpwdt: changed maintainer informationJimmy Vance2016-12-161-1/+1
| * | watchdog: jz4740: Fix modular buildStephen Boyd2016-12-161-1/+1
| * | watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter2016-12-161-1/+1
| * | watchdog: davinci: add support for deferred probingTero Kristo2016-12-161-1/+5
| * | watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-12-161-1/+0
| * | watchdog: Standardize leading tabs and spaces in Kconfig fileRobert P. J. Day2016-12-161-17/+17
| * | watchdog: max77620_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
| * | watchdog: bcm7038_wdt: fix module autoloadJavier Martinez Canillas2016-12-161-0/+1
* | | Merge tag 'ntb-4.10' of git://github.com/jonmason/ntbLinus Torvalds2016-12-247-33/+741
|\ \ \
| * | | ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl2016-12-231-1/+0
| * | | NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2016-12-232-2/+2
| * | | ntb: fix SKX NTB config space size register offsetsDave Jiang2016-12-231-4/+4
| * | | NTB: correct ntb_peer_spad_read for case when callback is not supplied.Steven Wahl2016-12-231-0/+3
| * | | MAINTAINERS: Change in maintainer for AMD NTBShyam Sundar S K2016-12-231-1/+1
| * | | ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K2016-12-231-12/+16
| * | | NTB: Register and offset values fix for memory windowShyam Sundar S K2016-12-231-10/+4
| * | | NTB: add support for hotplug featureXiangliang Yu2016-12-232-2/+12
| * | | ntb: Adding Skylake Xeon NTB supportDave Jiang2016-12-232-5/+703
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2323-117/+279
|\ \ \
| * | | Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-231-10/+1
| * | | x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-222-2/+2
| * | | x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-211-7/+5
| * | | x86/platform/intel/quark: Add printf attribute to imr_self_test_result()Nicolas Iooss2016-12-201-1/+2
| * | | x86/platform/intel-mid: Switch MPU3050 driver to IIOLinus Walleij2016-12-201-1/+1
| * | | x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-201-5/+10
| * | | x86/topology: Document cpu_llc_idBorislav Petkov2016-12-201-0/+9
| * | | x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
| * | | x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58