| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1088 | -1088/+1088 |
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2016-12-24 | 14 | -90/+177 |
|\ \ \ |
|
| * | | | cifs_get_root shouldn't use path with tree name | Sachin Prabhu | 2016-12-15 | 4 | -5/+7 |
| * | | | Fix default behaviour for empty domains and add domainauto option | Germano Percossi | 2016-12-15 | 3 | -5/+18 |
| * | | | cifs: use %16phN for formatting md5 sum | Rasmus Villemoes | 2016-12-15 | 1 | -7/+2 |
| * | | | cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack | Andy Lutomirski | 2016-12-14 | 1 | -32/+8 |
| * | | | CIFS: Fix a possible double locking of mutex during reconnect | Pavel Shilovsky | 2016-12-05 | 4 | -6/+19 |
| * | | | CIFS: Fix a possible memory corruption during reconnect | Pavel Shilovsky | 2016-12-05 | 5 | -31/+85 |
| * | | | CIFS: Fix a possible memory corruption in push locks | Pavel Shilovsky | 2016-12-05 | 1 | -1/+1 |
| * | | | CIFS: Fix missing nls unload in smb2_reconnect() | Pavel Shilovsky | 2016-12-05 | 1 | -1/+1 |
| * | | | CIFS: Decrease verbosity of ioctl call | Pavel Shilovsky | 2016-12-03 | 1 | -1/+1 |
| * | | | SMB3: parsing for new snapshot timestamp mount parm | Steve French | 2016-12-01 | 2 | -3/+37 |
| |/ / |
|
* | | | Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-24 | 18 | -58/+262 |
|\ \ \ |
|
| * | | | watchdog: it87_wdt: add IT8620E ID | Maciej S. Szmigiero | 2016-12-16 | 2 | -3/+5 |
| * | | | watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2016-12-16 | 1 | -1/+0 |
| * | | | watchdog: octeon: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2016-12-16 | 1 | -1/+0 |
| * | | | watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriate | Rasmus Villemoes | 2016-12-16 | 1 | -0/+20 |
| * | | | watchdog: loongson1: Add Loongson1 SoC watchdog driver | Yang Ling | 2016-12-16 | 3 | -0/+178 |
| * | | | watchdog: cpwd: remove memory allocate failure message | Amit Kushwaha | 2016-12-16 | 1 | -16/+7 |
| * | | | watchdog: da9062/61: watchdog driver | Steve Twiss | 2016-12-16 | 2 | -4/+12 |
| * | | | intel-mid_wdt: Error code is just an integer | Andy Shevchenko | 2016-12-16 | 1 | -11/+8 |
| * | | | intel-mid_wdt: make sure watchdog is not running at startup | Andy Shevchenko | 2016-12-16 | 1 | -0/+3 |
| * | | | watchdog: mei_wdt: request stop on reboot to prevent false positive event | Alexander Usyskin | 2016-12-16 | 1 | -0/+2 |
| * | | | watchdog: hpwdt: changed maintainer information | Jimmy Vance | 2016-12-16 | 1 | -1/+1 |
| * | | | watchdog: jz4740: Fix modular build | Stephen Boyd | 2016-12-16 | 1 | -1/+1 |
| * | | | watchdog: qcom: fix kernel panic due to external abort on non-linefetch | Christian Lamparter | 2016-12-16 | 1 | -1/+1 |
| * | | | watchdog: davinci: add support for deferred probing | Tero Kristo | 2016-12-16 | 1 | -1/+5 |
| * | | | watchdog: meson: Remove unneeded platform MODULE_ALIAS | Javier Martinez Canillas | 2016-12-16 | 1 | -1/+0 |
| * | | | watchdog: Standardize leading tabs and spaces in Kconfig file | Robert P. J. Day | 2016-12-16 | 1 | -17/+17 |
| * | | | watchdog: max77620_wdt: fix module autoload | Javier Martinez Canillas | 2016-12-16 | 1 | -0/+1 |
| * | | | watchdog: bcm7038_wdt: fix module autoload | Javier Martinez Canillas | 2016-12-16 | 1 | -0/+1 |
* | | | | Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb | Linus Torvalds | 2016-12-24 | 7 | -33/+741 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ntb_transport: Remove unnecessary call to ntb_peer_spad_read | Steve Wahl | 2016-12-23 | 1 | -1/+0 |
| * | | | NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy | Christophe JAILLET | 2016-12-23 | 2 | -2/+2 |
| * | | | ntb: fix SKX NTB config space size register offsets | Dave Jiang | 2016-12-23 | 1 | -4/+4 |
| * | | | NTB: correct ntb_peer_spad_read for case when callback is not supplied. | Steven Wahl | 2016-12-23 | 1 | -0/+3 |
| * | | | MAINTAINERS: Change in maintainer for AMD NTB | Shyam Sundar S K | 2016-12-23 | 1 | -1/+1 |
| * | | | ntb_transport: Limit memory windows based on available, scratchpads | Shyam Sundar S K | 2016-12-23 | 1 | -12/+16 |
| * | | | NTB: Register and offset values fix for memory window | Shyam Sundar S K | 2016-12-23 | 1 | -10/+4 |
| * | | | NTB: add support for hotplug feature | Xiangliang Yu | 2016-12-23 | 2 | -2/+12 |
| * | | | ntb: Adding Skylake Xeon NTB support | Dave Jiang | 2016-12-23 | 2 | -5/+703 |
| |/ / |
|
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-24 | 23 | -117/+279 |
|\ \ \ |
|
| * | | | Revert "x86/unwind: Detect bad stack return address" | Josh Poimboeuf | 2016-12-23 | 1 | -10/+1 |
| * | | | x86/paravirt: Mark unused patch_default label | Peter Zijlstra | 2016-12-22 | 2 | -2/+2 |
| * | | | x86/microcode/AMD: Reload proper initrd start address | Borislav Petkov | 2016-12-21 | 1 | -7/+5 |
| * | | | x86/platform/intel/quark: Add printf attribute to imr_self_test_result() | Nicolas Iooss | 2016-12-20 | 1 | -1/+2 |
| * | | | x86/platform/intel-mid: Switch MPU3050 driver to IIO | Linus Walleij | 2016-12-20 | 1 | -1/+1 |
| * | | | x86/alternatives: Do not use sync_core() to serialize I$ | Borislav Petkov | 2016-12-20 | 1 | -5/+10 |
| * | | | x86/topology: Document cpu_llc_id | Borislav Petkov | 2016-12-20 | 1 | -0/+9 |
| * | | | x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic | Vitaly Kuznetsov | 2016-12-20 | 1 | -0/+24 |