summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-303-17/+23
* block, dax: remove dead code in blkdev_writepages()Dan Williams2018-03-301-5/+0
* fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-303-3/+52
* dax: store pfns in the radixDan Williams2018-03-302-55/+43
* sched/wait: Introduce wait_var_event()Peter Zijlstra2018-03-202-0/+118
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-09863-4491/+7821
|\
| * Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-03-071-2/+0
| |\
| | * virtio_ring: fix num_free handling in error caseTiwei Bie2018-03-011-2/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-03-073-11/+9
| |\ \
| | * | Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler2018-03-071-1/+0
| | * | Input: matrix_keypad - fix race when disabling interruptsZhang Bo2018-02-091-1/+3
| | * | Input: mms114 - add SPDX identifierAndi Shyti2018-02-021-8/+5
| | * | Input: mms114 - fix license module informationAndi Shyti2018-02-021-1/+1
| * | | Merge tag 'gfs2-4.16.rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-03-071-3/+0
| |\ \ \
| | * | | gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher2018-03-071-3/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-03-077-62/+54
| |\ \ \ \
| | * | | | s390/entry.S: fix spurious zeroing of r0Christian Borntraeger2018-03-061-2/+2
| | * | | | s390: Fix runtime warning about negative pgtables_bytesGuenter Roeck2018-03-021-0/+1
| | * | | | s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky2018-02-221-0/+1
| | * | | | s390/cio: clear timer when terminating driver I/OSebastian Ott2018-02-221-0/+1
| | * | | | s390/cio: fix return code after missing interruptSebastian Ott2018-02-222-2/+5
| | * | | | s390/cio: fix ccw_device_start_timeout APISebastian Ott2018-02-221-40/+32
| | * | | | s390/clean-up: use CFI_* macros in entry.SHendrik Brueckner2018-02-221-2/+3
| | * | | | s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca2018-02-191-2/+2
| | * | | | s390/dasd: fix handling of internal requestsStefan Haberland2018-02-191-14/+7
| * | | | | Merge tag 'regulator-fix-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-072-2/+2
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge remote-tracking branches 'regulator/fix/resume' and 'regulator/fix/stm3...Mark Brown2018-03-072-2/+2
| | |\ \ \ \ \ \
| | | | * | | | | regulator: stm32-vrefbuf: fix check on ready flagFabrice Gasnier2018-02-081-1/+1
| | | * | | | | | regulator: Fix resume from suspend to idleGeert Uytterhoeven2018-02-201-1/+1
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-0716-76/+115
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | scsi: qedi: Fix kernel crash during port toggleManish Rangankar2018-03-011-0/+5
| | * | | | | | | scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp2018-03-014-3/+16
| | * | | | | | | scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte()Hannes Reinecke2018-03-011-0/+2
| | * | | | | | | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-015-7/+8
| | * | | | | | | scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke2018-03-012-3/+12
| | * | | | | | | scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke2018-03-011-2/+3
| | * | | | | | | scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke2018-03-014-23/+29
| | * | | | | | | scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com2018-03-011-0/+1
| | * | | | | | | scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy2018-02-213-5/+16
| | * | | | | | | scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira2018-02-211-4/+7
| | * | | | | | | scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)2018-02-211-1/+2
| | * | | | | | | scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-151-28/+14
| * | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-063-4/+69
| |\ \ \ \ \ \ \ \
| | * | | | | | | | signal/x86: Include the field offsets in the build time checksEric W. Biederman2018-03-061-0/+65
| | * | | | | | | | signal: Correct the offset of si_pkey in struct siginfoEric W. Biederman2018-03-062-4/+4
| * | | | | | | | | Merge tag 'please-pull-ia64_misc' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-03-054-57/+34
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King2018-03-051-1/+1
| | * | | | | | | | | ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso2018-03-051-1/+1
| | * | | | | | | | | ia64: doc: tweak whitespace for 'console=' parameterSergei Trofimovich2018-03-051-1/+1
| | * | | | | | | | | ia64: Convert remaining atomic operationsMatthew Wilcox2018-03-051-46/+23