summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+1
* iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-5/+0
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-072-4/+0
* ide: remove the PCI_DMA_BUS_IS_PHYS checkChristoph Hellwig2018-05-071-2/+1
* ide: kill ide_toggle_bounceChristoph Hellwig2018-05-073-31/+0
* scsi: reduce use of block bounce buffersChristoph Hellwig2018-05-071-22/+2
* drivers: remove force dma flag from busesChristoph Hellwig2018-05-038-13/+11
* dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-035-27/+63
* 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
| * | | | tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek2018-04-231-1/+1
| * | | | tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2018-04-232-3/+7
| * | | | tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa2018-04-231-8/+5
| * | | | tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian2018-04-231-4/+6
| * | | | earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-232-4/+9
| * | | | serial: imx: fix cached UCR2 read on software resetStefan Agner2018-04-231-1/+1
| * | | | serial: imx: warn user when using unsupported configurationStefan Agner2018-04-231-0/+17
| * | | | serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier2018-04-221-1/+0
| * | | | tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-04-221-0/+11