summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-10-121-11/+16
|\
| * quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara2017-10-101-11/+16
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-10-124-10/+12
|\ \
| * | MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpcThomas Huth2017-10-121-1/+1
| * | KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-121-1/+1
| * | KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-102-8/+9
| * | KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek2017-10-101-0/+1
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-10-125-20/+32
|\ \
| * | crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-101-3/+5
| * | crypto: skcipher - Fix crash on zero-length inputHerbert Xu2017-10-071-6/+11
| * | crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2017-10-071-1/+1
| * | crypto: xts - Fix an error handling path in 'create()'Christophe Jaillet2017-10-071-2/+4
| * | crypto: stm32 - Try to fix hash paddingArnd Bergmann2017-10-071-6/+9
| * | crypto: axis - hide an unused variableArnd Bergmann2017-09-221-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-121-23/+37
|\ \ \
| * | | livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence2017-10-111-23/+37
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-125-5/+25
|\ \ \ \
| * | | | HID: hid-elecom: extend to fix descriptor for HUGE trackballAlex Manoussakis2017-10-114-4/+14
| * | | | HID: usbhid: fix out-of-bounds bugJaejoong Kim2017-10-111-1/+11
* | | | | Merge tag 'sound-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-1210-22/+61
|\ \ \ \ \
| * | | | | ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai2017-10-111-3/+9
| * | | | | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
| * | | | | ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2017-10-102-2/+12
| * | | | | ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4
| * | | | | ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai2017-10-091-1/+2
| * | | | | ALSA: line6: Fix missing initialization before error pathTakashi Iwai2017-10-091-2/+3
| * | | | | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-092-8/+20
| * | | | | ALSA: usb-audio: Add sample rate quirk for Plantronics P610Kai-Heng Feng2017-10-091-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'waitid-fix'Linus Torvalds2017-10-121-0/+6
|\ \ \ \ \
| * | | | | waitid(): Add missing access_ok() checksKees Cook2017-10-101-0/+6
* | | | | | Merge tag 'rpmsg-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-111-4/+10
|\ \ \ \ \ \
| * | | | | | rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-101-3/+8
| * | | | | | rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-101-1/+2
* | | | | | | Merge tag 'rproc-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-112-5/+6
|\ \ \ \ \ \ \
| * | | | | | | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2017-10-111-3/+2
| * | | | | | | remoteproc: qcom: fix RPMSG_QCOM_GLINK_SMEM dependenciesArnd Bergmann2017-10-101-0/+2
| * | | | | | | remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter2017-10-101-2/+2
| |/ / / / / /
* | | | | | | 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* | | | | | | Merge tag 'gpio-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-10-113-12/+17
|\ \ \ \ \ \ \
| * | | | | | | gpio: omap: Fix lost edge interruptsGrygorii Strashko2017-10-071-9/+13
| * | | | | | | gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann2017-09-211-1/+1
| * | | | | | | gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann2017-09-191-1/+1
| * | | | | | | gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada2017-09-191-1/+2
| |/ / / / / /
* | | | | | | Merge tag 'pinctrl-v4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-113-5/+14
|\ \ \ \ \ \ \
| * | | | | | | pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko2017-10-081-1/+13
| * | | | | | | pinctrl/amd: Fix build dependency on pinmux codePetr Mladek2017-09-271-0/+1
| * | | | | | | pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bankCorentin Labbe2017-09-211-4/+0
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-112-8/+21
|\ \ \ \ \ \ \
| * | | | | | | bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro2017-10-111-2/+2
| * | | | | | | more bio_map_user_iov() leak fixesAl Viro2017-10-111-5/+9