summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-21tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-04-21ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2017-04-21catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-04-21catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-04-21rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-04-21pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-21dvb-usb-firmware: don't do DMA on stackStefan Brüns1-10/+12
2017-04-21dvb-usb: don't use stack for firmware loadMauro Carvalho Chehab1-6/+13
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-21rtc: tegra: Implement clock handlingThierry Reding1-2/+26
2017-04-21platform/x86: acer-wmi: setup accelerometer when machine has appropriate noti...Lee, Chun-Yi1-4/+18
2017-04-21dvb-usb-v2: avoid use-after-freeArnd Bergmann1-4/+5
2017-04-21ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2017-04-21zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-21char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2017-04-21irqchip/irq-imx-gpcv2: Fix spinlock initializationTyler Baker1-0/+2
2017-04-21libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams1-0/+6
2017-04-21xen, fbfront: fix connecting to backendJuergen Gross1-2/+2
2017-04-21scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-21scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-04-21scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-21iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-04-21iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-04-21acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)Dan Williams1-1/+5
2017-04-21Input: xpad - add support for Razer Wildcat gamepadCameron Gutman1-0/+2
2017-04-21drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin1-1/+1
2017-04-21drm/nouveau/mpeg: mthd returns true on success nowIlia Mirkin2-2/+2
2017-04-18ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2017-04-18net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein1-2/+3
2017-04-18net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-04-18net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-04-18usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2017-04-18crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-04-18mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki1-6/+4
2017-04-18usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic1-4/+17
2017-04-18drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson3-48/+32
2017-04-18drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
2017-04-12iio: bmg160: reset chip when probingQuentin Schulz1-0/+12
2017-04-12staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang1-0/+1
2017-04-12drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-04-12drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-04-12drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom4-22/+20
2017-04-12drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-04-12drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-04-12drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown3-15/+20
2017-04-08power: reset: at91-poweroff: timely shutdown LPDDR memoriesAlexandre Belloni1-1/+53
2017-04-08rtc: s35390a: improve irq handlingUwe Kleine-König1-17/+31