summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | net: mvpp2: Fix clock resource by adding missing mg_core_clkMaxime Chevallier2018-04-271-2/+17
| | * | | | net: mvpp2: Fix clk error path in mvpp2_probeMaxime Chevallier2018-04-271-7/+8
| | * | | | nfp: don't depend on eth_tbl being availableJakub Kicinski2018-04-274-16/+23
| | | |/ / | | |/| |
| * | | | Merge branch 'parisc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-041-1/+1
| |\ \ \ \
| | * | | | parisc: Fix section mismatchesHelge Deller2018-05-021-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-05-035-84/+135
| |\ \ \ \ \
| | * | | | | Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas2018-05-021-0/+5
| | * | | | | Input: atmel_mxt_ts - fix the firmware updateNick Dyer2018-05-011-76/+110
| | * | | | | Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)2018-05-011-0/+9
| | * | | | | Input: hideep_ts - fix a typo in KconfigMasanari Iida2018-04-241-1/+1
| | * | | | | Input: alps - fix reporting pressure of v3 trackstickPali Rohár2018-04-241-1/+1
| | * | | | | Input: leds - fix out of bound accessDmitry Torokhov2018-04-111-4/+4
| | * | | | | Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET2018-04-071-2/+5
| * | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-05-033-8/+10
| |\ \ \ \ \ \
| | * | | | | | scsi: target: Fix fortify_panic kernel exceptionBryant G Ly2018-04-211-4/+4
| | * | | | | | scsi: isci: Fix infinite loop in while loopColin Ian King2018-04-211-2/+1
| | * | | | | | scsi: storvsc: Set up correct queue depth values for IDE devicesLong Li2018-04-201-2/+5
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-04-301-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | sparc64: Fix mistake in oradax license textRob Gardner2018-04-301-1/+1
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-291-1/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-1/+6
| * | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-283-8/+19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | i2c: sprd: Fix the i2c count issueBaolin Wang2018-04-271-4/+2
| | * | | | | | | | | i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang2018-04-271-0/+16
| | * | | | | | | | | i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov2018-04-271-1/+1
| | * | | | | | | | | i2c: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-3/+0
| * | | | | | | | | | Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-282-17/+34
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interruptShilpasri G Bhat2018-04-271-3/+11
| | * | | | | | | | | | rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin2018-04-251-14/+23
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'char-misc-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-279-96/+120
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven2018-04-261-2/+9
| | * | | | | | | | | | ARM: amba: Make driver_override output consistent with other busesGeert Uytterhoeven2018-04-261-3/+0
| | * | | | | | | | | | Revert "ARM: amba: Fix race condition with driver_override"Greg Kroah-Hartman2018-04-261-9/+2
| | * | | | | | | | | | ARM: amba: Don't read past the end of sysfs "driver_override" bufferGeert Uytterhoeven2018-04-251-1/+2
| | * | | | | | | | | | ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven2018-04-251-2/+9
| | * | | | | | | | | | virt: vbox: Log an error when we fail to get the host versionHans de Goede2018-04-231-1/+3
| | * | | | | | | | | | virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memoryHans de Goede2018-04-232-5/+19
| | * | | | | | | | | | virt: vbox: Add vbg_req_free() helper functionHans de Goede2018-04-233-34/+47
| | * | | | | | | | | | virt: vbox: Move declarations of vboxguest private functions to private headerHans de Goede2018-04-231-0/+8
| | * | | | | | | | | | slimbus: Fix out-of-bounds access in slim_slicesize()Geert Uytterhoeven2018-04-231-1/+1
| | * | | | | | | | | | fpga-manager: altera-ps-spi: preserve nCONFIG stateAnatolij Gustschin2018-04-231-1/+1
| | * | | | | | | | | | uio_hv_generic: fix subchannel ring mmapStephen Hemminger2018-04-231-40/+9
| | * | | | | | | | | | uio_hv_generic: use correct channel in isrStephen Hemminger2018-04-231-7/+7
| | * | | | | | | | | | uio_hv_generic: make ring buffer attribute for primary channelStephen Hemminger2018-04-231-0/+5
| | * | | | | | | | | | uio_hv_generic: set size of ring buffer attributeStephen Hemminger2018-04-231-2/+2
| | * | | | | | | | | | ANDROID: binder: prevent transactions into own process.Martijn Coenen2018-04-231-0/+8
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-272-3/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | firmware: some documentation fixesAndres Rodriguez2018-04-252-3/+3
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'tty-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-279-29/+73
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-04-251-6/+5