summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-233-9/+4
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-233-26/+23
* cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-231-8/+20
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-233-31/+35
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-233-40/+68
* cifs: change unlink to use a compoundRonnie Sahlberg2018-10-231-5/+6
* cifs: change mkdir to use a compoundRonnie Sahlberg2018-10-231-9/+13
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-234-22/+136
* cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-10-231-20/+37
* smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French2018-10-232-0/+36
* cifs: remove set but not used variable 'cifs_sb'YueHaibing2018-10-231-2/+0
* cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing2018-10-231-2/+2
* smb3: do not display confusing message on mount to Azure serversSteve French2018-10-231-1/+1
* Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2332-414/+721
|\
| * parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller2018-10-202-0/+11
| * parisc: Optimze cache flush algorithmsJohn David Anglin2018-10-202-20/+229
| * parisc: Remove pte_inserted defineJohn David Anglin2018-10-201-8/+2
| * parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functionsHelge Deller2018-10-192-13/+98
| * parisc: Drop two instructions from pte lookup codeHelge Deller2018-10-191-3/+1
| * parisc: Use zdep for shlw macro on PA1.1 and PA2.0Helge Deller2018-10-191-8/+1
| * parisc: Add alternative coding infrastructureHelge Deller2018-10-1714-62/+233
| * parisc: Include compressed vmlinux file in vmlinuz boot kernelHelge Deller2018-10-174-30/+91
| * extract-vmlinux: Check for uncompressed image as fallbackHelge Deller2018-10-171-3/+3
| * parisc: Fix address in HPMC IVAJohn David Anglin2018-10-172-2/+3
| * parisc: Fix exported address of os_hpmc handlerHelge Deller2018-10-171-2/+1
| * parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-10-171-6/+2
| * parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-172-15/+13
| * parisc: Release spinlocks using ordered storeJohn David Anglin2018-10-172-10/+6
| * parisc: Ratelimit dino stuck interrupt warningsHelge Deller2018-10-171-2/+1
| * parisc: dino: Utilize DINO_MASK_IRQ() macroHelge Deller2018-10-171-1/+1
| * parisc: Clean up crash header outputHelge Deller2018-10-171-2/+2
| * parisc: Add SYSTEM_INFO and REGISTER TOC PAT functionsHelge Deller2018-10-171-0/+8
| * parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin2018-10-171-6/+6
| * parisc: Reorder TLB flush timing calculationJohn David Anglin2018-10-171-8/+10
| * parisc: remove the dead ccio-rm-dma driverChristoph Hellwig2018-10-172-205/+0
| * parisc: remove check for minimum required GCC versionMasahiro Yamada2018-10-171-9/+0
| * parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller2018-10-171-1/+1
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-10-2318-225/+203
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King2018-10-1018-225/+203
| |\ \ \
| | | * | ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry2018-10-052-2/+7
| | | * | ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2018-10-053-5/+38
| | | * | ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry2018-10-051-6/+9
| | | * | ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry2018-10-051-0/+8
| | | * | ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry2018-10-051-4/+4
| | | * | ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry2018-10-051-2/+6
| | | * | ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2018-10-053-20/+17
| | | * | ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry2018-10-051-4/+6
| | | * | ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry2018-10-051-22/+27
| | * | | ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin2018-10-101-5/+4
| | * | | ARM: 8801/1: makefile: use ARMv3M mode for RiscPCJason A. Donenfeld2018-10-041-1/+1