summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: improve discard handling with multi-device volumesDamien Le Moal2019-04-052-5/+19
* f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-053-34/+29
* f2fs: Fix use of number of devicesDamien Le Moal2019-04-055-15/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-04-0310-21/+49
|\
| * HID: input: add mapping for Assistant keyDmitry Torokhov2019-04-031-0/+1
| * HID: i2c-hid: Disable runtime PM on Synaptics touchpadHui Wang2019-04-012-0/+3
| * HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630Jeffrey Hugo2019-03-271-1/+4
| * HID: logitech: Handle 0 scroll events for the m560Peter Hutterer2019-03-201-2/+3
| * HID: debug: fix race condition with between rdesc_show() and device removalHe, Bo2019-03-191-0/+5
| * HID: logitech: check the return value of create_singlethread_workqueueKangjie Lu2019-03-191-1/+7
| * HID: Increase maximum report size allowed by hid_field_extract()Kai-Heng Feng2019-03-181-3/+3
| * HID: steam: fix deadlock with input devices.Rodrigo Rivas Costa2019-03-181-7/+19
| * HID: uclogic: remove redudant duplicated null check on ver_ptrColin Ian King2019-03-111-4/+0
| * HID: quirks: Drop misused kernel-doc annotationAndy Shevchenko2019-03-111-1/+1
| * HID: hid-asus: select CONFIG_POWER_SUPPLYArnd Bergmann2019-03-111-0/+1
| * HID: quirks: use correct format chars in dbg_hidLouis Taylor2019-03-111-2/+2
* | Merge tag 'pidfd-fixes-v5.1-rc3' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2019-04-031-9/+4
|\ \
| * | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4
* | | Merge tag 'hwmon-for-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-04-034-5/+8
|\ \ \
| * | | dt-bindings: hwmon: (adc128d818) Specify ti,mode property sizeCarlos Menin2019-03-291-2/+2
| * | | hwmon: (ntc_thermistor) Fix temperature type reportingGuenter Roeck2019-03-291-1/+1
| * | | hwmon: (occ) Fix power sensor indexingEddie James2019-03-291-2/+4
| * | | hwmon: (w83773g) Select REGMAP_I2C to fix build errorAxel Lin2019-03-291-0/+1
* | | | Update Nicolas Pitre's email addressNicolas Pitre2019-04-032-1/+3
* | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
|\ \ \ \
| * | | | aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-181-66/+53
| * | | | deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-181-6/+6
| * | | | aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-181-9/+8
| * | | | make aio_read()/aio_write() return intAl Viro2019-03-181-6/+6
| * | | | Fix aio_poll() racesAl Viro2019-03-181-50/+40
| * | | | aio: store event at final iocb_put()Al Viro2019-03-181-16/+17
| * | | | aio: keep io_event in aio_kiocbAl Viro2019-03-181-18/+13
| * | | | aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-181-22/+7
| * | | | pin iocb through aio.Linus Torvalds2019-03-181-16/+21
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | debugfs: fix use-after-free on symlink traversalAl Viro2019-04-011-4/+9
| * | | | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
| * | | | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
| |/ / /
* | | | Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| |\ \ \ \
| | * | | | KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | * | | | KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | * | | | KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | * | | | KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | * | | | KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | * | | | KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | * | | | arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | * | | | KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| | |/ / /
| * | | | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10