summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds16-207/+264
2019-09-22Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds22-204/+865
2019-09-21Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-136/+249
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds24-309/+890
2019-09-21usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork1-0/+5
2019-09-21cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSizeBjørn Mork1-1/+5
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-54/+69
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds154-291/+1913
2019-09-21Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds48-1497/+2527
2019-09-21Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-344/+346
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds130-3679/+5755
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-398/+4864
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds99-1891/+2710
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds65-2184/+1684
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds5-11/+29
2019-09-21Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2019-09-21Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-22/+50
2019-09-21PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIHerbert Xu1-13/+26
2019-09-21smb3: allow decryption keys to be dumped by admin for debuggingSteve French2-0/+38
2019-09-21zd1211rw: zd_usb: Use "%zu" to format size_tGeert Uytterhoeven1-1/+1
2019-09-21rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang1-0/+12
2019-09-21rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang1-10/+26
2019-09-21ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet1-1/+1
2019-09-21sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-09-21dt-bindings: net: remove un-implemented propertyAlexandru Ardelean1-7/+0
2019-09-21pwm: mediatek: Drop the check for of_device_get_match_data()Sam Shih1-7/+3
2019-09-21pwm: atmel: Consolidate driver data initializationThierry Reding1-4/+2
2019-09-21pwm: atmel: Remove unneeded check for match dataThierry Reding1-6/+2
2019-09-21pwm: atmel: Remove platform_device_id and use only dt bindingsKamel Bouhara2-33/+4
2019-09-21pwm: stm32-lp: Add check in case requested period cannot be achievedFabrice Gasnier1-0/+6
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König22-32/+30
2019-09-21ipv4: Revert removal of rt_uses_gatewayDavid Ahern7-21/+29
2019-09-21selftests: Update fib_nexthop_multiprefix to handle missing ping6David Ahern1-2/+4
2019-09-21selftests: Update fib_tests to handle missing ping6David Ahern1-1/+3
2019-09-21dt-bindings: net: dwmac: fix 'mac-mode' typeAlexandru Ardelean1-1/+1
2019-09-21net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti1-0/+1
2019-09-21pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-4/+0
2019-09-21pwm: sun4i: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: rockchip: Don't update the state for the caller of pwm_apply_state()Uwe Kleine-König1-6/+0
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König1-1/+8
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König1-11/+14
2019-09-21pwm: rockchip: Set polarity unconditionally in .get_state()Uwe Kleine-König1-4/+4
2019-09-21pwm: bcm2835: Suppress error message during deferred probeStefan Wahren1-2/+5
2019-09-21pwm: bcm2835: Fix period_ns range checkStefan Wahren1-4/+5
2019-09-21pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren1-4/+1
2019-09-21pwm: rcar: Remove a redundant condition in rcar_pwm_apply()Yoshihiro Shimoda1-1/+1
2019-09-21pwm: sprd: Add Spreadtrum PWM supportBaolin Wang3-0/+321
2019-09-21dt-bindings: pwm: sprd: Add Spreadtrum PWM documentationBaolin Wang1-0/+40
2019-09-21pwm: mediatek: Add MT8516 SoC supportFabien Parent1-0/+7
2019-09-21dt-bindings: pwm: mediatek: Add documentation for MT8516Fabien Parent1-0/+1