summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | staging: lustre: Include unaligned.h instead of access_ok.hGuenter Roeck2015-08-051-1/+1
| | * | | | | | | staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULLMalcolm Priestley2015-08-041-2/+3
| | * | | | | | | staging: comedi: das1800: add missing break in switchH Hartley Sweeten2015-08-011-0/+1
| | |/ / / / / /
| * | | | | | | Merge tag 'char-misc-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-082-30/+44
| |\ \ \ \ \ \ \
| | * | | | | | | extcon: Fix extcon_cable_get_state() from getting old state after notificationRoger Quadros2015-07-311-5/+10
| | * | | | | | | extcon: Fix hang and extcon_get/set_cable_state().Roger Quadros2015-07-311-12/+34
| | * | | | | | | extcon: palmas: Fix NULL pointer errorChanwoo Choi2015-07-291-13/+0
| | |/ / / / / /
| * | | | | | | Merge tag 'drm-intel-fixes-2015-08-07' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-08-082-5/+24
| |\ \ \ \ \ \ \
| | * | | | | | | drm/vblank: Use u32 consistently for vblank countersDaniel Vetter2015-08-071-1/+1
| | * | | | | | | drm/i915: Allow parsing of variable size child device entries from VBTDavid Weinehall2015-08-061-4/+23
| * | | | | | | | Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds2015-08-077-24/+50
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/amdgpu: set fw_version and feature_version for smu fw loadingJammy Zhou2015-08-053-21/+30
| | * | | | | | | | drm/amdgpu: add feature version for SDMA ucodeJammy Zhou2015-08-055-1/+5
| | * | | | | | | | drm/amdgpu: add feature version for RLC and MEC v2Jammy Zhou2015-08-054-5/+21
| | * | | | | | | | drm/amdgpu: increment queue when iterating on this variable.Nicolas Iooss2015-08-051-1/+1
| | * | | | | | | | drm/amdgpu: fix rb setting for CZAlex Deucher2015-08-051-4/+1
| * | | | | | | | | Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-08-071-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | drm/i2c: tda998x: fix bad checksum of the HDMI AVI infoframeJean-Francois Moine2015-08-051-2/+2
| * | | | | | | | | Merge tag 'md/4.2-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-08-053-7/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | md/raid5: don't let shrink_slab shrink too far.NeilBrown2015-08-031-2/+3
| | * | | | | | | | | md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
| | * | | | | | | | | md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown2015-08-031-4/+6
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'topic/mst-fixes-2015-08-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-08-043-7/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/atomic-helpers: Make encoder picking more robustDaniel Vetter2015-08-041-5/+6
| | * | | | | | | | | drm/dp-mst: Remove debug WARN_ONDaniel Vetter2015-08-041-1/+0
| | * | | | | | | | | drm/i915: Fixup dp mst encoder selectionDaniel Vetter2015-08-041-0/+11
| | * | | | | | | | | drm/atomic-helper: Add an atomice best_encoder callbackDaniel Vetter2015-08-041-1/+6
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-045-17/+62
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | xen/events/fifo: Handle linked events when closing a portRoss Lagerwall2015-08-043-9/+53
| | * | | | | | | | | xen: release lock occasionally during ballooningJuergen Gross2015-07-201-8/+7
| | * | | | | | | | | xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-06-301-0/+2
| * | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-08-035-18/+30
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy2015-08-011-6/+14
| | * | | | | | | | | | i2c: Fix typo in i2c-bfin-twi.cMasanari Iida2015-07-311-2/+2
| | * | | | | | | | | | i2c: omap: fix bus recovery setupJan Luebbe2015-07-311-0/+11
| | * | | | | | | | | | i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe2015-07-311-1/+3
| | * | | | | | | | | | misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0
| | * | | | | | | | | | i2c: slave eeprom: clean up sysfs bin attribute read()/write()Vladimir Zapolskiy2015-07-311-6/+0
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-08-031-5/+17
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | rbd: fix copyup completion raceIlya Dryomov2015-07-311-5/+17
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-033-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-07-281-1/+1
| | * | | | | | | | | | crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-07-231-1/+0
| | * | | | | | | | | | crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk2015-07-231-8/+16
| * | | | | | | | | | | Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-08-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | macintosh/ans-lcd: fix build failure after module_init/exit relocationLuis Henriques2015-07-231-1/+1
| * | | | | | | | | | | | i915: temporary fix for DP MST docking station NULL pointer dereferenceLinus Torvalds2015-08-021-3/+5
| * | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-08-024-14/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | scsi: fix memory leak with scsi-mqTony Battersby2015-07-302-4/+4
| | * | | | | | | | | | | | ipr: Fix invalid array indexing for HRRQBrian King2015-07-301-3/+8