summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-01-127-16/+73
| | |\ \
| | | * | ARM: dts: da850-lcdk: Correct the sound card namePeter Ujfalusi2019-01-101-1/+1
| | | * | ARM: dts: da850-lcdk: Correct the audio codec regulatorsPeter Ujfalusi2019-01-101-0/+36
| | | * | ARM: dts: da850-evm: Correct the sound card namePeter Ujfalusi2019-01-101-1/+1
| | | * | ARM: dts: da850-evm: Correct the audio codec regulatorsPeter Ujfalusi2019-01-101-4/+25
| | | * | ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| | | * | ARM: davinci: dm644x-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| | | * | ARM: davinci: dm355-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| | | * | ARM: davinci: da850-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| | | * | ARM: davinci: da830-evm: fix label names in GPIO lookup entriesBartosz Golaszewski2019-01-101-2/+2
| | | |/
| | * | Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2019-01-122-20/+5
| | |\ \ | | | |/ | | |/|
| | | * soc: renesas: r8a774c0-sysc: Fix initialization order of 3DG-{A,B}Biju Das2019-01-071-19/+4
| | | * ARM: shmobile: fix build regressionsArnd Bergmann2019-01-071-1/+1
| | |/
| * | Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-13/+64
| |\ \
| | * | btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| | * | Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| | * | Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| | * | Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
| * | | Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-146-10/+17
| |\ \ \
| | * | | Documentation: driver core: remove use of BUS_ATTRGreg Kroah-Hartman2019-01-082-5/+7
| | * | | sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-074-5/+10
| | | |/ | | |/|
| * | | Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-143-4/+9
| |\ \ \
| | * | | Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman2019-01-111-1/+1
| | * | | staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger2019-01-071-2/+2
| | * | | staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger2019-01-071-1/+1
| | * | | MAINTAINERS: Add entry for staging driver r8188euLarry Finger2019-01-071-0/+5
| | |/ /
| * | | Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-142-24/+32
| |\ \ \
| | * | | tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov2019-01-111-7/+13
| | * | | serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
| | |/ /
| * | | Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-146-7/+33
| |\ \ \
| | * | | usb: storage: Remove outdated URL from MAINTAINERSDavid Brown2019-01-081-1/+0
| | * | | USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-071-1/+2
| | * | | usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal2019-01-071-3/+6
| | * | | USB: storage: add quirk for SMI SM3350Icenowy Zheng2019-01-071-0/+12
| | * | | USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng2019-01-071-2/+6
| | * | | usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-071-0/+7
| | |/ /
| * | | Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-1410-65/+211
| |\ \ \
| | * | | cifs: update internal module version numberSteve French2019-01-111-1/+1
| | * | | CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-114-9/+56
| | * | | CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
| | * | | CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-112-2/+27
| | * | | cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-112-6/+6
| | * | | cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-01-112-0/+12
| | * | | cifs: move large array from stack to heapAurelien Aptel2019-01-112-14/+32
| | * | | CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
| | * | | CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
| | * | | CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0
| | * | | CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
| | * | | cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
| | * | | cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4