summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-241-0/+2
| * | | | | serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-241-2/+2
| * | | | | n_tty: signal and flush atomicallyPeter Hurley2015-07-241-3/+13
| |/ / / /
* | | | | Merge tag 'staging-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-268-26/+31
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-for-4.2c' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-238-26/+31
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | iio:light:stk3310: make endianness independent of hostHartmut Knaack2015-07-191-6/+6
| | * | | | iio:light:stk3310: move device register to end of probeHartmut Knaack2015-07-191-7/+7
| | * | | | iio: mma8452: use iio event type IIO_EV_TYPE_MAGMartin Kepplinger2015-07-191-4/+4
| | * | | | iio: mcp320x: Fix NULL pointer dereferenceManfred Schlaegl2015-07-191-0/+2
| | * | | | iio: adc: vf610: fix the adc register read fail issueFugang Duan2015-07-191-1/+1
| | * | | | iio: mlx96014: Replace offset signCrt Mori2015-07-191-1/+1
| | * | | | iio: magnetometer: mmc35240: fix SET/RESET sequenceViorel Suman2015-07-191-3/+4
| | * | | | iio: magnetometer: mmc35240: Fix SET/RESET maskDaniel Baluta2015-07-191-2/+2
| | * | | | iio: magnetometer: mmc35240: Fix crash in pm suspendDaniel Baluta2015-07-191-0/+1
| | * | | | iio:magnetometer:bmc150_magn: output intended variableHartmut Knaack2015-07-191-2/+2
| | * | | | iio:magnetometer:bmc150_magn: add regmap dependencyHartmut Knaack2015-07-191-0/+1
| | * | | | staging: vt6656: check ieee80211_bss_conf bssid not NULLMalcolm Priestley2015-07-191-1/+1
| | * | | | staging: vt6655: check ieee80211_bss_conf bssid not NULLMalcolm Priestley2015-07-191-1/+1
| | * | | | iio: tmp006: Check channel info on writePeter Meerwald2015-07-191-0/+3
| | * | | | iio: sx9500: Add missing init in sx9500_buffer_pre{en,dis}able()Geert Uytterhoeven2015-07-191-2/+2
| | * | | | iio:light:ltr501: fix regmap dependencyHartmut Knaack2015-07-191-0/+1
| | * | | | iio:light:ltr501: fix variable in ltr501_initHartmut Knaack2015-07-191-1/+1
| | * | | | iio: sx9500: fix bug in compensation codeVlad Dogaru2015-07-191-3/+3
| | * | | | iio: sx9500: rework error handling of raw readingsVlad Dogaru2015-07-191-7/+9
| | * | | | iio: magnetometer: mmc35240: fix available sampling frequenciesTeodora Baluta2015-07-191-14/+21
| | * | | | iio:light:stk3310: Fix REGMAP_I2C dependencyHartmut Knaack2015-07-191-0/+1
| | * | | | iio: light: STK3310: un-invert proximity valuesTiberiu Breana2015-07-191-36/+17Star
| | * | | | iio:adc:cc10001_adc: fix Kconfig dependencyHartmut Knaack2015-07-191-2/+1Star
| | * | | | iio: light: tcs3414: Fix bug preventing to set integration timePeter Meerwald2015-07-191-1/+1
| | * | | | iio:accel:bmc150-accel: fix counting directionHartmut Knaack2015-07-191-1/+1
| | * | | | iio:light:cm3323: clear bitmask before setHartmut Knaack2015-07-191-1/+1
| | * | | | iio: adc: at91_adc: allow to use full range of startup timeJan Leupold2015-07-191-4/+4
| | * | | | iio: DAC: ad5624r_spi: fix bit shift of output data valueJM Friedt2015-07-191-2/+2
| | * | | | iio: proximity: sx9500: Fix proximity valueDaniel Baluta2015-07-191-1/+1
| | * | | | iio: ABI: Clarify proximity output valueDaniel Baluta2015-07-191-4/+2Star
| | * | | | iio: inv-mpu: Specify the expected format/precision for write channelsAdriana Reus2015-07-191-0/+18
| | * | | | iio: twl4030-madc: Pass the IRQF_ONESHOT flagFabio Estevam2015-07-191-1/+2
| | * | | | iio: adc: rockchip_saradc: add missing MODULE_* dataHeiko Stuebner2015-07-191-0/+4
| | * | | | hid-sensor: Fix suspend/resume delaySrinivas Pandruvada2015-07-192-1/+11
* | | | | | Merge tag 'char-misc-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-263-16/+12Star
|\ \ \ \ \ \
| * | | | | | parport: Revert "parport: fix memory leak"Sudip Mukherjee2015-07-251-1/+0Star
| * | | | | | mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler2015-07-231-1/+1
| * | | | | | misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt2015-07-231-10/+5Star
| * | | | | | parport: fix freeing freed memorySudip Mukherjee2015-07-231-4/+4
| * | | | | | parport: fix memory leakSudip Mukherjee2015-07-231-0/+1
| * | | | | | parport: fix error handlingSudip Mukherjee2015-07-231-1/+2
| |/ / / / /
* | | | | | Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-252-18/+37
|\ \ \ \ \ \
| * | | | | | ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)2015-07-242-18/+37
* | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-251-0/+5
|\ \ \ \ \ \ \
| * | | | | | | libnvdimm: fix namespace seed creationDan Williams2015-07-251-0/+5
| | |/ / / / / | |/| | | | |