aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP2019-05-031-7/+10
* ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring2019-05-031-1/+1
* driver core: dev_set_drvdata returns voidJean Delvare2019-05-033-12/+3
* cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li2019-05-033-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2019-05-021-1/+6
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-021-1/+1
* PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2019-05-021-1/+16
* Staging: android: binder: Ratelimit binder debug messagesChris Fries2019-05-021-1/+3
* BACKPORT: tty: Use unbound workqueue for all input workersPeter Hurley2019-05-022-2/+2
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2019-05-021-0/+7
* HID: hiddev: fix potential Spectre v1Gustavo A. R. Silva2019-05-021-1/+11
* Makefile: fix make clean && make mrproperMoyster2018-12-211-2/+2
* Shrink ashmem directly through shmem_fallocateTobias Lindskog2018-12-211-1/+1
* iio:st sensors: remove custom sampling frequence attribute in favour of core ...Jonathan Cameron2018-12-114-35/+30
* iio:st_sensors: Fix oops when probing SPI devicesAlban Bedel2018-12-114-2/+3
* iio: sensors-core: st: Clean-up error handling in st_sensors_read_axis_data()Lee Jones2018-12-111-5/+3
* iio: sensors-core: st: Clean-up error handling in st_sensors_init_sensor()Lee Jones2018-12-111-5/+4
* iio:st_sensors: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2018-12-111-5/+2
* iio: sensors-core: st: Clean-up error handling in st_sensors_read_info_raw()Lee Jones2018-12-111-7/+4
* iio: sensors-core: st: Allow full-scale to be an optional featureLee Jones2018-12-111-4/+7
* iio: sensors-core: st: Support sensors which don't have a Data Ready pinLee Jones2018-12-111-11/+22
* iio: st_sensors: announce registered sensorsLinus Walleij2018-12-113-0/+9
* iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definitionLorenzo Bianconi2018-12-111-3/+3
* iio:accel: Register buffer also without specific triggerDenis CIOCCA2018-12-111-9/+8
* iio: accel-core: st: Clean up error handling in probe()Lee Jones2018-12-111-9/+10
* iio: accel: st_accel: Use devm_iio_device_allocSachin Kamat2018-12-113-23/+8
* iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA2018-12-1113-30/+95
* iio:common: Removed stuff macros, added num_data_channels on st_sensors struc...Denis CIOCCA2018-12-115-31/+73
* iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA2018-12-113-33/+60
* mediatek: backport ram_console from N alps kernelMoyster2018-12-015-199/+545
* mediatek: battery: fix uV/mV batt_volMoyster2018-12-011-1/+1
* power: rebase meizu changes against stock battery_common.CMoyster2018-12-011-19/+20
* max77819: fix build without has_earlysuspendMister Oyster2018-11-301-40/+8
* misc: fix a few Wundef warningsMoyster2018-11-302-4/+4
* misc: fix a bunch of 'warning: backslash and newline separated by space'Moyster2018-11-303-41/+41
* smc91x: avoid self-comparison warningArnd Bergmann2018-11-301-1/+1
* mtd: blkdevs: fix switch-bool compilation warningTomer Barletz2018-11-301-6/+2
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-3013-15/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-29809-826/+826
* drivers: input: mouse: Use "static inline" instead of "inline" in "lifebook.h"demicro2018-11-291-3/+3
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-292-0/+2
* USB: core: only clean up what we allocatedAndrey Konovalov2018-11-291-3/+6
* driver: ltr559 fix defineMoyster2018-11-291-2/+2
* drivers: meizu: fix meizu-sensors.c (warning: type qualifiers ignored)Moyster2018-11-291-1/+1
* drivers: meizu: turn off meizu-sensors.c DEBUG flag (no more stupid pr_*/dev_...Moyster2018-11-291-2/+2
* GCC: Fix up for gcc 5+mydongistiny2018-11-2913-2/+15
* ANDROID: HID: debug: check length in hid_debug_events_read() before copy_to_u...Daniel Rosenberg2018-11-291-1/+7
* FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen2018-11-291-0/+55
* UPSTREAM: binder: replace "%p" with "%pK"Todd Kjos2018-11-291-4/+4
* UPSTREAM: binder: free memory on errorChristian Brauner2018-11-291-2/+6